The following instructions closely follow those given in [NIGCM]. That is also where more details on the installation of the Nexus Certificate Manager can be found, if needed.
-
Make sure that you have access to the license file before starting the installation.
-
Make
install_server.shexecutable. Execute the command:
|
›_ Console |
|---|
|
-
Execute
install_server.sh. -
Enter the full installation path, e.g.
/opt/cm/server.
If CM clients are already installed on this computer, the server installation should not be made to the same directory.
-
Confirm the path.
-
Enter the name of the license file.
-
Confirm the file name.
-
Enter the number or name of each server component, for which you have the license, separated by a space character (" ").
The CMDB database should already exist and the JDBC component should be included to create the database connection parameters.
Install all server components at the same time. It is not possible to add new components later. To do this, the existing components should be uninstalled before they can be reinstalled (see Section 3.11.2 in [NIGCM]). If you have a license for the Key Archive and Recovery or Card Production Manager functions, but you are not going to use them, you should set the following parameters in cm.conf:
CardProductionManager.start=false
KARFactory.start=false
-
Select a database engine.
-
Select the machine where the database is installed. The default is
localhost. -
Select the JDBC port for the database.
-
Enter the database instance name.
-
Enter the name of the database CM user. The default is
lcmreq. -
Enter the password for the
lcmrequser. -
Await a message from the installation program, confirming a successful installation. If an error message occurs, correct the indicated error and restart the installation by using the
setup.shshell script located in the<install_root>/installdirectory. -
Optionally, start the CMSNMP monitor:
<install_root>/bin/cmsnmp start
If the CM SNMP monitor is installed, the *.agent.connectToSupervisor configuration parameter should be set to true in the configuration files cis.conf and cm.conf. *.agent.connectToSupervisor = true
-
Start CIS:
<install_root>/bin/cis start -
Start CF:
<install_root>/bin/cf start -
Check that the two processes have started and that the two instances of the Java process have started as well.
-
Check the log files in
<install_root>/logsto see that the start was successful. -
Continue with the configuration as described in the following chapters.