Setting environment variables, Verifying the environment variables – Sybase 3.8 User Manual

Page 27

Advertising
background image

HP-UX Installation

New Era of Networks Adapter for Flat Files

23

Installation Guide

Setting Environment Variables

After installation and before installing the database schema, you must create the environment
variables identified in the following table.

To set the environment variables:

Choose one of the following:

n

Add each variable to your profile using the command in the table.

n

Enter the information on the command line each time you start and executable.

New Era of Networks Product Environment Variables

W

ARNING

!

When you are making changes to the paths, type the following (Korn Shell examples) to prevent
overwriting all data currently in the path:

For PATH:

export PATH=$NNSY_ROOT/bin:$PATH

For SHLIB_PATH:

export SHLIBPATH=$NNSY_ROOT/BIN:$SHLIBPATH

Verifying the Environment Variables

Using the env command, verify that the system variables for your operating environment are set
properly:

n

New Era of Networks product environment variables identified in the

New Era of Networks

Product Environment Variables table.

Variable

Command Syntax

NNSY_ROOT

export NNSY_ROOT=/opt/nnsy

ICU_DATA

export ICU_DATA=/opt/nnsy/share/icu/data

PATH

export PATH=/opt/nnsy/bin/:$PATH

LD_LIBRARY_PATH

export LD_LIBRARY_PATH=/opt/nnsy/bin/
:$LD_LIBRARY_PATH

Advertising