remove cu

Virtual Storage Platform One Block Export Tool 2 User Guide

Version
A3-03-0x
Audience
anonymous
Part Number
MK-23VSP1B004-01

The remove cu command removes CUs from the list of CUs to be sampled for performance. When a CU is removed, any existing performance data for that CU is discarded. If you need the existing performance data for a CU, export it before removing the CU.

Note: When the sampling interval is 5, 10, or 15 minutes, you cannot remove CUs if the number of monitored CUs will change to less than 33. In this case, set the sampling interval to a value that is a multiple of 5 in the range from 5 to 60 first, and then remove CUs. For details, see set interval.

Syntax

Windows:

runWin.bat remove 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 remove 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 remove from performance information collection.

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.

The number of CU numbers that you can set differs depending on the sampling interval as described in set interval.
-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 removed.
  • 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 removed are 00, 02, and 05 to 0A. No prompting messages are displayed.

c:\export> runWin.bat remove cu -ip 192.168.0.100 -login User Pass -cu 00,02,05:0A -q

Output results

remove cu command success