Copy the UCE-BMI-*.tgz file to a directory where you want to work.
This path is referred to as your installation directory throughout this section.
Expand the contents of the tar file.
# tar xPfzv UCE-BMI-*.tgz |
The UCE-BMI-plugin-version-release directory is created.
This directory contains a ReadMe file and a subdirectory, RPMS, which contains the following packages:
Dependent package – sun-uce-api-version-release.platform.rpm
Dependent package – sun-uce-api-python-version-release.platform.rpm
BMI Server package – sun-uce-bmi-version-release.platform.rpm
Download the syslinux-3.11.tar.gz file from http://www.kernel.org/pub/linux/utils/boot/syslinux/.
Newer versions of syslinux might work, but are not tested.
Extract the syslinux-3.11.tar.gz file.
# gunzip syslinux-3.11.tar.gz.tar.gz
# tar -xvf syslinux-3.11.tar
Copy the pxelinux.0 file to the /tftpboot directory.
Change to the RPMS directory.
Install the API.
# rpm -iv sun-uce-api-version-release.platform.rpm |
Install the Python API.
# rpm -iv sun-uce-api-python-version-release.platform.rpm |
Install the BMI server.
# rpm -iv sun-uce-bmi-version-release.platform.rpm |
Restart the Sun Update Connection – Enterprise server.
# /etc/init.d/uce_server restart |