Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Contributors 3

Languages

AltStyle によって変換されたページ (->オリジナル) /