Sample general configuration file

##############################################################################
#
# Sample general configuration file for DBS for NonStop SQL/MX. Suitable
# for use with InstallDBS as '-config' argument value.
#
# Property names are required as shown, the values must be edited to fit the 
# actual environment.
#
# All group and user names will be uppercased.
#
##############################################################################
#
# Admin group and user for tenant admin purposes. The group cannot exist in 
# safeguard beforehand.
#
export DATABASE_ADMIN_GROUP="100" 
export DATABASE_ADMIN_USER="TENANT.ADMIN"
#
##############################################################################
#
# OSS Directory for tenant on-platform data. Cannot exist beforehand.
#
export DATABASE_OSS_HOME="/mxdbsdata"
#
##############################################################################
#
# File-sharing groups for DBs, cannot exist in safeguard beforehand.
# The format is <group spec>[ <group spec>] ...
#    where <group spec> is  { <group number>                }
#                           { <group number>-<group number> }
#
export DATABASE_FILE_SHARING_GROUPS="1001-1200"       
export DATABASE_FSGROUP_PREFIX=DBS_FS_GROUP       
#
##############################################################################
#
# Guardian groups for DB users, cannot exist in safeguard beforehand.
# The format is similar to the security group above.
# 
# InstallDBS will add 250 users to each configured Guardian group; those
# users form a 'pool' to be used by individual databases. There
# is no pre-defined correspondence between Guardian group/user name, and 
# database name. All users will be initially frozen in safeguard.
#
# The users will get the same initial password, as configured. The password
# must conform to actual safeguard settings wrt length and quality.
#
export DATABASE_USER_GROUPS="101-120" 
export DATABASE_USER_INITIAL_PW=pw
#
##############################################################################
#
# Guardian group name prefix for DB user groups. Cannot exist in safeguard
# beforehand.
#
export DATABASE_USER_GROUP_PREFIX=DBS
#
##############################################################################
#
# MXOAS configuration for MT management
#
export DATABASE_MGMT_HOST_NAME="cobolt.pal.rdlabs.hpecorp.net"
export DATABASE_MGMT_PORT=2000      
export DATABASE_MGMT_PORT_RANGE=60
export DATABASE_MGMT_GENERIC_PROCESS=DBS_MGMT_MXOAS
export DATABASE_MGMT_PROCESS_NAME=\$ZAS01
export DATABASE_MGMT_DS_NAME="DBS_MGMT_DS"        # No counterpart below
#
##############################################################################
#
# MXOAS configuration for MT user application access
#
export DATABASE_ACCESS_HOST_NAME="cobolt.pal.rdlabs.hpecorp.net"
export DATABASE_ACCESS_PORT=2100
export DATABASE_ACCESS_PORT_RANGE=60000
export DATABASE_ACCESS_GENERIC_PROCESS=DBS_ACCESS_MXOAS
export DATABASE_ACCESS_PROCESS_NAME=\$ZAS02
#
##############################################################################
#
# Cpus available for Cloud DB use. Must be up and running on the system.
# The format is similar to the security group above.
#
export DATABASE_CPUS="0-7" 
#
##############################################################################