Users Guide

Table Of Contents
Table 3. idrac_lifecycle_controller_status_info (continued)
Parameter/aliases Required Default Choices Comments
idrac_port No 443 NA iDRAC port
Return Values
msg:
description: Overall status of fetching lifecycle controller status.
returned: always
type: str
sample: "Successfully fetched the lifecycle controller status."
lc_status_info:
description: Displays the status of the Lifecycle Controller on a Dell EMC PowerEdge
server.
returned: success
type: dict
sample: {
"msg": {
"LCReady": true,
"LCStatus": "Ready"
}
}
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."
}
]
}
}
Example
-name: Show status of the Lifecycle Controller
dellemc.openmanage.idrac_lifecycle_controller_status_info:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
Export or Import Server Configuration Profile
Module: idrac_server_config_profile
Synopsis
This module allows to export the Server Configuration Profile (SCP) from the iDRAC or import from a network share (CIFS,
NFS, HTTP, HTTPS) or a local file.
Options
Table 4. idrac_server_config_profile
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
Modules for iDRAC 15