Hitachi

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


3.6.6 Emergency login

If a system administrator cannot log in to the system because an incorrect authentication rule for system administrators is applied, perform the procedures described below to allow for an emergency login to the system#. After the successful emergency login, disable the authentication rule for system administrators in question. For details about the authentication rule for system administrators, see the JP1/Data Highway - Server System Administrator Guide.

#

With the emergency login active, users other than system administrators cannot log in to the system. After disabling the authentication rule for system administrators in question, remember to disable the emergency login.

  1. Log in to the JP1/DH - Server machine as a built-in Administrator user (for Windows) or root user (for Linux).

  2. Stop the JP1/DH Web application server.

    You must stop the JP1_DH_WEB CONTAINER service for Windows, or the JP1_DH_WEBCON service for Linux. For details about how to stop the service, see 6. Starting and Stopping.

  3. Edit the digikatsuwide.xml file.

    File path

    installation-folder#\uCPSB\CC\web\containers\jp1dh\webapps\digikatsuwide\digikatsuwide\WEB-INF\digikatsuwide.xml

    #: In Linux, change installation-folder to /opt/jp1dh/server.

    Part you must edit in the file

    Change the value in the following element from false to true.

    [Before change]

    <biz-connect>
        <emergency-login>false</emergency-login>
    </biz-connect>

    [After change]

    <biz-connect>
        <emergency-login>true</emergency-login>
    </biz-connect>
  4. Start the JP1/DH Web application server.

    You must start the JP1_DH_WEB CONTAINER service for Windows, or the JP1_DH_WEBCON service for Linux. For details about how to start the service, see 6. Starting and Stopping.

  5. Disable the authentication rule for system administrators.

    Log in to JP1/DH - Server, and then disable the authentication rule for system administrators in question. After this is done, change the value of the emergency-login element back from true to false and restart the JP1/DH Web application server.