On each server or virtual machine that is to be a system instance:
- Download the installation package hcpcs-version_number.tgz and the MD5 checksum file hcpcs-version_number.tgz.md5 and store them in a folder on the server or virtual machine.
- Verify the integrity of the installation package. For example:
md5sum -c hcpcs-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 folder named install_path/hcpcs. For example:
mkdir /opt/hcpcs
- Move the installation package from the folder where you stored it to install_path/hcpcs. For example:
mv hcpcs-version_number.tgz /opt/hcpcs/hcpcs-version_number.tgz
- Navigate to the installation folder. For example:
cd /opt/hcpcs
- Unpack the installation package. For example:
tar -zxf hcpcs-version_number.tgzA number of directories are created within the installation folder.Note:
If you encounter problems unpacking the installation file (for example, the error message "tar: This does not look like a tar archive"), the file might have been packed multiple times during download. Use the following commands to fully extract the file:
$ gunzip hcpcs-version_number.tgz
$ mv hcpcs-version_number.tar hcpcs-version_number.tgz
$ tar -zxf hcpcs-version_number.tgz
- Run the installation script install:
./install
Note:- 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.