Reference Guide

SupportControllerBootMode = Not Supported
RealtimeConfigurationCapability = Incapable
CurrentControllerMode = Not Supported
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 ltered 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 ltered 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 ltered 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
To generate and view information about the inventory of virtual disks, run the following command:
racadm storage get vdisks -o
Disk.Virtual.2:RAID.Integrated.1-1
Status Ok
DeviceDescription Virtual Disk 2 on Integrated RAID
Controller 1
Name OS
RollupStatus Ok
State Online
OperationalState Not applicable
Layout Raid-0
Size 278.88 GB
SpanDepth 1
82