SLS Pismo:Building and installing ipmitool + cxmanage

From Define Wiki
Revision as of 12:45, 7 December 2015 by Jon (talk | contribs)
Jump to navigation Jump to search

Ubuntu 14.04 environmental prerequisites

  • Install a number of prerequisite packages:
root@ubuntu:~#  apt-get install libssl-dev python python-pip python-setuptools
  • Update pip:
root@ubuntu:~# pip install --upgrade pip
root@ubuntu:~# pip install --force-reinstall mock

Download the SLS Management package

  • Download with git:
root@ubuntu:~# git clone https://github.com/lfrancois/sls-management-tools.git
  • Confirm the contents have downloaded:
root@ubuntu:~# cd sls-management-tools/
root@ubuntu:~/sls-management-tools# ls
cxmanage  ipmitool  pyipmi  README.md
root@ubuntu:~/sls-management-tools#