HP OpenVMS Systems Documentation |
OpenVMS System Management Utilities Reference Manual
MONITOR VBS (VAX Only)
On VAX systems, the MONITOR VBS command displays information about the processing of virtual balance slots (VBS). FormatMONITOR VBS DescriptionThe MONITOR VBS command includes the following data items: Example
MONITOR VECTOR
The MONITOR VECTOR command displays the number of 10-millisecond clock ticks per second in which one or more vector consumers have been scheduled on each currently configured vector processor in the system. FormatMONITOR VECTOR Command Qualifiers
Classname Qualifiers
DescriptionThe MONITOR VECTOR command displays the number of 10-millisecond clock ticks per second in which one or more vector consumers have been scheduled on each currently configured vector processor in the system. Because the operating system schedules vector consumers only on those processors identified as "vector present," the VECTOR class output never displays vector CPU time for those processors that are "vector absent." Example
SET DEFAULT
The SET DEFAULT command sets command qualifier, classname parameter, and classname qualifier defaults for the MONITOR command. Each SET DEFAULT command sets only the command qualifiers you specify, but replaces the entire set of classname parameters and classname qualifiers. All qualifiers and class names are identical to those for the MONITOR command. FormatSET DEFAULT [/qualifier[,...]] classname[,...] [/qualifier[,...]] Parameters
Command Qualifiers
Classname Qualifiers
DescriptionCommand and classname qualifiers are identical to those for the MONITOR classname commands. Example
SHOW DEFAULT
The SHOW DEFAULT command displays the defaults established by the SET DEFAULT command. FormatSHOW DEFAULT ParametersNone. QualifiersNone. DescriptionThe SHOW DEFAULT command verifies the defaults you have set with the SET DEFAULT command. Example
Chapter 16
|
PPPD> |
After invoking PPPD, you can perform PPPD operations by entering the appropriate commands. You can also enter a single PPPD command on the same line as the command that invokes the utility, for example:
$ PPPD CONNECT TTAO:To exit from the Point-to-Point Protocol utility, enter the EXIT command at the PPPD> prompt or press Ctrl/Z. Either method returns control to the DCL command level.
For information about the PPPD utility, enter the HELP command at the PPPD> prompt.
This section describes and provides examples of the PPPD commands. If you need to customize your PPP settings, command qualifiers are provided. However, most users will be satisfied with the default settings. Table 16-1 summarizes the PPPD command functions.
Command | Function |
---|---|
CONNECT | Establishes a network connection through the current physical port or a specified remote port. |
DIAL_OUT | Allows direct access to a device to dial out over a modem or link to an external device. |
DISCONNECT | Terminates the network connection and returns control to the terminal driver. |
EXIT | Leaves the utility and returns you to the DCL command prompt ($). |
HELP | Displays help text for PPPD commands. |
SET | Determines the device and line characteristics for the specified terminal. |
SHOW | Displays the device and line characteristics of the specified terminal. |
Establishes a network connection to a device located on the current physical port or specified remote port.
CONNECT device-name[:]
device-name[:]
Optional. Supplies the name of a device through which the network connection is made. 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 device that is unit 0. For example, the first terminal device on a LAN is specified as TTA0, the second as TTB0.
None.
The CONNECT command creates a link, or connection, to the device located on the current physical port or a specific remote port. When you enter this command, control passes to the PPP driver and an incoming transient network session is established. When the session is disconnected, the control of the host device returns to the terminal device driver.
PPPD> CONNECT TTA1: %PPPD-I-CONNECTTERM, converting connection on device _TTA1: to a Point-to-Point connection |
The command in this example creates a temporary network connection to the serial port TTA1. The port is ready to receive the PPP setup negotiations initiated by the host at the other end of the serial connection.
Provides access to a specific physical device to dial a modem or link to an external device.
DIAL_OUT device-name[:]
device-name[:]
Supplies the name of a device over which the network connection is made. 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 device that is unit 0. For example, the first terminal device on a LAN is specified as TTA0, the second as TTB0.
/BREAK=break-character
Specifies a character sequence that you can use to interrupt the signal being currently transmitted. To interrupt the signal, type Ctrl/break-character. You can select any ASCII character from @ though Z, except C, M, Q, S, and Y. The default break character is ~./DISCONNECT=disconnect-character
Specifies a character sequence that you can use to terminate DIAL_OUT mode. To disconnect the call, type Ctrl/disconnect-character. You can select any ASCII character from @ though Z, except C, M, Q, S, and Y. The default disconnect character is \./SWITCH=switch-character
Specifies a character sequence that you can use to switch the line to PPP mode. To activate PPP mode, type Ctrl/switch-character. You can select any ASCII character from @ though Z, except C, M, Q, S, and Y. The default switch character is @.Similar to the CONNECT command, this qualifier switches a line into PPP mode. If the packet negotiations fail, PPPD exits and the line is left in terminal mode. If line is set to /MODEM and /NOHANGUP, this can result in extraneous data, the ASCII representation of Internet Protocol (IP) packets, being transmitted across the open line.
The DIAL_OUT command directs access to a specific physical device to dial a modem or access an external device.
PPPD> DIAL_OUT TTA0: Type control-~ to send a break, control-\ to disconnect, and control-@ to switch to a point-to-point connection. UNIVRS - Unauthorized access is prohibited Username: SEBASTIAN Password: Welcome to OpenVMS (TM) Alpha Operating System, Version 7.3 on node UNIVRS Last interactive login on Tuesday, AUGUST 13, 2000 02:39 PM Last non-interactive login on Monday, AUGUST 12, 2000 02:16 PM $ PPPD CONNECT %PPPD-I-CONNECTTERM, converting connection on device _TTB0: to a Point-to-Point connection Ctrl-@ %PPPD-I-CONNECTTERM, converting connection on device _TTA1: to a Point-to-Point connection |
This example illustrates using PPP with a direct serial link.
Terminates the current network connection.
DISCONNECT device-name[:]
device-name[:]
Optional. Indicates the name of a device over which the network connection occurred. 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 device that is unit 0. For example, the first terminal device on a LAN is specified as TTA0, the second as TTB0.
None.
The DISCONNECT command terminates the physical link to a network, independent of the state of the upper-level protocols. The physical device reverts to the appropriate terminal driver and the upper-level protocols receive a hang-up event. This command is often used to clear and reset port communication settings in the case of a system pause.
PPPD> DISCONNECT TTA1: |
The command in this example terminates the current network connection established through the serial port TTA1.
A user must have the same UIC as the one on the ASNn: device for the connection, or have SYSPRV privilege to disconnect a serial port. |
Stops the execution of PPPD and returns control to the DCL command level. You can only enter Ctrl/Z if the line has not already been switched to PPP mode.
EXIT
None.
None.
Use the EXIT command to exit the utility.
PPPD> EXIT |
The command in this example leaves the PPPD utility and returns control
to the DCL command level.
HELP
Provides online help information for using the PPPD commands.
HELP [command-name...]
command-name
The name of a PPPD command or PPPD command and command keyword. If you enter the HELP command with a command name only, such as HELP SET, PPPD displays a list of all of the command keywords used with the SET command.
The HELP command is an online reference for PPPD commands. After you view an initial help display, press Return. The help display stops and the PPPD prompt is displayed. If you do not specify a command name, the HELP command displays general information on the commands for which help is available. Supplying a command name obtains syntax information for that command.
PPPD> HELP DISCONNECT |
In this example, the HELP DISCONNECT command produces a description of
the DISCONNECT command and shows the command format.
SET
Sets the communication line characteristics for a specific terminal device.
SET device-name[:]
device-name
Indicates the name of the device whose characteristics are to be set. 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 device that is unit 0. For example, the first terminal device on a LAN is specified as TTA0, the second as TTB0.
/ADDRESS_COMPRESSION (default)
/NOADDRESS_COMPRESSION
Indicates whether the address and control fields are compressed./CLEAR_COUNTERS=(keyword,...)
Determines which counters to clear when trying to resolve performance problems. The default is to clear all counters. With this qualifier, you can specify one or more of the following keywords:
Keyword Description ALL Resets all counters. BAD_FCS_PACKETS Resets the count of packets with a bad frame check sequence (FCS). DATA_LOST Resets the count of lost characters that were reported by hardware. DROPPED_CHARACTERS Resets the count of all characters thrown away. FRAMING_ERRORS Resets the count of characters with framing errors. LONG_PACKETS Resets the count of packets longer than the current maximum receive unit (MRU) setting. RECEIVED_PACKETS Resets the count of total packets received. RUNT_PACKETS Resets the count of packets with too few characters. TOTAL_CHARACTERS Resets the count of all characters received. TRANSMITTED_PACKETS Resets the count of total packets transmitted. /CONNECT
Sets the line parameters and binds the ASN device to the physical terminal./ECHO=(FAILURE=value, INTERVAL=value)
Specifies the number of Link Control Protocol (LCP) echo requests and the interval between requests that must be sent without response before the line is considered down. The default number of echo requests is 0./FLOW_CONTROL=control-option
Indicates the type of flow control used over the physical link. You can specify one of the following keywords with this qualifier:
Keyword Description HARDWARE Uses RTS/CTS flow control. If using this control, the transmit Asynch Control Character Map (ACCM) can be 0x0, 0x0, 0x0, 0x60000000. Only valid for lines set to /MODEM or /COMMSYNCH. XON_XOFF (default) Uses band flow control. If using this control, the optimal transmit ACCM is 0xA0000, 0x0, 0x0, 0x60000000. Only valid for asynchronous lines. /HANGUP
/NOHANGUP
Determines the action that occurs when a session is terminated. This qualifier notifies the ASN driver when a modem hangup is necessary due to an idle device. For example, when the last network connection is closed on a transient line that is set to /NOHANGUP, the line switches back to the terminal driver but the modem remains connected. This allows users to reaccess the line and log in without having to redial and reestablish the connection.To use this qualifier, you must have PHY_IO privilege, or the line must have TT2$M_MODHANGUP already set.
/MAGIC_NUMBER_RETRIES=value
Specifies the number of attempts made to negotiate a magic number. Magic numbers are used to detect looped back connections. If you specify 0, no negotiations are made. If you specify 255, negotiation continues until a number is found. The default number of attempts is 5./MAXCONFIGURE=value
Indicates the number of configure-request packets sent without receiving a valid configure-ack, configure-nak, or configure-reject before assuming the peer is unable to respond. Specify a value in the range of 0 to 255. The default number of packets sent is 10./MAXFAILURE=value
Indicates the number of configure-nak packets sent without receiving a valid configure-ack before assuming that the configuration is not converging. Specify a value in the range of 0 to 255. The default number of packets sent is 5./MAXTERMINATE=value
Indicates the number of terminate-request packets sent without receiving a terminate-ack before assuming that the peer is unable to respond. Specify a value in the range of 0 to 255. The default number of packets is 2./MRU=size
Specifies the largest packet that can be received over the line. This value is used as part of the line negotiation, and the actual MRU setting can vary. Specify a value in the range of 6 to 1500. The default packet size is 1500./MTU=size
Specifies the largest packet that can be transmitted over the line. This value is used as part of the line negotiation, and the actual maximum transfer unit (MTU) setting can vary. Specify a value in the range of 6 to 1500. The default packet size is 1500./NETWORK_PROTOCOL=(protocol-name)
Specifies the the protocol allowed over the link. The default network protocol is TCP/IP./PASSIVE
/NOPASSIVE (default)
Notifies the PPP driver how to handle the PPP connection. It can either actively initiate the connection or wait for the remote host to start the connection./PERMANENT
/NOPERMANENT
Determines how the link is handled when a connection is closed or lost. If you specify /PERMANENT, the link remains in place with the PPP driver in control. If you specify /NOPERMANENT, the link is treated as a transient connection, and the terminal reverts to the terminal driver./PROTOCOL_COMPRESSION (default)
/NOPROTOCOL_COMPRESSION
Specifies whether the two octet protocol fields are compressed into a single octet./RECEIVE_ACCM=mask-value
Identifies the starting Asynch Control Character Map (ACCM). This mask is used by the PPP driver to negotiate the final ACCM for asynchronous ports. Specify a mask in the range of 0x0 to 0xFFFFFFFF. The default mask value is 0xFFFFFFFF, 0x0, 0x0, 0x60000000, 0x0, 0x0, 0x0. The masks are ordered from low-order longword to high-order longword. Specify the longword mask until the last mask bits are set. The remaining longwords are set to 0. With 8 longwords, there is 1 bit for every ASCII character position (from 0 to 255). The ASCII characters 0x20 through 0x3F and 0x5E cannot be quoted./RESTART_TIMER=msecs
Interval in milliseconds (msecs) used to time the transmission of configure-request and terminate-request packets. Expiration of the restart timer results in a timeout event and retransmission of the packet. Specify a value from 1 to 90. The default is 30 (3 seconds), which is intended for relatively slow speed links. For smaller, faster links, specify a smaller value./SPEED=(input-rate,output-rate)
Allows you to control the input and output speed of the line for asynchronous ports. To use this qualifier, you must have PHY_IO privilege, or the line must already have TT2$M_SETSPEED set.
Previous Next Contents Index