ODBC Server Reference Manual

Managing Customized Catalogs
HP NonStop ODBC Server Reference Manual429151-002
7-86
SERVERCLASS Statements
UPDATE_SYSTEM_CONFIG
resets the time to update system configuration values to the current time. This
option causes running system components to reread their configuration values on
the next polling cycle.
Considerations – ADD SERVERCLASS
The ADD SERVERCLASS statement also creates a new entry in the ZNSMAP table
that maps the new server class entity to scs-processname. If you do not specify
scs-processname, a mapping entry is not created (and no warning issued). ADD
SERVERCLASS generates a warning if scs-processname is not a valid NonStop
ODBC Server configuration entity in the ZNSSCS table.
If you do not specify a value for an optional attribute, ADD SERVERCLASS either uses
a default value from the ZNSCFG table or a NULL value.
Example
ADD SERVERCLASS alpha &
CPU_LIST (2,4,7) &
AVAILABLE_SERVERS 2 &
MAX_SERVERS 10 &
PROFILE prof3 &
INIT_HEAP_SIZE 1000 &
MAX_HEAP_SIZE 3500 &
IDLE_DELETE_DELAY_SEC 120 &
NOS_CREATE_OPTIONS 22 &
NOS_RUN_OPTIONS "FREE_RESOURCES=5 &
PRIMARY_EXTENT=100 SECONDARY_EXTENT=800 MAX_EXTENTS=940" &
NOS_DEBUG_OPTIONS 13
MODIFY SERVERCLASS
MODIFY SERVERCLASS modifies one or more of the attribute values for an existing
server class configuration entity in the ZNSSER table.