To resume normal companion mode between two companions that have been moved to suspend mode:
As root, issue cmhaltpkg from primary node to shutdown 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
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