HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /usr/sbin/mib2agt
Operating System - HP-UX
1832985
Members
2536
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
06-09-2002 07:26 PM
06-09-2002 07:26 PM
Hi,
I am trying to increase the size of /tmp, but it is being user by a /usr/sbin/mib2agt process. I don't want to kill this process without knowing how to start it after. Does anyone know
1- how to kill it
2- how to restart it.
Thanks
I am trying to increase the size of /tmp, but it is being user by a /usr/sbin/mib2agt process. I don't want to kill this process without knowing how to start it after. Does anyone know
1- how to kill it
2- how to restart it.
Thanks
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2002 07:48 PM
06-09-2002 07:48 PM
Solution
There should be a startup script for mib2agt. If I am not mistaken it is ..
/sbin/init.d/SnmpMib2
First check the control file /etc/rc.config.d/SnmpMib2 to make sure the var "SNMP_MIB2_START=1". If it is you can just run ...
# /sbin/init.d/SnmpMib2 stop
==> to kill it
# /sbin/init.d/SnmpMib2 start
==> to start it.
Having said that /tmp is usually not able to be umounted in multiuser mode. I would recommend extending your /tmp in single user mode if you do not have OnlineJFS.
/sbin/init.d/SnmpMib2
First check the control file /etc/rc.config.d/SnmpMib2 to make sure the var "SNMP_MIB2_START=1". If it is you can just run ...
# /sbin/init.d/SnmpMib2 stop
==> to kill it
# /sbin/init.d/SnmpMib2 start
==> to start it.
Having said that /tmp is usually not able to be umounted in multiuser mode. I would recommend extending your /tmp in single user mode if you do not have OnlineJFS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 12:19 AM
06-10-2002 12:19 AM
Re: /usr/sbin/mib2agt
Hi
This is just a thought...
Do U have Online JFS Installed? If yes, U don't need to worry abot mib2 or anyother.. Just use lvextend with fsadm command... U are done
If no online JFs, then...
1) How to kill the mib2agt process?
Yes, U can kill by using kill -9 command.. Fist find out the process id by using
#ps -ef |grep mib2agt
#kill -9
2) How to restart?
This I am not very sure..I think /usr/sbin/mib2agt command will start the process.
Just check it out...
Best of luck
Shahul
This is just a thought...
Do U have Online JFS Installed? If yes, U don't need to worry abot mib2 or anyother.. Just use lvextend with fsadm command... U are done
If no online JFs, then...
1) How to kill the mib2agt process?
Yes, U can kill by using kill -9 command.. Fist find out the process id by using
#ps -ef |grep mib2agt
#kill -9
2) How to restart?
This I am not very sure..I think /usr/sbin/mib2agt command will start the process.
Just check it out...
Best of luck
Shahul
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP