HP OpenVMS Systems Documentation |
HP OpenVMS System Management Utilities Reference Manual
SHOW LAN_DEVICE
Displays PEdriver device data. Each device is a local LAN device on the system, which can be used for NISCA communications. FormatSHOW LAN_DEVICE landevicename Parameter
Qualifiers
Example
For list of all LAN errors, see Table 21-3.
Displays information about selected SCA ports. FormatSHOW PORT portname Parameter
Qualifiers
Example
SHOW TRACE
Displays PEdriver tracing data and parameters.
FormatSHOW TRACE nodename Parameter
Qualifiers
Examples
SHOW VC
Displays PEdriver virtual circuit data. Each VC is an SCACP communications path between the local system and a remote system comprised of a set of channels. FormatSHOW VC nodename Parameter
Qualifiers
|
#1 |
---|
SCACP> SHOW VC/COUNTERS NODE10 |
The command in this example displays VC counters for all VCs whose name (that is, remote node name) starts with NODE10.
#2 |
---|
SCACP> SHOW VC/COUNTERS/INTERVAL SCACP> SPAWN WAIT 0:0:10 SCACP> SHOW VC/COUNTERS/INTERVAL |
The first command in this example displays VC counters since the last SHOW command. The SPAWN command tells the DCL WAIT command to insert a 10-second delay. The second SHOW VC command displays counters after the 10-second period.
Creates a subprocess of the current process. The SPAWN command copies the context of the subprocess from the current process.
SPAWN [command-string]
command-string
A string of commands to be executed in the context of the created subprocess. After the command string is executed, control returns to SCACP.
None.
SCACP> SPAWN SHOW TIME 24-AUG-2005 15:22:39 SCACP> |
The command in this example creates a subprocess of the current process and displays the time.
Directs PEdriver to start using the specified IP interface.
START IP_INTERFACE ipinterface
ipinterface[,...]
Includes specific IP interfaces, which you can use wildcards to specify.
- Use the /EXCLUDE qualifier to exclude IP interfaces.
- Use the SHOW IP_INTERFACE command to display IP interfaces.
/EXCLUDE=(ipinterface[,...])
Excludes specific IP interface, which you can use wildcards to specify. Use the SHOW IP_INTERFACE command to display IP interface names.
SCACP> START IP_INTERFACE WE0 |
This command starts PEdriver on the IP interface WE0.
Directs PEdriver to start using the specified LAN device. The original (and still supported) way to start PEdriver on a LAN device is SYS$EXAMPLES:LAVC$START_BUS.
START LAN_DEVICE landevicename
landevicename[,...]
Includes specific LAN devices, which you can use wildcards to specify.Use the /EXCLUDE qualifier to exclude LAN devices.
Use the SHOW LAN_DEVICE command to display device names.
/EXCLUDE=(landevicename[,...])
Excludes specific LAN devices, which you can use wildcards to specify.Use the SHOW LAN_DEVICE command to display device names.
SCACP> START LAN_DEVICE EWA |
This command starts PEdriver on the LAN device EWA.
Starts or resumes PEdriver tracing, optionally setting tracing options.
This command is reserved for use by HP Services and OpenVMS Engineering only. Trace commands, their qualifiers, and output are subject to change from release to release. |
START TRACE nodename
nodename[,...]
Includes information about communications with specific nodes, which you can use wildcards to specify. Each node name can be accompanied by optional qualifiers to specify local and remote device names.If no local or remote device name is specified, the VC and all channels associated with the specified node are included.
Use the SHOW CHANNEL command to display node names and local and remote device names.
/AFTER=n
After the trace stop condition has been satisfied, continues tracing for n events, and then stops. If you do not specify /AFTER, tracing does not continue after the trace stop event. n can be any value between 0 and FFFFFFF./DEFAULT
Sets the trace context back to the default settings, which are:
channelname=* /AFTER=0 /EVENT=default settings /STOP /SIZE=512/EVENT=(event1[,...])
Enables tracing on specific events, which you can use wildcards to specify. The default is a subset of the events, which includes most errors and state changes.Use the SHOW TRACE/CONTEXT command to display event names.
/EXCLUDE=(landevicename/IPinterface[,...])
Excludes specific LAN devices/IP interfaces, which you can use wildcards to specify.Use the SHOW LAN_DEVICE/SHOW IP_INTERFACE command to display device names.
/LOCAL_DEVICE=(landevicename/IPinterface[,...])
Includes specific LAN devices that identify the local end of the channel. You can use wildcards to specify LAN devices/IP interfaces.Use the SHOW LAN_DEVICE/SHOW IP_INTERFACE command to display device names.
/REMOTE_DEVICE=(landevicename/IPinterface[,...])
Includes specific LAN devices that identify the remote end of the channel. You can use wildcards to specify LAN devices/IP interfaces.Use the SHOW LAN_DEVICE/SHOW IP_INTERFACE command to display device names.
/STOP=(event[,...])
Stops tracing on specific events, which you can use wildcards to specify. The default is to stop no events.Use the SHOW TRACE/CONTEXT command to display event names.
/SIZE=n
Specifies a trace buffer size of n bytes to be used by PEdriver for each trace buffer: one for global PEdriver use, one for each selected channel, and one for each selected VC. n can be any value between 0 and FFFFFFF.
#1 |
---|
SCACP> START TRACE/EVENT=CC_STATE/SIZE=2000 |
The command in this example changes the Trace Channel Control layer state with a 2000-byte trace buffer.
#2 |
---|
SCACP> START TRACE/EVENT=ALL NODE10,NODE20 |
The command in this example traces all events but only for the NODE10 and NODE20 channels.
Directs PEdriver to stop using the specified IP interface.
Caution
If you use STOP IP_INTERFACE to stop the only connection you have to a cluster, it results in a system CLUEXIT. If you use STOP IP_INTERFACE to stop the only the connection, connected to a cluster, the system will CLUEXIT even when you have another connection that uses a different cluster port. However, if you stop all the IP_INTERFACE results in excessive activity. When PEdriver loses access to all of its IP interfaces, it makes an effort to restore cluster IP interfaces communications by completely re-initializing itself. After the displayed retry count is exceeded, PEdriver permanently goes offline. To disable cluster use of all but one IP interface, enter the following command: SCACP> STOP IP_INTERFACE * /EXCLUDE=ipinterfaceAll IP interfaces are stopped except the excluded interface and PEdriver does not need to be reset.
STOP IP_INTERFACE ipinterface[,...]
ipinterface[,...]
Includes specific IP interface, which you can use wildcards to specify.
- Use the /EXCLUDE qualifier to exclude IP interfaces.
- Use the SHOW IP_INTERFACE command to display IP interface names.
/EXCLUDE=(ipinterface[,...])
Excludes specific IP interface, which you can use wildcards to specify.
SCACP> STOP IP_INTERFACE WE0 |
This command stops PEdriver on the IP interface WE0.
Directs PEdriver to stop using the specified LAN device. The original (and still supported) way to stop PEdriver on a LAN device is SYS$EXAMPLES:LAVC$STOP_BUS.
Caution
If you use either STOP LAN_DEVICE or SYS$EXAMPLES:LAVC$STOP_BUS to stop the only connection you have to a cluster, you cause the system to CLUEXIT.Even when you have have another connection using a different cluster port, stopping all LAN devices results in excessive activity. When PEdriver loses access to all of its LAN devices, it makes an effort to restore cluster communications by completely re-initializing itself.
After the last LAN device is stopped, the reinitilization produces an error message similar to the following:
SCACP> STOP LAN * ;%PEA0, Port is Reinitializing ( 49 Retries Left). Check the Error Log.After the displayed retry count is exceeded, PEdriver permanently goes offline.
To disable cluster use of all but 1 LAN device, enter the following command:
SCACP> STOP LAN * /EXCLUDE=landevicenameAll LAN devices except the excluded device are stopped, and PEdriver does not need to be reset.
STOP LAN_DEVICE landevicename
landevicename[,...]
Includes specific LAN devices, which you can use wildcards to specify.Use the /EXCLUDE qualifier to exclude LAN devices.
Use the SHOW LAN_DEVICE command to display device names.
/EXCLUDE=(landevicename[,...])
Excludes specific LAN devices, which you can use wildcards to specify.
SCACP> STOP LAN_DEVICE EWA |
This command stops PEdriver on the LAN device EWA.
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.
This command is reserved for use by HP Services and OpenVMS Engineering only. Trace commands and output are subject to change from release to release. |
STOP TRACE
None.
None.
SCACP> STOP TRACE |
The command in this example stops PEDRIVER tracing.
Previous | Next | Contents | Index |