- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tool to check network connectivity
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
06-27-2010 07:08 PM
06-27-2010 07:08 PM
I am looking for tool(or script)which will monitor multiple servers connectivity(ping) and send alert if any server found not reachable.
Tool should be opensource and able to install on hpunix system.
Chandra
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2010 07:55 PM
06-27-2010 07:55 PM
Re: Tool to check network connectivity
Why not write a script yourself?
> [...] send alert [...]
Console message? E-mail?
> [...] on hpunix system.
Then why ask in a Linux forum instead of in
an HP-UX forum?
http://forums.itrc.hp.com/service/forums/familyhome.do?familyId=117
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2010 05:42 AM
06-28-2010 05:42 AM
Re: Tool to check network connectivity
Check the following links -
http://www.openxtra.co.uk/taxonomy/term/104,99
http://www.wareprise.com/2009/01/14/free-network-monitoring-tools-to-monitor-your-network-and-servers/
Hope this helps.
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2010 06:12 AM
06-28-2010 06:12 AM
Re: Tool to check network connectivity
linkloop.
Take a look at my latest post on http://hpux.ws and steal the linkloop line.
Very good check of network connectivity.
HP-UX only, and btw you posted to Linux.
HP's openview/ITO tool sets and open source hobbit have good network monitoring that do work on Linux and HP-UX
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
06-28-2010 04:55 PM
06-28-2010 04:55 PM
Re: Tool to check network connectivity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2010 07:12 PM
06-28-2010 07:12 PM
Re: Tool to check network connectivity
Check this out:
The code using here is :
# ping -c n servername
[ -c n is number of packets to send , usually 2 or 3 is enough to determine the status. ]
# check the 10th post:
http://forums13.itrc.hp.com/service/forums/questionanswer.do?&threadId=960333
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2010 07:46 PM
06-28-2010 07:46 PM
Re: Tool to check network connectivity
better than searching for a tool, it will be easy to right a small script for this as you want to check only ping.
Regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2010 08:19 PM
06-28-2010 08:19 PM
Re: Tool to check network connectivity
> script [...]
Apparently you aren't looking for forum
points, either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2010 09:28 PM
06-28-2010 09:28 PM
Re: Tool to check network connectivity
UDN (Unreachable Device Notification)
into your (windows) SMH!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2010 10:46 PM
06-28-2010 10:46 PM
Re: Tool to check network connectivity
You can use fping tool to monitor network connectivity,
There are multiple scripts given in following thread to monitor network traffic:
http://forums13.itrc.hp.com/service/forums/questionanswer.do?&threadId=960333
Regards,
Bhadresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 05:42 AM
06-29-2010 05:42 AM
Re: Tool to check network connectivity
A Forum search for keywords like, say:
ping script
might find several things, too.
Personally, I find "ping" scripts less useful
than (slightly) more complex scripts which
test actual functionality. For example, if I
wanted to know if an FTP or Web server on
some system were working, then I would use a
program like wget to fetch an actual file or
Web page from that server. If some such
_real_ task failed, _then_ I might run a
"ping" test, but it would not be my primary
test method.
Why are you running these "multiple servers"?
Are they supposed to do some actual work, or
are they there only to respond to ICMP echo
requests? Why are you testing them?
I've seen many systems which were hung in
some horrible ways, where the only thing they
could do was respond to "ping". If "ping"
response is what you really care about, then
test with "ping". If something else is what
you really care about, then it might make
more sense to test with something else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2010 12:46 AM
06-30-2010 12:46 AM
Re: Tool to check network connectivity
As i said we have no. of servers if any server goes down we should get alert saying that server is down.
We have rsp confgured but still we want alternate way also.
Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2010 01:20 AM
06-30-2010 01:20 AM
SolutionThere are multiple scripts given in following thread to which sends alert saying that server is down. Please have a look at the thread:
http://forums13.itrc.hp.com/service/forums/questionanswer.do?&threadId=960333
Regards,
Bhadresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2010 10:46 PM
08-11-2010 10:46 PM
Re: Tool to check network connectivity
Chandra