Jan 10, 2004 #1 rs28192 Technical User Jan 10, 2004 1 US Any idea how I can send a small text message "Hello World ! " to my cell phone from AIX command line ? Thanks RS
Any idea how I can send a small text message "Hello World ! " to my cell phone from AIX command line ? Thanks RS
Jan 10, 2004 #2 aixmurderer IS-IT--Management Nov 28, 2000 603 NZ If you have an email address set up for your cell phone then it's easy, just send an email: echo "Hello World"|mail <your_number@your_cell_company.com> That's the standard way I use my cell phone for system alerts, instead of using a pager. IBM Certified Confused - MQSeries IBM Certified Flabbergasted - AIX 5 pSeries System Administration MS Certified Windblows Rebooter Upvote 0 Downvote
If you have an email address set up for your cell phone then it's easy, just send an email: echo "Hello World"|mail <your_number@your_cell_company.com> That's the standard way I use my cell phone for system alerts, instead of using a pager. IBM Certified Confused - MQSeries IBM Certified Flabbergasted - AIX 5 pSeries System Administration MS Certified Windblows Rebooter