VMS Help LANCP, CLEAR *Conan The Librarian (sorry for the slow response - running on an old VAX) |
1 - DEVICE |
Deletes a device from the LAN volatile device database. Requires SYSPRV privilege. Format CLEAR DEVICE device-name
1.1 - Parameter
device-name Supplies the LAN controller device name. The device name has the form ddcu where dd is the device code, c is the controller designation, and u is the unit number. LAN devices are specified as the name of the template device which is unit 0. For example, the first PCI Ethernet device is specified as EWA0, the second as EWB0. For example, you can specify a DEMNA controller as either EXA, EXA0, or EXA0:.
1.2 - Qualifier
1. 2.1 - /ALL
Deletes all LAN devices in the LAN volatile device database. If you specify a device name, all matching LAN devices are selected, for example: E to select all Ethernet devices, F for FDDI, I for Token Ring, EW to select all PCI Ethernet PCI devices.
1.3 - Example
LANCP> CLEAR DEVICE EXA0 This command deletes device EXA0 from the LAN volatile device database.
2 - DLL |
This command clears MOP downline load counters from the LAN volatile device and node databases for all nodes and devices. Requires SYSPRV privilege. Format CLEAR DLL
2.1 - Parameters
None.
2.2 - Qualifiers
None.
2.3 - Example
LANCP> CLEAR DLL This command clears MOP downline load counters from the LAN volatile device and node databases for all nodes and devices.
3 - NODE |
Deletes a node from the LAN volatile node database. Requires SYSPRV privilege. Format CLEAR NODE node-name
3.1 - Parameter
node-name Supplies the name of a node in the LAN volatile node database.
3.2 - Qualifier
3. 2.1 - /ALL
Deletes all LAN nodes in the LAN volatile node database. If you specify a node name, all matching nodes are selected; for example, A/ALL deletes all nodes whose name begins with A.
3.3 - Example
LANCP> CLEAR NODE VAXSYS This command deletes the node VAXSYS from the LAN volatile node database.
|