- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: envd startup message
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 05:57 AM
03-24-2004 05:57 AM
envd startup message
/usr/bin/envd[1267]: restart, and read the configuration file.
It does not appear to be related to a specific location in the checklist, and I've looked at the SL errors in the GSP and seen nothing.
How can I pursue this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 06:50 AM
03-24-2004 06:50 AM
Re: envd startup message
for startup being set to 1
This is an environmental monitor daemon. Depending upon your model, it can be used/notify for certain hardware monitored enviromental conditions.. temperature for example...Since you have GSP - you may want to have it running (N, L, ) class? because those models do monitor temperature.
The envd.conf file configs what it monitors and such.
good luck,
fwc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 06:51 AM
03-24-2004 06:51 AM
Re: envd startup message
-Hazem
/etc/envd.conf:
# more /etc/envd.conf
# @(#)B.11.11_LR
# envd reads its configuration information when the envd daemon
# starts, and when it receives a SIGHUP signal to restart itself.
#
# This configuration file contains comment lines, event lines,
# and action lines. Lines beginning with the # character in
# the first column are comment lines, and all characters
# up to the subsequent new-line character are ignored.
# The syntax of event lines and action lines are:
#
# event:message_indicator
# action
#
# The event line is composed of two fields: event and message_indicator;
# single colon separated, without any blanks interspersed. Recognized
# events include OVERTEMP_CRIT, OVERTEMP_EMERG, FANFAIL_CRIT, and
# FANFAIL_EMERG. The message indicator field takes only a binary value,
# and may be specified as either 'y' or 'n', indicating to log event messages,
# or not, upon the occurrence of an event. All event lines must start from
# the first column of the line. Invalid event lines will be taken
# as action lines.
#
# The action lines for an event may span across several lines,
# but the syntax of every line must be understood by /usr/bin/sh.
# No parsing or syntax checking is performed on the action lines.
#
# The example below configures envd to log the warning message at
# OVERTEMP_CRIT or FANFAIL_CRIT, and to log emergency messages and perform
# system shutdown immediately at OVERTEMP_EMERG or FANFAIL_EMERG, in order
# to preserve data integrity.
OVERTEMP_CRIT:y
OVERTEMP_EMERG:y
/usr/sbin/reboot -qh
FANFAIL_CRIT:y
FANFAIL_EMERG:y
/usr/sbin/reboot -qh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 07:16 AM
03-24-2004 07:16 AM
Re: envd startup message
This is a good place to get back to a known starting point on most config files.
fwc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 07:22 AM
03-24-2004 07:22 AM
Re: envd startup message
I've made some syslog changes, and I'm wondering if there's any relationship between that and the envd message..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 07:34 AM
03-24-2004 07:34 AM
Re: envd startup message
fwc