Enabling or disabling the CM Peer Service using the CLI

Prev Next

Follow these steps to enable or disable the CM Peer Service using the CLI.

To enable the CM Peer Service:
  1. Go to CLI configuration mode.

    CMS1 > enable
    CMS1 # configure terminal
  2. Enable CM Peer Service on the platform.

    CMS1 (config) # cms feature peer-service enable
  3. Verify the status of the CM Peer Service.

    CMS1 (config) # show cms peer-service
    CMS peer-service enabled:          yes
  4. Repeat this procedure for each CM peer.

To disable the CM Peer Service:
  1. Go to CLI configuration mode.

    CMS1 > enable
    CMS1 # configure terminal
  2. Disable CM Peer Service on the Central Management System appliance.

    CMS1 (config) # no cms feature peer-service enable
  3. Verify the status of the CM Peer Service.

    CMS1 (config) # show cms peer-service
    CMS peer-service enabled:          no
  4. Repeat this procedure for each CM peer.