- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Software to monitor system uptime
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-02-2004 04:19 AM
12-02-2004 04:19 AM
We are looking for software to monitor Operation System uptime over 30 period, and,
generate graphs to reflect this information.
Most of our systems are as follows:
HP-UX B.11.11 U 9000/800
rp7410, rp3440, rp3410
Any suggestion would be greatly appreciated.
Thanks Jerry
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 04:21 AM
12-02-2004 04:21 AM
Re: Software to monitor system uptime
run the command:
uptime
You can do it with cron and collect the output in a file or email.
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
12-02-2004 04:32 AM
12-02-2004 04:32 AM
Re: Software to monitor system uptime
and generate graphs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 04:37 AM
12-02-2004 04:37 AM
Re: Software to monitor system uptime
HP-UX is so inherently stable that I'm afraid your graph would be a flat line. I've got servers that have been up for month. Other people talk about servers that have been up for years. I would think that printing out the /etc/shutdownlog would better server your purpose.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 04:41 AM
12-02-2004 04:41 AM
SolutionYou could always install Big brother to generate status and graphs...
http://www.quest.com/bigbrother/
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 04:45 AM
12-02-2004 04:45 AM
Re: Software to monitor system uptime
like pictures, even if it does show a thin line. Someone suggested measureware. Have you utilized this product to produce such results? Yes the shutdownlog can be "cut, and
pasted" but it needs to calculated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 05:01 AM
12-02-2004 05:01 AM
Re: Software to monitor system uptime
Atternatively you can collect performance data by script and import the data into an Excel spreadsheets and acheive a breathtaking, nice to look at flat graph.
Attaching some scripts that might help collect the data.
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
12-02-2004 05:04 AM
12-02-2004 05:04 AM
Re: Software to monitor system uptime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 05:05 AM
12-02-2004 05:05 AM
Re: Software to monitor system uptime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 05:52 AM
12-02-2004 05:52 AM
Re: Software to monitor system uptime
Make you own graphs with Measureware data..
I do this from cron:
# performance
55 23 * * 1-5 /opt/perf/bin/extract -xp -r /home/gwild/zgbltemplate -g -b today 7:00 -e today 18:00 -f stdout | /bin/mailx -s 'performance report' gwild@mydomain.ca >/dev/null 2>&1
# cat /home/gwild/zgbltemplate
REPORT "MWA Export on !SYSTEM_ID"
FORMAT ASCII
HEADINGS ON
SEPARATOR="|"
SUMMARY=60
MISSING=0
DATA TYPE GLOBAL
YEAR
DATE
TIME
GBL_CPU_TOTAL_UTIL
GBL_MEM_UTIL
GBL_SWAP_SPACE_UTIL
GBL_MEM_CACHE_HIT_PCT
GBL_DISK_UTIL_PEAK
GBL_FS_SPACE_UTIL_PEAK
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 06:02 AM
12-02-2004 06:02 AM
Re: Software to monitor system uptime
http://www.mreriksson.net/uptimes/uptimec/ and friends.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 06:27 AM
12-02-2004 06:27 AM
Re: Software to monitor system uptime
http://www.ee.ethz.ch/~oetiker/webtools/mrtg
I use it to monitor CPU and Memory of my servers, but you can also do uptime as well...
Here's how I monitor HP-UX with SNMP:
######################################################################
Target[sha1.internaldomain.netcpup]:.1.3.6.1.4.1.11.2.3.1.1.15.0&.1.3.6.1.4.1.11.2.3.1.1.13.0:public@sha1.p
cacorp.net + .1.3.6.1.4.1.11.2.3.1.1.16.0&.1.3.6.1.4.1.11.2.3.1.1.14.0:public@sha1.internaldomain.net
Title[sha1.internaldomain.netcpup]: CPU Load on sha1.internaldomain.net
MaxBytes[sha1.internaldomain.netcpup]: 100
Ylegend[sha1.internaldomain.netcpup]: CPU Load
ShortLegend[sha1.internaldomain.netcpup]: %
PageTop[sha1.internaldomain.netcpup]:
CPU Load on sha1.internaldomain.net
Options[sha1.internaldomain.netcpup]: integer, growright, nopercent
WithPeak[sha1.internaldomain.netcpup]: wmy
LegendO[sha1.internaldomain.netcpup]: User/System:
LegendI[sha1.internaldomain.netcpup]: Idle/Nice:
Legend1[sha1.internaldomain.netcpup]: Idle/Nice CPU Time
Legend2[sha1.internaldomain.netcpup]: User/System CPU Time
Legend3[sha1.internaldomain.netcpup]: Maximal Idle/Nice CPU Time
Legend4[sha1.internaldomain.netcpup]: Maximal User/System CPU Time
######################################################################
Target[sha1.internaldomain.netmem]: .1.3.6.1.4.1.11.2.3.1.1.7.0&.1.3.6.1.4.1.11.2.3.1.1.8.0:public@sha1.pca
corp.net
Title[sha1.internaldomain.netmem]: Memory on sha1.internaldomain.net
MaxBytes[sha1.internaldomain.netmem]: 100000000
Ylegend[sha1.internaldomain.netmem]: Memory Usage
ShortLegend[sha1.internaldomain.netmem]:
PageTop[sha1.internaldomain.netmem]:
Memory on sha1.internaldomain.net
Options[sha1.internaldomain.netmem]: integer, gauge, growright, nopercent
kilo[sha1.internaldomain.netmem]: 1024
WithPeak[sha1.internaldomain.netmem]: wmy
LegendO[sha1.internaldomain.netmem]: Total:
LegendI[sha1.internaldomain.netmem]: Free:
Legend1[sha1.internaldomain.netmem]: Free System Memory
Legend2[sha1.internaldomain.netmem]: Total Available System Memory
Legend3[sha1.internaldomain.netmem]: Maximal Available System Memory
Legend4[sha1.internaldomain.netmem]: Maximal Free System Memory
######################################################################
Sun and others - you need to script (as snmp is limited).
# dns stats for mrtg
3,8,13,18,23,28,33,38,43,48,53,58 * * * * /usr/local/bin/mrtg-dns-stats >/dev/null 2>&1
#!/bin/sh
# generate mrtg file for dns stats
/usr/local/sbin/rndc stats
SERVER=`uname -n`
MRTG=/tmp/$SERVER.named.stats.mrtg
STATS=/etc/namedb/named.stats
#get success
tail -7 $STATS | head -1 |awk '{print $2}'>$MRTG
tail -2 $STATS | head -1 |awk '{print $2}'>>$MRTG
uptime | awk '{print $3,$4,$5}' |sed s/,//g >>$MRTG
echo $SERVER >>$MRTG
#generate mrtg file for cpu
MRTGcpu=/tmp/$SERVER.cpu.stats.mrtg
idle="`/usr/bin/vmstat 1 2 | tail -1 | awk '{print $NF}'`"
usersys=`expr 100 - $idle`
echo $idle >$MRTGcpu
echo $usersys >>$MRTGcpu
uptime | awk '{print $3,$4,$5}' |sed s/,//g >>$MRTGcpu
echo $SERVER >>$MRTGcpu
MRTGmem=/tmp/$SERVER.mem.stats.mrtg
/usr/local/bin/mem-swap4mrtg.sh mem >$MRTGmem
The rcp those files to your web server:
#------------------------------------------
Target[dnsdnsserver]: `cat /tmp/dnsserver.named.stats.mrtg`
Options[dnsdnsserver]: nopercent,growright,perhour
Title[dnsdnsserver]: DNS: Requests per hour on dnsserver
PageTop[dnsdnsserver]:
DNS: Requests per hour on dnsserver
MaxBytes[dnsdnsserver]: 1000000000
YLegend[dnsdnsserver]: reqs/hour
ShortLegend[dnsdnsserver]: per hour
LegendI[dnsdnsserver]: Requests:
LegendO[dnsdnsserver]: Failures:
Legend1[dnsdnsserver]: Requests per hour
Legend2[dnsdnsserver]: Failures per hour
PageFoot[dnsdnsserver]:
Note:
success is the number of successful queries the server handled.
failures is the number of queries the server received that resulted in
errors other than those covered by nxrrset and nxdomain.
#------------------------------------------
Target[dnsserver.cpu]: `cat /tmp/dnsserver.cpu.stats.mrtg`
Title[dnsserver.cpu]: CPU Load on dnsserver.pcacorp.net
MaxBytes[dnsserver.cpu]: 100
Ylegend[dnsserver.cpu]: CPU Load
ShortLegend[dnsserver.cpu]: %
PageTop[dnsserver.cpu]:
CPU Load on dnsserver
Options[dnsserver.cpu]: integer, gauge, growright, nopercent
WithPeak[dnsserver.cpu]: wmy
LegendO[dnsserver.cpu]: User/System:
LegendI[dnsserver.cpu]: Idle/Nice:
Legend1[dnsserver.cpu]: Idle/Nice CPU Time
Legend2[dnsserver.cpu]: User/System CPU Time
Legend3[dnsserver.cpu]: Maximal Idle/Nice CPU Time
Legend4[dnsserver.cpu]: Maximal User/System CPU Time
Target[dnsserver.mem]: `cat /tmp/dnsserver.mem.stats.mrtg`
Title[dnsserver.mem]: Memory on dnsserver.pcacorp.net
MaxBytes[dnsserver.mem]: 1000000000
Ylegend[dnsserver.mem]: Memory Usage
ShortLegend[dnsserver.mem]:
PageTop[dnsserver.mem]:
Memory on dnsserver
Options[dnsserver.mem]: integer, gauge, growright, nopercent
kilo[dnsserver.mem]: 1024
WithPeak[dnsserver.mem]: wmy
kMG[dnsserver.mem]: k,M,G
LegendI[dnsserver.mem]: Free:
LegendO[dnsserver.mem]: Total:
Legend1[dnsserver.mem]: Free System Memory
Legend2[dnsserver.mem]: Total Available System Memory
Legend3[dnsserver.mem]: Maximal Free System Memory
Legend4[dnsserver.mem]: Maximal Available System Memory
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 07:00 AM
12-03-2004 07:00 AM
Re: Software to monitor system uptime
http://www.managementsoftware.hp.com/products/ovperf/index.html
also
http://www.managementsoftware.hp.com/products/ovpi/index.html