- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Free (or cheap) software to send pager messages - ...
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
тАО08-15-2001 12:34 PM
тАО08-15-2001 12:34 PM
Free (or cheap) software to send pager messages - HPUX 10.20
I have tried QuickPage (www.qpage.org), but
without luck.
Any suggestion ?
Best Regards
Francisco mancardi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2001 12:52 PM
тАО08-15-2001 12:52 PM
Re: Free (or cheap) software to send pager messages - HPUX 10.20
I simply use sendmail. My paging service will accept text messages so that it is nothing more
complicated than:
echo "This is a test" | elm -s "Test Page" 9001234@pagemci.com
The other thing to consider is that you network is down but you still need to receive pages. My approach to this is to talk directly to a modem on a serial port and echo numeric codes to simulate a dailback number for the pager. I have specific codes for specific failures. Anything beginning with '9' is very bad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2001 01:14 PM
тАО08-15-2001 01:14 PM
Re: Free (or cheap) software to send pager messages - HPUX 10.20
echo "Write you short description" | mailx -s "Subject" 123457@pagerdomain.com
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2001 01:25 PM
тАО08-15-2001 01:25 PM
Re: Free (or cheap) software to send pager messages - HPUX 10.20
My pager system works the same as Clay's. I send simple pager messages to myself like this:
# mailx -s "hello JRF!" xxx@yyy.com < dev/null > /dev/null
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2001 01:29 PM
тАО08-15-2001 01:29 PM
Re: Free (or cheap) software to send pager messages - HPUX 10.20
I use
mailx -s "message to send" 1234567@skytel.com
Thanks.
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2001 02:38 PM
тАО08-15-2001 02:38 PM
Re: Free (or cheap) software to send pager messages - HPUX 10.20
In this day and age, it is simply the easiest solution. It is also good because you don't have to worry about maintaining software running on your system. I just put in my scripts:
PAGELIST="1231234567@epage.arch.com root"
echo "Error #12345" | mailx -s "System Error" $PAGELIST
Best of luck,
Jared
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2001 03:04 PM
тАО08-15-2001 03:04 PM
Re: Free (or cheap) software to send pager messages - HPUX 10.20
pagers@localhost
and set up a .forward file in /home/pagers
in the .forward file with permissions of 755 and set up all the emails that you want that message to go to.
thisuser@thisphone.come
thatuser@hotmail.com
that will forward any mails to the user pagers to the emails in your .forward file.
Also make sure you can relay and do nslookups to the outside world or you will need some kind of mail relay.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2001 03:21 PM
тАО08-15-2001 03:21 PM
Re: Free (or cheap) software to send pager messages - HPUX 10.20
My customer wants PAGING AVOIDING EMAIL i.e. connection via a modem to the pager provider's server talking TAP. (if the core switch dies how I will reach the
Internet ??)
Thanks
Francisco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 06:25 AM
тАО08-16-2001 06:25 AM
Re: Free (or cheap) software to send pager messages - HPUX 10.20
I have not used it myself, but maybe you can make use of it.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 06:40 AM
тАО08-16-2001 06:40 AM
Re: Free (or cheap) software to send pager messages - HPUX 10.20
Here's a link to a script by Kofi Arthiabah that generates a page to a numeric pager. Perhaps you will find this useful:
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xeff06c96588ad4118fef0090279cd0f9,00.html
Kofi has an attachement in one of the responses in this thread.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 06:56 AM
тАО08-16-2001 06:56 AM
Re: Free (or cheap) software to send pager messages - HPUX 10.20
We use a system for sending TAP protocol messages to our services provide (Pageone) although we use Linux boxes - which I know isn't what you asked. However, we use linux servers because there a very effective way of using old kit. We have 2 desktop PC each with 2 modems that handle over 800 pagers and sms recipiants.
The reason I mention it is that you can get all of the software required from the HPUX porting archives. If you interested I'll get you the name of the sms suit, although you should bear in mind that this is NOT and off the shelf type soloution, and takes time to configure both the server and client(s).
Regards,
-ChaZ-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 07:13 AM
тАО08-16-2001 07:13 AM
Re: Free (or cheap) software to send pager messages - HPUX 10.20
I cobbled up a script that uses a telnet co-process to talk to an SNPP server in ksh. Unfortunately, I can't share this script, but it shouldn't be too terribly difficult to write your own. Especially if done in perl (not many folks know about the ksh co-process stuff).
See, for example, the information at http://www.skytel.com/partners/dev_resources_snpp.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2001 12:33 PM
тАО08-18-2001 12:33 PM
Re: Free (or cheap) software to send pager messages - HPUX 10.20
I do not know wether you have a GSM cellular phone
network in Argentina, but if then you might just send
an email (like the others do) but send it to your mobile
phone network provider's SMS gateway (Short Message
Service). Work pretty good for me...
Just my $0.02,
Wodisch