Users Guide

idrac_ip: "xx.xxx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
controller_id: "RAID.Slot.1-1"
state: "create"
volumes:
- drives:
location: [5]
-name: Create multiple volume
dellemc_idrac_storage_volume:
idrac_ip: "xx.xxx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
raid_reset_config: "True"
state: "create"
controller_id: "RAID.Slot.1-1"
volume_type: "RAID 1"
span_depth: 1
span_length: 2
number_dedicated_hot_spare: 1
disk_cache_policy: "Enabled"
write_cache_policy: "WriteBackForce"
read_cache_policy: "ReadAhead"
stripe_size: 65536
capacity: 100
raid_init_operation: "Fast"
volumes:
- name: "volume_1"
drives:
id: ["Disk.Bay.1:Enclosure.Internal.0-1:RAID.Slot.1-1",
"Disk.Bay.2:Enclosure.Internal.0-1:RAID.Slot.1-1"]
- name: "volume_2"
volume_type: "RAID 5"
span_length: 3
span_depth: 1
drives:
location: [7,3,5]
disk_cache_policy: "Disabled"
write_cache_policy: "WriteBack"
read_cache_policy: "NoReadAhead"
stripe_size: 131072
capacity: 200
raid_init_operation: "None"
-name: View all volume details
dellemc_idrac_storage_volume:
idrac_ip: "xx.xxx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
state: "view"
-name: View specific volume details
dellemc_idrac_storage_volume:
idrac_ip: "xx.xxx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
state: "view"
controller_id: "RAID.Slot.1-1"
volume_id: "Disk.Virtual.0:RAID.Slot.1-1"
-name: Delete single volume
dellemc_idrac_storage_volume:
idrac_ip: "xx.xxx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
state: "delete"
Conīš‚guring
PowerEdge Servers 33