Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 1.1 User’s Guide
- Overview
- Getting Started
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server Administration Tasks
- Troubleshooting
- Accessing support content from the Dell EMC support site
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.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 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 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/blob/master/samples/
dellemc_get_lcstatus.md
Example
-name: Get LC Status
dellemc_get_lcstatus:
idrac_ip: "xx.xx.xx.xx"
4
10 Configuring PowerEdge Servers