|
RESOLUTION
Until the HP Tru64 UNIX corrections are available in a mainstream
release patch kit or Service Pak, HP is providing the
following workaround publicly for use by any customer.
Workaround procedure
Simply use envconfig(8) to manually set the high temperature
threshold to its current default value. While this does not change
the value, the act of setting it manually forces envmond to use the
manually applied value. Once set via envconfig, the
ENVMON_HIGH_THRESH variable persists in the /etc/rc.config database.
This will permanently work around the issue for current and future
envmond sessions.
Example:
# sysconfig -q envmon | grep thresh
env_high_temp_thresh = 60
Take the value (usually 60 on the DS10) and set the threshold value
using envconfig(8):
# envconfig -c ENVMON_HIGH_THRESH=60
The correction
to this potential problem is currently scheduled to be
available in the following mainstream patch kits:
-
HP
Tru64 UNIX 5.1B PK4
-
HP
Tru64 UNIX 5.1A PK7
|