Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Base User's Guide


6.3.4 Checking the JP1/Base communication protocol

Organization of this subsection

(1) Checking the JP1/Base communication protocol (on a physical host)

  1. Execute the jbsgetcnf command as follows:

    jbsgetcnf >config.txt
  2. Open config.txt in a text editor.

  3. Determine the communication protocol from the contents of the [JP1_DEFAULT\JP1BASE] key.

    The following table shows the communication protocol corresponding to each value:

    JP1_COM_VERSION

    JP1_BIND_ADDR

    JP1_CLIENT_BIND_ADDR

    Communication protocol

    0 or undefined

    Cannot be checked

    Cannot be checked

    The host is not configured with a communication protocol for multiple LAN connections.

    1

    ANY

    ANY

    physical_anyany.conf has been applied.

    1

    IP

    ANY

    physical_ipany.conf has been applied.

    1

    IP

    IP

    physical_ipip.conf has been applied.

(2) Checking the JP1/Base communication protocol (on a logical host)

  1. Execute the jbsgetcnf command with the logical host specified.

    jbsgetcnf -h logical-host-name >config.txt

    Note that the logical host name must be correctly specified with lower or upper case as specified when the logical host was set up.

  2. Open config.txt in a text editor.

  3. Determine the communication protocol from the contents of the [logical-host\JP1BASE] key.

    The following table shows the communication protocol corresponding to each value:

    JP1_COM_VERSION

    JP1_BIND_ADDR

    JP1_CLIENT_BIND_ADDR

    Communication protocol

    0 or undefined

    Cannot be checked

    Cannot be checked

    The host is not configured with a communication protocol for multiple LAN connections.

    1

    IP

    ANY

    logical_ipany.conf has been applied.

    1

    IP

    IP

    logical_ipip.conf has been applied.

(3) Checking the ANY binding address setting

Check the common definition information by executing the jbsgetcnf command. For details on how to do so, see (1) Checking the JP1/Base communication protocol (on a physical host) and (2) Checking the JP1/Base communication protocol (on a logical host).

The following table shows the ANY binding address setting corresponding to each value:

JP1_ANY_BIND

ANY binding address setting

IPv4

anybind_ipv4.conf has been applied.

IPv6

anybind_ipv6.conf has been applied.

ALL

anybind_all.conf has been applied.

Undefined#

Only an IPv4 address is bound to the server.

#:

This setting is undefined in new and upgrade installations.