Unsolved
1 Rookie
•
11 Posts
0
4803
November 6th, 2019 17:00
EQUALOGIC PS6110XV general commands
specs I currently have,
Firmware version: V5.2.2
will get more......
take in mind project dropped in my lap to see if can stand the san back up.
*no budget for new equipment.
I can console in to the ps6110xv would like to get the command to see the running config?
that way I get the ip to web connect to the device, then hopefully configure from there.
goal san to san switch to hosts, can see storage on hosts.
will drop the putty.log file.
No Events found!



dwilliam62
4 Operator
•
1.5K Posts
0
November 6th, 2019 19:00
Hello,
That is extremely old firmware by the way.
This is a copy of the CLI guide
http://people.stern.nyu.edu/nwhite/scrc/ps4000e/110-6028-EN-R1_CLI_REFERENCE_V5.0.pdf
It's also online
http://psonlinehelp.equallogic.com/v4.0/Content/GABook/CLI_preface.htm
This is for Firmware v6.x but the CLI commands are pretty much the same. There are some new commands post 5.x firmware
http://psonlinehelp.equallogic.com/en/V6.0/groupmanager.htm
But once you log in you can do "?" for available commands.
GrpName>show
That will give you a quick overview of the configuration.
show
______________________________ Group Information ______________________________
Name: PS6210 Group-Ipaddress: 192.168.100.10
DateAndTime: Wed Nov 6 22:21:12 2019 TimeZone: America/New_York
TotalVolumes: 25 VolumesOnline: 20
VolumesInUse: 9 TotalSnapshots: 42
SnapshotsOnline: 0 SnapshotsInUse: 0
StorageContainers: 1 StorageContainerVolumes: 9
StorageContainerOnlineVolumes: 4 StorageContainerSnapshots: 9
NonStorageContainerVolumes: 16 NonStorageContainerOnlineVolumes: 16
NonStorageContainerSnapshots: 33 TotalMembers: 1
MembersOnline: 1 MembersInUse: 1
TotalCapacity: 33.74TB VolumeReserve: 2.62TB
VolumeReportedSpace: 15.12TB SnapReservedSpace: 979.97GB
SnapReservedSpaceInUse: 17.37GB ReplicationReservedSpace: 0MB
FailbackReservedSpace: 0MB DelegatedSpace: 0MB
DelegatedSpaceInUse: 0MB StorageContainerSpaceReserved: 200GB
FreeSpace: 29.96TB TotalDisks: 24
OnlineDisks: 23 SpareDisks: 1
OfflineDisks: 0 FailedDisks: 0
Collections: 0 Snapcols: 0
CustomSnapcols: 0 ThinProvFreeSpace: 299.64TB
TotalSpaceBorrowing: 0MB Connections: 144
GrpName>show member
That will display the current array members in that group.
When you want to look at a specific physical member you use 'member select'
GrpName>member select MEMBERNAME show
E.g. Grpname>member select PS6210 show
To see the IP addresses of that member
Grpname>member select PS6210 show eths
The "?" can be use to show you the current option.
member select PS6210 ?
cancel-operation - Cancels an in-progress operation.
controller-safe - Enables or disables controller-safe mode for the selecte
d member. If enabled, operates in write-through mode to
ensure data integrity.
data-reduction - Set the data reduction mode for a member.
def-gateway - Sets a default gateway for the member.
delay-data-move - Enables or disables (default) a delay before using membe
r storage until initial RAID verification completes and
batteries are fully charged.
description - Sets a description for the member.
disk - Displays information about one or more disks or adds dis
ks.
eth - Selects a network interface to configure, modify, or dis
play.
locate - Enables or disables blinking of LEDs on front and back panel. Used to locate the member.
low-battery-safe - Enables or disables low-battery-safe mode for the select
ed member.
pool - Assigns member to a pool.
raid-expansion - Manages raid expansion when new drives are added
raid-policy - Configures the RAID set.
raid-rebuild-delay - Delay RAID rebuilt by 24 hours to allow for insertion of SSD.
sed-backup-key - Manage the SED backup keys for the member
show - Displays detailed information about a member or a specific component.
member select PS6210 show controllers
___________________________ Controller Information ____________________________
SlotID: 0 Status: active
Model: 70-0425(TYPE 15) BatteryStatus: ok
ProcessorTemperature: 46 ChipsetTemperature: 30
LastBootTime: 2019-09-18:11:58:22 SerialNumber:
Manufactured: XXXXXXXXXXXXXXXXXXXXXX
ECOLevel: C00 CM Rev.: X28
FW Rev.: Storage Array Firmware BootRomVersion: 4.4.0
V10.0.3 (R469188) BootRomBuilDate: Fri Mar 22 10:04:47
EDT 2013
_______________________________________________________________________________
_______________________________________________________________________________
SlotID: 1 Status: secondary
Model: 70-0425(TYPE 15) BatteryStatus: ok
ProcessorTemperature: 0 ChipsetTemperature: 0
LastBootTime: 2019-10-21:14:04:25 SerialNumber:
Manufactured: XXXXXXXXXXXXXXXXX
ECOLevel: C00 CM Rev.: X28
FW Rev.: Storage Array Firmware BootRomVersion: 4.4.0
V10.0.3 (R469188) BootRomBuilDate: Fri Mar 22 10:04:47
EDT 2013
_______________________________________________________________________________
______________________________ Cache Information ______________________________
CacheMode: write-back Controller-Safe: disabled
Low-Battery-Safe: enabled
_______________________________________________________________________________
Regards,
Don