ODBC Server Reference Manual
Managing Customized Catalogs
HP NonStop ODBC Server Reference Manual—429151-002
7-88
SERVERCLASS Statements
Considerations – REMOVE SERVERCLASS
The REMOVE SERVERCLASS statement generates an error if you are not a
privileged user.
Example
REMOVE SERVERCLASS alpha
START SERVERCLASS
The START SERVERCLASS statement starts a specified server class. To execute
START SERVERCLASS, you must be a privileged user.
server-name
specifies the name of the server class definition you want to start.
scs-processname
specifies the name of the SCS process associated with the server class definition.
Example
START SERVERCLASS alpha
STOP SERVERCLASS
The STOP SERVERCLASS statement stops a specified server class. The NonStop
ODBC server stops the server class gracefully after all client connections have been
stopped. (To restart the server class, use the START SERVERCLASS statement.) To
execute STOP SERVERCLASS, you must be a privileged user.
server-name
specifies the name of the server class definition you want to stop.
scs-processname
specifies the name of the SCS process associated with the server class definition.
Example
STOP SERVERCLASS alpha
START SERVERCLASS server-name OF scs-processname
[ UPDATE_SYSTEM_CONFIG ]
STOP SERVERCLASS server-name OF scs-processname
[ UPDATE_SYSTEM_CONFIG ]