Tru64 system stops with fan failure message
Problem
Cannot boot Tru64 UNIX due to fan failure message.
Tru64 version 5.x shutdown with the message: "The system fan has failed and the system is shutting down now.".
Example:
...
|
Solution
Tru64 temperature monitoring should be disabled or better not installed (if installing from scratch)
Boot single user
Mount
/
for read-writeMount
/usr
Force environmental daemon not to start at boot
Switch to multiuser mode by either entering "
exit
" or by pressing <CTRL-D>Detailed operations:
Example1: bcheckrc will mount all filesystems Example2: only / and /usr will be mounted P00>>>boot -flag s
....
# bcheckrc
# rcmgr set ENVMON_CONFIGURED 0
# exit
P00>>>boot -flag s
....
# mount -u /
# mount /
usr# rcmgr set ENVMON_CONFIGURED 0
# exit
Related articles
© Stromasys, 1999-2024 - All the information is provided on the best effort basis, and might be changed anytime without notice. Information provided does not mean Stromasys commitment to any features described.