Adding a Storwize V7000 Unified system

This section describes how to add a Storwize® V7000 Unified system to the list of SCOM-monitored IBM® storage systems.

Procedure

After the --add command, specify the following parameters (CLI arguments followed by values):
  • IP address (--ip) or host name (--host) of the Storwize V7000 Unified system.
  • Type of system to be added (-t) – Use "storwize" to specify Storwize V7000 Unified as the system type.
  • Authentication mode (--authmode) – You can specify the public key mode (publickey), or the password mode (password).
    • If the public key authentication mode is used, enter the authentication user name (--username) and then the folder location and name of the private SSH key (--certpath). If the SSH requires a passphrase (--passphrase), enter it as well.
      For example:
      C:\Program Files\IBM\Storage\Host\IBMStorageSCOM\bin>
      scomu.cmd --add -t storwize --ip 192.0.2.10
      --authmode publickey --username john1 --certpath c:\storwize.cert --passphrase xxxxx
      Connecting to the device ...
      1 IBM Storwize V7000 Unified is found.
      cluster ID: xxxxxxx, name: ifs
      
      The connection is OK.
      Trying to add the connection.
      New connection is added.
    • If the password authentication mode is used, enter the authentication user name (--username) and then the authentication password (--password).
      For example:
      C:\Program Files\IBM\Storage\Host\IBMStorageSCOM\bin>
      scomu.cmd --add -t storwize --ip 192.110.20.10
      --authmode password --username john1 --password xxxxxxxxxx
      Connecting to the device ...
      1 IBM Storwize V7000 Unified is found.
      cluster ID: xxxxxxx, name: ifs
      
      The connection is OK.
      Trying to add the connection.
      New connection is added.