WebLogic Auto Restart Managed Server
I recently setup a WebLogic 12c server on Windows with 3 Cluster Server nodes. I am using the Nodemanager option to restart all services automatically in Windows.
I referred this Document to setup the scripts in WLST.
https://support.oracle.com/epmos/fac...te=8o6bm8cr7_4
Everything works great but I am not able to start all 3 managed servers at the same time.
The python script has this entry ...
nmConnect(userConfigFile='C:\SSScripts/myuserconfigfile.secure',userKeyFile='C:
\SSScripts/myuserkeyfile.secure',host='localhost',port='5556' ,domainName='E1_Apps',domainDir='C:\Oracle\Middlew are
\user_projects\domains\E1_Apps')
nmStart('AdminServer')