show range

Virtual Storage Platform One Block Export Tool 2 User Guide

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

The show range command displays the start date and time and end date and time for the collected performance data. You can use the export data command to output the performance data for this period of time.

Syntax

Windows:

runWin.bat show range -ip {<ip-address> | <host-name>} [-login <user-name> <password>] [-proxy {<ip-address> | <host-name>} <port-number> <user-name> <password>]

UNIX:

runUnix.sh show range -ip {<ip-address> | <host-name>} [-login <user-name> <password>] [-proxy {<ip-address> | <host-name>} <port-number> <user-name> <password>]

Options and parameters

-ip {ip-address | host-name}

Specifies the service IP address (IPv4 format, 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.

Output example

In this example, the service IP address is IPv4 address with 192.168.0.100, the user ID is User, and the password is Pass.

c:\export> runWin.bat show range -ip 192.168.0.100 -login User Pass

Output results

2024/03/31 12:20:30
2024/03/31 12:25:30
2024/03/31 12:30:30
show range command success