Re: Cluster mystery: one-way MSCP disk serving?
sms_at_antinode.org
Date: 01/30/04
- Next message: Shiva MahaDeva: "Re: SMG$ examples in Pascal..."
- Previous message: Larry Kilgallen: "Re: $SETUAI() Query/Problem"
- Maybe in reply to: sms_at_antinode.org: "Cluster mystery: one-way MSCP disk serving?"
- Next in thread: Phillip Helbig---remove CLOTHES to reply: "Re: Cluster mystery: one-way MSCP disk serving?"
- Reply: Phillip Helbig---remove CLOTHES to reply: "Re: Cluster mystery: one-way MSCP disk serving?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jan 2004 15:54:14 -0600 (CST)
From: lewis@mazda.mitre.org (Keith A. Lewis)
> I'm on the CONFIGURE bandwagon now. Why isn't that process running on your
> systems? It's running on all of my cluster systems but not my standalone
> ones.
It's a consensus, and I believe that I've found the reason.
Once upon a time, I got tired of the spurious SCSI every-LUN devices
associated with my (apparently lame) Yamaha CRW4416S CD-R/RW drive, so I
followed the hints and created a SYS$MANAGER:SYCONFIG.COM which said:
$ STARTUP$AUTOCONFIGURE_ALL == 0
$!
$ mcr sysman
io connect fta0 /noadapter /driver = sys$ftdriver
io connect mpa0 /noadapter /driver = sys$pipedriver
io autoconfigure /exclude = (dka5*)
io autoconfigure /select = (dka500)
exit
(I suspect that I did the corresponding thing on the VAXstation, too.)
This gave me a nice DKA500: without the usual DKA501: - DKA507: which
appear if a plain "sysman io autoconfigure" (or "sysgen autoconfigure
all") is used.
The comments in the template file say:
$! Remove the comment from the line below if you wish to prevent
$! VMS from configuring devices with a SYSMAN IO AUTOCONFIGURE
$! command. This is typically only required if you are debugging
$! new device drivers.
$!
$! STARTUP$AUTOCONFIGURE_ALL == 0
What the comments in the template file do _not_ say is that that's not
_all_ it does, and that the other thing is to cause
SYS$STARTUP:VMS$DEVICE_STARTUP.COM to skip over the critical line:
$if .not. startup$autoconfigure_all .or. f$getsyi("NOAUTOCONFIG") -
then goto configure_started
$@sys$startup:vms$initial-050_configure
$configure_started:
So, it appears that I just need to drag that bit of code up to
SYS$MANAGER:SYCONFIG.COM, and all should be well again, at long last.
When I made my original SYS$MANAGER:SYCONFIG.COM, I did manage to steal
the "fta0" and "mpa0" stuff, but I failed to steal the
"@sys$startup:vms$initial-050_configure" thing, too. Sigh.
--------
> Reasons to use a non-zero ALLOCLASS or PORT ALLOCLASS:
>
> * Required for volume shadowing.
No plans.
> * Required for SCSI cluster.
No plans. (I sold off my one KZPBA-CY, and there are not enough PCI
slots in the AlpSta 200 4/233 for graphics, fast Ethernet, and a SCSI
card.)
> * If you leave it 0 for now and change it later, and forget to dismount one
> or more affected disks when you make the change, your entire cluster will
> crash when the changed node re-joins.
If I ever have a reason to change it, I'll probably crash the cluster
repeatedly for a variety of reasons.
> * Saves typing (assuming you use single-digit values)
This _is_ a powerful argument, and it's why all my node names are
three or four characters long, but with non-shared disks, I'd have to
remember which box "$1" was in. I can puzzle out "ALP$" easily enough,
but with non-zero allocation classes, I'd need many more Post-it (tm)
notes than I do now. (And now I save one use of the Shift key.)
Thanks again to the helpers for the useful help on this particular
bafflement.
------------------------------------------------------------------------
Steven M. Schweda (+1) 651-699-9818
382 South Warwick Street sms@antinode-org
Saint Paul MN 55105-2547
- Next message: Shiva MahaDeva: "Re: SMG$ examples in Pascal..."
- Previous message: Larry Kilgallen: "Re: $SETUAI() Query/Problem"
- Maybe in reply to: sms_at_antinode.org: "Cluster mystery: one-way MSCP disk serving?"
- Next in thread: Phillip Helbig---remove CLOTHES to reply: "Re: Cluster mystery: one-way MSCP disk serving?"
- Reply: Phillip Helbig---remove CLOTHES to reply: "Re: Cluster mystery: one-way MSCP disk serving?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|