On each server or virtual machine that is to be a system instance:
- Download the product installation package and MD5 checksum file and store both in a folder on the server or virtual machine.
- Verify the integrity of the installation package:
md5sum -c HCI-version_number.tgz.md5If the package integrity is verified, the command displays OK.
- In the largest disk partition on the server or virtual machine, create a product installation folder.
mkdir install_path/hci
- Move the installation package from the folder where you stored it to the product installation folder.
mv HCI-version_number.tgz install_path/hci/HCI-version_number.tgz
- Navigate to the installation folder.
cd install_path/hci
- Unpack the installation package:
tar -zxf HCI-version_number.tgzA number of directories are created within the installation folder.
- Run the install script:
sudo ./installNotes:
- Don't change directories after running the installation script. The following tasks are performed in your current folder.
- The installation script can be run only one time on each instance. You cannot rerun this script to try to repair or upgrade a system instance.