Starting the daemon

Fix Pack 1

Ensure that you created all necessary keystores and paths before you start the daemon.

Before you begin

Procedure

  1. Change to the daemon directory and then open a command line.
    For example, change to the following directory:
    /home/iccsapadmin/daemon
  2. Enter the following command:
    • LinuxUNIX
      archcmd.sh com.ibm.esd.configplugin.daemon.Daemon
    • Windows
      archcmd.bat com.ibm.esd.configplugin.daemon.Daemon
  3. Specify the information that you are prompted for. When you enter a path, always specify the fully qualified path. Do not use any environment variables or shell expansions as part of a path.
    For example, enter the following information:
    Keystore file:
    /home/iccsapadmin/daemon/keystore.jks
    
    Keystore password:
    icc4sap
    
    Truststore file:
    /home/iccsapadmin/daemon/truststore.jks
    
    Truststore password:
    was
    
    Daemon port:
    5000
    
    Instance base path:
    /home/iccsapadmin/instances
    When you restart the daemon, you do not have to enter any of these values again.
    Tip: Windows If you have instance directories already and if they are on several partitions, enter <<ALL FILES>> as instance base path.

Results

The daemon is started.

To stop the daemon, use the method that is provided by your operating system to end a process.

What to do next

Configuring the server authentication on the web application server