- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disabling SNMP
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
12-04-2009 06:34 AM
12-04-2009 06:34 AM
Disabling SNMP
Due to security vulnerabilities in SNMP, we plan to disable SNMP in all our Sun boxes. Does anyone aware of the impact of disabling SNMP on hp-ux 11i?
Thanks in advance,
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 06:53 AM
12-04-2009 06:53 AM
Re: Disabling SNMP
its depend if you need tu run SNMP ???,
some monitoring tools using a agents that comunicating trough SNMP.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 07:00 AM
12-04-2009 07:00 AM
Re: Disabling SNMP
We have no additional monitoring process other than default o/s tools like glance & mwa.
Would disabling snmp cause problem to any of the o/s process/agent?
Please provide your input.
Regards,
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 07:02 AM
12-04-2009 07:02 AM
Re: Disabling SNMP
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 08:26 AM
12-04-2009 08:26 AM
Re: Disabling SNMP
To stop all the SNMP processes:
for SERVICE in /sbin/init.d/Snmp*
do
$SERVICE stop_msg
$SERVICE stop
done
Then edit each of the files in /etc/rc.config.d directory that start with: Snmp and change the enabling variable to zero. For example:
file: /etc/rc.config.d/SnmpHpunix
SNMP_HPUNIX_START=1 # Start the hp-unix MIB SNMP subAgent by default.
export SNMP_HPUNIX_START
change to: SNMP_HPUNIX_START=0
Bill Hassell, sysadmin