ODBC Server Reference Manual
Managing Customized Catalogs
HP NonStop ODBC Server Reference Manual—429151-002
7-81
SERVERCLASS Statements
ADD SERVERCLASS
The ADD SERVERCLASS statement creates a new server class configuration entity in
the ZNSSER table. To execute ADD SERVERCLASS, you must be authorized to
modify the system catalog.
server-name
is an alphanumeric string up to 32 characters in length that specifies the name of
the server class definition you want to add.
G_USERNAME user-name
is an alphanumeric character string up to 17 characters in length that specifies the
Guardian user name of the owner of this server class in the following format:
group.user
PRIORITY nos-priority
is an INT(2) number in the range -1 through 199 that specifies the priority of the
NOS process. A -1 value means that the NOS process inherits the priority of the
calling process.
CPU_LIST cpu-list
is a an alphanumeric string up to 37 characters in length that identifies the
processors in which to run the server process for this server class. It has the
following format:
(cpu-number[,cpu-number]...)
Enclose the one or more values you specify for cpu-list in parentheses. If you
specify a value of -1 for cpu-list, the PROCESS_CREATE_ procedure
automatically assigns the primary CPU.
ADD SERVERCLASS server-name
G_USERNAME user-name
[ PRIORITY nos-priority ]
[ CPU_LIST (cpu-list) ]
[ AVAILABLE_SERVERS available-servers ]
[ MAX_SERVERS max-servers ]
[ PROFILE profile-name ]
[ INIT_HEAP_SIZE_KB init-heap-size-kb ]
[ MAX_HEAP_SIZE_KB max-heap-size-kb ]
[ IDLE_DELETE_DELAY_SEC delete-delay-seconds ]
[ NOS_CREATE_OPTIONS nos-create-options ]
[ NOS_DEBUG_OPTIONS nos-debug-options ]
[ NOS_RUN_OPTIONS "nos-run-options" ]
[ SWAPVOL swapvol ]
[ LOGIN_TIMEOUT_SEC seconds ]
[ CANCEL_TIMEOUT_SEC seconds ]
[ UPDATE_SYSTEM_CONFIG ]