How do I remotely start one WebLogic Server? (NETIQKB14130)

  • 7714130
  • 02-Feb-2007
  • 08-Sep-2008

Resolution

goal
How do I remotely start one WebLogic Server?

fact
AppManager 5.0.1

fact
WebLogic Server UNIX

fact
BEA WebLogic Server 5.1+

fact
StartServer

fact
StartAdminServer

fix

For the ?Start Script? parameter, enter the absolute path of a script on the machine with the WebLogic Server that will start that WebLogic Server.

You cannot include any parameters along with the name of the script as the value for the ?Start Script? parameter.  For example, the following would not be allowed:

/weblogic/wlserver6.1/config/petstore/startPetStore.sh password

To work around this limitation, you have two options:

1.        Hardcode the password in the script, so that it does not have to be passed as a parameter.

2.        Set the value of the ?Pass name of server, IP address, ?? parameter to ?y.?  Now, your script will be passed five parameters:  the name of the WebLogic Server, its IP address, its ListenPort, the name of the admin user and the password for the admin user.

The second option is better, since it is the approach that you will need to take if you want to be able to start one or more WebLogic Servers on one or more machines with a single job.

Additional Information

Formerly known as NETIQKB14130