SLS Pismo:Building and installing ipmitool + cxmanage
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 mockDownload 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#