The add cu command adds CUs to the list of CUs to be sampled for performance. When a CU is added, any existing performance data for that CU is discarded. If you need the existing performance data for a CU, export it before adding the CU.
Collecting performance information for the newly added target CUs starts at the time when the accumulated performance information is discarded.
Syntax
Windows:
runWin.bat add cu -ip {<ip-address> | <host-name>} [-login <user-name> <password>] [-proxy {<ip-address> | <host-name>} <port-number> <user-name> <password>] -cu <CU number> -q
UNIX:
runUnix.sh add cu -ip {<ip-address> | <host-name>} [-login <user-name> <password>] [-proxy {<ip-address> | <host-name>} <port-number> <user-name> <password>] -cu <CU number> -q
Options and parameters
- -ip {ip-address | host-name}
-
Specifies the service IP address (IPv4 or IPv6 format) or host name.
- -login <user name> <password>
-
Specifies the user name and password of the Export Tool 2 user. If this option is omitted, you are prompted to enter your user name and password.
- -proxy <IP address or host name> <port number> <user name> <password>
-
If the management client is connected to the storage system through a proxy server, this option specifies the proxy information (IP address [IPv4 or IPv6 format] or host name, port number, user name and password). If <user name> and <password> are omitted here, but <user name> and <password> are specified for the -login parameter, the proxy is used without authentication. If <user name> and <password> are omitted and the -login parameter is omitted, you are prompted to enter the user name and password for the proxy server.
- -cu <control unit number>
-
Specifies the CUs (two-digit hexadecimal number) to add for performance information collection. The number of CUs that you can add differs depending on the sampling interval as described in set interval.
To specify multiple CUs, use a comma (,) to separate CU numbers and a colon (:) to specify a range of CU numbers. For example, use 00,02,05:0A to specify CUs 00, 02, and 05 to 0A.
- -q
-
Specifies whether to run the command with or without prompting you to confirm that the accumulated data will be discarded before continuing the processing.
This parameter is optional:
- When specified: The command runs without requesting confirmation. The accumulated data is discarded and the CUs are added.
- When omitted: A message appears to requesting you to confirm discarding the accumulated data. You must respond to the request for processing to continue.
Output example
In this example, the service IP address is IPv4 with 192.168.0.100, the user ID is User, the password is Pass, and the CUs to be added are 00, 02, and 05 to 0A. No prompting messages are displayed.
c:\export> runWin.bat add cu -ip 192.168.0.100 -login User Pass -cu 00,02,05:0A -q
Output results
add cu command success