CLI Guide

Table Of Contents
Table 10. getsysinfo field descriptions
Field Description
Flag includeDebug Ignore this line.
Flag isLinux = 0 Denotes a linux simulator build. Ignore this line.
Treating this tower like version D4 Denotes the system is Release 4.0 or later. Ignore this line.
nn ports - unknown system type The getsysinfo script looked for hardware prior to Release 4.0
and did not find it.
System does NOT have comtcp enabled Communication protocol used on Ethernet ports for
connections to other clusters prior to Release 4.0. Ignore this
line.
Example
Display information and send the output to a file:
VPlexcli:/> getsysinfo --output /var/log/VPlex/cli/TestGetSysInfo
Running from localhost:/var/log/VPlex/cli
Local time 2010/08/04 14:22:43
Flag includeDebug = 0
Flag isLinux = 0
Treating this tower like version D4
clustercount = 2
26 ports - unknown system type
System does NOT have comtcp enabled
## ===== NCB: Cluster_1_Dir1A ====================
## ===== NCB: Cluster_1_Dir1B ====================
.
.
.
Raw output saved to /var/log/VPlex/cli/TestGetSysInfo.2010-08-04-14.25.raw
See also
cluster summary
director firmware show-banks
manifest version
version
health-check
Displays a report indicating overall hardware/software health.
Contexts
All contexts.
Syntax
health-check
[-m|--highlevel]
[-f|--full]
--configuration
Commands
201