Top
ETERNUS SF Storage Cruiser 14.0 User's Guidefor Virtual Storage Conductor

B.3.3 getvsw Command

NAME

getvsw - Displays information of the virtualization switches


SYNOPSIS

[Solaris OS/Linux OS]
Case of VS900 Model 200
/opt/FJSVssmgr/sbin/vscmcmd getvsw [-s switch-name]
/opt/FJSVssmgr/sbin/vscmcmd getvsw -h
Other case of VS900 Model 200
/opt/FJSVssmgr/sbin/vscmcmd getvsw [-s "switch-name(host-name1)"]
/opt/FJSVssmgr/sbin/vscmcmd getvsw -h
[Windows OS]
Case of VS900 Model 200
$INS_DIR\Manager\opt\FJSVssmgr\sbin\vscmcmd.exe getvsw [-s switch-name]
$INS_DIR\Manager\opt\FJSVssmgr\sbin\vscmcmd.exe getvsw -h
Other case of VS900 Model 200
$INS_DIR\Manager\opt\FJSVssmgr\sbin\vscmcmd.exe getvsw [-s "switch-name(host-name1)"]
$INS_DIR\Manager\opt\FJSVssmgr\sbin\vscmcmd.exe getvsw -h

($INS_DIR means "Program Directory" specified at the Manager installation.)


DESCRIPTION

This command displays information of the virtualization switches registered on the admin server.

This command must be executed by a user with root privileges.


OPTIONS

-s switch-name or "switch-name(host-name)"

Specify the name of the virtualization switch for which information is to be displayed.

For the VS900 Model 200, specify the virtualization switch name.

For virtualization switches other than the VS900 Model 200, specify “virtualization switch name (host name)” enclosed in double quotation marks.

If this option is omitted, a list of all the virtualization switches registered on the admin server is displayed, together with information about their status.

-h

Indicates how to use the command.


EXAMPLES

Displaying a list of all the virtualization switches registered on the admin server, together with information about their statuses.

# /opt/FJSVssmgr/sbin/vscmcmd getvsw
SwitchName       Status  ConfigFile GroupID
switch001(vsce1) running correct    1
switch001(vsce2) running incorrect  1
switch002(vsce3) running correct    2
switch002(vsce4) running correct    2
Command terminated normally.

Displaying information about the virtualization switch called “switch001(vsce1)”.

# /opt/FJSVssmgr/sbin/vscmcmd getvsw -s "switch001(vsce1)"
SwitchName    switch001
HostName      vsce1
SlotNumber    -
GroupID       1
Series        VS900
Model         VS900
Status        running
LStatus       valid
Resources     exist
ConfigFile    correct
TraceLevel    0
Version       00000001
FirmVersion   05200001
BuildDate     2008/06/04 16:14:37
SwitchDate    2008/10/20 20:45:22
Copyright     FUJITSU LIMITED
Command terminated normally.
Table B.10 Display items and meanings of the getvsw command

Item name

Meaning

SwitchName

Name of the virtualization switch

HostName

Host name defined in the /etc/hosts file

SlotNumber

This is always displayed as “-“

GroupID

ID of switches in the redundancy configuration

This indicates that the redundancy configuration is built in the switches with the same ID

Series

Series name

Model

Model name

Status

Operating status of VSC Engine

  • running
    Running normally

  • abnormal
    Running abnormally

LStatus

The logical status of the virtualization switch

  • valid
    The virtualization switch has been enabled

  • invalid
    The virtualization switch has been disabled

Resources

A flag indicating whether there are virtual storage resources

  • exist
    There are virtual storage resources

  • not exist
    There are no virtual storage resources

ConfigFile

Status of composition data held by VSC Engine

  • correct
    The correct status in which the data is consistent with composition data of VSC Manager

  • incorrect
    The incorrect status in which the data is inconsistent with composition data of VSC Manager

TraceLevel

Setting level of the trace used for VSC Engine troubleshooting

Version

Version number of composition data held by VSC Manager

Displays "NONE" when no composition data has been created.

FirmVirsion

Version number of the VSC Engine firmware

BuildDate

Creation date of the VSC Engine

SwitchDate

Current time of the internal clock held by the virtualization switch

Copyright

Indicates Copyright


EXIT STATUS

0: Information of the virtualization switch is displayed.

1: Information of the virtualization switch is not displayed.


SEE ALSO

None


NOTES