ODBC Server Reference Manual
Managing Customized Catalogs
HP NonStop ODBC Server Reference Manual—429151-002
7-87
SERVERCLASS Statements
To execute MODIFY SERVERCLASS, you must be a privileged user.
server-name
specifies the name of the server class definition you want to modify.
For a description of the MODIFY SERVERCLASS parameters, see the ADD
SERVERCLASS statement.
Considerations – MODIFY SERVERCLASS
The MODIFY SERVERCLASS statement generates an error if you are not a privileged
user or a warning if scs-processname is not a valid NonStop ODBC Server
configuration entity found in ZNSSCS.
If you do not specify a value for an optional attribute, MODIFY SERVERCLASS either
uses a default value from the ZNSCFG table or a NULL value.
Example
MODIFY SERVERCLASS alpha AVAILABLE_SERVERS 4 PROFILE prof1
REMOVE SERVERCLASS
REMOVE SERVERCLASS removes a configuration entry for the specified server class
in the ZNSSER table. To execute REMOVE SERVERCLASS, you must be a privileged
user.
server-name
specifies the name of the server class definition you want to remove.
MODIFY SERVERCLASS server-name
[ PRIORITY nos-priority ]
[ CPU_LIST (cpu-list) ]
[ AVAILABLE_SERVERS available-servers ]
[ MAX_SERVERS max-servers ]
[ G_USERNAME user-name ]
[ 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 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 ]
REMOVE SERVERCLASS server-name [UPDATE_SYSTEM_CONFIG]