Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updates in Prerequisites section.

...

The CM servers comprises several sub-components that may be loaded into the same computer or distributed to several computers in order to obtain higher performance. See this list of CM server components.

Prerequisites

Step-by-step instruction

Install server components

  1. To make install_server.shexecutable, issue this command:
    chmod a+x install_server.sh

  2. Execute install_server.sh.

  3. Enter the full installation path, for example: /opt/cm/server
    If CM clients are already installed on this computer, the server installation must not be made to the same directory.

  4. Confirm the path.

  5. Enter the full configuration files path, for example: /opt/cm/server

  6. Confirm the path.

  7. Enter the name of the license file.

  8. Confirm the file name.

  9. Enter the number or name of each server component, for which you have a license, separated by space (" "). See this list of CM server components. The  CMDB database must already exist and the JDBC component should be included to create the database connection parameters. If CF is selected without the CIS component, the CF will automatically be configured to run CIS locally within the CF service. If both the CF and CIS components are selected, CF will be automatically configured to connect to the installed independent CIS service (see Configure the Certificate Factory in Certificate Manager).

    • Install all clients at the same time. It is not possible to add new clients later. You must uninstall existing clients before you can reinstall, see Uninstall Certificate Manager server components and clients.

    • If you have a license for the functions Key Archive and Recovery or Card Production Manager but are not going to use them, you must set the following parameters in cm.conf:
      CardProductionManager.start=false
      KARFactory.start=false

  10. Select the database engine from the list.

  11. Select the machine where the database is installed. Default is localhost.

  12. Select JDBC port for the database.

  13. Enter the database instance name.

  14. Enter the name of the database CM user. Default is lcmreq.

  15. Enter the password for the lcmreq user.

...