Tagged Questions
1
vote
2answers
1k views
Using IPMI inside a python script (OpenIPMI)
I'd like to use IPMI to set machines to PXE boot (i.e. ipmitool -I lan -U username -P password -H ipaddress chassis bootdev pxe) and then power cycle them (i.e. ipmitool -I lan -U username -P password ...