You can replace an instance of Command Control Interface installed by
the Express installer with an individually installed instance.
-
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.
-
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.) -
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
-
Run the following command to uninstall Command Control Interface:
/HORCM/horcmuninstall.sh
-
Run the following command to delete the Command Control Interface
installation directory:
rm -rf $(readlink /HORCM)
-
Run the following command to delete the Command Control Interface
symbolic link:
rm /HORCM
-
Install Command Control Interface.
For details on the installation method, see the Command Control Interface manual.
-
Start the service of API Configuration Manager or Protector.
For details on how to start the service, see the manual for the relevant product.