<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sending a message to a pager in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462986#M772246</link>
    <description>Most paging services these days will accept an meail drop.  Simply use sendmail/elm/mailx to send a message to the pager's mail drop.  Voila.</description>
    <pubDate>Wed, 08 Nov 2000 17:42:18 GMT</pubDate>
    <dc:creator>Alan Riggs</dc:creator>
    <dc:date>2000-11-08T17:42:18Z</dc:date>
    <item>
      <title>Sending a message to a pager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462983#M772243</link>
      <description>I would like to configure a K250/9000 to send a message to a pager if a filesystem&lt;BR /&gt;gets to filled or if the power if lost.&lt;BR /&gt;&lt;BR /&gt;Are ther any ideas on how to do this?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 08 Nov 2000 17:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462983#M772243</guid>
      <dc:creator>Marie H. Saldana</dc:creator>
      <dc:date>2000-11-08T17:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a message to a pager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462984#M772244</link>
      <description>There are various packages available to do this. Going with the most simple, if your pager supports alpha messaging and you can send via e-mail, you can just send a mailx message to the pager.&lt;BR /&gt;&lt;BR /&gt;This assumes that sendmail is always up and running. Some other packages available  use a modem hooked up to a system. When a condition is met, a page is sent via the modem to the paging service. One such package is TelAlert. This is a cost package but should do what you want.&lt;BR /&gt;&lt;BR /&gt;There are many avenues available and the choice will depend on your environment.</description>
      <pubDate>Wed, 08 Nov 2000 17:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462984#M772244</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-11-08T17:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a message to a pager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462985#M772245</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;check the thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xeff06c96588ad4118fef0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xeff06c96588ad4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have a script that will generate a page to a numeric pager.  In combination with a cron job that does regular checks, you can get it to page different call codes.</description>
      <pubDate>Wed, 08 Nov 2000 17:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462985#M772245</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-08T17:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a message to a pager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462986#M772246</link>
      <description>Most paging services these days will accept an meail drop.  Simply use sendmail/elm/mailx to send a message to the pager's mail drop.  Voila.</description>
      <pubDate>Wed, 08 Nov 2000 17:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462986#M772246</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-11-08T17:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a message to a pager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462987#M772247</link>
      <description>You can send to a pager as long as your server is configured to send outside email using sendmail, and yuo have a pager which can receive e-mail.&lt;BR /&gt;&lt;BR /&gt;Here's an example:&lt;BR /&gt;&lt;BR /&gt;# mailx -s "subject" recepient_email_address &amp;lt; logfile_which_contains_message</description>
      <pubDate>Wed, 08 Nov 2000 18:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462987#M772247</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2000-11-08T18:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a message to a pager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462988#M772248</link>
      <description>O.K. call me dummy, but I don't have a clue of how to do any of this.&lt;BR /&gt;&lt;BR /&gt;Rick G -  Do I have to purchase a mailing product?&lt;BR /&gt;Kofi A. - I looked at the thread and did not see how to send a numberic page?&lt;BR /&gt;Alan R. &amp;amp; Fnhalili - How do you know if the server is configured for sendmail. I greped&lt;BR /&gt;for sendmail and received "sendmail: accepting connections:" does this mean it is?&lt;BR /&gt;&lt;BR /&gt;I feel as though I'm missing something&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2000 21:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462988#M772248</guid>
      <dc:creator>Marie H. Saldana</dc:creator>
      <dc:date>2000-11-08T21:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a message to a pager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462989#M772249</link>
      <description>No you don't have to purchase anything if you are using the standard sendmail.&lt;BR /&gt;&lt;BR /&gt;However, if you have a flaky sendmail process you may want to purchase a product that will contact a modem on the system, the modem dials out to the pager, and the page message is sent. (This is only if you feel sendmail is not a good enough process for the procedure.)&lt;BR /&gt;&lt;BR /&gt;Initial, nothing is needed for purchasing. sendmail is part of the UNIX distribution. You may want to test this using the info from the other messages in this post. That is, sending pages out via the sendmail process.&lt;BR /&gt;&lt;BR /&gt;Check with your paging service to see if they are setup for pages via e-mail. Most are but not all of them.</description>
      <pubDate>Wed, 08 Nov 2000 21:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462989#M772249</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-11-08T21:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a message to a pager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462990#M772250</link>
      <description>One other thing, the 'sendmail: accepting connections' is the process that indicates sendmail is running.</description>
      <pubDate>Wed, 08 Nov 2000 21:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462990#M772250</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-11-08T21:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a message to a pager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462991#M772251</link>
      <description>1) Test sendmail if it could send to a local user in your box.&lt;BR /&gt;&lt;BR /&gt;# date  |  mailx  -s  "Local sendmail Test"  joe&lt;BR /&gt;&lt;BR /&gt;If this works then you have sned mail working locally.&lt;BR /&gt;&lt;BR /&gt;2) Test sendmail for outside mail&lt;BR /&gt;&lt;BR /&gt;#  mailx -s "Test from my local server" joe@hotmail.com &amp;lt; test_file&lt;BR /&gt;&lt;BR /&gt;If this works then you can send email outside.&lt;BR /&gt;&lt;BR /&gt;3) Most pagers by default ( just ask for the plan ...) supports email ... let's say you can page a pager 123456@pagerservice.net&lt;BR /&gt;&lt;BR /&gt;# mailx -s "test mail" 123456@pagerservice.net &amp;lt; test_file&lt;BR /&gt;&lt;BR /&gt;If this works then your ok and you don't have to buy any paging software.....enjoy&lt;BR /&gt;&lt;BR /&gt;- fnhalili</description>
      <pubDate>Wed, 08 Nov 2000 22:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-a-message-to-a-pager/m-p/2462991#M772251</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2000-11-08T22:03:12Z</dc:date>
    </item>
  </channel>
</rss>

