WebLogic Server Command Reference
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
(Deprecated) Starts a Managed Server using Node Manager.
In previous releases, this command started a Managed Server using the Node Manager and placed it in a STANDBY
state. In this state, a server is not accessible to requests from external clients.
In the current release, the Startup Mode field in the Administration Console determines the state in which a Managed Server starts, regardless of which command you use to start the server instance. See "Starting a Managed Server in the STANDBY State" in the Administration Console Help.
This command requires the following environment:
For more information about server states, refer to "Server Life Cycle" in the Configuring and Managing WebLogic Server guide.
java [ SSL Arguments ] weblogic.Admin
[-urlURL
]
[ User Credentials Arguments ]
STARTINSTANDBYtargetServer
You must specify the Administration Server and domain-wide administration port as follows:
For more information, refer to the -url entry in Table 1-3 on page 11 and Protocol Support. |
|
The name of the WebLogic Server to start in the |
The following example instructs the Administration Server and Node Manager to start a Managed Server:
java weblogic.Admin -url t3s://AdminHost:9002 -username weblogic
-password weblogic STARTINSTANDBYMedRecManagedServer
When you issue the command, the following occurs:
MedRecManagedServer
is configured to run on. It instructs the Node Manager that is running on that machine to start MedRecManagedServer
in the state that the Start Mode field specifies.Server "MedRecManagedServer" was started ...
Please refer to server log files for completion status ...
When you use the Node Manager to start a Managed Server, the Node Manager writes standard out and standard error messages to its log file. You can view these messages from the Administration Console on the Machine
For more information about the environment in which this example runs, refer to Example Environment.
![]() ![]() |
![]() |
![]() |