Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Ensure Python 2, specifically version 2.7.12 or later is installed. Ensure the latest versions of sshpassxorriso, and python-requests are installed. Also install make, gcc gcc and python-pip


Code Block
languagebash
# python --version
# Python 2.7.12 
# apt install --upgrade sshpass xorriso 
python-requests Reading package lists... Done Building dependency tree Reading state information... Done python-requests is already the newest version (2.9.1-3). sshpass is already the newest version (1.05-1). xorriso is already the newest version (1.4.2-4ubuntu1). 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded
# apt install -y make gcc python-pip

Network Connectivity 

The Build Server must have connectivity to the Bare Metal Server iDRAC interface on ports 80 (http) and 443 (https).

...