Start and stop servers and applications using CLI | |||
GO |
This topic describes the steps to start or stop a Lucent CM server or Lucent CM application using the High Availability (HA) Command Line Interface (CLI) or Command Line Interface (CLI).
To view all available HA CLI commands, type the following command at the HA CLI and press ENTER:
help
The start and stop commands have the following syntax:
start < node <node-name>| proc <all|<proc-name> | system | enterprise <all|<enterprise-name> | type<server-type>
stop < node <node-name>| proc <all|<proc-name> | system | enterprise <all|<enterprise-name> | type<server-type>
The following table describe the options that are available:
Option |
Description |
Example |
node <node-name> |
Starts or stops the specified node. |
start node |
proc <all|<proc-name> |
Starts or stops all processes or the specified process on the node. |
start proc all stop proc JBOSS-node1 |
system |
Starts or stops all non-partition related processes |
stop system |
enterprise <all|<enterprise-name> |
Starts or stops all partition-related processes or the specified process on the node. |
stop enterprise all start enterprise enterprise-1 |
type<server-type> |
Starts or stops all applications of this server type on the system (on all nodes). |
stop type JBOSSServer start type MySQL |
Command |
Description |
stop_node |
Stops all applications on the node. |
start_node |
Starts all applications on the node. |
Perform the following steps:
Perform the following steps:
1 |
Log in to a node. |
2 |
Enter cd /opt/lps/current/ha |
3 |
Enter the appropriate command. Enter: ./<command_name> Example: To stop all processes on a node, enter ./stop_node End of steps |
GO | |||
© Lucent Technologies |