Friday, July 8, 2011

Changing the HA status of the Management station from command line

  1. Run the cpstop command.


  2. To find out the current status, run:

    cpprod_util FwIsActiveManagement

    0 - means Standby.
    1 - means Active.


  3. To set the Management station to Standby status, run:

    cpprod_util FwSetActiveManagement 0


  4. To set the Management station to Active status, run:

    cpprod_util FwSetActiveManagement 1

No comments:

Post a Comment