Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

Integrated Dell Remote Access Controller 9 RACADM CLI Guide

PDF

storage

Table 1. Details of storageThe following table provides details about the storage subcommand:
Description Allows you to run the commands to control storage arrays.

To run this subcommand for configuring the storage properties, you must have the server control permission.

Synopsis

Inventory

NOTE:You can also run the command using raid in place of the storage command.
  • To view the help details for get command, run the following command:
    racadm storage help get
  • To generate and view information about the inventory of storage root node, run the following command:
    racadm storage get status
  • To generate and view information about the inventory of controllers, run the following command:
    racadm storage get controllers -o
    racadm storage get controllers -o -p <property names separated by comma>
  • To get the list of controllers, run the following command:
    racadm storage get controllers
  • To get the properties of a controller, run the following command:
    racadm storage get controllers:<Controller FQDD>
    NOTE:HBA, BOSS and PERC controllers connected through slimline cable will have FQDDs starting with SL. Example - NonRaid.SL.5-1, AHCI.SL.5-1, RAID.SL.5-1 and so on.
  • To generate and view information about the inventory of batteries, run the following command:
    racadm storage get batteries -o
    racadm storage get batteries --refkey <Controller FQDDs separated by comma> 
    racadm storage get batteries --refkey <Controller FQDDs separated by comma> -o
    racadm storage get batteries --refkey <Controller FQDDs separated by comma> -o -p <property names separated by comma>
  • To generate and view information about the inventory of virtual disks, run the following command:
    racadm storage get vdisks
    racadm storage get vdisks --refkey <Controller FQDDs separated by comma> 
    racadm storage get vdisks --refkey <Controller FQDDs separated by comma> -o
    racadm storage get vdisks --refkey <Controller FQDDs separated by comma> -o -p <property names separated by comma>
  • To generate and view information about the inventory of enclosures, run the following command:
    NOTE:FQDD of certain Backplanes may not be the same in Software Inventory and Hardware Inventory.
    racadm storage get enclosures -o
    racadm storage get enclosures --refkey <Connector FQDDs separated by comma>
    racadm storage get enclosures --refkey <Connector FQDDs separated by comma> -o -p <property names separated by comma>
  • To get the list of enclosures, run the following command:
    racadm storage get enclosures
  • To get the properties of an enclosure, run the following command:
    racadm storage get enclosures:<Enclosure FQDD>
  • To generate and view information about the inventory of physical disk drives, run the following command:
    racadm storage get pdisks
    racadm storage get pdisks -o
    racadm storage get pdisks -o -p <property names separated by comma>
    racadm storage get pdisks --refkey <Enclosure/Backplanes FQDDs separated by comma>
    racadm storage get pdisks --refkey <Enclosure/Backplanes FQDDs separated by comma> -o
    racadm storage get pdisks --refkey <Enclosure/Backplanes FQDDs separated by comma> -o -p <property names separated by comma>
  • To get the list of physical disks, run the following command:
    racadm storage get pdisks
  • To get the properties of a physical disk, run the following command:
    racadm storage get pdisks:<PD FQDD>
  • To get a list of physical disks in a virtual disk, run the following command:
    racadm storage get pdisks -vdkey:<VD FQDD>
  • To generate and view information about the inventory of fans, run the following command:
    racadm storage get fans --refkey <Enclosure FQDDs separated by comma>
    racadm storage get fans --refkey <Enclosure FQDDs separated by comma > -o 
    racadm storage get fans --refkey <Enclosure FQDDs separated by comma> -o -p <property names separated by comma> 
  • To generate and view information about the inventory of EMMs, run the following command:
    racadm storage get emms -refkey <Enclosure FQDDs separated by comma>
    racadm storage get emms --refkey <Enclosure FQDDs separated by comma> -o
    racadm storage get emms --refkey <Enclosure FQDDs separated by comma> -o -p <property names separated by comma> 
  • To generate and view information about the inventory of PSU, run the following command:
    racadm storage get psus -refkey <Enclosure FQDDs separated by comma>
    racadm storage get psus --refkey <Enclosure FQDDs separated by comma> -o
    racadm storage get psus --refkey <Enclosure FQDDs separated by comma> -o -p <property names separated by comma> 

Configuration

NOTE: For any storage operation executed, creating a configuration job is needed for the operation to be applied. Only storage operations that don't need a configuration job to apply the changes are blink/unblink. Also supported is the ability to stack multiple storage operations for one configuration job. Examples are execute reset config, create VD, assign hotspare and create configuration job. For more details on creating configuration job, refer to jobqueue help create command".

Below are the supported input options for storage operations:

  • --refkey—Specifies the controller or enclosure FQDDs.
  • -name—Specifies the new name for the virtual disk.
    NOTE:You can use alphanumeric characters, spaces, dashes, and underscores in the disk name. Any other special character that you enter is removed and replaced by a space while creating a virtual disk.
  • -size—Specifies the new size for the virtual disk. It should be more than the current size.
    • b—Specifies the size in bytes
    • k—Specifies the size in kilobytes
    • m—Specifies the size in megabytes
    • g—Specifies the size in gigabytes
    • t—Specifies the size in terabytes
  • -rl—Sets the storage level.
    • r0—storage 0-Striping
    • r1—storage 1-Mirroring
    • r5—storage 5-Striping with Parity
    • r6—storage 6-Striping with Extra Parity
    • r10—storage 10-Spanned Striping with Mirroring
    • r50—storage 50-Spanned Striping with Parity
    • r60—storage 60-Spanned Striping with Extra Parity
  • -new_rl—Specifies the new possible raid level for the virtual disk
    • r0—RAID0
    • r1—RAID1
    • r5—RAID5
    • r6—RAID6
    NOTE: This is a mandatory option must provide with RLM operation. Possible raid migrations with disk addition are R0-R1, R0-R5/R6,R1-R0/R5/R6, R5-R0/R6, R6-R0/R5. Possible raid migrations without disk addition are R1-R0, R5-R0, R6-R0/R5.
  • -wp{wt|wb|wbf}—Sets the write policy to Write Through, Write Back, or Write Back Force
  • -rp {nra|ra|ara}—Sets the read policy to No Read Ahead, Read Ahead, Adaptive Read Ahead
  • -ss—Specifies the stripe size to use.
  • -pdkey:<PD FQDD list>—Specifies the physical disk drive to use in the virtual disk.
  • -dcp—Sets the Disk Cache Policy in the Virtual Disk.
    • enabled—Allows the virtual disk to use the cache.
    • disabled—Does not allow the virtual disk to use the cache.
    • default—Uses the default cache policy. For SAS drives, use the disabled option and for SATA drives, use the enabled option by default.
  • -name <VD name>—Specifies the name of the virtual disk.
  • -size <VD size>—Specifies the size of each virtual disk.
    • b—Specifies the size in bytes
    • k—Specifies the size in kilobytes
    • m—Specifies the size in megabytes
    • g—Specifies the size in gigabytes
    • t—Specifies the size in terabytes
  • -sc—Number of spans in a virtual disk (required for multi-span RAID level)
    NOTE:
    • From PERC9 storage controller onwards, if the value of controller.SupportRAID10UnevenSpans is supported, you can enter only 0 for this option while creating RAID level 10. The created RAID10 virtual disk displays the spandepth as 1 (default).
    • For other controllers:
      • The default value for multi-span RAID levels is 2 and for basic RAID level is 1.
      • For hybrid RAID levels such as RAID10, RAID50, and RAID60, this option is mandatory.
      • The value for-sc option can be 0 only for RAID10.
  • -T10PIEnable—Creates a virtual disk with protection information.
  • -sd <SecureDisk>—Set the secure disk to encrypt the VD.
    • enabled—Enable the encryption in VD.
    • disabled—Disable the encryption in VD.
  • -key <Key id>—Specifies the key id.
  • -passwd <passphrase>—Specifies the passphrase.
  • -newpasswd <passphrase>—Specifies the new passphrase.
  • -assign {yes | no}—Assigns or unassigns the disk as a hotspare.
  • -type { ghs | dhs}—Assigns a global or dedicated hotspare.
  • -vdkey:<VD FQDD>—Assigns the dedicated hotspare to the specified virtual disk. This option is required for dedicated hotspare.
  • -state <start|stop>start value starts a patrol read operation. stop value stops a running patrol read operation.
    NOTE:
    • To start the operation, the Controller.PatrolReadMode must be in Manual mode.
    • The values displayed for properties such as Patrol Read, Check Consistency Rate, Rebuild Rate, BGI Rate, and Reconstruction Rate are displayed in percentage.
  • -speed—Specifies the initialization of the Virtual disk.

    • fast—Performs fast initialization.

    • full—Performs slow initialization.

  • blink: <FQDD> or unblink: <FQDD><FQDD> can be physical disk drives, virtual disks, or PCIeSSD.
  • <PCIeSSD FQDD>—Specifies the PCIeSSD FQDD.
  • <PCIeSSD controller|enclosure FQDD>—Specifies the PCIeSSD controller or enclosure FQDD.
  • preparetoremove—Specifies the PCIeSSD drive to prepare for removal.

    NOTE:Ensure that ISM is installed and running to perform the preparetoremove operation.
  • cryptographicerase—Specifies the PCIeSSD, SED (Self encrypting drive) or ISE device to perform the cryptographic erase operation.
    NOTE:If running this operation on an ISE or SED device, it must not be a part of a RAID volume. If the device is part of a RAID volume, delete the volume first and then run cryptographicerase.
  • -mdtype { windows | linux}—Specifies the metadata type for the physical disk conversion to RAID
    NOTE: SWRAID only supports mdtype.
  • -mode—Specifies the PERC key management type.
  • To view the help details for a configuration command, run the following command:
    racadm storage help <command>
    where command can take below values
    converttoraid, converttononraid, controllers, clearconfig, createsecuritykey, createvd, deletesecuritykey,
     deletevd, encryptvd, enclosures, emms, fans, hotspare, importconfig, ccheck, cryptographicerase, preparetoremove, blink, unblink, cancelcheck, renamevd, cancelbgi, rebuild, cancelrebuild, capacityexpanon, raidlevelmigrationinit, modifysecuritykey, psus, pdisks, resetconfig, tempprobes, vdisks, patrolread, forceonline,
    forceoffline,replacephysicaldisk,unlock,and setbootvd.
    NOTE: iSM must be running on the operating system to run the preparetoremove method:
  • To create, delete, and secure the virtual disks, to start or stop the consistency check on the specified virtual disk, run the following command:
    racadm storage createvd:<Controller FQDD> -rl {r0|r1|r5|r6|r10|r50|r60}[-wp {wt|wb|wbf}] [-rp {nra|ra|ara}] [-ss {1k|2k|4k|8k|16k|32k|64k|128k|256k|512k|1M|2M|4M|8M|16M}]-pdkey:<comma separated PD FQDD> [-dcp {enabled|disabled|default}] [-name <VD name>] [-size <VD size>{b|k|m|g|t}] [-T10PIEnable] [-sd <secureDisk>]
    NOTE:
    • T10PI is no longer supported on PERC controllers.
    • If the <VD name> exceeds 15 characters when running the createvd command, it gets corrected to a length of 15 characters once the command is completed successfully.
    racadm storage init:<VD FQDD> -speed {fast|full} 
    racadm storage deletevd:<VD FQDD>
    racadm storage encryptvd:<VD FQDD>
    racadm storage createsecuritykey:<Controller FQDD> -key <Key id> -xxx <passphrase>
    racadm storage modifysecuritykey:<Controller FQDD> -key <Key id>-xxx <old passphrase> -xxx <new passphrase>
    racadm storage deletesecuritykey:<Controller FQDD>
    racadm storage ccheck:<VD FQDD>
    racadm storage cancelcheck:<VD FQDD>
  • To set virtual disk as bootvd and replace physical disk in virtual disk:
    racadm storage setbootvd:<Controller FQDD> -vd <VD FQDD >
    racadm storage replacephysicaldisk:<Source PD FQDD > -dstpd <Destination PD FQDD>
  • To rename, expansion and raid level migration of the virtual disks and, to rebuild, cancel rebuild and cancel the back-ground initialization, run the following command:
    racadm storage renamevd:<VD FQDD > -name <new_vd_name>
    racadm storage capacityexpansion:<VD FQDD > -size <new size VD> -pdkey <PD FQDDs>
    racadm storage capacityexpansion:<VD FQDD> -size <new size>.
    racadm storage discardcache:<Controller FQDD>
    racadm storage raidlevelmigration:<VD FQDD > -new_rl <raid_level> -pdkey:<PD FQDD separated by commas>
    racadm storage rebuild:<PD FQDD>
    racadm storage cancelrebuild:<PD FQDD>
    racadm storage cancelbgi:<VD FQDD>
  • To convert the physical disk drives and assign or delete a hotspare. To scan physical disks that are connected to a controller and detect problem, run the following command:
    racadm storage converttononraid:<PD FQDD>
    racadm storage converttoraid:<PD FQDD>
    -mdtype <metadataType>
    NOTE: Convert to RAID or Non RAID is not supported on PERC 10 (RAID mode) and BOSS controller cards. PERC10 in eHBA mode supports convert to RAID or Non-RAID.
    NOTE:-mdtype is only supported for SWRAID controllers.
    racadm storage hotspare:<PD FQDD> -assign yes -type dhs -vdkey: <VD FQDD>
    racadm storage hotspare:<PD FQDD> -assign yes –type ghs
    racadm storage hotspare:<PD FQDD> -assign no
    racadm storage patrolread:<Controller FQDD> -state start|stop
    NOTE:If the –assign option is no, you cannot add other options. If the –assign option is yes and if the -type option is not present, the global hotspare (ghs) is created by default.
  • To reset, clear, and import the storage configuration to the controller, run the following command:
    racadm storage importconfig:<Controller FQDD>
    racadm storage resetconfig:<Controller FQDD>
    racadm storage clearconfig:<Controller FQDD>
  • To unlock foreign configuration:
    racadm storage unlock:<Controller FQDD> -key <Key id> -passwd <passphrase>
  • To start or stop a blink or identify operation on the specified storage device, run the following command:
    racadm storage blink:<FQDD>
    racadm storage blink:<PCIeSSD FQDD>
    racadm storage unblink:<FQDD>
    racadm storage unblink:<PCIeSSD FQDD>
    NOTE:
    • The start or stop a blink feature is not supported for HHHL PCIe SSD devices.
    • BOSS-S2 controllers support blink and unblink feature on M.2 drives.
  • To force a physical disk online, offline
    racadm storage forceonline:<PD FQDD>
    racadm storage forceoffline:<PD FQDD> 
    NOTE:Forcing a physical drive offline or online may result in loss of data. For more information, see the latest PERC User's Guide.
  • To prepare the PCIeSSD drive for removal:
    racadm storage preparetoremove <PCIeSSD FQDD>
    NOTE:The Prepare to Remove task is not supported for HHHL PCIe SSD devices.
  • To perform a cryptographic erase operation on PCIeSSD device, run the following command:
    racadm storage cryptographicerase:<PCIeSSD FQDD>
  • To set the encryption mode to Secure Enterprise Key Manager (SEKM) for the PERC controller:
    racadm storage setencryptionmode:<Controller FQDD> -mode <KEY Management Mode>
    NOTE:You need to enable SEKM on iDRAC before enabling SEKM on the PERC controller.
  • To request iDRAC to rekey all devices:
    racadm storage rekey:<Controller FQDD>
Input
  • -o—Specifies the optimized version.
  • -p—Specifies the property name.
Example

Inventory

  • To view the help details for get command, run the following command:
    racadm>>storage help get
    racadm storage help get
    Storage monitoring and inventory of hardware RAID connected to the system.
    
    Usage :
    racadm storage get status
    racadm storage help <Object type I/II>
    racadm storage get <Object type I>
    racadm storage get <Object type I> -current
    racadm storage get <Object type I> -pending
    racadm storage get <Object type I> -o
    racadm storage get <Object type I> -o -p <property names separated by comma>
    racadm storage get <Object type I>:<FQDDs of Object type I separated by comma> -p
    <property names separated by comma>
    racadm storage get <Object type I>:<FQDDs of Object type I separated by comma>
    racadm storage get <Object type II> --refkey <reference keys separated by comma>
    racadm storage get <Object type II> --refkey <reference keys separated by comma> -o
    racadm storage get <Object type II> --refkey <reference keys separated by comma> -o
    -p <property names separated by comma>
    --------------------------------------------------------------------------------
    
    Valid Options:
    Object type I      : controllers, batteries, vdisks, pdisks, fans, emms, tempprobes, psus, enclosures.
    Object type II     : batteries, vdisks, pdisks, fans, emms, psus, tempprobes, enclosures.
    -current <optional>: Displays only the current Raid objects from storage.If -pending not mentioned it will consider as the default option
    -pending           : Displays only the Pending Raid Objects from Storage.
    -o                 : Displays all the properties of the selected Key or Object.
    -p                 : Displays the property names with filter.
    FQDD's             : Displays all the properties of the FQDD's Key.
    --refkey           : Displays all the reference key of Object type.
    help               : Displays each object type help.
    NOTE: Maximum Property names can be specified in -p option is = 10.
    NOTE: Maximum FQDD's or refkey can be specified is = 3.
    --------------------------------------------------------------------------------
    
    Usage Examples :
    racadm storage get controllers
    racadm storage get psus
    racadm storage get controllers -o
    racadm storage get controllers -o -current
    racadm storage get controllers -o -pending
    racadm storage get enclosures -o
    racadm storage get controllers -o -p name,status
    racadm storage get vdisks -o -p layout,status
    racadm storage get controllers:RAID.INTEGRATED.0
    racadm storage get emms:EMM.Slot.0:ENCLOSURE.EXTERNAL.0-0:RAID.INTEGRATED.0
    racadm storage get controllers:RAID.INTEGRATED.0 -p status
    racadm storage get emms:EMM.Slot.0:ENCLOSURE.EXTERNAL.0-0:RAID.INTEGRATED.0 -p status
    racadm storage get batteries --refkey RAID.INTEGRATED.0
    racadm storage get pdisks --refkey ENCLOSURE.EXTERNAL.0-0:RAID.INTEGRATED.0
    racadm storage get batteries --refkey RAID.INTEGRATED.0 -o -p status,state,name
    racadm storage get fans --refkey RAID.INTEGRATED.0 -o -p status,speed,name
    
  • To generate and view information about the inventory of controllers, virtual disks, storage enclosures, and physical disk drives.
    • To generate and view information about the inventory of storage root node.
      This command retrieves the status of the inventory for storage root node.
      racadm storage get status
      raid Root Node Status : Ok
      • To generate and view information about the inventory of controllers connected to the server. 
        NOTE:If you set the NVMe mode to Non-Raid, then SWRAID RollupStatus is displayed as Unknown.
        racadm storage get controllers
        RAID.Integrated.1-1

        The following command is an optimized version and displays the full controller objects along with their keys:

        racadm storage get controllers -o
        RAID.Slot.4-1
           Status                           = Ok
           DeviceDescription                = RAID Controller in Slot 4
           RollupStatus                     = Ok
           Name                             = PERC H740P Adapter  (PCI Slot 4)
           PciSlot                          = 4
           FirmwareVersion                  = 50.5.1-1733
           RebuildRate                      = 30
           BgiRate                          = 30
           CheckConsistencyRate             = 30
           ReconstructRate                  = 30
           PatrolReadRate                   = 30
           PatrolReadMode                   = Automatic
           PatrolReadState                  = Stopped
           CheckConsistencyMode             = Normal
           LoadBalanceSetting               = Auto
           CopybackMode                     = ON
           PreservedCache                   = Not Present
           CacheMemorySize                  = 8192 MB
           PersistHotspare                  = Disabled
           KeyID                            = null
           SpindownUnconfiguredDrives       = Disabled
           SpindownHotspare                 = Disabled
           Timeintervalforspindown          = 30 (Minutes)
           SecurityStatus                   = Security Key Assigned
           EncryptionMode                   = Security Enterprise Key Manager
           SasAddress                       = 0x5D09466073045100
           PciDeviceId                      = 0x16
           PciSubdeviceId                   = 0x1fcb
           PciVendorId                      = 0x1000
           PciSubvendorId                   = 0x1028
           PciBus                           = 0x0
           PciDevice                        = 0x0
           PciFunction                      = 0x0
           BusWidth                         = Other
           SlotLength                       = Other
           SlotType                         = Other
           MaxCapableSpeed                  = 12.0 Gb/s
           LearnMode                        = Not supported
           T10PICapability                  = Not Capable
           SupportRAID10UnevenSpans         = Supported
           SupportEnhancedAutoForeignImport = Supported
           EnhancedAutoImportForeignConfig  = Disabled
           SupportControllerBootMode        = Supported
           ControllerBootMode               = Continue Boot On Error
           RealtimeConfigurationCapability  = Capable
           RaidMode                         = None
           SharedSlotAssignmentAllowed      = Not Applicable
           bootVD                           = Disk.Virtual.0:RAID.Slot.4-1
           CurrentControllerMode            = RAID
           SupportEnhancedHBA               = Supported
           
        The following command displays the filtered property values for all returned controller objects:
        storage get controllers -o -p Name
        RAID.Slot.2-1
        Name              = PERC H345 Adapter (PCI Slot 2)

        The following examples show the pending operation when used with storage get <object> commands:

        To list storage objects without displaying the properties:
        • This operation displays vdisk, which has pending operation:
          racadm storage get vdisks -pending
          DISK.Virtual.267386880:RAID.Slot.5-1  
        • This operation displays controllers, which have pending operations:
          racadm storage get controllers -pending 
          RAID.Integrated.1-1
        • This operation displays pdisk, which has pending operation:
          racadm storage get pdisks -pending 
          Disk.Bay.20:Enclosure.Internal.0-1:RAID.Integrated.1-1
        • This operation displays enclosures, which have pending operations:
          racadm storage get enclosures -pending 
          Enclosure.Internal.0-1:RAID.Integrated.1-1
          Changing the attribute by using racadm set storage or storage configuration command displays the storage object in the -pending command output. If there are no pending objects, the following error message is displayed:
          racadm storage get pdisks -pending 
          ERROR: STOR0103 : No physical disks are displayed.
          Check if the server has power, physical disks are available, and physical disks are connected to the enclosure or backplane.

        The following examples show the pending operation while listing the properties:

        By default, if there is no change in properties, the -pending command displays the current value. If the property has any pending objects, the -pending command displays the pending value.
        • This operation displays the current state of pdisk, which is in Ready state:
          racadm>> racadm storage get pdisks -o -p state
          Disk.Bay.4:Enclosure.Internal.0-1:RAID.Integrated.1-1
             State                            = Ready
        • This operation displays state of a pdisk on which createvd operation is pending:
          racadm>> racadm storage get pdisks -o -p state -pending
          Disk.Bay.4:Enclosure.Internal.0-1:RAID.Integrated.1-1

        The following command displays the output for H755N adapter controller objects along with their keys:

        racadm storage get controllers -o
           RAID.SL.8-1
           Status                           = Ok
           DeviceDescription                = RAID Controller in SL 8
           RollupStatus                     = Ok
           Name                             = PERC H755N Front (Embedded)
           FirmwareVersion                  = 52.13.0-3396
           DriverVersion                    = 7.713.12.00
           RebuildRate                      = 30
           BgiRate                          = 30
           CheckConsistencyRate             = 30
           ReconstructRate                  = 30
           PatrolReadRate                   = 30
           PatrolReadMode                   = Automatic
           PatrolReadState                  = Stopped
           CheckConsistencyMode             = Normal
           LoadBalanceSetting               = Auto
           CopybackMode                     = ON
           PreservedCache                   = Not Present
           CacheMemorySize                  = 8192 MB
           PersistHotspare                  = Enabled
           KeyID                            = null
           SpindownUnconfiguredDrives       = Disabled
           SpindownHotspare                 = Disabled
           Timeintervalforspindown          = 30 (Minutes)
           SecurityStatus                   = Encryption Capable
           EncryptionMode                   = None
           EncryptionCapability             = Local Key Management and Secure Enterprise Key Manager Capable
           SasAddress                       = 0x54CD98F0BC453D00
           PciDeviceId                      = 0x10e2
           PciSubdeviceId                   = 0x1ae2
           PciVendorId                      = 0x1000
           PciSubvendorId                   = 0x1028
           PciBus                           = 0x1
           PciDevice                        = 0x0
           PciFunction                      = 0x0
           BusWidth                         = Unknown
           SlotLength                       = Unknown
           SlotType                         = Unknown
           MaxCapableSpeed                  = 16 GT/s
           LearnMode                        = Not supported
           T10PICapability                  = Not Capable
           SupportRAID10UnevenSpans         = Supported
           SupportEnhancedAutoForeignImport = Supported
           EnhancedAutoImportForeignConfig  = Disabled
           SupportControllerBootMode        = Not Supported
           RealtimeConfigurationCapability  = Capable
           RaidMode                         = None
           SharedSlotAssignmentAllowed      = Not Applicable
           bootVD                           = None
           CurrentControllerMode            = RAID
           SupportEnhancedHBA               = Not Supported
           AutoConfigBehavior               = Off
        
        The following command provides the properties of the specified SATA/SAS physical disk as a member of HW controller:
        NOTE: PDISK property RaidType is not applicable for HWRAID and will be displayed/populated with the value Unknown.
        storage get pdisks:Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.1-1
        Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.1-1
           Status                           = Ok
           DeviceDescription                = Disk 0 in Backplane 1 of RAID Controller in Slot 1
           RollupStatus                     = Ok
           Name                             = Solid State Disk 0:1:0
           State                            = Ready
           OperationState                   = Not Applicable
           PowerStatus                      = On
           Size                             = 3576.375 GB
           FailurePredicted                 = NO
           RemainingRatedWriteEndurance     = 100 %
           SecurityStatus                   = Not Capable
           BusProtocol                      = SAS
           MediaType                        = SSD
           UsedRaidDiskSpace                = 0.001 GB
           AvailableRaidDiskSpace           = 3576.375 GB
           Hotspare                         = NO
           Manufacturer                     = HGST
           ProductId                        = HUSTR7638ASS200
           Revision                         = S524
           SerialNumber                     = 4LV04PNX
           PartNumber                       = MY0C4DFRSN2007BK0007A00
           NegotiatedSpeed                  = 12.0 Gb/s
           ManufacturedDay                  = 2
           ManufacturedWeek                 = 47
           ManufacturedYear                 = 2017
           ForeignKeyIdentifier             = null
           SasAddress                       = 0x5000CCA08700468D
           WWN                              = 0x5000CCA08700468D
           FormFactor                       = 2.5 Inch
           RaidNominalMediumRotationRate    = 1
           T10PICapability                  = Not Capable
           BlockSizeInBytes                 = 512
           MaxCapableSpeed                  = 12 Gb/s
           RaidType                         = Unknown
           SystemEraseCapability            = CryptographicErasePD
           SelfEncryptingDriveCapability    = Not Capable
           EncryptionCapability             = Not Capable
           CryptographicEraseCapability     = Capable
           Certified                        = Yes
           NonRAIDDiskCachePolicy           = Not Applicable
           EncryptionProtocol               = None
        
      • The following command displays the output for Backplane 1 objects along with their properties:
        racadm storage get enclosures:Enclosure.Internal.0-1:NonRAID.Integrated.1-1
           Enclosure.Internal.0-1:NonRAID.Integrated.1-1
           State                            = Ready
           Status                           = Ok
           DeviceDescription                = Backplane 1 on Connector 0 of Integrated Storage Controller 1
           RollupStatus                     = Ok
           Name                             = BP15G+ 0:1
           BayId                            = 1
           FirmwareVersion                  = 1.04
           SasAddress                       = 0x34CC98F03FF22300
           SlotCount                        = 8
           PCI Express Generation           = Not Applicable
          
        
        
    • To generate and view information about the inventory of batteries that are 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 that are 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 that are 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 that are 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
    • 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
      AvailableProtocols       SAS
      MediaType                HDD
      ReadPolicy               Read Ahead
      WritePolicy              Write Back
      StripeSize               64K
      DiskCachePolicy          Default
      BadBlocksFound           NO
      Secured                  NO
      RemainingRedundancy      0
      EnhancedCache            Not Applicable
      T10PIStatus              Disabled
      BlockSizeInBytes         512
      
    • To generate and view information about the inventory of storage enclosures that are connected to the connector.

      This command displays all enclosure objects for the connector FQDD.

      racadm storage get enclosures -o
      Enclosure.Internal.0-1:RAID.Integrated.1-1
      Status						 												Ok
      State                    Ready
      DeviceDescription        Backplane 1 on Connector 0 of Integrated RAID Controller 1
      RollupStatus             Ok
      Name                     BP13G+EXP 0:1
      BayId                    1
      FirmwareVersion          0.23
      SasAddress               0x500056B31234ABFD
      SlotCount                24
      The following command displays all enclosure keys that are connected to the connectors:
      racadm storage get enclosures --refkey RAID.Integrated.1-1
      Enclosure.Internal.0-1:RAID.Integrated.1-1
      The following command is an optimized and filtered version:
      racadm storage get enclosures --refkey RAID.Integrated.1-1 -o -p Name
      Enclosure.Internal.0-1:RAID.Integrated.1-1
      Name = BP12G+EXP 0:1
    • To generate and view information about the inventory of physical disk drives connected to the enclosure or backplanes, run the following command:
      racadm storage get pdisks
      Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1
      The following command is an optimized version and displays the full controller objects along with their keys:
      racadm storage get pdisks -o
      Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.4-1
         Status                           = Ok
         DeviceDescription                = Disk 0 in Backplane 1 of RAID Controller in Slot 4
         RollupStatus                     = Ok
         Name                             = Physical Disk 0:1:0
         State                            = Online
         OperationState                   = Not Applicable
         PowerStatus                      = Spun-Up
         Size                             = 1117.250 GB
         FailurePredicted                 = NO
         RemainingRatedWriteEndurance     = Not Applicable
         SecurityStatus                   = Not Capable
         BusProtocol                      = SAS
         MediaType                        = HDD
         UsedRaidDiskSpace                = 200.001 GB
         AvailableRaidDiskSpace           = 917.250 GB
         Hotspare                         = NO
         Manufacturer                     = SEAGATE
         ProductId                        = ST1200MM0099
         Revision                         = ST31
         SerialNumber                     = WFK1BNX3
         PartNumber                       = CN0G2G54SGW0087A01RHA00
         NegotiatedSpeed                  = 12.0 Gb/s
         ManufacturedDay                  = 5
         ManufacturedWeek                 = 28
         ManufacturedYear                 = 2018
         ForeignKeyIdentifier             = null
         SasAddress                       = 0x5000C500B8ED7081
         FormFactor                       = 2.5 Inch
         RaidNominalMediumRotationRate    = 10000
         T10PICapability                  = Not Capable
         BlockSizeInBytes                 = 512
         MaxCapableSpeed                  = 12 Gb/s
         RaidType                         = None
         SystemEraseCapability            = SecureErasePD
         SelfEncryptingDriveCapability    = Not Capable
         EncryptionCapability             = Not Capable
         CryptographicEraseCapability     = Capable
      The following command displays the filtered property values for all returned controller objects:
      racadm storage get pdisks -o -p State
      Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1
      State = Online
      The following command displays all physical disk drive keys that are connected to the enclosures:
      racadm storage get pdisks --refkey RAID.Integrated.1-1
      Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1
      The following command is an optimized version and displays all disk objects for the enclosure FQDD:
      racadm storage get pdisks -o
      Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.4-1
         Status                           = Ok
         DeviceDescription                = Disk 0 in Backplane 1 of RAID Controller in Slot 4
         RollupStatus                     = Ok
         Name                             = Physical Disk 0:1:0
         State                            = Online
         OperationState                   = Not Applicable
         PowerStatus                      = Spun-Up
         Size                             = 1117.250 GB
         FailurePredicted                 = NO
         RemainingRatedWriteEndurance     = Not Applicable
         SecurityStatus                   = Not Capable
         BusProtocol                      = SAS
         MediaType                        = HDD
         UsedRaidDiskSpace                = 200.001 GB
         AvailableRaidDiskSpace           = 917.250 GB
         Hotspare                         = NO
         Manufacturer                     = SEAGATE
         ProductId                        = ST1200MM0099
         Revision                         = ST31
         SerialNumber                     = WFK1BNX3
         PartNumber                       = CN0G2G54SGW0087A01RHA00
         NegotiatedSpeed                  = 12.0 Gb/s
         ManufacturedDay                  = 5
         ManufacturedWeek                 = 28
         ManufacturedYear                 = 2018
         ForeignKeyIdentifier             = null
         SasAddress                       = 0x5000C500B8ED7081
         FormFactor                       = 2.5 Inch
         RaidNominalMediumRotationRate    = 10000
         T10PICapability                  = Not Capable
         BlockSizeInBytes                 = 512
         MaxCapableSpeed                  = 12 Gb/s
         RaidType                         = None
         SystemEraseCapability            = SecureErasePD
         SelfEncryptingDriveCapability    = Not Capable
         EncryptionCapability             = Not Capable
         CryptographicEraseCapability     = Capable
      The following command is an optimized and filtered version:
      racadm storage get pdisks --refkey Enclosure.Internal.0-1:RAID.Integrated.1-1 -o -p State
      Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1
      State = Online
    • To generate and view information about the inventory of fans that are connected to the enclosure.
      The following command displays all the fan keys that are connected to the enclosures:
      racadm storage get fans --refkey <Enclosure FQDDs separated
      by comma>
      The following command displays all the fan objects for the enclosure FQDD:
      racadm storage get fans --refkey <Enclosure FQDDs separated
      by comma > -o 
      racadm storage get fans --refkey <Enclosure FQDDs separated
      by comma> -o -p <property names separated by comma> 
    • To generate and view information about the inventory of EMMs connected to the enclosure.
      The following command returns all the EMM keys that are connected to the enclosures:
      racadm storage get emms -refkey <Enclosure FQDDs separated
      by comma>
      The following command is an optimized version and displays all the EMM objects for the enclosure FQDD:
      racadm storage get emms --refkey <Enclosure FQDDs separated
      by comma> -o
      The following command is an optimized and filtered version:
      racadm storage get emms --refkey <Enclosure FQDDs separated
      by comma > -o -p <property names separated by comma>
    • To generate and view information about the inventory of PSU connected to the enclosure.
      The following command displays all the PSUs connected to the enclosures:
      racadm storage get psus --refkey <Enclosure FQDDs separated
      by comma>
      The following command is an optimized version and displays all the PSUs objects for the enclosure FQDD:
      racadm storage get psus --refkey <Enclosure FQDDs separated
      by comma > -o
      The following command is an optimized and filtered version:
      racadm storage get psus --refkey <Enclosure FQDDs separated
      by comma> -o -p <property names separated by comma>
  • To get the list of enclosures and properties of the PCIeSSD enclosure.
    • The following command provides the list of enclosures:
      racadm storage get enclosures
      Enclosure.Internal.0-1:RAID.Integrated.1-1\
      Enclosure.Internal.0-1:PCIeExtender.Slot.3
      
    • The following command provides the properties of the specified PCIeSSD enclosure:
      racadm storage get enclosures:Enclosure.Internal.0-1:PCIeExtender.Slot.3
      Enclosure.Internal.0-1:PCIeExtender.Slot.3
      RollupStatus = Ok
      DeviceDescription = Enclosure.Internal.0-1:PCIeExtender.Slot.3
      Name = PCIe SSD BP 1
      SlotCount = 4
      FirmwareVersion = 0.80
      PcieSSDBusId = 182
      PcieSSDDeviceId = 0
      PcieSSDFunctionId = 0
    • To get the list of physical disks and properties of the specified PCIeSSD physical disk.
      The following command provides the list of physical disks:
      racadm storage get pdisks
      Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1
      Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1
      Disk.Bay.2:Enclosure.Internal.0-1:RAID.Integrated.1-1
      Disk.Bay.3:Enclosure.Internal.0-1:RAID.Integrated.1-1
      Disk.Bay.4:Enclosure.Internal.0-1:RAID.Integrated.1-1
      Disk.Bay.5:Enclosure.Internal.0-1:RAID.Integrated.1-1
      Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.3
      Disk.Bay.6:Enclosure.Internal.0-1:PCIeExtender.Slot.3
      Disk.Bay.7:Enclosure.Internal.0-1:PCIeExtender.Slot.3
      Disk.Bay.9:Enclosure.Internal.0-1:PCIeExtender.Slot.3
      The following command provides the properties of the specified PCIe SSD physical disk as a member of SW RAID:
      racadm storage get pdisks:Disk.Bay.0:Enclosure.Internal.0-1
      Disk.Bay.0:Enclosure.Internal.0-1
         Status                           = Ok
         DeviceDescription                = PCIe SSD in Slot 0 in Bay 1
         Name                             = PCIe SSD in Slot 0 in Bay 1
         State                            = Ready
         Size                             = 931.250 GB
         BusProtocol                      = NVMe
         MediaType                        = SSD
         Model                            = Dell Express Flash NVMe P4510 1TB SFF
         ProductId                        = a54
         SerialNumber                     = PHLJ9106019V1P0FGN
         DeviceProtocol                   = NVMe-MI1.0
         Manufacturer                     = Intel
         PCIeNegotiatedLinkWidth          = x2
         PCIeCapableLinkWidth             = x4
         MaxCapableSpeed                  = 8 GT/s
         NegotiatedSpeed                  = 8 GT/s
         FormFactor                       = 2.5 Inch
         Revision                         = VDV1DP23
         RemainingRatedWriteEndurance     = 100 %
         FailurePredicted                 = NO
         PcieSSDBusId                     = 101
         PcieSSDDeviceId                  = 0
         PcieSSDFunctionId                = 0
         RAIDStatus                       = Ready
         HotSpareStatus                   = No
         AvailableRaidDiskSpace           = 930.750 GB
         FreeSizeInBytes                  = 930.75 GB
         RaidType                         = Windows Software RAID
         SasAddress                       = Not Applicable
         WWN                              = 0x3b5cd8a65c06bfd6
         Certified                        = Not Applicable
         NonRAIDDiskCachePolicy           = Not Applicable
         OperationState                   = Not Applicable
         PowerStatus                      = On
         SecurityStatus                   = Not Capable
         UsedRaidDiskSpace                = 0.500 GB
         T10PICapability                  = Not Capable
         BlockSizeInBytes                 = 512
         SystemEraseCapability            = CryptographicErasePD
         EncryptionCapability             = Not Capable
         CryptographicEraseCapability     = Capable
         EncryptionProtocol               = None
         PartNumber                       =
         ForeignKeyIdentifier             = null
         RaidNominalMediumRotationRate    = 0
      
      To get the list of controllers and properties of the PCIeSSD controller:
      The following command provides the list of controllers:
      racadm storage get controllers
      RAID.Integrated.1-1
      PCIeExtender.Slot.3

      The following command provides the properties of the specified PCIe SSD controller:

      racadm storage get controllers:PCIeExtender.Slot.3
      PCIeExtender.Slot.3
      RollupStatus = Ok
      DeviceDescription = PCIe Extender in PCIe Slot 3
      Status = Ok
      Name = PCIeExtender 3 (PCI Slot 3)
      The following command provides the properties of the specified PCIe SSD physical disk as a member of HW controller:
      racadm storage get pdisks:Disk.Bay.4:Enclosure.Internal.0-1:RAID.SL.8-1
      Disk.Bay.4:Enclosure.Internal.0-1:RAID.SL.8-1
         Status                           = Ok
         DeviceDescription                = Disk 4 in Backplane 1 of RAID Controller in SL 8
         Name                             = Solid State Disk 0:1:4
         State                            = Ready
         Size                             = 931.000 GB
         BusProtocol                      = PCIe
         MediaType                        = SSD
         Model                            = Dell Express Flash NVMe P4510 1TB SFF
         ProductId                        = Dell Express Flash NVMe P4510 1TB SFF
         SerialNumber                     = BTLJ928309UK1P0FGN
         DeviceProtocol                   = NVMe-MI1.0
         Manufacturer                     = Intel
         PCIeNegotiatedLinkWidth          = x2
         PCIeCapableLinkWidth             = x4
         MaxCapableSpeed                  = 8 GT/s
         NegotiatedSpeed                  = 8 GT/s
         FormFactor                       = 2.5 Inch
         Revision                         = VDV1DP23
         RemainingRatedWriteEndurance     = 100 %
         FailurePredicted                 = NO
         PcieSSDBusId                     = Not Applicable
         PcieSSDDeviceId                  = Not Applicable
         PcieSSDFunctionId                = Not Applicable
         RAIDStatus                       = Ready
         HotSpareStatus                   = No
         AvailableRaidDiskSpace           = 931.000 GB
         FreeSizeInBytes                  = 931.00 GB
         RaidType                         = None
         SasAddress                       = Not Applicable
         WWN                              = 0x140ce5ce4d25c
         Certified                        = Yes
         NonRAIDDiskCachePolicy           = Not Applicable
         OperationState                   = Not Applicable
         PowerStatus                      = On
         SecurityStatus                   = Not Capable
         UsedRaidDiskSpace                = 0.001 GB
         T10PICapability                  = Not Capable
         BlockSizeInBytes                 = 512
         SystemEraseCapability            = CryptographicErasePD
         EncryptionCapability             = Not Capable
         CryptographicEraseCapability     = Capable
         EncryptionProtocol               = None
         PartNumber                       = CN0FJ9YXPESIT9AD010TA02
         ForeignKeyIdentifier             = null
         RaidNominalMediumRotationRate    = 0
      

    Configuration

  • To view the help details for a configuration command, run the following command:
    racadm>> racadm storage help createvd
    Storage configuration of hardware RAID connected to the system.
    
    Usage:
    racadm storage createvd:<Controller FQDD> -rl {r0|r1|r5|r6|r10|r50|r60}[-wp {wt|wb|wbf}] [-rp {nra|ra|ara}]
    [-ss {1k|2k|4k|8k|16k|32k|64k|128k|256k|512k|1M|2M|4M|8M|16M}]
    -pdkey:<comma separated PD FQDD> [-dcp {enabled|disabled|default}]
    [-name <VD name>] [-size <VD size>{b|k|m|g|t}] [-T10PIEnable]
    --------------------------------------------------------------------------------
    
    Options :
    -rl                 : Set the RAID Level
     r0                 : RAID 0  - Striping
     r1                 : RAID 1  - Mirroring
     r5                 : RAID 5  - Striping with Parity
     r6                 : RAID 6  - Striping with Extra Parity
     r10                : RAID 10 - Spanned Striping with Mirroring
     r50                : RAID 50 - Spanned Striping with Parity
     r60                : RAID 60 - Spanned Striping with Extra Parity
     -wp {wt | wb | wbf}    : Set the write policy to Write Through or Write Back or Write Back Force
     -rp {nra|ra|ara}       : Set the read policy to No Read Ahead, Read Ahead, Adaptive Read Ahead
     -ss                    : Specify the stripe size to use
     -pdkey:<PD FQDD list>  : The PDs to use in the VD.
     -dcp                   : Set the Disk Cache Policy in the VD
     enabled           : Enabled - Allow the disk to use it's cache
     disabled          : Disabled - Disallow the disk from using it's cache
     default           : Default - Use the default cache policy.
     SAS Drives  - Use Disabled by Default
     SATA Drives - Use Enabled by Default
     -name <VD name>        : The name to give the VD
     -size <VD size>        : The size of the VD
     b                : Specify the size in bytes
     k                : Specify the size in kilobytes
     m                : Specify the size in megabytes
     g                : Specify the size in gigabytes
     t                : Specify the size in terabytes
     -sc              : Spandepth: Number of spans in a virtual disk
    
    Note: 
     - This option is mandatory for hybrid raid level like RAID 10, RAID50 and RAID60.
     - The default value is one for basic RAID levels.
     - If RAID10 Uneven Span is Supported then for RAID10:
     -    -sc option will be optional.
     -    Will allow only 0 value for this option.
     -T10PIEnable                : To create a VD with PI
    --------------------------------------------------------------------------------
    Description :
    Create a VD.
    --------------------------------------------------------------------------------
    
    Examples :
    racadm storage createvd:RAID.Integrated.1-1 -rl r0 -pdkey:Disk.Bay.0:Enclosure.Internal.0-0:RAID.Integrated.1-1
  • To create, delete, and secure the virtual disks.
    • The following command creates a virtual disk:
      racadm storage createvd:RAID.Integrated.1-1 -rl r0 -pdkey:Disk.Bay.0:Enclosure.Internal.0-0:RAID.Integrated.1-1
    • The following command starts an initialization operation on a specified virtual disk:
      racadm storage init:Disk.Virtual.0:RAID.Integrated.1-1 -speed fast 
    • The following command deletes the specified virtual disk:
      racadm storage deletevd:Disk.Virtual.0:RAID.Integrated.1-1
    • The following command encrypts the specified virtual disk:
      racadm storage encryptvd:Disk.Virtual.0:RAID.Integrated.1-1
      NOTE:Virtual disk must be created with either SED or NVMe drives behind PERC.
    • The following command assigns Local Key Management (LKM) security key for controller:
      racadm storage createsecuritykey:RAID.Integrated.1-1 -key <Key id> -xxx <passphrase>
    • The following command modifies Local Key Management (LKM) security key for controller:
      racadm storage modifysecuritykey:RAID.Integrated.1-1 -key <Key id> -oldpasswd <oldpassphrase> -newpasswd <newpassphrase>
    • The following command deletes Local Key Management (LKM) security key for controller:
      racadm storage deletesecuritykey:RAID.Integrated.1-1
  • To convert the physical disk drive and assign hotspare.
    • The following command converts the specified nonstorage physical disk drive to a storage capable physical disk drive:
      racadm storage converttoraid:Disk.Bay.0:Enclosure.Internal.0-0:RAID.Integrated.1-1 
    • The following command converts the specified physical disk drive to a nonstorage physical disk drive:
      racadm storage converttononraid:Disk.Bay.0:Enclosure.Internal.0-0:RAID.Integrated.1-1 
    • The following command assigns or unassigns a global or dedicated Hot spare:
      racadm storage hotspare:Disk.Bay.0:Enclosure.Internal.0-0:RAID.Integrated.1-1 -assign no
      racadm storage hotspare:Disk.Bay.0:Enclosure.Internal.0-0:RAID.Integrated.1-1 -assign yes -type ghs
      racadm storage hotspare:Disk.Bay.0:Enclosure.Internal.0-0:RAID.Integrated.1-1 -assign yes -type dhs -vdkey:Disk.Virtual.0:RAID.Integrated.1-1
    • The following command converts the specified nonstorage physical disk to a storage capable physical disk with windows meta data
      racadm storage converttoraid:Disk.Bay.0:Enclosure.Internal.0-0:RAID.Integrated.1-1 -mdtype windows
  • To reset, clear, and import the storage configuration to the controller.
    • The following command imports the current foreign configuration from the controller:
      racadm storage importconfig:RAID.Integrated.1-1
    • The following command deletes all virtual disks and unassigns hot spare from the associated controller:
      racadm storage resetconfig:RAID.Integrated.1-1
    • The following command clears the current foreign configuration from the controller:
      racadm storage clearconfig:RAID.Integrated.1-1
    NOTE:After a resetconfig or clearconfig operation, the data cannot be reversed.
  • To blink or unblink the PCIeSSD device.
    • The following command blinks the specified PCIeSSD device:
      racadm storage blink:Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.3
      STOR095 : Storage operation is successfully completed.
    • The following command unblinks the specified PCIeSSD device:
      racadm storage unblink:Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.3
      STOR095 : Storage operation is successfully completed.
  • To prepare the specified PCIeSSD device for removal, run the following command:
    racadm storage preparetoremove: Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.3
    STOR089 : Successfully accepted the storage configuration operation.
    To apply the configuration operation, create a configuration job with --realtime option.
    To create the required commit jobs, run the jobqueue command.
    For more information about the jobqueue command, enter the RACADM command "racadm help jobqueue”
    
  • To perform a cryptographic erase operation on the specified PCIeSSD device, run the following command:
    racadm storage secureerase: Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.3
    RAC1040 : Successfully accepted the storage configuration operation.
    To apply the configuration operation, create a configuration job, and then restart the server.
    To create the required commit and reboot jobs, run the jobqueue command.
    For more information about the jobqueue command, enter the RACADM command "racadm help jobqueue”
    
  • To perform a cryptographic erase operation on PCIeSSD, SED or ISE (Instant Scramble Erase) device, run the following command:
    racadm storage cryptographicerase:<SED FQDD>
  • To request iDRAC to rekey only a specific storage controller
    racadm storage rekey:RAID.Integrated.1-1

Rate this content

Accurate
Useful
Easy to understand
Was this article helpful?
0/3000 characters
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please select whether the article was helpful or not.
  Comments cannot contain these special characters: <>()\