Users Guide

Table Of Contents
Table 13. dellemc_idrac_lc_attributes (continued)
Parameter/aliases Required Default Choices Comments
share_user No NA NA
Network share user in the format
'user@domain' or 'domain\user' if user is
part of a domain else 'user'. This option is
mandatory for CIFS Network share.
share_password/
share_pwd
No NA NA
Network share user password. This option is
mandatory for CIFS Network share.
share_mnt No NA NA
Local mount path of the network share with
read-write permission for Ansible user. This
option is mandatory for CIFS or NFS Network
share.
csior Yes NA
Enabled
Disabled
Whether to Enable or Disable Collect System
Inventory on Restart (CSIOR) property for all
iDRAC or LC jobs
Return Values
msg:
description: Overall status of iDRAC LC attributes configuration.
returned: always
type: str
sample: Successfully configured the iDRAC LC attributes.
lc_attribute_status:
description: Collect System Inventory on Restart (CSIOR) property for all iDRAC/LC
jobs is configured.
returned: success
type: dict
sample: {
"CompletionTime": "2020-03-30T00:06:53",
"Description": "Job Instance",
"EndTime": null,
"Id": "JID_1234512345",
"JobState": "Completed",
"JobType": "ImportConfiguration",
"Message": "Successfully imported and applied Server Configuration Profile.",
"MessageArgs": [],
"MessageArgs@odata.count": 0,
"MessageId": "SYS053",
"Name": "Import Configuration",
"PercentComplete": 100,
"StartTime": "TIME_NOW",
"Status": "Success",
"TargetSettingsURI": null,
"retval": true
}
error_info:
description: Details of the HTTP Error.
returned: on HTTP error
type: dict
sample: {
"error": {
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information.",
"@Message.ExtendedInfo": [
{
"MessageId": "GEN1234",
"RelatedProperties": [],
"Message": "Unable to process the request because an error occurred.",
"MessageArgs": [],
"Severity": "Critical",
"Resolution": "Retry the operation. If the issue persists, contact your system
administrator."
}
]
Modules for iDRAC
39