
Setting Up the RADview User’s Environment A-1
Appendix A
RADview User's Environment
A.1 Setting Up the RADview User’s Environment
In order for RADview-HPOV to operate, it is mandatory to include several
variables in the user environment. RAD recommends that you add the HPOV
NNM /bin directory (/opt/OV/bin) to the user’s path. (This should be done for
every user that you have defined.)
To set up the RADview User’s Environment:
1. Type: /opt/MNG/MNGVIEWHP/bin/mng164_setenv.sh
2. By right clicking go to Applications > Text Editor
3. Under File > Open, enter: .cshrc
4. Click <OK>.
5. Add the following lines to the end of the file:
#HPOV environment variables
set path = ( $path /opt/OV/bin )
#Informix environment variables
if ( -f <INFORMIXDIR>/.mng164_inf.csh ) then
source <INFORMIXDIR>/.mng164_inf.csh
endif
6. Press <Enter>.
In the above lines, replace <INFORMIXDIR> with the Informix installation
directory, for example /export/home/informix.
Figure A-1. Text Editor - .cshrc
7. Save and exit the .cshrc file.
8. Log out and log in to activate the new user environment.
Note
Kommentare zu diesen Handbüchern