The distribution env.sh file.
Note: If you installed the Software Development Kit (SDK) version of NonStop DOM, your files are installed in the subdirectory ZDOMSD20. If you are using the runtime version of NonStop DOM, your NonStop DOM fileset is located in the subdirectory ZDOMRT20.
This listing assumes that you have installed the SDK version of the software.
export NSD_ROOT=/usr/tandem/nsdoms export MY_ROOT=$NSD_ROOT # NSDOM Guardian File System Directory # If altering, keep both forms of the name syncronized and # move the NS-DOM files to the specified location. export NSD_DIR=/G/SYSTEM/ZDOMSD20 export NSD_SUBVOL="\$SYSTEM.ZDOMSD20" # Set location of nsdcfgmgt and namingdb database export MY_SUBVOL=$NSD_SUBVOL # SRL export NSD_SRL_SUBVOL=$NSD_SUBVOL export NSD_SRL_DIR=$NSD_DIR add_define =_SRL_01 class=map file=$NSD_SRL_SUBVOL.NSDSRL # NSDOM CONFIG DBM export NSDOM_CFG_DBM=$MY_SUBVOL.NSDCFGDB # NonStop DOM installation character setting export MY_PREFIX=Z # NonStop DOM collector export MY_COLLECTOR="\$0" # Root directory for your tools. export COMP_ROOT= # Sets JAVA_HOME environment for NonStop Java # Comment out the following line if you set JAVA_HOME in your .profile export JAVA_HOME=/usr/tandem/java # CLASSPATH setting for IDL compiler export CLASSPATH=.:$CLASSPATH:$NSD_ROOT/idl/nsdidl.jar # Add NS-DOM to the path. export PATH=$PATH:$NSD_ROOT/bin:$COMP_ROOT/usr/lib:$JAVA_HOME/bin |