Practices Guide

Lifecycle Controller IntegrationBest Practices Specification
150
In order to ignore such errors and resume execution, prepend command with a -.
For example:
-Find InstanceID $id
-GetPhysicalDiskViews
33.1.5 Settable variables
The following variables are loaded from environment variables if available. If not, they are default
initialized as specified.
$IP
IP of the iDRAC against which WS-MAN commands are to be executed. Default: ""
Set $IP 10.0.0.1
Set $IP username:password@10.0.0.1
$LOGIN
iDRAC username with WS-MAN privileges. Default: username
Set $LOGIN username
$PASS
iDRAC password. Default: password
Set $PASS dell123
$TIMER
If True, display time taken by WS-MAN command. Default: False
Set $TIMER True
$USLEEP
Default sleep delay in seconds used by until commands between method invocations.