Users Guide

Configuring PowerEdge Servers
Integrated Dell Remote Access Controller (iDRAC) with LC provide the ability to generate a human-readable representation of
server configuration using Server Configuration Profile (SCP) feature. This file contains BIOS, iDRAC, LC, network, and RAID
configuration settings. You can modify this file as per your need and apply to other servers.
The SCP feature is used in the Ansible module to automate the configuration activity of PowerEdge servers and their
components.
NOTE: OpenManage Ansible Modules version 1.0.1 supports iDRAC firmware version 2.50.50.50 and later.
Topics:
Viewing LC Status
Exporting Server Configuration Profile
Importing Server Configuration Profile
Configuring iDRAC
Configuring BIOS
Configuring RAID
Configuring Collect System Inventory on Restart
Configuring Syslog
Viewing LC Status
Module: dellemc_get_lcstatus
Synopsis
You can view the LC status on a PowerEdge server using this module. You need to 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.
Options
Table 5. dellemc_get_lcstatus
Parameter Required Default Choices Comments
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
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
Example
-name: Get LC Status
dellemc_get_lcstatus:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
4
10 Configuring PowerEdge Servers