GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lanmond -l -d ??
Operating System - HP-UX
1855383
Members
4361
Online
104110
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
10-30-2001 12:59 PM
10-30-2001 12:59 PM
Hello All,
I have this cluster (4 nodes) in which I noticed two of them have a debug option set on for the lanmond daemon: lanmond -l -d
This is generating a big log file and I want to turn this option off ???
I have this cluster (4 nodes) in which I noticed two of them have a debug option set on for the lanmond daemon: lanmond -l -d
This is generating a big log file and I want to turn this option off ???
In a world without walls there is no need for gates and windows...
Solved! Go to Solution.
- Tags:
- lanmond
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 02:58 PM
10-30-2001 02:58 PM
Re: lanmond -l -d ??
Don't know much about the clustering functions, however, I would first check the typical places.
These would be all the config files in /etc/rc.config.d/
/etc/inetd.conf
Check the man page for lanmond. I am guessing it is installed with the cluster software?
If it is anything like ServiceGuard, then the config files and settings would be in the service guard configuration files instead.
These would be all the config files in /etc/rc.config.d/
/etc/inetd.conf
Check the man page for lanmond. I am guessing it is installed with the cluster software?
If it is anything like ServiceGuard, then the config files and settings would be in the service guard configuration files instead.
There are 10 types of people in the world, those who understand binary and those who don't - Author Unknown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 06:37 PM
10-30-2001 06:37 PM
Re: lanmond -l -d ??
You'll probably have to stop the daemon, and then restart it with the debug option turned off. As stated by the previous poster, you have to find the source that started this with the debug option on. Check your /etc/rc.config.d and /sbin/init.d directories:
find /etc/rc.config.d -type f -exec grep -l lanmond {}
;
then more the files that show up and look for that "-d" option being added to the startup of lanmond.
live free or die
harry
find /etc/rc.config.d -type f -exec grep -l lanmond {}
;
then more the files that show up and look for that "-d" option being added to the startup of lanmond.
live free or die
harry
Live Free or Die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 09:48 PM
10-30-2001 09:48 PM
Solutionlanmond is part of the Event Monitoring Services (EMS).
take a look at the file
/etc/opt/resmon/dictionary/mibmond.dic
You will find an entry like
# The LAN status, derived from MIB II
RESOURCE_NAME: /net/interfaces/lan/status
MONITOR: /etc/opt/resmon/lbin/lanmond -l -d
remove the -d option from this line and restart EMS
/sbin/init.d/emsa stop
/sbin/init.d/emsa start
Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP