Hitachi

JP1 Version 12 JP1/Data Highway - Server Configuration and Administration Guide


6.2.1 Procedure for starting (in Linux)

This subsection describes how to start JP1/DH - Server in Linux.

Organization of this subsection

(1) Starting services

To start JP1/DH - Server services in Linux:

  1. Log in as the root user on JP1/DH - Server machine.

  2. Start the database service (JP1_DH_DATABASE_SVR).

    /sbin/service JP1_DH_DATABASE_SVR start
  3. Start the JP1/DH Web application server service (JP1_DH_WEBCON).

    /sbin/service JP1_DH_WEBCON start
  4. To use the JP1/DH Web server, start the JP1/DH Web server service (JP1_DH_WEBSVR).

    /sbin/service JP1_DH_WEBSVR start

To start all the services, operate them in the following order:

  1. Database service (JP1_DH_DATABASE_SVR)

  2. JP1/DH Web application server service (JP1_DH_WEBCON)

  3. JP1/DH Web server service (JP1_DH_WEBSVR) (when using the JP1/DH Web server)

(2) Specifying the automatic startup settings of JP1/DH - Server services (in Linux)

The following table describes the automatic startup settings of JP1/DH - Server services when the system starts after a new installation.

Table 6‒2: Automatic startup settings of JP1/DH - Server services (in Linux)

Name

Setting value

JP1_DH_DATABASE_SVR

Enabled (on)

JP1_DH_WEBCON

Enabled (on)

JP1_DH_WEBSVR

Disabled (off)

To change the automatic startup settings:

  1. Log in as the root user on JP1/DH - Server machine.

  2. Change the setting of the database service (JP1_DH_DATABASE_SVR).

    To enable the automatic startup setting:
    /sbin/chkconfig JP1_DH_DATABASE_SVR on
    To disable the automatic startup setting:
    /sbin/chkconfig JP1_DH_DATABASE_SVR off
  3. Change the setting of the JP1/DH Web application server service (JP1_DH_WEBCON).

    To enable the automatic startup setting:
    /sbin/chkconfig JP1_DH_WEBCON on
    To disable the automatic startup setting:
    /sbin/chkconfig JP1_DH_WEBCON off
  4. Change the setting of the JP1/DH Web server service (JP1_DH_WEBSVR).

    To enable the automatic startup setting:
    /sbin/chkconfig JP1_DH_WEBSVR on
    To disable the automatic startup setting:
    /sbin/chkconfig JP1_DH_WEBSVR off
  5. To check the changed automatic startup setting, execute the following command:

    /sbin/chkconfig --list service-name
  6. If output results 0 to 6 are all off, the automatic startup setting is disabled. If output results 0, 1, and 6 are off and output results 2 to 5 are on, the automatic startup setting is enabled.

    • Execution example (when the automatic startup setting is disabled)

      /sbin/chkconfig --list JP1_DH_WEBSVR
      JP1_DH_WEBSVR   0:off   1:off   2:on   3:on   4:on   5:on   6:off
    • Execution example (when the automatic startup setting is enabled)

      /sbin/chkconfig --list JP1_DH_WEBSVR
      JP1_DH_WEBSVR   0:off   1:off   2:off   3:off   4:off   5:off   6:off