On the server or virtual machine from which you want to start the update:
- Download the update archive and MD5 checksum file and store the files in a folder on the server or virtual machine.
- The best practice is to verify the integrity of the update archive. For example:
md5sum -c hcpcs-version_number.update.md5If the archive integrity is verified, the command displays product-version_number.update: OK.
- In the largest disk partition on the server or virtual machine, create a product update folder. For example:
mkdir /opt/hcpcs
- Move the update archive from the folder where you stored it to the product update folder. For example:
mv hcpcs-version_number.update /opt/hcpcs/hcpcs-version_number.update
- Navigate to the update folder. For example:
cd /opt/hcpcs