06-15-2017 07:28 AM
Hi Team,
I want to discuss about admin.jar which help to update +deploy + delete+ status of application in each CVP server under application/<allname>/admin folder.
I would like to update multiple server application after config change but as we have limit only one server application we can update one time
Suppose I am having helloworld application in 10 server and modified code which access some config files and any value change in config application update is needed. but from OPSCONSLE update application in not possible and from there we do service start/stop which has impact on other running application.
I have code run with port 10100 this port only does update +deploy + delete+ status in CVP server but on the same server itself.
it will be appreciated if anyone has any idea to use the same and make update in all server of same appname application.
admin.jar makes socket connection on localHost on port 10100 and then perform all the action trying to override that and making socket on same port but getting connection refuse.
Regards
Rahul Gupta
Solved! Go to Solution.
10-10-2017 05:01 PM
Hi Rahul,
At present there is no inbuilt tool/ functionality in CVP that automatically updates all the applications in different VXML Servers.
However , you can accomplish this by calling a script(~powershell) from a server like OAMP / System that remotely invokes updateAllApps in <<CVP>>/VXMLServer\admin folder .
Or you can use updateapp in C:\Cisco\CVP\VXMLServer\applications\HelloWorld\admin .
Thanks
Raghu
04-19-2018 10:18 PM
Hi Raghavendra,
Thanks. I have manage to do the same by shell which help to update +deploy + delete+ status in one click for all the server. and I have also maintain txt file. So name of applications present in txt file, will perform update +deploy + delete+ status .
Regards
Rahul Gupta
10-10-2017 05:01 PM
Hi Rahul,
At present there is no inbuilt tool/ functionality in CVP that automatically updates all the applications in different VXML Servers.
However , you can accomplish this by calling a script(~powershell) from a server like OAMP / System that remotely invokes updateAllApps in <<CVP>>/VXMLServer\admin folder .
Or you can use updateapp in C:\Cisco\CVP\VXMLServer\applications\HelloWorld\admin .
Thanks
Raghu
04-19-2018 10:18 PM
Hi Raghavendra,
Thanks. I have manage to do the same by shell which help to update +deploy + delete+ status in one click for all the server. and I have also maintain txt file. So name of applications present in txt file, will perform update +deploy + delete+ status .
Regards
Rahul Gupta
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide