Remove Service Table Entry (RMVSRVTBLE)

The Remove Service Table Entry (RMVSRVTBLE) command is used to remove a service entry from the service table. The service table is used to manage the mapping of network services to ports. You must know the service entry name, the port, and the protocol to remove the entry.

Restrictions:

Parameters

Keyword Description Choices Notes
SERVICE Service Character value Required, Positional 1
PORT Port 1-65535 Required, Positional 2
PROTOCOL Protocol Character value Required, Positional 3

Service (SERVICE)

Specifies the name of the service entry to be removed.

Port (PORT)

Specifies the port number assigned to the service to be removed.

Protocol (PROTOCOL)

Specifies the name of the protocol used by the service to be removed.

Examples

RMVSRVTBLE   SERVICE(FTP)  PORT(21)  PROTOCOL(TCP)

This command removes an FTP service entry from the network service table. The service being removed is assigned to port 21 and runs the TCP protocol.

Error messages

*ESCAPE Messages

TCP2901
Service entry not found in table.
TCP8050
*IOSYSCFG authority required to use &1.