Adding a Flex System V7000 system
This section describes how to add an IBM Flex System™ V7000 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 Flex System V7000 system.
- Type of system to be added (-t) – Use "flex" to specify Flex System V7000 as the system type.
- Authentication mode (--authmode) – You can
specify public key mode (publickey) or 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 flex --ip 192.100.200.150 --authmode publickey --username john1 --certpath c:\flex.cert --passphrase xxxxx Connecting to the device ... 1 IBM Flex System V7000 is found. cluster ID: xx, code level: x.x.x.x, location: local 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 flex --ip 192.100.200.150 --authmode password --username john1 --password xxxxxxxxxx Connecting to the device ... 1 IBM Flex System V7000 is found. cluster ID: xx, code level: x.x.x.x, location: local The connection is OK. Trying to add the connection. New connection is added.
- 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.
Important:
|