Some Weblogic Admin Commands:
In your work toward understanding the WebLogic Server, it is imperative that you experience the commands that support it.
In your work toward understanding the WebLogic Server, it is imperative that you experience the commands that support it.
1. Starting a managed server- java weblogic.Admin -url -username -password START
2. Finding the state of a server - java weblogic.Admin -url -username -password GETSTATE
3. Shutting down a server- java weblogic.Admin -url -username -password SHUTDOWN
4. Starting a Cluster- java weblogic.Admin -url -username -password STARTCLUSTER -clustername
5. Shutting down a cluster- java weblogic.Admin -url -username -password STOPCLUSTER -clustername
6. Finding a state if a cluster- java weblogic.Admin -url -username -password CLUSTERSTATE -clustername
Thank You.
No comments:
Post a Comment