WebLogic Server Command Reference
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Forces all servers in a cluster to shut down without waiting for active sessions to complete.
To verify that the command succeeds for a given server instance, refer to the server's local message log and look for the following message:<BEA-000238> <Shutdown has completed.>
Review the message time stamp to verify that it was generated by the server session for which you issued the stop command.
For more information about forced shutdowns, refer to "Forced Shutdown" in the Configuring and Managing WebLogic Server guide.
java [ SSL Arguments ] weblogic.Admin
[-urlURL
]
[ User Credentials Arguments ]
STOPCLUSTER -clusterNameclusterName
Specify the listen address and listen port of the Administration Server. If you specify a secure listen port, you must also specify a secure protocol. If you do not specify a value, the command assumes For more information, refer to the -url entry in Table 1-3 on page 11 and Protocol Support. |
|
The name of the cluster as specified in the domain's configuration file ( |
The following example stops a cluster:
java weblogic.Admin -url AdminHost:7001
-username weblogic -password weblogic
STOPCLUSTER -clustername MedRecCluster
For more information about the environment in which this example runs, refer to Example Environment.
If the command succeeds, it returns output similar to the following:
Shutting down servers in cluster MedRecCluster: MedRecMS2,MedRecMS1
All servers in the cluster "MedRecCluster" were issued the shutdown request.
Look in the server logs to verify the success or failure of the shutdown
request.
![]() ![]() |
![]() |
![]() |