- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to page someone from unix server?
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
03-13-2001 07:34 PM
03-13-2001 07:34 PM
How to page someone from unix server?
Thanks for any inputs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2001 07:50 PM
03-13-2001 07:50 PM
Re: How to page someone from unix server?
If you have a plain numeric pager, then you can probably write a script that will dial the modem, and send the appropriate numeric string. If have alphanumeric pagers, you might still be able to write a script to do what you want, but there are 3rd party products available.
A product that I use to send pages, and it integrates with Openview NNM and ITO, is call TelAlert. It is produced by a company called Telamon. Their web site is: http://www.telamon.com/
There are other products out there as well, but I don't remember the names of any of the others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2001 11:02 PM
03-13-2001 11:02 PM
Re: How to page someone from unix server?
If you wish to interface with a script, you can make use of kermit. As long as you have the alphanumeric representation table eg. *1 for A etc, you will be able to page by redirecting a file containing the set of kermit commands into kermit itself.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 07:04 AM
03-14-2001 07:04 AM
Re: How to page someone from unix server?
I would call 1-800-555-1234 9801 to send the digits 9801. Taped to the back of the pager would be a sheet of paper with all of the codes.
9801 - file system full
9801 - database down
9803 - processor load to high
....you get the idea.
Try it with your normal phone. Then try it with the cu command. I think I also put in a 5 second delay between the real number and the code I was send (but I don't remember).
Hope this helps. Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 07:10 AM
03-14-2001 07:10 AM
Re: How to page someone from unix server?
I've also used a package called Spatch. I can't remember where we got it. You can probably find it by searching on the web.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 08:02 AM
03-14-2001 08:02 AM
Re: How to page someone from unix server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 02:49 PM
03-14-2001 02:49 PM
Re: How to page someone from unix server?
http://www.ipmonitor.com
Check it out, it needs to be installed onto a stand-alone workstation, but it does a great job at monitoring things. Hope this helps.
Good Luck,
Jason V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 02:56 PM
03-14-2001 02:56 PM
Re: How to page someone from unix server?
Visit http://www.qpage.org. It is free. I have used this product. It is it to configure and use. Try it out.
...Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2001 05:57 AM
03-15-2001 05:57 AM
Re: How to page someone from unix server?
I used to do the same thing but ran into a problem with the local police.
The code I used for a system problem was 911 and for other not so critical problems was 411.
If there was a timeing problem with the phone network, the emergency police in the US got the 911 call and could not figure out who was calling. Good point not to use these numbers as part of the message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2001 06:47 AM
03-15-2001 06:47 AM
Re: How to page someone from unix server?
Steve ^_^
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2001 07:15 AM
03-15-2001 07:15 AM
Re: How to page someone from unix server?
server and have ITO set up to page our pager
with the system name and message.
You can add 3 pagers in epage. To execute
all you have to do is this set up the pager
number and pager service in epage.
JDoe has pager 757555555 and it's alphanumeric
once set up in epage execute this command
/epage/bin/epage JDoe "Call Data Center asap"
His pager will show "Call Data Center asap"
In a script if a desired result is found you
can have it page you the same way.
/epage/bin/epage JDoe "File system is > 90%
Hope this helps. It's real easy to set up
and use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2001 10:07 AM
04-13-2001 10:07 AM
Re: How to page someone from unix server?
(http://www.atlantissoftware.com/downloads.shtml)
This works great and this is what we use.
Thanks,