Disabling Activities at the CommCell Level Using the Command Line Interface

Updated

You can use XML and the command line to disable all the activities at the CommCell level.

Procedure

  1. On the CommServe computer, run the qlogin command to log on.

  2. On the computer where you will run the command, download the set_commcell_properties.xml file.

  3. 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

  4. To log off the CommServe computer, run the qlogout command.

Was this page helpful?