|
Installing |
|
|
Once controlled that all the required software components have been correctly installed on your system, you may start with the XFRAME set up. Each XFRAME installation should belong to a dedicated non-root user and contained in a dedicated directory. By default, XFRAME is installed in /opt/xframe. More than one XFRAME instances may be installed on one system: just install them in different users and directories. It means you may have different versions of XFRAME and same system, and let users to use the one they need. An example scenario: XFRAME v4.0.0 installed as user "xframeprod" in /opt/xframe-prod and used by the production environment, and XFRAME v4.0.5 installed as user "xframetest" in /opt/xframe-test and used by the testing team. IMPORTANT: before to start with the XFRAME setup, please take a look to the README files deployed with the XFRAME distribution and contained in XFRAME setup tarball: they should contain important notices about your platform or some of the third-party tool you are going to use with XFRAME. Task to perform as root user In order to install XFRAME the following task must be done as root user:
Task to perform as the xframe user
# cc
If the COBOL compiler is Microfocus COBOL: # cob
If the COBOL compiler is ACUCOBOL: # ccbl If the COBOL compiler is OpenCOBOL no preliminar step is required. OpenCOBOL must be installed after XFRAME installation. Check the OpenCOBOL installation section.
If ORACLE(tm) RDBMS is required, issue: # echo $ORACLE_HOME If DB2(tm) RDBMS is required, issue: # echo $DB2_HOME
# tar xf xframe.tar Then follow the install instructions provided by the installation procedure. Installation procedure will show the machine serial number. Provide this number to HTWC to obtain the correct license key. |