5.3 Extract the Software
Ensure that you log in to the UNIX operating system as a non-root user to perform the following steps.
To extract the software, follow these steps:
- Download the unzip (OS-specific) unzip_
<os>.zipand copy it in the binary mode to the directory that is included in your PATH variable.If you have an unzip utility to extract the contents of the downloaded archive, skip this step. Uncompress the unzip installer file with the command:uncompress unzip_<os>.ZNote:
If this error message is displayed, then contact your UNIX Administrator:uncompress: not found [No such file or directory] - Assign execute (751) to the file with the following command:
chmod 751 unzip_<OS>For example:chmod 751 unzip_sparc - Extract the contents of the OFS STSA Application Pack installer archive file in the download directory with the following command:
unzip OFS_STSA_8.1.2.0.0_<OS>.zipAfter unzipping the OFS_STSA_8.1.2.0.0 folder, the following zip folders are available:
- OFS_STSA_8.1.2.0.0_Release_Notes.html
After unzipping thestsa-installer.zipfolder, the following components are available:- ESTBI
- MMG
- est-ui
- est-ui-service
- est-service
- build-schema-creator
- bin
Navigate to the MMG folder and unzip the
OFS_MMG_8.1.3.1.0_LINUX.zip. The OFS-MMG folder is available with the following files.- mmg-installer.zip
- mmg-metadata-manager.zip
- mmg-pgx.zip
- OFSMMG_Readme.html
Unzip themmg-installer.zipfor the following components:- bin
- conf
- lib
- mmg-load-to-graph
- mmg-pipeline
- mmg-schema-creator
- mmg-service
- mmg-studio
- mmg-ui
- Navigate to the download directory and assign execute permission to the installer directory with the following command:
chmod -R 750 OFS_STSA