Setting the management server domain and credentials

The management server domain and credential information should be configured before adding or modifying specific IBM® storage systems in the Microsoft SCOM monitoring list.

Procedure

You can use the SCOMU.cmd utility and the --sc-set command to configure the management server information.

  1. To configure the management server information on the agent, type the following details in a single command line:
    • Server name (--servername) of the management server.
    • Domain (--domain) of the management server.
    • User name (--username) and password (--password).
  2. To configure the management server information on the server, type the following details in a single command line:
    • Server name (--servername) of the management server.

Example

The following is an example of configuring the management server information on the agent:
C:\Program Files\IBM\Storage\Host\IBMStorageSCOM\bin>scomu.cmd --sc-set
--servername scom1234.domain.com --domain scom.domain.com
--username administrator --password pass
The following is an example of configuring the management server information on the server:
C:\Program Files\IBM\Storage\Host\IBMStorageSCOM\bin>scomu.cmd --sc-set
--servername localhost

What to do next

If you want to delete the management server information, use the --sc-del command.
C:\Program Files\IBM\Storage\Host\IBMStorageSCOM\bin>scomu.cmd --sc-del
Checking the connection to the management server...
The connection to the management server is OK
The connection to the management server is deleted
If you want to get the management server information, use --sc-get command.
C:\Program Files\IBM\Storage\Host\IBMStorageSCOM\bin>scomu.cmd --sc-get
Management Server: scom1234
Windows domain: scom.domain.com
Username: administrator
Password: ********