Hitachi

uCosminexus Application Server Command Reference Guide


E.4 Unsetting up batch servers

This subsection describes the unsetup of batch servers configuring an Application Server system. The procedure for unsetting up a batch server is explained for each OS.

Organization of this subsection

(1) In Windows

To unset up a batch server in Windows:

  1. Move the current directory using the following command:

    cd Cosminexus-installation-directory\CC\server\bin

  2. Specify -d in the argument of the cjsetup command, and unset up the batch server.

    cjsetup -d server-name

    An example of unsetting up a batch server is as follows. In this example, the Cosminexus installation directory is C:\Program Files\Hitachi\Cosminexus, and the server name is MyServer.

    C:\>cd C:\Program Files\Hitachi\Cosminexus\CC\server\bin
    C:\Program Files\Hitachi\Cosminexus\CC\server\bin>cjsetup -d MyServer

(2) In UNIX

To unset up a batch server in UNIX:

  1. Specify -d in the argument of the cjsetup command, and unset up the batch server. You must have the root permission (when the Component Container Administrator is not set up), or the permission of the Component Container Administrator (when the Component Container Administrator is set up), to execute the command.

    /opt/Cosminexus/CC/server/bin/cjsetup -d server-name

    An example of unsetting up a batch server is as follows. In this example, the server name is MyServer.

    /opt/Cosminexus/CC/server/bin/cjsetup -d MyServer