Users Guide

Table Of Contents
idrac_password: "user_password"
boot_sources:
- Name : "NIC.Integrated.1-1-1"
Enabled : true
- name: Configure boot sources - Index
dellemc.openmanage.idrac_bios:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
boot_sources:
- Name : "NIC.Integrated.1-1-1"
Index : 0
Configure storage volume
Module: dellemc_idrac_storage_volume
Synopsis
This module hosts the RAID configuration related attributes.
Check_mode support: Yes
Options
Table 12. dellemc_idrac_storage_volume
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_password/
idrac_pwd
Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
span_depth No 1 NA
Number of spans in the RAID
configuration.
I(span_depth) is mandatory for
C(create) and its value depends on
I(volume_type).
span_length No 1 NA
Number of disks in a span.
I(span_length) is mandatory for
C(create) and its value depends on
I(volume_type).
number_dedicated_hot
_spare
No 0 NA Number of Dedicated Hot Spare
volume_type No RAID 0
RAID 0
RAID 1
RAID 5
RAID 6
RAID 10
RAID 50
RAID 60
Provide the required RAID level
disk_cache_policy No Default
Default
Enabled
Disabled
Disk Cache Policy
write_cache_policy No WriteThrough
WriteThrough
WriteBack
Write Cache Policy
Modules for iDRAC 35