- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Proactive monitoring of servers
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
08-03-2004 04:25 PM
08-03-2004 04:25 PM
Proactive monitoring of servers
Can you give your ideas to take it forward?
Also pl let me know what all are the free tools available for monitoring.
Many thanks in advance !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 04:34 PM
08-03-2004 04:34 PM
Re: Proactive monitoring of servers
Depending on the number of servers you could write some shell scripts to monitor your systems. Main things to monitor are filesystem space, key processes, performance, system log files and security (eg failed logins, su's etc).
I have implemented this in the past where all detected events for all servers are written to a central event log file. This logfile is displayed on a webpage. In this way you can easily monitor all your systems.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 04:47 PM
08-03-2004 04:47 PM
Re: Proactive monitoring of servers
You could go a lot further and purchase actual software that does this for you, with the likes of openview/network node manager and other products like patrol tivoli and CA unicentre. All of these have snmp traps that can change colour on a screen for operators, create email warnings and to some extent could be used to send SMS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 05:22 PM
08-03-2004 05:22 PM
Re: Proactive monitoring of servers
Some free tools:
OpenNMS (Network Management System)
Big Brother (www.bb4.org).
Of course you can also have a look at the forum for OpenView Operations, also known as OVO or ITO.
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 05:28 PM
08-03-2004 05:28 PM
Re: Proactive monitoring of servers
If there is a problem, sendmail is used to notify appropriate staff.
In addition to that there is event monitoring service. Thats built into sam under resource management. You can set all kinds of triggers for certain events to notify staff. You can go beyond email as well.
Sam also has peformance monitors. Good place for beginners to start.
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
08-04-2004 01:53 AM
08-04-2004 01:53 AM
Re: Proactive monitoring of servers
Can you help me with such system monitoring scripts
Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 02:12 AM
08-04-2004 02:12 AM
Re: Proactive monitoring of servers
cd /var/adm
ll btmp
ll sulog
ll wtmp
ll cron (checking for OLDlog and log)
ll lp
ll syslog (checking for mail.log, OLDsyslog.log and syslog.log).
DO NOT delete any of these files: if they are large, null them: e.g.
cd /var/adm/syslog
> syslog.log
Do a daily check for core files.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 12:16 AM
08-05-2004 12:16 AM
Re: Proactive monitoring of servers
URL: http://www.hp.com/hps/hardware/hw_standard.html
The HP Instant Support Enterprise Edition (ISEE) Standard Configuration transmits incidents and scheduled system information collections from monitored ISEE clients in your datacenter. This data is automatically sent to your regional HP Support Center for reactive support in response to incidents and for proactive system monitoring.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 12:24 AM
08-05-2004 12:24 AM
Re: Proactive monitoring of servers
scripts as told by con, and schedule using cron.
But i have Tivoli working in my environment which send alerts in case of malfunctioning.
Even HP's openview does the same.