Hitachi

JP1 Version 12 JP1/Base User's Guide


M.3 Definition for restricting connections from unintended hosts

To restrict connections from unintended hosts, create a file that defines the hosts allowed for connection with any name you like, and execute the jbssetcnf command to set the definition in the common definition information.

The following table describes the contents of the definition file.

Functions to be restricted

Key name

Option name and its value

Description

  • Command execution function

  • Configuration management function

JP1_DEFAULT\JP1BASE\COM_CONTROL\ROUTE

"UPPER_ONLY"=dword:{ 00000000 | 00000001 }

This option suppresses the requests that were sent from hosts other than the higher-level host defined in the configuration definition. If no common definition information has been set, the default value is used. If the specified value is outside the range of specifiable values, the default value is used during startup, or the value before reloading is used when the definition file is reloaded.

00000000: Disable (default)

00000001: Enable

"ALT_CLIENT_HOSTS"="{ host-name | IP-address }, ..."

If the UPPER_ONLY option is enabled, the requests that were sent from the hosts specified in this option are also accepted. If the UPPER_ONLY option is disabled, the setting in this option is disabled. You can specify no more than four hosts delimited by a comma. The default value is undefined.

Operation requests from linkage products (communication between JP1/Base)

JP1_DEFAULT\JP1BASE\COM_CONTROL\RECEIVE

"CLIENT_HOSTS"="{ host-name | IP-address }, ..."

The requests that were sent from hosts other than the hosts specified with this option are suppressed. If this option is not defined, connection is not restricted. You can specify no more than eight hosts delimited by a comma. The default value is undefined.

Note:

If the system is running in a cluster environment, specify the settings by replacing JP1_DEFAULT with the logical host name on both the primary and secondary nodes.

Organization of this subsection

(1) Notes on the definition file