Description
The
command starts the Multi-Domain Server and all Domain Management Servers.mdsstart
The
command stops the Multi-Domain Server and all Domain Management Servers.mdsstop
To stop and start a specific Domain Management Server, see these commands:
Syntax
mdsstart [-m | -s] |
mdsstop [-m | -s] |
Parameters
Parameter |
Description |
---|---|
|
Optional: Starts or stops only the Multi-Domain Server and not the Domain Management Servers. |
|
Optional: Starts or stops all the Domain Management Servers sequentially. The command waits for each Domain Management Server to come up or to stop, before it starts or stops the next one. |
Controlling the number of Domain Management Servers to start or stop sequentially
You can decrease the amount of time it takes to start and stop the Multi-Domain Server when there are many Domain Management Servers. To do this, set the value of the environment variable
to the desired number of Domain Management Servers that start or stop at the same time. By default, the system attempts to start or stop up to 10 Domain Management Servers at the same time.NUM_EXEC_SIMUL
To set the desired value of the environment variable NUM_EXEC_SIMUL temporarily (in the current shell):
Step |
Description |
---|---|
1 |
Connect to the command line on the Multi-Domain Server. |
2 |
Log in to the Expert mode. |
3 |
Set the value of the environment variable
Example: |
4 |
Make sure the new value of the environment variable
Output must show the configured value. |
To set the desired value of the environment variable NUM_EXEC_SIMUL permanently:
Step |
Description |
---|---|
1 |
Connect to the command line on the Multi-Domain Server. |
2 |
Log in to the Expert mode. |
3 |
Back up the current
|
4 |
Edit the current
|
5 |
Add this line at the bottom of the file:
Example: Important - After this line, you must press Enter to add a new line. |
6 |
Save the changes in the file and exit the Vi editor. |
7 |
Reboot. |
8 |
Make sure the new value of the environment variable
Output must show the configured value. |
To unset the current value of the environment variable NUM_EXEC_SIMUL temporarily (in the current shell):
Item |
Description |
---|---|
1 |
Connect to the command line on the Multi-Domain Server. |
2 |
Log in to the Expert mode. |
3 |
Unset the value of the environment variable
|
4 |
Make sure the environment variable
Output must be empty. |