Appendix E. hpss_env_defs.h

The HPSS environment variables are defined in /opt/hpss/include/hpss_env_defs.h. Thes e

environment variables can be overridden in /var/hpss/etc/env.conf or in the local environment.

static env_t hpss_env_defs[] = {
/*
**************************************************************************
*
* HPSS_ROOT - Root pathname for HPSS Unix top level
* HPSS_HOST - Machine host name
* HPSS_NODE_TYPE - Node type of current machine
* HPSS_PATH_INSTALL - Pathname for HPSS installation
* HPSS_PATH_BIN - Pathname for HPSS executables
* HPSS_PATH_MSG - Pathname for HPSS message catalog
* HPSS_PATH_SLASH_BIN - Pathname for /bin
* HPSS_PATH_SLASH_ETC - Pathname for /etc
* HPSS_PATH_USR_BIN - Pathname for /usr/bin
* HPSS_PATH_USR_SBIN - Pathname for /usr/sbin
* HPSS_PATH_VAR - Pathname for HPSS var directory
* HPSS_USER - HPSS user name
* HPSS_USERROOT - Root user id
* HPSS_PATH_DB_INSTALL - Pathname for DB bin
**************************************************************************
*
*/
{ "HPSS_ROOT", "/opt/hpss", NULL},
{ "HPSS_HOST", "%H", NULL},
{ "HPSS_NODE_TYPE", NULL, NULL},
{ "HPSS_PATH_INSTALL", "/opt/hpss", NULL},
{ "HPSS_PATH_BIN", "${HPSS_PATH_INSTALL}/bin",
NULL},
{ "HPSS_PATH_MSG", "${HPSS_PATH_INSTALL}/msg/En_US",
NULL},
{ "HPSS_PATH_SLASH_BIN", "/bin", NULL},
{ "HPSS_PATH_SLASH_ETC", "/etc", NULL},
{ "HPSS_PATH_USR_BIN", "/usr/bin", NULL},
{ "HPSS_PATH_USR_SBIN", "/usr/sbin", NULL},
{ "HPSS_PATH_VAR", "/var/hpss", NULL},
{ "HPSS_USER", "hpss", NULL},
{ "HPSS_USERROOT", "root", NULL},
{ "HPSS_PATH_DB_INSTALL", NULL, NULL},
{ "HPSS_SYSTEM", "%S", NULL},
{ "HPSS_SYSTEM_VERSION", "%V", NULL},
{ "HPSS_HOST_FULL_NAME", "%L", NULL},
/*
**************************************************************************
*
* HPSS Group names
* HPSS_GRP_NAME - HPSS group name
* HPSS_GRP_NAME_SERVER - HPSS Server group name
* HPSS_GRP_NAME_CLIENT - HPSS Client group name
**************************************************************************
*
*/
{ "HPSS_GRP_NAME", "hpss",
NULL},
{ "HPSS_GRP_NAME_SERVER", "hpsssrvr",
NULL},
HPSS Installation Guide July 2008
Release 6.2 (Revision 2.0) 293