- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Enabling SNMP on HP-UX 11.11
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
09-12-2005 07:25 AM
09-12-2005 07:25 AM
When I run ps -ef|grep snmp, I receive the following:
# ps -ef|grep snmp
root 1082 1 0 Jul 16 ? 0:00 /usr/sbin/snmpdm
oracle 3951 1 0 04:46:02 ? 0:00 /bin/sh /orasys/ora9205/bin/dbsnmpwd
root 12232 10495 0 14:23:44 pts/0 0:00 grep snmp
oracle 3954 3951 0 04:46:02 ? 1:11 /orasys/ora9205/bin/dbsnmp
So, is snmp configured for read access by default? They also provided me with a community string. I'm just not sure what files to modify in /etc/rc.config.d and other files I need to configure for SNMP read access and to work with such community string.
Thanks.
SNMP Novice
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 07:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 07:58 AM
09-12-2005 07:58 AM
Re: Enabling SNMP on HP-UX 11.11
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 08:12 AM
09-12-2005 08:12 AM
Re: Enabling SNMP on HP-UX 11.11
your snmp.conf file should look like this ( I copied from a working system - names changed to protect thr innocent)
#
get-community-name: public
set-community-name: # enter community name
#contact: # enter contact person for agent
#location: # enter location of agent
#max-trap-dest: # enter max no. of trap-dest entries to be maintained.
#trap-dest: # enter trap destination
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 01:55 AM
09-13-2005 01:55 AM
Re: Enabling SNMP on HP-UX 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 02:15 AM
09-13-2005 02:15 AM
Re: Enabling SNMP on HP-UX 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 02:24 AM
09-13-2005 02:24 AM
Re: Enabling SNMP on HP-UX 11.11
The strings are meaningless if not recognized by a central server that monitors.
Note 1:
There are is some clear text information/authentication, especially with older versions of SNMP.
Note 2:
The person that told you that you must implement SNMP needs to tell you what the community string and such should be.
Note 3:
There are MIB's that need to be installed to control what is monitored and what privledges the central SNMP server has on your machine.
Note 4:
There are some denial of service exploits that use SNMP to overwork machines and deny service to users. A look at security is in order as part of this project.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 02:27 AM
09-13-2005 02:27 AM
Re: Enabling SNMP on HP-UX 11.11
lrwxr-xr-x 1 root sys 23 Apr 6 2004 /sbin/rc2.d/S560SnmpMaster -> /sbin/init.d/SnmpMaster
lrwxr-xr-x 1 root sys 23 Apr 6 2004 /sbin/rc2.d/S565SnmpHpunix -> /sbin/init.d/SnmpHpunix
lrwxr-xr-x 1 root sys 21 Apr 6 2004 /sbin/rc2.d/S565SnmpIpv6 -> /sbin/init.d/SnmpIpv6
lrwxr-xr-x 1 root sys 21 Apr 6 2004 /sbin/rc2.d/S565SnmpMib2 -> /sbin/init.d/SnmpMib2
lrwxr-xr-x 1 root sys 20 Apr 6 2004 /sbin/rc2.d/S565SnmpNaa -> /sbin/init.d/SnmpNaa
lrwxr-xr-x 1 root sys 23 Apr 6 2004 /sbin/rc2.d/S565SnmpTrpDst -> /sbin/init.d/SnmpTrpDst
lrwxr-xr-x 1 root sys 22 Apr 6 2004 /sbin/rc2.d/S576SnmpFddi4 -> /sbin/init.d/SnmpFddi4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 03:50 AM
09-13-2005 03:50 AM