10.17 mngsvrutilcl.properties (Client-side shared definition file of the mngsvrutil command)

Organization of this section
(1) Format
(2) File storage location
(3) Functionality
(4) Application timing
(5) Specifiable keys
(6) Precautions

(1) Format

J2SE property file format.

(2) File storage location

(3) Functionality

Specify the shared definition settings for the default values of the mngsvrutil command options.

You can also limit the users to whom this definition file will apply.

Note that when both the client-side definition file (.mngsvrutilrc) and mngsvrutilcl.properties (client-side shared definition file of the mngsvrutil command) have been set, the client-side definition file (.mngsvrutilrc) is applicable.

(4) Application timing

After the settings file is changed, the updated information is applied during the next execution of the mngsvrutil command.

(5) Specifiable keys

The following table describes the keys that you can specify in the client-side shared definition file, their contents, and the default values when the specification is omitted. Note that "Default" refers to the value or operation assumed when the key is not specified. "VR" refers to the Application Server version introduced or changed by the key.

Key nameContentsSpecifiable valueDefault valueVR
mngsvrutil.apply_userSpecify the OS users when the mngsvrutil command or adapter commands will be executed and the users applying the client-side shared definition file. Only when the OS users specified in this key execute the mngsvrutil command or adapter commands, the other specified keys are applied.
To specify multiple users, use comma (,) for demarcation.
  • In Windows
    Specify a user name not including the domain name. If the user name is matching, this parameter is enabled in both the login destinations, local and domain.
    The value is not case sensitive.
    Also, for applying this definition file when the mngsvrutil command is invoked from a Windows service, specify "SYSTEM" on a Windows XP system and "host-name$" (host-name is the host name of the host on which Management Server is running) on other systems.
  • In UNIX
    The values are case sensitive.
    Specify 'root' to apply this definition file in SNMP integration and JP1/IM integration (automatic generation of the monitoring tree and collection of the Web system configuration information).
(Example of settings)
In Windows
mngsvrutil.apply_user=SYSTEM,Administrator
In UNIX
mngsvrutil.apply_user=root,user01
User name registered for OSNone06-70
.Key for.mngsvrutilrc (client side definition file of the mngsvrutil command)For details on keys that can be specified, see 10.15 .mngsvrutilrc (Client-side definition file of the mngsvrutil command).------
Legend:
-: Not applicable.

(6) Precautions

When the client-side definition file (.mngsvrutilrc) does not exist, the client-side shared definition file (mngsvrutilcl.properties) is read for all OS users and if a particular user does not have sufficient permissions to access the file, a Warning occurs.

Hitachi recommends that you set access permissions so that the OS users who execute the mngsvrutil command and the adapter command can access the client-side shared definition file and then control the application of the client-side shared definition file by using the mngsvrutil.apply_user key.