shell command | Description |
networking |
netCfgShow | show the network config |
netCfgSet | interactive network setup |
ping "53.79.14.48",1 | check for connectivity |
system status |
moduleList | show firmware code level |
moduleShow | similar to ps; make sure there aren't multiple Debug processes |
memoryShow | show free and allocated memory |
fcAll | display type of controller, which controller, and fiber channel loop status |
arrayPrintSummary | display controller state, SCSI ID, and volume ownership |
arrayPrint | display detailed controller state info |
vxAbsTicks/60/60/60/24 | display the number of days since the last boot |
getRecoveryFailureList_MT | display the Recovery Guru Info |
showEnclosures | list info about enclosure devices on the system |
hwLogShow | hardware log |
excLogShow | exception log |
rmvmShowAllMirrors -1 | show RVM status |
fibre channel |
fc 101 | display link speed(s) |
hddDump | display lots of info about drive side devices and issues |
Mini hubs and SFPs |
mhmPrintFredStatus | display minihub lights |
mhmPrintPeanutStatus | display minihub and SFP status |
drives and volumes |
NOTE: cfgPhyList returns, among other things, the Devnum which is the Channel, then four zeros, then the ID. The devnum is used by multiple commands in various ways. Some use Channel,ID. Some use ID,Channel. Some use 0xC0000i, where C is the Channel, and i is the ID. It is important that the Devnum channel and ID not be confused with the tray and disk number scheme. |
cfgPhyList | display the physical drives |
cfgUnitList | display volumes; Volume 128 has 0 pieces and is owned by the alt ctl; for inter-controller communication vol 2048 (sometimes 1024 or 512) has 2 pieces, is owned by the alt, is for managing premium features |
cfgUnitLabels | display the volume names |
vdAll cfgUnit | display volume and piece pointers |
vdAll vdShow | display volume annd volume group info |
cfgPhydevAll cfgPhy | display drive info |
cfgPhydevAll cfgPh | display timestamps on all drives |
cfgShow | show volume info per drive |
ghsList | list the global hot spares |
avtHostShow | show the controlling device for failover for each host type |
spmShow | show volume to LUN mapping |
sataDumpDriveState | on 282x controllers to print the ownership of the internal SATA HDAs (WARNING starts with 0, not 1) |
rebooting and other destructive commands |
sysReboot | full controller reset |
reboot | fast reboot |
Misc commands |
tt "sodMain" | determine if the controller is finished booting; look for Task not found |
ld </Debug | load the debugger into memory |
unld "Debug" | unload the debugger; this MUST be done to prevent memory problems |
logout | log out of the controller (both serial and rlogin) |