TS/MP System Management Manual (G06.24+, H06.03+)

SERVER Commands
NonStop TS/MP System Management Manual541819-001
12-5
DELETE SERVER Command
DELETE SERVER Command
Use the DELETE SERVER command to remove a server class description from the
PATHMON configuration file. All servers in the server class must be stopped before
the PATHMON process can delete a SERVER object.
server-class
specifies the name of a SERVER object.
Examples
These commands delete the specified server classes:
DELETE SERVER CLASS-1
DELETE (CLASS-2, CLASS-3)
DELETE CLASS-4
FREEZE SERVER Command
Use the FREEZE SERVER command to prohibit all link managers, such as LINKMON
processes or TCPs, from sending requests to a server class.
If a server process has incomplete requests (requests for which links have not yet
been granted) or outstanding requests (such as an active dialog), the PATHMON
process cannot freeze the server class until after these requests complete. While
waiting for the requests to complete, the server is in the FREEZE-PENDING state, and
no new requests can be initiated.
If no incomplete or outstanding requests exist for any server in the server class, the
PATHMON process immediately freezes the server class.
server-class
specifies the name of a previously defined and added server class.
SERVER *
prohibits all link managers, such as LINKMON processes or TCPs, known to the
PATHMON process from sending requests to a server class.
DELETE [SERVER] { server-class }
{ ( server-class [ , server-class ]... ) }
FREEZE { [ SERVER ] server-class }
{ [ SERVER ] (server-class [, server-class ]...) }
{ SERVER * }
[ ! ]
[ , WAIT ]