- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- snmptrapd & reboot
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
02-05-2006 10:45 AM
02-05-2006 10:45 AM
snmptrapd & reboot
We have a NMS manageing our SDH network and there is a interface program converts all network alarms to snmp traps and then these traps were send to a different server by HP SnmpMaster agent. All platforms are running HPUX 11i.
The problem is that snmptrapd works fine if I manually start it. If I write a rc script to start it automatically, it will not work. I mean no traps received, as soon as I stop it and start it again manually, it worked well.
any ideas ?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 12:27 AM
02-16-2006 12:27 AM
Re: snmptrapd & reboot
have tried running with the -d (dump) option when you start up the daemon? That should give the packages as they arrive.
If you are not getting any signals then something must be proventing them from reaching. Anything different in the environment between online/automatic startup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 01:16 AM
02-16-2006 01:16 AM
Re: snmptrapd & reboot
Check to make sure you are using full paths in your script.
There is a lot of shell data available when you are doing things manually that isn't there for scripts.
Oz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 09:51 AM
02-16-2006 09:51 AM
Re: snmptrapd & reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 10:13 PM
02-16-2006 10:13 PM
Re: snmptrapd & reboot
could you please indicate what the solution was?