PROBLEM: (91290) (PATCH ID: OSF540-147) ******** If you reboot immediately after entering a hwmgr -redirect scsi command then you will only boot to single user mode with the following error being displayed: bcheckrc: Device Naming failed boot configure or verify Please correct the problem and continue or reboot INIT: SINGLE-USER MODE PROBLEM: (88837) (PATCH ID: OSF540-145) ******** This patch fixes a situation in which attributes are viewed via hardware manager. The values display might not be correct. The problem is in the comparison of like data types. The fix is to cast the data types to match each other before the comparison is done. PROBLEM: (82026) (PATCH ID: OSF540-150) ******** This is a cluster specific fix regarding mounting the cluster root comain with disks private to different cluster members. Currently the cluster will hang as it cannot get remote device information that early in boot. With this fix, remote device information can be obtained from another cluster member as needed. If used, the following new warning will appear on the console during boot from the cluster member serving cluster root. WARNING: cluster root devices are on private buses! This configuration is not recommended, but should not result in an unbootable cluster. Currently, this is with respect to cluster root domains that are not under LSM control. PROBLEM: (89120) (PATCH ID: OSF540-146) ******** This is a verification for attributes when registering components with the hardware manager. Attributes type of 'short' and 'char' are not supported. Previously this was not checked and so illegal attributes could have been entered. PROBLEM: (73421) (PATCH ID: OSF540-142) ******** This problem was discovered by code inspection. The problem is that a routine in hwc_subsys.c would invoke MALLOC with a simple lock held. This would cause a problem if the malloc needed to block. PROBLEM: (94418) (PATCH ID: OSF540-151) ******** After rebooting the cluster, hwmgr -view devices shows (unknow) for device names and running /sbin/dsfmgr -vF cannot correct the problem. PROBLEM: (79936) (PATCH ID: OSF540-149) ******** The hwmgr -show component -incon command may falsely report an inconsistency in a cluster when there is none. The inconsistency reported is: COMPONENT INCONSISTENCY ----------------------- Component should not have an entry in the cluster database but it does. PROBLEM: (95350) (PATCH ID: OSF540-281) ******** While doing environmental testing, HWMGR was used to verify that a particular sensor's status would change from OK to Fault. Each time the state changed and HWMGR requested the new value, HWMGR dumped core. PROBLEM: (95638) (PATCH ID: OSF540-436) ******** This is a cluster specific fix regarding a possible erroneous console warning during boot when cluster root is under LSM control. The console warning, WARNING: cluster root devices are on private buses! may erroneously appear when cluster root is under LSM control. This warning message indicates a device was accessed remotely to mount cluster root. When cluster root is under LSM control, the rootdg disk group is loaded early to start the cluster_rootvol volume. If the rootdg disk group includes disks that are not on shared storage, this message may appear as part of loading rootdg, even though the cluster_rootvol volume is using shared storage. This fix will suppress the erroneous console warning. LSM does not support such cluster root domain configurations where multiple cluster members must be available to mount cluster root. PROBLEM: (DE_G05944, 95552) (PATCH ID: OSF540-426) ******** This patch fixes a possible, but rare hang in the hardware configuration subsystem.