Resuming normal companion mode from suspended mode

To resume normal companion mode between two companions that have been moved to suspended mode:

  1. As root, issue cmhaltpkg from the primary node to shut down down the primary companion:

    cmhaltpkg primary_package_name
    

    where primary_package_name is the name of the primary package, which is the same as the name of the primary companion server. For example, to halt the MONEY1 package:

    cmhaltpkg MONEY1
    
  2. As root, issue cmmodpkg and cmrunpkg from the primary companion to run the package which restarts the primary companion:

    cmmodpkg -e primary_package_name
    cmrunpkg primary_package_name
    

    where primary_package_name is the name of the primary package, which is the same as the name of the primary companion server. For example to run the MONEY1 package to restart the MONEY1 primary companion:

    cmmodpkg -e MONEY1
    cmrunpkg MONEY1