=;The OpenVMS Frequently Asked Questions (FAQ)D

The OpenVMS Frequently Asked Questions (FAQ)



 r \ ^  
PreviousContentsIndex

v

14.24 How do I set the speed and duplex on OpenVMS I64?



BOpenVMS I64 on Integrity servers does not provide a console-level Fenvironment variable akin to the SRM console variables used to manage Athe network speed and duplex settings on OpenVMS Alpha and Alpha Fsystems. On OpenVMS I64 on Integrity servers, LANCP is used to manage <the speed and the duplex setting of the network controllers.

 

"
$ RUN SYS$SYSTEM:LANCP #LANCP> SET DEVICE EWA0/SPEED=10 &LANCP> DEFINE DEVICE EWA0/SPEED=10 0LANCP> SET DEVICE EWA0/SPEED=100/full_duplex 3LANCP> DEFINE DEVICE EWA0/SPEED=100/full_duplex 




GThe EFI-level network bootstrap operations for a network-based upgrade Bor a network-based installation of OpenVMS I64 require the use of 6autonegotiation and a switch capable of supporting it.

OSee Section 14.23 for a related discussion.|

14.25 Third-party or Unsupported disk/tape/controllers/SCSI/widgets?



FA wide variety of third-party and formally-unsupported widgets---SCSI Eand ATA/ATAPI (IDE) disks and tapes, graphics controllers, etc---are >obviously widely available, and are used on various platforms.

FIf you purchase third-party or unsupported or generic SCSI, ATA/ATAPI F(IDE) storage devices, you and your device vendor will be responsible Dfor the testing and the support of the devices. In general, you can Eexpect that HP will address non-standards-compliance problems within BOpenVMS (changes that will also not prevent operations with other Gsupported devices, of course), but you and/or the device vendor and/or Hthe device manufacturer are responsible for finding and fixing problems @in the particular third-party device and or controller involved.

BIn particular, realize that neither SCSI nor ATA/ATAPI (IDE) is a ?particularly standard interface, these interfaces tend to be a @collection of optionally-implemented and standardized interface Efeatures. You should not and can not simply assume that all SCSI nor HATA/ATAPI (IDE) storage devices are interchangeable. If you want to try Gto use a generic SCSI device, use V6.2 or later, or (better) V7.1-2 or Hlater. If you wish to try to use ATA/ATAPI (IDE), use OpenVMS V7.1-2 or later.

kOn older OpenVMS releases, see the disk capacity limits ( Section 9.5).

CWith SCSI disks on releases prior to V6.2, ensure that you have theG ARRE and ARWE settings configured correctly (disabled). (If not, you < will see DRVERR fatal drive errors and error log entries.)

BSome SCSI disks set the medium type byte as part of the SCSI size Efield---this is a SET CAPACITY extension to SCSI specs. This problem #also applies to VAX V7.1 and later.

EDisks with SCSI disk sizes past 8.58 GB and/or with the SET CAPACITY Eextension require ALPSCSI07 ECO or the OpenVMS Alpha V7.1-2 or later Srelease. (See Section 9.5 for further details.)

CBased on the displays of the (undocumented) SYS$ETC:SCSI_INFO tool;1 this tool is present in OpenVMS V6.2 and later:

 

"
BIssuing 6-byte MODE SENSE QIOW to get current values for page 01h '       Page Code ................. 01h =       Page Name ................. Read-Write Error Recovery '       Saveable .................. Yes &       Size ...................... 10 ;       Hex Data .................. E6 08 50 00 00 00 08 00 )                                   00 00 




-The E6 shown indicates that the AWRE and ARREJ bits are set, and this is incompatible with OpenVMS versions prior to G V6.2. Further along in the same SCSI_INFO display, if you also see:

 

"
EIssuing 6-byte MODE SENSE QIOW to get changeable values for page 81h '       Page Code ................. 01h =       Page Name ................. Read-Write Error Recovery '       Saveable .................. Yes &       Size ...................... 10 ;       Hex Data .................. C0 08 50 00 00 00 08 00 )                                   00 00 




)The C0 value means that the AWRE and ARREG values can be changed on this particular SCSI device. (This is not G always the case.) If the bits are set, you can use RZDISK from the 4 OpenVMS Freeware, and can reset the E6 flag byteH to hexadecimal 26 (or whatever the remaining mask when you remove bits  C0) on page one.

EEach SCSI and ATA/ATAPI (IDE) host contains non-trivial SCSI and IDE driverE software, and each device contains equally non-trivial firmware--- E taken together with the mechanical and electronic components, this J software and firmware will determine whether or not a particular device  will function as expected.

E Also note that various devices---such as various SCSI CD-R devices H ---can implement and can require vendor-specific protocol extensions, C and these extensions can require modifications to OpenVMS or the A addition of various utilities. In various of these cases, theseB devices perform functions that will require them to use SCSI or 0 ATA/ATAPI (IDE) commands that are (hopefully) I architecturally-compatible SCSI or ATA/ATAPI (IDE) command extensions. q (Also see Section 7.1 and Section 9.7.)

GSome SCSI tapes lack odd-byte transfer support, making operations with BOpenVMS problematic at best, as OpenVMS expects odd-byte support. AExamples of such include LTO-1 devices such as the HP Ultrium 230series tape, and the DLT VS80< series tapes. Due to the lack of odd-byte transfer support,F LTO-1 devices are not supported by OpenVMS. LTO devices in the LTO-2 E and later series do reportedly presently all have odd-byte transfer D support, and operations are reportedly rather easier. Do check for  formal support, of course.

@In order for OpenVMS to officially support a particular device, Dintegration and testing work is mandated. There can be no certainty Fthat any particular device will operate as expected in any particular ?configuration without first performing this (non-trivial) work.

HIt is quite possible to find two devices---both entirely compliant with <applicable standards or interface documents---that will not interoperate.

AThe same general statement holds for OpenVMS bootstrapping on an Bunsupported VAX or Alpha platform. It might or might not work. In Fparticular, please see the OpenVMS Software Product Description (SPD) ?for the list of platforms supported by OpenVMS. OpenVMS is not Gsupported on the Personal Workstation -a series, on the Digital Server Cseries platforms, on the AlphaServer 2100 series 5/375 CPU, on the GMultia, on the AlphaServer DS20L, and on a variety of other platforms. D(You might or might not see success booting OpenVMS on any of these platforms.)R

14.25.1 Lists of third-party widgets on OpenVMS?



BVarious folks have successfully used common third-party disk disk Edevices with OpenVMS, such as the ATA (IDE) and SCSI variants of the $Iomega Zip250 removable disk device.

HCommon SCSI CD-R/CD-RW devices such as the Plextor PlexWriter 12/10/32S SCSIB series and the HP DVD200i series (recording CD-R) have also been I successfully utilized with various AlphaStation and VAXstation systems, @ and with tools such as CDRECORD. (A Plextor PlexWriter burn of I 614400000 bytes (300000 sectors) requires just over six minutes at 12x, H using an AlphaStation XP1000 666 MHz EV67 system UltraSCSI host.) (See h Section 9.7 for detailed discussions of recording optical media on # OpenVMS, and the available tools.)

EIf you choose to attempt to use third-party devices, ensure that you Fhave the most current OpenVMS version and the most current ECO kit(s) Dapplied. In the specific case of the ATA (IDE) Iomega Zip250 drive, ?ensure that you have the most current revision of SYS$DQDRIVER installed.Y

14.25.2 Are the 2X-KZPCA-AA and SN-KZPCA-AA LVD Ultra2 SCSI?

HYes. Both of these controllers are Ultra2 low-voltage differential (LVD) SCSI controllers.I

14.25.3 Resolving DRVERR fatal device error?



HIf this is on an OpenVMS version prior to V6.2, please see the AWRE and XARRE information included in section Section 14.25.d

14.26 Looking for connector wiring pin-outs?



HThe DECconnect DEC-423 Modified Modular Jack (MMJ) appears similar to a Ctelphone or network modular jac, though with the key offset to one mside. The DECconnect MMJ connector pin-out is listed in Table 14-5, Fwith an end-on view of the connector pins and the connector key shown below.

Y   &                          
Table 14-5 DEC MMJ Pin-out
Pin Description
 1  Data Terminal Ready (DTR)
 2  Transmit (TXD)
 3  Transmit Ground (TXD-)
 4  Receive Ground (RXD-)
 5  Receive (RXD)
 6  Data Set Ready (DSR)


 

"
   +------------------+    | 1  2  3  4  5  6 |    +------------+    ++                 +____+ 




DThe BC16E-nn (where the "-nn" indicates the cable length) cabling andF keying "flips over" or "crosses-over" the signal C wires, and this allows all DECconnect MMJ connections to be wired > identically; the ends of the BC16E are symmetrical and fully E interchangeable, and allows either end of the cable to be connected C either to the terminal or to the host. Specifically, the BC16E-nn # cross-over wiring looks like this:

 

"
.        Terminal                         Host -        MMJ                              MMJ  9     DTR 1 --->---------->----------->--- 6 DSR 9     TXD 2 --->---------->----------->--- 5 RXD ,         3 ------------------------------ 4 ,         4 ------------------------------ 3 9     RXD 5 ---<----------<-----------<--- 2 TXD 9     DSR 6 ---<----------<-----------<--- 1 DTR 




@DECconnect parts and connections are available from HP, and MMJ Ecrimping dies for use in typical telco-style crimping tools, and MMJ 'connectors, are available from Blackbox1 and from other communications equipment vendors.

The PC-compatible DB9G connector pin-out found on Alpha and Integrity COM serial ports---and X on most PC systems is listed in Table 14-6.

W   &                                      
Table 14-6 PC DB9 Pin-out
Pin Description
 1  Data Carrier Detect (DCD)
 2  Received Data
 3  Transmit Data
 4  Data Terminal Ready (DTR)
 5 Ground
 6  Data Set Ready (DSR)
 7  Request To Send (RTS)
 8  Clear To Send
 9  floating


The MicroVAX DB9G console connector pin-out predates the PC-style DB9 pin-out (adapters f discussed in Section 14.27), and uses a then-common (and older) ' standard pin-out, and uses the EIA-232Xseries standard signals shown in Table 14-7.

]   &                                      
Table 14-7 MicroVAX DB9 Pin-out
Pin Description
 1  Protective Ground
 2  Transmited Data
 3  Received Data
 4  Request To Send (RTS)
 5  Data Terminal Ready (DTR)
 6  Data Set Ready (DSR)
 7  Signal Ground
 8 9 Shorted to pin 9 on MicroVAX and VAXstation 2000...
 9 1 ...series systems, otherwise left floating.


DWhen pin 8 is shorted to pin 9, this is a BCC08 (or variant) cable, ?most commonly used as a console cable on the MicroVAX 2000 and ?VAXstation 2000 series. (Other systems may or may not tolerate connecting pin 8 to pin 9.)

The BN24H looks like this:

 

"
     MMJ       RJ45        1---------8       2---------2       3---------1       4---------3       5---------6       6---------7 




The BN24J looks like this:

 

"
     MMJ       RJ45        1---------7       2---------6       3---------3       4---------1       5---------2       6---------8 




Also see:

p

14.27 What connectors and wiring adapters are available?



FThe H8571-B and H8575-B convert the (non-2000-series) MicroVAX DB9 to Gthe DECconnect DEC-423 Modified Modular Jack (MMJ) pin-out; to the MMJ DECconnect wiring system.HThe MicroVAX 2000 and VAXstation 2000 requires a BCC08 cable (which has fthe 8-9 short, see Section 14.26) and the H8571-C or the H8571-D ,DB25-to-MMJ adapter for use with DECconnect.H(For a discussion of the console bulkhead on the MicroVAX II series and ion other closely-related series systems, please see Section 14.3.3.4.)

GSomewhat less ancient HP (HP, Compaq or DIGITAL logo) systems will use Eeither the DECconnect MMJ wiring directly or---on most (all?) recent Gsystem designs---the PC-compatible DB9 9-pin pin-out; the PC-style COM %serial port interface and connection.

FThere are two DB9 9-pin pin-outs, that of the H8571-B and similar Afor the MicroVAX and other and older <systems, and that of the H8571-J for the PC-style COM port, EAlphaStation, Integrity, and other newer systems. The older MicroVAX >DB9 and the PC-style DB9 pin-outs are not compatible.

r   >                                                          
Table 14-8 DECconnect MMJ Connectors and Adapters
Part Converts BC16E MMJ male to fit into
H8571-A F EIA232 DB25 25-pin female (common). Functionally similar to the ; H8575-A, though the H8575-A has better ESD shielding.
H8571-B L Older MicroVAX (other than the MicroVAX 2000) DB9 EIA232 serial port. M Functionally similar to the H8575-B, though the H8575-B has better ESD  shielding.F Note: Cannot be used on a PC, Alpha nor Integrity DB9 9-pin  connector.
H8571-C + 25 pin DSUB Female to MMJ, Unfiltered
H8571-D & EIA232 25 pin male (modem-wired)
H8571-E ) 25 pin DSUB Female to MMJ, Filtered
H8571-J F PC, Alpha, Integrity 9 pin (DB9) male (PC-style COM serial port)M Note: Cannot be used on the older MicroVAX DB9 9-pin connector
H8572-0 , BC16E MMJ double-female (MMJ extender)
H8575-A F EIA232 DB25 25-pin female (common). Functionally similar to the ; H8571-A, though the H8575-A has better ESD shielding.
H8575-B L Older MicroVAX (other than the MicroVAX 2000) DB9 EIA232 serial port. M Functionally similar to the H8571-B, though the H8575-B has better ESD  shielding.F Note: Cannot be used on a PC, Alpha nor Integrity DB9 9-pin  connector
H8575-D . 25 Pin to MMJ with better ESD Protection
H8575-D 2 25 Pin to MMJ with better and ESD Protection
H8575-E 7 25 Pin Integrity rx2600 Management Processor (MP) & & & / port to MMJ, with ESD Protection
 H8577-AA " 6 pin Female MMJ to 8 pin MJ
 BC16E-** = MMJ cable with connectors, available in various lengths


HNumerous additional adapters and cables are available from the (now out =of print) OPEN DECconnect Building Wiring Components and GApplications Catalog, as well as descriptions of the above-listed parts.

HThe DECconnect wiring system has insufficient signaling for modems, and 5particularly lacks support for modem control signals.

EThe H8571-A and H8575-A are MMJ to DB25 (female) and other connector wiringBdiagrams and adapter-, cable- and pin-out-related discussions are available at:



JamecoF has offered a USB-A to PS/2 Mini DIN 6 Adapter (as part 168751), for > those folks wishing to (try to) use PS/2 Keyboards via USB-A connections.

The LK463 USBF keyboard is also a potential option, for those wishing to connect an G OpenVMS keyboard to USB systems or (via the provided adapter) to PS/2 G systems. The LK463 provides the classic OpenVMS keyboard and keyboard F layout on USB-based system configurations, including operations with I the USB connection on specific Alpha systems (and specifically on those : with supported USB connections) and on Integrity servers.

GFor information on the Alpha console COM port(s) or on the VAX console Dport, please see Section 14.3.h

14.28 What is flow control and how does it work?



%XON/XOFF is one kind of flow control.

DIn ASCII, XON is the [CTRL/Q] character, and XOFF is the [CTRL/S].

GXON/XOFF flow control is typically associated with asynchronous serial Gline communications. XON/XOFF is an in-band flow control, meaning that +the flow control is mixed in with the data.

ACTS/RTS is another type of flow control, and is sometimes called Ghardware flow control. Out-of-band means that seperate lines/pins from <the data lines (pins) are used to carry the CTS/RTS signals.

HBoth kinds of flow control are triggered when a threshold is reached in >the incoming buffer. The flow control is suppose to reach the Etransmitter in time to have it stop transmitting before the receiver Ebuffer is full and data is lost. Later, after a sufficient amount of Ethe receiver's buffer is freed up, the resume flow control signal is (sent to get the transmitter going again.

GDECnet Phase IV on OpenVMS VAX supports the use of asynchronous serial $communications as a network line; ofD asynch DECnet. The communication devices (eg. modems, and drivers) @ must not be configured for XON/XOFF flow control. The F incidence of these (unexpected) in-band characters will corrupt data H packets. Further, the serial line device drivers might normally remove H the XON and XOFF characters from the stream for terminal applications, B but DECnet configures the driver to pass all characters = through and requires that all characters be permitted. (The C communication devices must pass through not only the XON and XOFF H characters, they must pass all characters including the 8-bit E characters. If data compression is happening, it must reproduce the G source stream exactly. No addition or elimination of null characters,  and full data transparency.

DAn Ethernet network is rather different than an asynchronous serial Fline. Ethernet specifies the control of data flow on a shared segment Gusing CSMA/CD (Carrier Sense Multiple Access, with Collision Detect) AnGEthernet station that is ready to transmit listens for a clear channel B(Carrier Sense). When the channel is clear, the station begins to Gtransmit by asserting a carrier and encoding the packet appropriately. BThe station concurrently listens to its own signal, to permit the Cstation to detect if another station began to transmit at the same Gtime---this is called collision detection. (The collision corrupts the Csignal in a way that can reliably be detected.) Upon detecting the Gcollision, both stations will stop transmitting, and will back off and Etry again a little later. (You can see a log of this activity in the DECnet NCP network counters.)

DECnetHprovides its own flow control, above and beyond the flow control of the Ephysical layer (if any). The end nodes handshake at the beginning to Destablish a transmit window size---and a transmitter will only send Gthat much data before stopping and waiting for an acknowledgement. The Hacknowledgement is only sent when the receiver has confirmed the packet Dis valid. (A well-configured DECnet generally avoids triggering any 1underlying (out-of-band) flow control mechanism.)




 r Y \ ^  
PreviousNextContentsIndex