|
It would appear there is a corruption or "unusual" setting
in the [SYS0] root.
I would hope these systems are running V6.2-1H3, or V7.1.
Also check the PALcode version(s) in use, making sure these
are compatible with the OpenVMS release in use.
I would hope both systems are not booted from the same root.
(Booting multiple nodes from the same disk root has been seen
to cause severe disk corruptions, when this occured in similar
SCSI configurations.)
I would tend to remove the [SYS0] root, and then re-add it
(via whichever variant of CLUSTER_CONFIG is in use locally),
and see if this affects the problem. I would also check for
the validity of current image BACKUPs, in the event there is
a disk corruption here.
If you wish to make a formal report via IPMT, we'll need an
image copy of the contents of the disk, and some information
around the specific disk and controller configuration, as
well as the boot environment variable settings.
This question would be better suited to SPEZKO::CLUSTER.
|
| We found out the reason why the root SYS0 became unbootable. Using the
boot flag 10000, we were able to see that boot hangs when it displays
"Create balance set slots". At this time the customer remembered that
executed a Autogen (until setparams) today in the morning. He changed, I
don't known why, the following parameters:
MIN_BALSETCNT = 803
MAXPROCESSCNT = 952
MIN_WSMAX = 800000
After the Autogen he checked the SETPARAMS.DAT and found:
BALSETCNT = 810
MAXPROCESSCNT = 892
WSMAX = 1000048
With these values the system becomes unbootable. The most interesting:
the parameters values in the SETPARAMS.DAT were configured by AUTOGEN,
superseeding the values from MODPARAMS.DAT. I'm waiting the system reboot
to check if there is any WARNING in AGEN$PARAMS.REPORT, about those values.
|