Technical data

WebLogic Server Administration Command Reference
Administration Guide B-25
UNLOCK
Unlocks the specified WebLogic Server after a LOCK operation.
Syntax
java weblogic.Admin [Connection and User Credentials Arguments]
UNLOCK
Example
In the following example, an administrator named adminuser with a password of
gumby1234 requests the unlocking of the WebLogic Server listening on port 7001 on
machine
localhost:
java weblogic.Admin -url localhost:7001 -username adminuser
-password gumby1234 UNLOCK
Argument Definition
username
Required. A valid administrative username must be supplied to use this
command.
password
Required. A valid administrative password must be supplied to use this
command.