From: hein@eps.zko.dec.c*m Sent: Friday, October 20, 2000 11:29 AM To: Info-VAX@Mvb.Saic.Com Subject: Re: Jumper settings for RZ23 disk drive In article <39e61716$1_1@news2.one.net>, "Tom - News" writes... >Does anyone have the jumper (SCSI select) settings for an RZ23 disk drive? > You would not happen to be looking for a 'spinup' jumper would you? There is none! Gotta set that through software with rzspinup or console tests or rzdisk/SCU etc. I'll include an cute article about an odd way to use some console firmware to set the bit. There are six jumpers available for configuration: three of these jumpers (E1, E2, and E3) are used to select the SCSI ID, while E4 (installed) disables parity. Jumpers E5 and E6 are used to enable either the spindle synchronization signal or the LED (at J4, pins 1 and 2). The drive shall be shipped from the factory with the following jumper configuration: E1, E2, E3, and E6 installed. The SCSI ID jumper configurations are defined as follows: E1 E2 E3 DEVICE OUT OUT OUT 0 IN OUT OUT 1 OUT IN OUT 2 IN IN OUT 3 OUT OUT IN 4 IN OUT IN 5 OUT IN IN 6 IN IN IN 7 ------------------------- RE: setting and clearing the RZ22/23 DSP (disable spinup at power-on) bit... If you've got a PVAX with the SCSI-SCSI storage option, there's a sneaky trick in the ROMs that'll let you change the DSP (disable spinup at power-on) bit. You need one of those MMJ loopback connectors that look like a red spoon; that gets you into "field service" mode where you get to do dangerous things. Put the spoon in, and power on the unit. At the console prompt, type "T 73" to start the Tape Key Utility. Don't worry about the name, 'cause it's only the magic inside this code we want to get. Answer the questions about which port and which ID the drive is set for. I can't remember whether the code allows you to specify a LUN (logical unit), but if the question comes up, answer that one too. When the "RUsure" question comes up, answer "41000001" -- this is part of the strong magic I alluded to before. The code will do a MODE SENSE, then turn around and issue a MODE SELECT with the DSP bit clear. Ultimately, the code will report an error, but don't worry: it's complaining that the device isn't a tape (remember this used to be a tape key utility?). Take out the spoon and cycle power again to get out of field service mode. No sense aggravating the gods by leaving too many privileges on. That should do it. The drive should spin up at power on now. If you want to get things back the way they were, perform all the above steps but answer "42000001" to "RUsure." That'll set the DSP bit. Having said all that... The reason we didn't want the RZs spinning up at power-on was that the current surge of three drives spinning up simultaneously was too much for the PVAX power supply. Software took it upon itself to bring these drives up one-at-a-time. Hope this helps, -- Kenny House ------------------------------------------- Cheers, Hein.