Promax Install
Promax Install
1. Make sure that all the packages required are installed in your Linux system �e.g
openmotif, libf2c, readline etc ...� for redhat linux 5 refer to release notes for
more info.
2. copy the Promax setup file in your system. For example make directory data and
copy setup file in this directory.
3. go to directory where you copy the setup file and run following command before
installation
chmod +x setup.bin (setup.bin is promax setup file)
5. In this example I'm installing ProMAX in "/apps".you have to change this path to
the path you used to install promax in your installation.
Note: You can use your host name but for this you should change host name in
license file with your host name.
8. In etc/services add
promax 1525/tcp
lgc_pd 3006/tcp pd
10. Create directory /apps/logs with mkdir command and then run chmod -R 700 logs
11. Create directory /scratch with mkdir command and then run chmod -R 700 scratch
12. Add the following lines to your .bashrc file (on root type command ls �a it
will show .bashrc file. Use gedit to edit this file)
export PROMAX_HOME=/apps/ProMAX
export PROMAX_DATA_HOME=/apps/data
PROMAX_SCRATCH_HOME=$PROMAX_HOME/scratch
Export LM_LICENSE_FILE=/etc/license.dat
13. add the following lines at the end of you �/etc/rc.local� file