|
| 1 | +The Following instructions are for .tar distributed UNIX software 9.7 or later. |
| 2 | +For pre 9.7 software, please see below at heading PRE 9.7 |
| 3 | + |
| 4 | + 1. Make sure 32-bit support is enabled if installing a 32-bit product. |
| 5 | + The checklib.sh can verify that the necessary libraries are available to install. |
| 6 | + |
| 7 | + 2. Go into super user mode with the 'su' command. |
| 8 | + |
| 9 | + 3. Create a directory '/home/sunbelt.install' and change to it. |
| 10 | + |
| 11 | + 4. Untar the downloaded file with the following command: |
| 12 | + |
| 13 | + tar -xvf {path to tar file}/{download}.tar |
| 14 | + |
| 15 | + 5. Change the permissions on the install script as follows: |
| 16 | + |
| 17 | + chmod +x suninst |
| 18 | + |
| 19 | + 6. Run './suninst' and follow the on screen instructions. The default |
| 20 | + directory is '/home/sunbelt/{product.version}/'. This allows for |
| 21 | + multiple versions of a product to be installed without having to change |
| 22 | + the install directory. |
| 23 | + |
| 24 | + 7. For PL/B, add the following three lines your '.profile'. These lines |
| 25 | + assume the software was installed in the default directory. If not, then |
| 26 | + simply change the '{install path}' to the directory where the software was |
| 27 | + installed |
| 28 | + |
| 29 | + PLB_SYSTEM={install path};export PLB_SYSTEM |
| 30 | + PLB_PATH={install path};export PLB_PATH |
| 31 | + PATH=$PATH:{install path} |
| 32 | + |
| 33 | + For SUNDM, modify 'sundm.cfg' as necessary for your system. |
| 34 | + |
| 35 | + For Application Server modify 'plbserve.ini' as necessary for your system. |
| 36 | + |
| 37 | + For PLB Web Server modify 'plbwebsrv.ini' as necessary for your system. |
| 38 | + |
| 39 | + 8. 'login' again to activate the '.profile' commands. |
| 40 | + |
| 41 | + 9. Run the 'env' command and make sure the above environment variables are |
| 42 | + present. |
| 43 | + |
| 44 | +10. For PLB, Run the 'env' command and note the 'TERM=???' entry. Make sure |
| 45 | + there is a '???.def' file in "{install path}". |
| 46 | + |
| 47 | +11. If '???.def' does not exist, you must create one by running 'makedef'. |
| 48 | + |
| 49 | +12. Please read any file that ends in .RFM or .ME for other information that |
| 50 | + may apply to your particular system |
| 51 | + |
| 52 | +=============================================================================== |
| 53 | + |
| 54 | +PRE 9.7 |
| 55 | + |
| 56 | +The Following instructions are for .tar distributed UNIX software 8.4 to 9.6. |
| 57 | + |
| 58 | + 1. Go into super user mode with the 'su' command. |
| 59 | + |
| 60 | + 2. Create a directory '/.invisible' and change to it. |
| 61 | + |
| 62 | + 3. Untar the plbinnvv.tar or plbcnnvv.tar file with the following command: |
| 63 | + |
| 64 | + tar -xvf {path to tar file}/{download}.tar |
| 65 | + |
| 66 | + (where nn is the operating system type and vv is the runtime version) |
| 67 | + (if your version contains a '.gz' at the end, it is compressed |
| 68 | + using gzip and will need to be decompressed using gunzip ) |
| 69 | + |
| 70 | + 4. Change the permissions on the install script as follows: |
| 71 | + |
| 72 | + chmod +x suninst |
| 73 | + |
| 74 | + 5. Run './suninst loaded' and follow the on screen instructions. |
| 75 | + |
| 76 | + 6. For PL/B, add the following three lines your '.profile'. These lines |
| 77 | + assume the software was installed in the default directory. If not, then |
| 78 | + simply change the '/usr/plc' to the directory where the software was |
| 79 | + installed |
| 80 | + |
| 81 | + PLB_SYSTEM=/usr/plc;export PLB_SYSTEM |
| 82 | + PLB_PATH=/usr/plc;export PLB_PATH |
| 83 | + PATH=$PATH:/usr/plc |
| 84 | + |
| 85 | + For SUNDM, modify the 'sundm.cfg' file as necessary for your system. |
| 86 | + |
| 87 | + 7. 'login' again to activate the '.profile' commands. |
| 88 | + |
| 89 | + 8. Run the 'env' command and make sure the above environment variables are |
| 90 | + present |
| 91 | + |
| 92 | + 9. Run the 'env' command and note the 'TERM=???' entry. Make sure there is a |
| 93 | + '???.def' file in /usr/plc |
| 94 | + |
| 95 | +10. If '???.def' does not exist, you must create one by running 'makedef'. |
| 96 | + |
| 97 | +11. Please read any file that ends in .RFM or .ME for other information that |
| 98 | + may apply to your particular system |
| 99 | + |
| 100 | +=============================================================================== |
| 101 | + |
| 102 | +The install procedure has a default directory for each product being installed. |
| 103 | +You can override the default and specify any other directory in which to |
| 104 | +install the software. If the directory is not already in the PATH environment |
| 105 | +variable, you must modify the PATH variable to include the directory. |
| 106 | + |
| 107 | +Again, thank you for your interest and do not hesitate to call if we can be of |
| 108 | +service. We can be reached at the email: support.scsi@sunbelt-plb.com |
| 109 | + |
| 110 | + |
0 commit comments