You can use XML and the command line to disable all the activities at the CommCell level.
Procedure
-
On the CommServe computer, run the qlogin command to log on.
-
On the computer where you will run the command, download the set_commcell_properties.xml file.
-
On the command line, go to software_installation_directory/Base, and then run the following command:
qoperation execute -af <path of the set_commcell_properties.xml file> -commCellName "CommCell_Name" -activityType ALLACTIVITY -enableActivityType <true or false>
Where:
-
commCell_Name is the name of the CommCell where you want to stop activities
-
activityType is the type of activity that you want to disable
-
enableActivityType is the option to enable or disable the activity
Valid values are:
-
true, enables the activity
-
false, disables the activity
-
-
-
To log off the CommServe computer, run the qlogout command.