- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Send text message to a cell phone via an HP UNIX 1...
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
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
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-29-2004 02:28 AM
тАО03-29-2004 02:28 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2004 02:32 AM
тАО03-29-2004 02:32 AM
Re: Send text message to a cell phone via an HP UNIX 11.0 system
The cell phone I have allows me to just send an e-mail to it. The message must be short, but it works. The syntax for my phone is:
# echo "message to send" | mailx -s "subject" 5555551212@mobile.phonecompany.net
You would just need to check with your wireless provider about the correct address syntax for sending an e-mail to your phone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2004 02:38 AM
тАО03-29-2004 02:38 AM
Re: Send text message to a cell phone via an HP UNIX 11.0 system
Create a text file:
Help, I am in trouble. I have a bad disk.
mail 6011234567@pagemci.com < textfile
or simply:
echo "Help. I am in trouble" | mail 6011234567@pagemci.com
If you have sendmail configured then that should do it.
Now, here is something more worrisome: How do you send a message when the network is down and thus email is unavailable?
Brief messages can be sent as numerical message. The idea is that you use a modem to dial you cell phone and send a numeric page. For example, anything I get that begins with '9' I know is really bad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2004 02:49 AM
тАО03-29-2004 02:49 AM
Re: Send text message to a cell phone via an HP UNIX 11.0 system
My Nextel from work has no email address associated with it becasue someone doesn't want to pay for it.
My personal Sprint PCS phone is set up with an email address and further, I've programmed it to flash its little red light if it gets email(I use simple email for this, not text messageing) if my servers at work or my private business send email.
The downnside for me is Sprint has no spam protection on the account and I'm getting 45 offers for various services on the account.
Quite useful, quite possible. Good luck. Let us know if you have specific issues with your cellular carrier. I've helped a few friends resolve this issue.
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
тАО03-29-2004 02:54 AM
тАО03-29-2004 02:54 AM
Re: Send text message to a cell phone via an HP UNIX 11.0 system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2004 03:15 AM
тАО03-29-2004 03:15 AM
SolutionIn the UK it _used_ to possible to send text messages by connecting to a dialup service. It's worth contacting your cell phone provider to find out what they offer. Other alternatives could include one of the email to text services that are offered on the web, or perhaps one of the web pages that allows you to send texts. It's a matter of automating your interface to the web page.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2004 03:24 AM
тАО03-29-2004 03:24 AM
Re: Send text message to a cell phone via an HP UNIX 11.0 system
If you can reach internet from your box, you can do this. There are few free SMS sites that you can use. Check one that actually does give free SMS. Then from your box, you may post "web_page" request with your details. This may need some http get, put requests knowledge and command line tool to do that. You may want to have a look at utility called curl available at HP porting centre.
Anil