SAND CDBMS Administration Guide
Installing and Configuring SAND CDBMS

 

Previous Topic:
Installing the SAND Enterprise Service
Chapter Index
Next Topic:
Setting Up the nucleus.ini File

 

Installing SAND CDBMS for UNIX


Updating the User Profile

Before proceeding to use SAND CDBMS, user profiles must be updated with the SAND CDBMS parameters and path.

Bourne and Korn Shells

In the SAND CDBMS user's home directory, open the .profile file and make these entries:

PATH=$PATH:<SAND CDBMS directory>
export PATH
NUCLEUS=
'SUPPORT:<SAND CDBMS directory>'
export NUCLEUS

where:

Example:

PATH=$PATH:/usr/sand
export PATH
NUCLEUS='SUPPORT:/usr/sand'
export NUCLEUS

To activate the environment settings, enter the following at the command prompt:

. $HOME/Profile


C Shell

In the SAND CDBMS user's home directory, open the .cshrc file, and make these entries:

setenv PATH $PATH:<SAND CDBMS directory>
setenv NUCLEUS 'SUPPORT:<SAND CDBMS directory>'

where:

Example

setenv PATH $PATH:/usr/sand
setenv NUCLEUS 'SUPPORT:/usr/sand'

To activate the environment settings, enter the following at the command prompt:

source $HOME/.cshrc

 

Previous Topic:
Installing the SAND Enterprise Service
Chapter Index
Next Topic:
Setting Up the nucleus.ini File