<?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: Paing Script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691211#M55445</link>
    <description>Steven,&lt;BR /&gt;&lt;BR /&gt;To send a page, you need to establish a form of connection to the pager. One way is to connect a modem and dial the page number to send the page automatically or send a mail to the pager (as offered by some paging companies). There isn't just a single command or script that can do the job as pagers are "native" to HP-UX hardware.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Wed, 27 Mar 2002 22:25:51 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2002-03-27T22:25:51Z</dc:date>
    <item>
      <title>Paing Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691208#M55442</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Does anyone know the command to page a numeric pager with a simple code like aaa to stand for some server down situation (not mailx)?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Tue, 26 Mar 2002 22:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691208#M55442</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2002-03-26T22:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Paing Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691209#M55443</link>
      <description>Although it is not supported, you can use the kermit utility to dialout through a modem to a pager.&lt;BR /&gt;&lt;BR /&gt;Contact kermit support for paging script at &lt;A href="http://www.columbia.edu/kermit" target="_blank"&gt;www.columbia.edu/kermit&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have an unupported note on how to do the same using 'cu':&lt;BR /&gt;&lt;BR /&gt;This example is&lt;BR /&gt;provided, per your request, ONLY as an example,is NOT guaranteed by&lt;BR /&gt;Hewlett Packard, and we CANNOT support this if it does not work&lt;BR /&gt;for you.&lt;BR /&gt;&lt;BR /&gt;For this example you will have to use your own device files and&lt;BR /&gt;system names, etc.  You can customize the Systems file differently.&lt;BR /&gt;Please refer to the Remote Access users guide for uucp setup.&lt;BR /&gt;&lt;BR /&gt;1) Set up your /usr/lib/uucp/Devices with YOUR PORT, YOUR SPEED, ETC.&lt;BR /&gt;&lt;BR /&gt;   example entry;&lt;BR /&gt;&lt;BR /&gt;   ACU cul00 cua00 1200 hayes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2) Set up your /usr/lib/uucp/Systems with YOUR ENTRY;&lt;BR /&gt;&lt;BR /&gt;   sample entry (NXX-XXXX is telephone number of the pager)&lt;BR /&gt;&lt;BR /&gt;   &lt;SYSFILENAME&gt; Any ACU 1200 NXX-XXXX,,,,,999999#  " ":&lt;BR /&gt;&lt;BR /&gt;When this is working correctly it will send the pager the 999999 and&lt;BR /&gt;'cu' will eventually hang up because it did not get an answer from the&lt;BR /&gt;other 'modem'&lt;BR /&gt;&lt;BR /&gt;Notes: If you want to call the pager at a specified time each day,&lt;BR /&gt;       you coud write a shell script that you could have cron run&lt;BR /&gt;       by adding 'cu &lt;SYSFILENAME&gt;' to the appropriate portion of&lt;BR /&gt;       your 'if' statement.&lt;BR /&gt;&lt;BR /&gt;       Or, you can run cu from the command line. To see what's&lt;BR /&gt;       happening while you wait, you can use this command:&lt;BR /&gt;&lt;BR /&gt;       cu -d9 &lt;SYSFILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Notes: This customer only needed 3 commas,(in command in step 2), and&lt;BR /&gt;       for his pager type, he needed to add a # symbol after the&lt;BR /&gt;       phone number(somewhat a common requirement with pagers).&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;Ross Martin&lt;BR /&gt;HP Repsonse Center&lt;BR /&gt;&lt;BR /&gt;&lt;/SYSFILENAME&gt;&lt;/SYSFILENAME&gt;&lt;/SYSFILENAME&gt;</description>
      <pubDate>Tue, 26 Mar 2002 23:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691209#M55443</guid>
      <dc:creator>Ross Martin</dc:creator>
      <dc:date>2002-03-26T23:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Paing Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691210#M55444</link>
      <description>Ross,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for the help.&lt;BR /&gt;&lt;BR /&gt;I would like to know if there are any shell scripting command that can send a pager a message.   We know Mail command in script works, but how about paging?&lt;BR /&gt;&lt;BR /&gt;Very appreciated.&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Wed, 27 Mar 2002 22:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691210#M55444</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2002-03-27T22:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Paing Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691211#M55445</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;To send a page, you need to establish a form of connection to the pager. One way is to connect a modem and dial the page number to send the page automatically or send a mail to the pager (as offered by some paging companies). There isn't just a single command or script that can do the job as pagers are "native" to HP-UX hardware.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 27 Mar 2002 22:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691211#M55445</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-03-27T22:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Paing Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691212#M55446</link>
      <description>I assume you are talking about a numeric-only pager?&lt;BR /&gt;&lt;BR /&gt;If not:  I have a pager that can accept a short email message, so I just send an email:&lt;BR /&gt;&lt;BR /&gt;if [ problem_found ]&lt;BR /&gt;then&lt;BR /&gt; mailx mypager@pagingservice.com &amp;lt;&amp;lt; SENDIT&lt;BR /&gt; Bangor branch unreachable&lt;BR /&gt;SENDIT&lt;BR /&gt;fi&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Mar 2002 15:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691212#M55446</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2002-03-28T15:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Paing Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691213#M55447</link>
      <description>perl has Net::SMPP Available on CPAN which supports a Protocol for sending SMS (to GSM or CDMA) (&lt;A href="http://search.cpan.org/search?module=Net::SMPP)" target="_blank"&gt;http://search.cpan.org/search?module=Net::SMPP)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and Net::SMS (&lt;A href="http://search.cpan.org/search?module=Net::SMS)" target="_blank"&gt;http://search.cpan.org/search?module=Net::SMS)&lt;/A&gt; that is written for Sending SMS wireless text-messages&lt;BR /&gt;&lt;BR /&gt;Net::SMS::Genie (&lt;A href="http://search.cpan.org/search?module=Net::SMS::Genie)" target="_blank"&gt;http://search.cpan.org/search?module=Net::SMS::Genie)&lt;/A&gt; for &lt;BR /&gt;&lt;BR /&gt;Net::SNPP is written to support the "Simple Network Pager Protocol" from RFC1861&lt;BR /&gt;&lt;BR /&gt;But probably Net::Pager (&lt;A href="http://search.cpan.org/search?module=Net::Pager)" target="_blank"&gt;http://search.cpan.org/search?module=Net::Pager)&lt;/A&gt; will fill all your needs, since it's description is "Send Numeric/AlphaNumeric Pages to any pager", which is exactly your question.&lt;BR /&gt;&lt;BR /&gt;Be sure to run a recent perl, preferable 5.6.1 available from  &lt;A href="https://software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=PERL&amp;amp;date=" target="_blank"&gt;https://software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=PERL&amp;amp;date=&lt;/A&gt; or (better) &lt;A href="http://hpux.tn.tudelft.nl/hppd/hpux/Languages/perl-5.6.1/" target="_blank"&gt;http://hpux.tn.tudelft.nl/hppd/hpux/Languages/perl-5.6.1/&lt;/A&gt; or any other fine HP-UX software mirrors</description>
      <pubDate>Thu, 28 Mar 2002 16:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paing-script/m-p/2691213#M55447</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-03-28T16:00:12Z</dc:date>
    </item>
  </channel>
</rss>

