Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
Table 39. idrac_redfish-storage-controller (continued)
Parameter Required Default Choices Comments
key_id False NA NA
● This is a user supplied text
label associated with the
passphrase.
● This option is mandatory
when I(command) is
C(SetControllerKey) or
C(ReKey), and when I(mode)
is C(LKM).
old_key False NA NA
● Security key passphrase used
by the encryption-capable
controller.
● This option is mandatory
when I(command) is
C(ReKey) and I(mode) is
C(LKM). .
mode False NA LKM or SEKM
● Encryption mode of
the encryption-capable
controller: 1 - Local Key
Management (LKM), 2 -
Security Enterprise Key
Manager(SEKM).
● This option is applicable
only when I(command) is
C(ReKey).
● C(SEKM) requires secure
enterprise key manager
license on the iDRAC.
Return values
msg:
type: str
description: Overall status of the storage controller configuration operation.
returned: always
sample: "Successfully submitted the job that performs AssignSpare operation"
task:
type: dict
description: ID and URI resource of the created job.
returned: success
sample: {
"id": "JID_XXXXXXXXXXXXX",
"uri": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/JID_XXXXXXXXXXXXX"
}
error_info:
type: dict
description: Details of a http error.
returned: on http error
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Cannot run the method because the requested HTTP method is not
allowed.",
"MessageArgs": [],
"MessageArgs@odata.count": 0,
"MessageId": "iDRAC.1.6.SYS402",
"RelatedProperties": [],
"RelatedProperties@odata.count": 0,
"Resolution": "Enter a valid HTTP method and retry the operation. For
information about
valid methods, see the Redfish Users Guide available on the support site.",
"Severity": "Informational"
}
Modules for iDRAC
45