Skip to main content

Hi

We would like to automate our server patching process which would require clean shutdown and then startup of the Weblogic components on the Apps server before and after. If possible we would also like to automate the startup and shutdown of the Weblogic components.

We currently manually run mws-svr.cmd and enter the required info when prompted (Start > all > Password).

Has anybody automated the running of this script and the interaction with it, and if so how?

We are on Apps 10 Update15.

Thanks in advance

Try this:

 

cmd.exe /c $myIFSHome\mws-svr.cmd /action=stop /target=all /password=$myPass


Thanks ​@knepiosko, much appreciated! I will give this a test

Chris


Reply