Users Guide

Table Of Contents
job_wait: "True"
catalog_file_name: "Catalog.xml"
View Lifecycle Controller status
This module is deprecated and replaced with idrac_lifecycle_controller_status_info.
Module: dellemc_get_lcstatus
Synopsis
You can view the LC status on a PowerEdge server using this module. You must check the readiness of the LC before carrying
out any configuration or update. This module returns the LC readiness as True or False and its status.
Check_mode support: No
Options
Table 71. dellemc_get_lcstatus
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_password/
idrac_pwd
Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
Table 72. Return Values
Name Description Returned Type Sample
LC status
Displays the LC status
on a PowerEdge server
Success String
https://github.com/dell/dellemc-
openmanage-ansible-modules/
blob/devel/output/deprecated/
dellemc_get_lcstatus.md
Example
-name: Get LC Status
dellemc_get_lcstatus:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password: "xxxxxxxx"
Export or Import Server Configuration Profile
These modules are deprecated and replaced with idrac_server_config_profile
Module: dellemc_idrac_server_config_profile
Synopsis
This module exports Server Configuration profile (SCP) to a given network share or imports SCP from a network share or a local
file.
Options
Table 73. dellemc_idrac_server_config_profile
Parameter Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
126 Deprecated modules