LATCP DELETE — VMS 5.4-3
Additional information available:
LINK
Deletes a logical link from a VMS node. You must have OPER
privilege to use this command.
Format
DELETE LINK link-name
Additional information available:
Parameter
link-name Specifies the name of the link that you want to delete. The link must have been created with the CREATE LINK command. Use the SHOW LINK command for a list of the links that are defined for your node.
Qualifiers
Additional information available:
/LOG
/LOG
/NOLOG
Specifies whether LATCP displays a message confirming that the
link was deleted. The default is /NOLOG.
Example
LATCP> DELETE LINK NETWORK_A /LOG
The DELETE LINK command in this example deletes the link
NETWORK_A. The link was created with the CREATE LINK command.
PORT
Deletes a logical port from a VMS node. You must have OPER
privilege to use this command.
Format
DELETE PORT port-name
Additional information available:
Parameter
port-name Specifies the name of the application port or the dedicated port that you want to delete. An application port connects to a remote device on a terminal server, whereas a dedicated port connects to a special VMS service. The port must have been created with the CREATE PORT command. Use the SHOW PORT command for a list of the application ports and the dedicated ports that are defined for your service node.
Qualifiers
Additional information available:
/LOG
/LOG
/NOLOG
Specifies whether LATCP displays a message confirming that the
port was deleted. The default is /NOLOG.
Example
LATCP> DELETE PORT LTA27:
The DELETE PORT command in this example deletes the application
port LTA27:. The port was created with the CREATE PORT command.
SERVICE
Deletes a service that your VMS service node currently offers. You
must have OPER privilege to use this command.
Format
DELETE SERVICE service-name
Additional information available:
Parameter
service-name Specifies the name of the service, as displayed by the SHOW SERVICE command.
Qualifiers
Additional information available:
/LOG
/LOG
/NOLOG
Specifies whether LATCP displays a message confirming that the
service was deleted. The default is /NOLOG.
Example
LATCP> DELETE SERVICE SALES
The DELETE SERVICE command in this example removes the
service SALES from your service node. The service is no longer
available to server users.