CLI Guide

CurrentControllerMode = Not Supported
BootVD = Disk.Virtual.0:RAID.Integrated.1-1
To generate and view information about the inventory of batteries connected to the controller, run the following command:
racadm storage get batteries
The following command is an optimized version and displays the batteries along with their keys:
racadm storage get batteries -o
Battery.Integrated.1:RAID.Integrated.1-1
Name = Battery
DeviceDescription = Battery on Integrated raid Controller 1
Status = Ok
State = Ready
The following command displays the filtered property values for all battery objects:
racadm storage get batteries -o -p Name
Battery.Integrated.1:RAID.Integrated.1-1
Name = Battery
The following command displays all battery keys connected to the controllers:
racadm storage get batteries --refkey RAID.Integrated.1-1
Battery.Integrated.1:RAID.Integrated.1-1
The following command is an optimized and filtered version:
racadm storage get batteries --refkey RAID.Integrated.1-1 -o -p Name
Battery.Integrated.1:RAID.Integrated.1-1
Name = Battery
To generate and view information about the inventory of virtual disks connected to the controller., run the following command:
racadm storage get vdisks
Disk.Virtual.0:RAID.Integrated.1-1
The following command displays all virtual disk keys connected to the controllers:
racadm storage get vdisks --refkey RAID.Integrated.1-1
Disk.Virtual.0:RAID.Integrated.1-1
The following command is an optimized and filtered version:
racadm storage get vdisks -o -p DeviceDescription,OperationalState
Disk.Virtual.0:RAID.Integrated.1-1
DeviceDescription = Virtual Disk 0 on Integrated raid Controller 1
OperationalState = Not applicable
Table 93. To generate and view information about the inventory of virtual disks
Status Ok
DeviceDescription Virtual Disk 2 on Integrated RAID
Controller 1
Name OS
RollupStatus Ok
State Online
RACADM Subcommand Details 131