Hitachi

uCosminexus Service Platform Setup and Operation Guide


2.4.2 Setting user information

Set user information by cscpasswd command. Each command of HCSC-Manager accesses HCSC server through Management Server. It also accesses exclusive databases in HCSC server.

Figure 2‒3: Setting user information

[Figure]

If user information is changed, the changed user information is reflected at the following timings:

Organization of this subsection

(1) Changing the user accessing HCSC-Manager

You can change user ID of the Management user and password for access to HCSC-Manager. This is reflected as follows immediately after HCSC-Manager is installed:

Always change the user ID and password for access to HCSC-Manager by cscpasswd command.

Important note

The Management user accessing HCSC-Manager can access all resources managed by HCSC-Manager. For this, suitably manage the user ID and password for accessing to HCSC-Manager.

In such cases, enter the command as follows:

cscpasswd [-user <Login user ID>]
          [-pass <Login password>]
           -cscmnguser <Changed user ID>
           -cscmngpass <Changed password>

If user ID (-user option) and password (-pass option) required in each command is set in HCSC-Manager command common definition files, you can omit option input.

For details on cscpasswd command, see "cscpasswd (Managing users)" in "Service Platform Reference Guide".

(2) User settings to access Manager

HCSC-Manager can change the Management user ID and Management user password for access to Management Server. Change occurs after HCSC server setup. Management user ID and Management user password managed by Management Server itself cannot be changed.

In such cases, enter the command as follows:

cscpasswd [-user <Login user ID>]
          [-pass <Login password>]
           -mng <Manager name>
           -mnguser <Changed user ID>
           -mngpass <Changed password>

If user ID (-user option) and password (-pass option) required in each command is set in HCSC-Manager command common definition files, you can omit option input.

For details on cscpasswd command, see "cscpasswd (Managing users)" in "Service Platform Reference Guide".

(3) User settings to access HCSC server

HCSC-Manager can change the user ID and password of the database maintained by HCSC server for access to HCSC server. Change occurs after HCSC server setup. User ID and password managed by the database itself cannot be changed.

In such cases, enter the command as follows:

cscpasswd [-user <Login user ID>]
          [-pass <Login password>]
           -csc <HCSC server name>
           -cscuser <Changed user ID>
           -cscpass <Changed password>

If user ID (-user option) and password (-pass option) required in each command is set in HCSC-Manager command common definition files, you can omit option input.

If the user ID and password of the database to be accessed contain double quotation marks ("), escape by using the escape sign. An example of HCSC server name changing the user ID of the database for accessing HCSC to "user1" and the password to "pass" is described here.

cscpasswd -user <Login user ID> -pass <Login password> -csc HCSC -cscuser \"user1\" -cscpass \"pass\"

For details on cscpasswd command, see "cscpasswd (Managing users)" in "Service Platform Reference Guide".