Skip to main content
Solved

Apps server Weblogic components startup using unattended script. Is it possible to automate mws-svr.cmd?

  • May 7, 2025
  • 2 replies
  • 26 views

Forum|alt.badge.img+5

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

Best answer by knepiosko

Try this:

 

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

2 replies

Forum|alt.badge.img+17
  • Superhero (Partner)
  • 514 replies
  • Answer
  • May 7, 2025

Try this:

 

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


Forum|alt.badge.img+5
  • Author
  • Do Gooder (Customer)
  • 11 replies
  • May 7, 2025

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

Chris