Switching to an individually installed instance of Command Control Interface

Ops Center Installation and Configuration Guide

Version
11.0.x
Audience
anonymous
Part Number
MK-99OPS001-23
You can replace an instance of Command Control Interface installed by the Express installer with an individually installed instance.
  1. If API Configuration Manager or Protector is installed, stop the service.
    For details on how to stop the service, see the manual for the relevant product.
  2. Run the ps command to check for Command Control Interface processes that are running.
    ps aux
    From the list that appears, look for items in the format horcmd_number. (There might be more than one such item.)
  3. If any processes are running, run the following command to stop the Command Control Interface service:
    In the following, number consists of the fixed value 0 and instance-number. If there are multiple items in the format horcmd_number, specify each of instance-number separated by a space.
    horcmshutdown.sh instance-number
  4. Run the following command to uninstall Command Control Interface:
    /HORCM/horcmuninstall.sh
  5. Run the following command to delete the Command Control Interface installation directory:
    rm -rf $(readlink /HORCM)
  6. Run the following command to delete the Command Control Interface symbolic link:
    rm /HORCM
  7. Install Command Control Interface.
    For details on the installation method, see the Command Control Interface manual.
  8. Start the service of API Configuration Manager or Protector.
    For details on how to start the service, see the manual for the relevant product.