On Microsoft Windows, you can stop a cell by using one of the following options:
net stop
command mkill
commandOn Windows computers, you can start a cell by using one of the following options:
net start
command from a command prompt windownet stop cell name
Enter the following command from the command line:
mkill -n cellName
Note
If you do not use the -n
option when stopping a cell, the default cell, named hostName, is stopped.
Enter the following command:
net start cell name
Note
When used without the -d
option, mcell contacts the Service Control Manager to start itself as a service. It uses mcell_%N as a service name. %N is the cell name as specified by the -n
option. Without the -n
option, the default cell name is the host name.