Technical data

WebLogic Server Administration Command Reference
Administration Guide B-9
CANCEL_SHUTDOWN
The CANCEL_SHUTDOWN command cancels the SHUTDOWN command for a
specified WebLogic Server.
When you use the SHUT_DOWN command, you can specify a delay (in seconds).
An administrator may cancel the shutdown command during the delay period. Be
aware that the SHUTDOWN command disables logins, and they remain disabled even
after cancelling the shutdown. Use the UNLOCK command to re-enable logins.
See “SHUTDOWN” on page -17 and “UNLOCK” on page -25.
Syntax
java weblogic.Admin [Connection and User Credentials Arguments]
CANCEL_SHUTDOWN
Example
In the following example, a system user named system with a password of gumby1234
requests to cancel the shutdown of the WebLogic Server listening on port 7001 on
machine
localhost:
java weblogic.Admin -url t3://localhost:7001 -username system
-password gumby1234 CANCEL_SHUTDOWN