Download and mount install ISO package
After completing the server preparation, download and mount the ISO package for TAS installation on the TAS Management server.
The ISO package includes .md5 files. It is recommended to verify the integrity of the ISO against the included .md5 files using a recognized file manager tool such as Total Commander, Tool Commander, or MD5Summer.
Before you begin
Unmount and delete RPM ISO file
Make sure you have access to the V-Delivery site
Procedure
-
Download the ISO for Text Analytics 8.x from the V-Delivery site to a temporary location on the TAS Management server. For example, /tmp.
-
Mount the ISO:
-
Create a temporary folder in which to mount the ISO:
-
Mount the ISO:
Copymount -o loop <iso_file> <iso_mount_location>
where:
-
<iso_file> is the full path to the folder where you download the ISO file, including the name of the ISO.
-
<iso_mount_location> is the path to the folder where the ISO is to be mounted. For example, /tmp/iso_mount/.
-