1 STOP 2 LAN_DEVICE Directs PEDRIVER to stop using the specified LAN device. The original (and still supported) means of stopping PEDRIVER on a LAN devices is SYS$EXAMPLES:LAVC$START_BUS. CAUTION As with SYS$EXAMPLES:LAVC$STOP_BUS, you can cause the system to CLUEXIT if you do not maintain at least one path to each member of the cluster. Format STOP LAN_DEVICE landevicename 3 Parameters landevicename[,landevice1,landevice2,...] Includes specific LAN devices, which you can specify using wildcards. Use the /EXCLUDE qualifier to exclude LAN devices. Use the SHOW LAN_DEVICE command to display device names. 3 Qualifiers /EXCLUDE /EXCLUDE[=(landevicename1,landevicename2,...)] Excludes specific LAN devices, which you can specify using wildcards. Use the SHOW LAN_DEVICE command to display device names. 3 Example SCACP> STOP LAN_DEVICE EWA This command stops PEDRIVER on the LAN device EWA. 2 TRACE Stops PEDRIVER tracing. You can read the trace data recorded so far with a SHOW TRACE command. To revert trace behavior to initial settings, enter the command SET TRACE/DEFAULT. NOTE This command is reserved for use by Compaq Services and OpenVMS Engineering only. Trace commands and output are subject to change from release to release. Format STOP TRACE 3 Parameters None. 3 Qualifiers None. 3 Example SCACP> STOP TRACE The command in this example stops PEDRIVER tracing.