WebLogic Server Command Reference
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
(Deprecated) Unlocks the specified WebLogic Server after a LOCK operation.
This command is deprecated because the LOCK
command is deprecated. Instead of LOCK
and UNLOCK
, use STARTINSTANDY
and RESUME
. For more information, refer to RESUME.
java [ SSL Arguments ] weblogic.Admin
[-urlURL
]
[ User Credentials Arguments ]
UNLOCK
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
Table 1-5 is an overview of commands that return information about WebLogic Server installations and instances of WebLogic Server. Subsequent sections describe command syntax and arguments, and provide an example for each command.
Table 1-5 Overview of Commands for Retrieving Information about WebLogic Server
Makes the specified number of connections to a WebLogic Server instance and returns two numbers representing the total time for each round trip and the average amount of time (in milliseconds) that each connection is maintained. See CONNECT. |
|
Returns the current state of the specified WebLogic Server instance. See GETSTATE. |
|
Provides syntax and usage information for all WebLogic Server commands (by default) or for a single command if a command value is specified on the HELP command line. See HELP. |
|
Lists the licenses for all WebLogic Server instances that are installed on a specific server. See LICENSES. |
|
Lists the bindings of a node in a server's JNDI naming tree. See LIST. |
|
Sends a message to verify that a WebLogic Server instance is listening on a port and is ready to accept client requests. See PING. For a similar command that returns information about all servers in a cluster, see CLUSTERSTATE. |
|
Displays the server log file generated on a specific server instance. See SERVERLOG. |
|
Provides a real-time snapshot of the WebLogic Server threads that are currently running on a particular instance. See THREAD_DUMP. |
|
Displays the version of the WebLogic Server software that is running on the machine specified by the value of See VERSION. |
![]() ![]() |
![]() |
![]() |