- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Alert through SMS
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
09-24-2002 03:05 AM
09-24-2002 03:05 AM
Is it possible to enable Unix to send an alert (file system reaching 90% for example) to a mobile phone (GSM)?? What do we need to configure this??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 03:09 AM
09-24-2002 03:09 AM
Re: Alert through SMS
see threads:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa9dcfef4d250d611abdb0090277a778c,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3abc53921f1ad5118fef0090279cd0f9,00.html
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 12:43 AM
09-25-2002 12:43 AM
Re: Alert through SMS
You need:
-a mobile phone (duh...)
-a modem to dial out to a textmessaging service
-telalert software
regards,
Bart Paulusse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 12:55 AM
09-25-2002 12:55 AM
Re: Alert through SMS
Yes it is, as we do it.
All we do, is have a script which monitors the file systems. This script then calls a kermit script which connects to a message centre and sends a sms message.
What you need is:
i, a modem, and your box configured to use it and allow outgoing calls (it is advisable to use an external modem rather than the internal one)
ii, kermit
iii, a suitable message centre that can forward your messages
If you don't have a message centre then there are e-mail accounts you can use (ie mmail and envelos) which will convert an e-mail to a sms message.
Cheers
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 01:13 AM
09-25-2002 01:13 AM
SolutionAll you need is a working GSM telephone, connected to your server via serial connection and the proper AT commands that will be send to the telephones' modem.
Keep in mind that older products (like Nokia 8210 or 6110) have a soft modem (or better to say, "modem emulator") rather than a real modem (like Siemens S25).
With such a device (like Siemens) you can use Kermit, or any other terminal emulator program to issue normal AT commands to the telephone.
Some of these commands are used to send SMS's.
It is rather simple to do it, never tested on a unix enviroment, but in W$ works great.
I'll try to dig out some of my notes and links for you...
In case still interested mail me...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 02:25 AM
09-25-2002 02:25 AM
Re: Alert through SMS
If you have your phone set up correctly and your service supplier has an email address for you phone then:-
mails -s "File system over 95%"
Example to my phone here in UK.
mails -s "File system over 95%" 07956610410@one2one.co.uk /tmp/message
the /tmp/message file just contains the server name
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 02:28 AM
09-25-2002 02:28 AM
Re: Alert through SMS
Example to my phone here in UK.
mails -s "File system over 95%" 07956610410@one2one.co.uk
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 05:23 AM
09-25-2002 05:23 AM
Re: Alert through SMS
On the HP-UX systems we use just the ovevent program from NNM for 10.20 (You can install this from CD without needing codes) and write scripts to issue SMNP (or is that SMNP - I can never remember) traps which are picked up by an Openview NNM server (Windows NT unfortunatly). This server has a standard modem connected and some free (ish?) software for sending SMS messages from a PC which we got from the Internet (try SMSMASTER). Openview NNM is then configured to run this software whenever the appropriate trap is issued. Works for us.
We also use a variation of Paula's suggestion by setting up email accounts on the UK Orange network that will send SMS alerts (or at least the subject line)to Orange mobiles when an email is received - Then all we do is send a scripted email to that account and hey presto you get your message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 11:27 PM
09-25-2002 11:27 PM
Re: Alert through SMS
sorry it took so long.
Try the attached file which contains the AT commands recognized by all the GSM telephons (allthough these are from a Siemens manual) and the link for information on how to create the PDU.
http://www.dreamfabric.com/sms/
Create the AT command and echo it (??? better ideas??) to the serial port in wich you have the telephone connected...
And there you go. No extra software, no charge for receiving the SMS and the satisfaction of the DIY thing....