- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mrtg config
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
Discussions
Discussions
Discussions
Forums
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
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-17-2002 02:32 AM
тАО09-17-2002 02:32 AM
mrtg config
Many thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2002 04:12 AM
тАО09-17-2002 04:12 AM
Re: mrtg config
Get glance/measureware to CORRECTLY and ACCURATELY monitor CPU utilization! Any other program will produce inaccurate results, which will mislead you to the wrong conclusions!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2002 07:49 PM
тАО09-17-2002 07:49 PM
Re: mrtg config
basis and where i can view it in our intranet server. Can glance / measureware can do this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2002 08:40 PM
тАО09-17-2002 08:40 PM
Re: mrtg config
Then....
have a script collate that data into daily,weekly,etc....
Then cut and paste into Excel to graph it.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2002 09:07 PM
тАО09-17-2002 09:07 PM
Re: mrtg config
MRTG can run with any SNMP enabled device in our case a HP-UX server.
First , start snmp in the HP-UX server.
#/sbin/init.d/SnmpHpunix start
#/sbin/init.d/SnmpMaster start
#/sbin/init.d/SnmpMib2 start
Check whether snmp is running.
#ps -ef | grep snmpd
Now using cfgmaker utility in MRTG
cfgmaker --global 'WorkDir: /home/hp-ux/mrtg' --global --output /home/mrtg/cfg/hpux.cfg public@xxx.xxx.xxx.xxx
Since public is the default snmp community.
Your config file is generated in /home/mrtg/cfg/hpux.cfg
After that run MRTG
/usr/local/mrtg-2/bin/mrtg /home/mrtg/cfg/hpux.cfg
regards,
U.SivaKumar