posted 15 years ago
Is it possible to start the admin server from remote machine.
My design goes like this
Machine 1 : Admin + Managed server
Now I go to Machine 2 and add the Managed server 2 in a cluster with Admin server which is running on machine 1.This addition i am doing from Machine 2 using WLST online script.
After addition of managed server ,the admin server goes down so that changes get reflected in config.xml of Admin server.
Now i need to start the admin server. The one way is to go to Admin server and start the admin server from there.
When i am trying to start the admin server from Machine2 then it throws me error. I am starting using WLST offline command as mentioned:
adminServerURL="ADMINSERVERURL:7001"
startServer('ANP-7001','anp',adminServerURL,'weblogic','weblogic','/opt/fsm/domains/anp',jvmArgs='-XX:MaxPermSize=512m, -Xmx512m')
exit ()
So it there a way to start the admin server from remote machine???