- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SNMP process mib2agt, how to get rid of?
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
03-06-2002 05:07 AM
03-06-2002 05:07 AM
There is a process called mib2agt running and is allocating a lot of memory.
On one server about 65Mb on another 250Mb.
I know this process have something to do with SNMP, which we do not need to use.
How do I make the process mib2agt to NOT start automatically when I boot the system?
When the process mib2agt wont be loaded, will other processes files miss the mib2agt, if so where/what do I have to config?
Thank you in advance for your excellent help as always.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 07:40 AM
03-06-2002 07:40 AM
Solutiondont't be to sure you wont't need snmp.
For example: if you are using Hardware Monitoring with EMS (and you should do) you rely on snmp to let EMS get the status of your hardware.
EMS just came to my mind when talking about snmp, but there may be more applications that will need it.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 07:49 AM
03-06-2002 07:49 AM
Re: SNMP process mib2agt, how to get rid of?
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd4ea35067c18d6118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 07:50 AM
03-06-2002 07:50 AM
Re: SNMP process mib2agt, how to get rid of?
We are only doing surveillance with ping command to see that the server is alive. SNMP is not needed in this case.
We want to optimize the sever as much as possible and get rid of as many processes as possible (that we don't need).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 07:55 AM
03-06-2002 07:55 AM
Re: SNMP process mib2agt, how to get rid of?
Back to my original question, is it possible to make this process not to start when I boot the system, if so, how?
Otherwise I guess I'll just have to patch it and keep it on the system anyway, even if it is not used at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 08:03 AM
03-06-2002 08:03 AM
Re: SNMP process mib2agt, how to get rid of?
# mv /sbin/rc2.d/S565SnmpMIB2 /sbin/rc2.d/s565SnmpMIB2
This will prevent the mib2agt from being loaded during system startup.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 08:04 AM
03-06-2002 08:04 AM
Re: SNMP process mib2agt, how to get rid of?
SnmpMib2 file to disable the start up.
"0" to disable it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 08:07 AM
03-06-2002 08:07 AM
Re: SNMP process mib2agt, how to get rid of?
Sorry, S565SnmpMIB2 should be S565SnmpMib2.
# mv /sbin/rc2.d/S565SnmpMib2 /sbin/rc2.d/s565SnmpMib2
This will prevent mib2agt from starting up.
To stop the mib2agt immediately, execute
# /sbin/rc2.d/S565SnmpMib2 stop
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 08:13 AM
03-06-2002 08:13 AM
Re: SNMP process mib2agt, how to get rid of?
Slip of mind. Instead of disabling the startup script, the cleaner method would be to set SNMP_MIB2_START=0 in /etc/rc.config.d/SnmpMib2 configuration file.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 08:29 AM
03-06-2002 08:29 AM
Re: SNMP process mib2agt, how to get rid of?
If you at least put PHSS_23670 on the system, the memory leak will go away...
(The patches do not require reboot...)
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 08:31 AM
03-06-2002 08:31 AM
Re: SNMP process mib2agt, how to get rid of?
This is a well known problem but the patch can control this.
Does NOT required a reboot
Install this patch
Patch # PHSS_23670
Goodluck,
-USA..