Practices Guide

Lifecycle Controller IntegrationBest Practices Specification
148
python recite.py IP=username:password@10.0.0.1
Set $IP, $LOGIN and $PASS with a single assignment
python recite.py IP=username:dell123@10.0.0.1,username:dellam@10.0.0.2
Spawn two instances with specified $IP, $LOGIN and $PASS
python recite.py IP=IP.ini
Load IPs from file, one per line, 10.0.0.1 or user:pass@10.0.0.1, # comments a line
python recite.py IP=10.0.0.1 GetRSStatus GetLifecycleJobs
Execute GetRSStatus and GetLifecycleJobs on specified IP
33.1.4 Commands
Most of the API methods exposed by the Dell Lifecycle Controller WSMAN interface are
supported.
The script also provides a list of common internal commands to allow for
minimalprogrammatic functionality. These include:-
Command Shortcut
Batch
Clear
Context //
Count +
Find /
Gosub >>
Goto >
If ?
Log