Skip to content

iamseth/python-rac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-rac

Implementation of racadm in pure Python

Installation

PyPi

pip install rac

Manually

python setup.py test
python setup.py build
sudo python setup.py install

Usage

View server config information

racadm -H 10.0.0.100 -u root -p calvin -c "getconfig -g cfgServerInfo"

Set first boot device to PXE just once

racadm -H 10.0.0.100 -u root -p calvin -c "getconfig -g cfgServerInfo -o cfgServerFirstBootDevice pxe"
racadm -H 10.0.0.100 -u root -p calvin -c "getconfig -g cfgServerInfo -o cfgServerBootOnce 1"

Reboot the host

racadm -H 10.0.0.100 -u root -p calvin -c "serveraction powercycle"

About

Python module to work with Dell's RAC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages