LATCP DELETE — VMS 5.5
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. 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. If you do not specify the /LOG or /NOLOG
qualifier, the default is that no message will be displayed.
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. Use the SHOW PORT command for a list of the application ports and the dedicated ports that are defined for your service node. You cannot use the DELETE PORT command to delete an interactive LAT port.
Qualifiers
Additional information available:
/LOG
/LOG
/NOLOG
Specifies whether LATCP displays a message confirming that
the port was deleted. If you do not specify the /LOG or /NOLOG
qualifier, the default is that no message will be displayed.
Example
LATCP> DELETE PORT LTA27:
The DELETE PORT command in this example deletes the LTA27:
application port. 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. If you do not specify the /LOG or /NOLOG
qualifier, the default is that no message will be displayed.
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.