Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 1.0.1 User’s Guide
- Overview
- Getting Started
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying Operating System
- Server Inventory
- Server Administration Tasks
- Troubleshooting
- Accessing support content from the Dell EMC support site
Table 23. dellemc_configure_raid (continued)
disk_cache_policy No Default
● Default
● Enabled
● Disabled
Disk Cache Policy
write_cache_policy No WriteThrough
● WriteThrough
● WriteBack
● WriteBackForce
Write cache policy
read_cache_policy No NoReadAhead
● NoReadAhead
● ReadAhead
● Adaptive
Read cache policy
stripe_size No 65536 NA
Provide stripe size value in
multiples of 64 * 1024
controller_fqdd Yes NA NA
Fully Qualified Device Descriptor
(FQDD) of the storage controller,
for e.g. RAID.Integrated.1-1
media_type No HDD
● HDD
● SSD
Media type
bus_protocol No SATA
● SAS
● SATA
Bus protocol
state Yes NA
● present
● absent
● If the value is 'present', the
module will perform 'create'
operations
● If the value is 'absent', the
module will perform 'remove'
operations
Table 24. Return Values
Name Description Returned Type Sample
RAID
configuration
Configures the RAID
configuration attributes
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC
Example
-name: Configure the RAID attributes
dellemc_configure_raid:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
share_name: "\\\\xx.xx.xx.xx\\share"
share_pwd: "xxxxxxxx"
share_user: "xxxx"
share_mnt: "xxxxxx"
controller_fqdd: "xxxxxxxx"
vd_name: "xxxxxx"
Configuring Collect System Inventory on Restart
Module: dellemc_idrac_lc_attributes
Synopsis
This module is responsible for enabling or disabling of Collect System Inventory on Restart (CSIOR) property for all iDRAC
or LC jobs. When you enable the CSIOR property, hardware inventory and part configuration information are discovered and
compared with previous system inventory information on every system restart.
Options
24
Configuring PowerEdge Servers