Skip to content

Cloudxtreme/ipmi-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ipmi-wrapper

Time saver for ipmitool when pxe booting servers

Prerequisites

  • A working instalation of ipmitool. Typically this can be installed in linux with the integrated package manager. For redhat and derivatives try yum install ipmitool.
  • I've only tested under the bash shell so you might need this.

Usage

Put your password into an environment varible with the set-ipmi-pass.bash script:

$ source ./set-ipmi-pass.bash 
Enter IPMI password:

Then you can use the ipmi comand:

ipmi <host> <command>

host      hostname or IP address of controller
command	  <native ipmitool command> e.g. help
command	  console | bootnet | reboot"

About

Time saver for ipmitool when pxe booting servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%