- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to configure snmp in HP-UX 11.00
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
01-02-2005 08:07 PM
01-02-2005 08:07 PM
How to configure snmp in HP-UX 11.00
Regards
Tay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2005 08:38 PM
01-02-2005 08:38 PM
Re: How to configure snmp in HP-UX 11.00
/etc/snmpd =>This script starts up the SNMP Master Agent and all subAgents
who have been configured in /sbin/SnmpAgtStart.d
/etc/rc.config.d/SnmpMaster // Startup config for Master Agent
/etc/rc.config.d/SnmpHpunix // Startup config for HpUnix subAgen
libSaMib2.sl // MIB2 subAgent
libSaHpunix.sl // HpUnix subAgent
/usr/sbin/subagt_ld // SharedLib SubAgent loader
/usr/sbin/subagt_unld // SharedLib SubAgent unloader
snmpd(1M) // Manual startup script
snmpd.conf(4) // SNMP configuration
If administrator want to remove snmp modify these file use vi editor
/etc/rc.config.d/SnmpMaster
/etc/rc.config.d/SnmpHpunix
/etc/rc.config.d/SnmpMib2
SNMP_MIB2_START=0
for more information use
# man snmpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2005 08:39 PM
01-02-2005 08:39 PM
Re: How to configure snmp in HP-UX 11.00
Edit /etc/snmpd.conf and restart snmpd via /sbin/init.d/snmpd
For additional info pls check man:
#man snmpd.conf
and
#man snmpd
BR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2005 08:44 PM
01-02-2005 08:44 PM
Re: How to configure snmp in HP-UX 11.00
If not possible restart snmp daemon via
BR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2005 08:44 PM
01-02-2005 08:44 PM
Re: How to configure snmp in HP-UX 11.00
If not possible restart snmp daemon via
BR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2005 07:14 PM
01-03-2005 07:14 PM