Users Guide

Table 6. Return Values
Name Description Returned Type Sample
LC status
Displays the LC status on
a PowerEdge server
Success String
https://github.com/dell/Dell-EMC-
Ansible-Modules-for-iDRAC/blob/
master/samples/
dellemc_get_lcstatus.md
Example
-name: Get LC Status
dellemc_get_lcstatus:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
Exporting Server Conguration Prole
Module: dellemc_export_server_cong_prole
Synopsis
You can export Server Conguration Prole (SCP) with various components such as iDRAC, BIOS, NIC, RAID together or with one of
these components. You can export SCP from iDRAC to a local or a network shared location. For shared location, make sure that a network
share path is established.
Check_mode support: No
Options
Table 7.
dellemc_export_server_cong_prole
Parameter Required Default Choices Comments
export_format No XML
JSON
XML
The output le format
export_use No Default
Default
Clone
Replace
If C(Default), will export the SCP using
the Default method
If C(Clone), will export the SCP using the
Clone method
If C(Replace), will export the SCP using
the Replace method
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_pwd Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
job_wait Yes NA
True
False
If the value is True, it waits for the SCP
export job to nish and returns the job
completion status
If the value is False, it returns immediately
with a JOB ID after queuing the SCP
export job in LC job queue
12 Conguring PowerEdge Servers