man5/environ

Table of Contents

Name

environ - AccelNET environment file

Description

The environ file contains settings for environment variables used by AccelNET. The file is usually located in /AccelNET/$CONF/environ.

Usually a logical link is made from

this file to /AccelNET/environ

Environment Variable List

USER_TREE

the base of AccelNET tree
CONF

contract
DB_TYPE

At this time two database types are supported by AccelNET. Older systems use unify and newer systems use pg.

Unify is considered obsolete since at the time of this writing (08-28-2008) it hasn’t been used for around 8 years.

DB_SYS

AccelNET has now moved onto V2. There are two versions of the postgres database schema.

One version supports AccelNET V1 and also allows a V1 postgres database to be loaded into AccelNET V2.

The second version uses the postgres V2 database.

The two possible values for this environ variable are sys and sys_v2.

A copy of this variable should be placed in the environ file and a second copy should be put in the senvi file for the postgres db. Both copies should be set to the same value.

I realize this is clumsy but at the time of this writing (08-28-2008) it’s how it works. - rlk

DBMAN_HOST

host where dbman resides
BPM_HOST

host where BPMserv runs
CS_HOST

host where camac resides
DOSE_HOST

host where dosimetry system resides
DMAN_HOST

host where dosimetry manager resides
LOG_HOST

host to bounce logging off
MBS_HOST

host where MBS sequencer runs
SCOPE_HOST

host where scope resides
DBNAME

The dbload script uses this variable if present to set the database name.

If not present then the database name is set to the value of CONF.

AMS_BASE

base of file system for AMS data
DBMAN_HOST_N

the fully qualified DNS name of the host where dbman resides
DOSE_HOST_N

the fully qualified DNS name of the host where DOSEserv resides
CS_HOST_N

the fully qualified DNS name of the host where the general control system

resides

MASTER_DB_ADDR

An alternate address for attaching the master database shared memory partition.
MASTER_DB_KEY

An alternate shared memory id key for the master database shared memory partition.
XCRT_DB_ADDR

An alternate address for attaching Xcrt’s shared memory partition.
DOSE_DB_ADDR

An alternate address for attaching the dosimetry shared memory partition.
DOSE_DB_KEY

An alternate shared memory id key for the dosimetry shared memory partition.
MANPATH

This is a UNIX environment variable used by xman(1) which is changed by AccelNET. AccelNET contains additional directories of manual pages which must be added to xman’s list of directories from which to display manual pages.

Examples

Manual page revision

$Id: environ.5,v 1.4 2008/08/28 13:22:52 kitchen Exp $


Table of Contents