mcontrol examples
mcontrol can be used as shown in the following examples.
Retrying pending propagations
To retry pending propagations for a cell named grace, type the following command:
The following example shows the possible output:
Terminating a cell
To terminate a cell named grace, enter the following command:
The following example shows the possible output:
Enabling and disabling cell tracing
To enable tracing for a cell named grace, enter the following command:
To disable tracing for a cell named grace, enter the following command:
Reconfiguring a cell
To reconfigure cell grace after mcell.dir has been modified, type the following command:
The following example shows the possible output:
The cell grace reconfigures without stopping and restarting.
Reloading mcell.dir and tracing the configuration
To reconfigure cell grace after mcell.dir has been modified, type the following command:
An event of class MC_CELL_RELOADED is generated. To retrieve the generated reload event, enter the following:
event_handle=16;
msg='Reloaded configuration';
category=[DIR,TRACE];
END