Users Guide

Synopsis
This module exports Server Conguration prole (SCP) to a given network share or imports SCP from a network share or a local le.
Options
Table 12. dellemc_idrac_server_cong_prole
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
command No export
import
export
If C(import), will perform SCP import
operations.
If C(export), will perform SCP export
operations.
job_wait Yes NA NA Whether to wait for job completion or not.
share_name Yes NA NA CIFS or NFS Network Share or a local path.
share_user No NA NA
Network share user in the format
'user@domain' or 'domain\\user' if user is a
part of a domain, else 'user'. This option is
mandatory for CIFS Network Share.
share_pwd No NA NA
Network share user password. This option is
mandatory for CIFS Network Share.
scp_le No NA NA
Server Conguration Prole le name. This
option is mandatory for C(import) state.
scp_components No ALL
ALL
IDRAC
BIOS
NIC
RAID
If C(ALL), the module imports all
components congurations from SCP le.
If C(iDRAC), the module imports iDRAC
conguration from SCP le.
If C(BIOS), the module imports BIOS
conguration from SCP le.
If C(NIC), the module imports NIC
conguration from SCP le.
If C(RAID), the module imports RAID
conguration from SCP le.
shutdown_type No Graceful
Graceful
Forced
NoReboot
This option is applicable for C(import) state.
If C(Graceful), it gracefully shuts down the
server
If C(Forced), it forcefully shuts down the
system
If C(NoReboot), it does not reboot the
server
end_host_power_state No On
On
O
This option is applicable for C(import) state.
If C(On), End host power state is on
18 Modules for iDRAC