<?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: Alternative Ping Program Help. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-ping-program-help/m-p/6888630#M495162</link>
    <description>&lt;P&gt;Not sure what you want to do.&lt;/P&gt;&lt;P&gt;Something like fping or pathping?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2016 06:23:15 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2016-08-15T06:23:15Z</dc:date>
    <item>
      <title>Alternative Ping Program Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-ping-program-help/m-p/6888438#M495160</link>
      <description>&lt;P&gt;Ok so basically I need help making a program in batch that will have the results like this&lt;/P&gt;&lt;P&gt;Enter IP Here: &amp;nbsp;ipputhere&lt;/P&gt;&lt;P&gt;and then will go on to ping -t ip&lt;/P&gt;&lt;P&gt;so basically just to make it look neater/nicer is what im looking for. Can anyone help me?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 08:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternative-ping-program-help/m-p/6888438#M495160</guid>
      <dc:creator>Backd00redPr0xy</dc:creator>
      <dc:date>2016-08-13T08:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative Ping Program Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-ping-program-help/m-p/6888537#M495161</link>
      <description>&lt;P&gt;&amp;gt; [...] a program in batch [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Define "a program in batch"?&amp;nbsp; Are you trying to write a shell script?&lt;BR /&gt;If so, how much don't you know about writing a shell script?&lt;/P&gt;&lt;P&gt;&amp;gt; Enter IP Here: ipputhere&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In "batch" mode, who will be (interactively?) providing the IP&lt;BR /&gt;address?&lt;/P&gt;&lt;P&gt;&amp;gt; so basically just to make it look neater/nicer is what im looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Define "neater/nicer"?&amp;nbsp; Do you want something different to happen in&lt;BR /&gt;the case when "ping" fails, compared to what happens when "ping"&lt;BR /&gt;succeeds?&amp;nbsp; (What, exactly?)&lt;/P&gt;&lt;P&gt;&amp;gt; Can anyone help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Lacking a clear description of what you want, I can't.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2016 01:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternative-ping-program-help/m-p/6888537#M495161</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2016-08-14T01:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative Ping Program Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-ping-program-help/m-p/6888630#M495162</link>
      <description>&lt;P&gt;Not sure what you want to do.&lt;/P&gt;&lt;P&gt;Something like fping or pathping?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 06:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternative-ping-program-help/m-p/6888630#M495162</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2016-08-15T06:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative Ping Program Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-ping-program-help/m-p/6889224#M495163</link>
      <description>&lt;P&gt;i have to agree with everyone else -- you're not explaining yourself well.&lt;/P&gt;&lt;P&gt;it's very rare for a real batch script to expect human input. &amp;nbsp;It is, however, quite common in "regular" (not batch) scripts.&lt;/P&gt;&lt;P&gt;if you're wondering how to do user input -- check this &lt;A href="http://linuxcommand.org/wss0110.php" target="_blank"&gt;writing shell scripts&lt;/A&gt; page.&lt;/P&gt;&lt;P&gt;this &lt;A href="http://www.cyberciti.biz/tips/simple-linux-and-unix-system-monitoring-with-ping-command-and-scripts.html" target="_blank"&gt;page&lt;/A&gt; even goes further!&lt;/P&gt;&lt;P&gt;i know the above examples are for linux....but it seem that it will be a worthwhile excerise for you to adapt them to hpux.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 14:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternative-ping-program-help/m-p/6889224#M495163</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2016-08-16T14:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative Ping Program Help.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-ping-program-help/m-p/6890585#M495164</link>
      <description>&lt;P&gt;Also what do you mean by 'ping -t IP' ?&lt;/P&gt;&lt;P&gt;Do you mean like -t windows option or -t linux option?&lt;/P&gt;&lt;P&gt;Give an explicit example of what you want.&lt;/P&gt;&lt;P&gt;the equv to XP ping -t is ping with no option&lt;/P&gt;&lt;P&gt;-t is for ttl option&lt;/P&gt;&lt;P&gt;or do you look for something like&lt;/P&gt;&lt;P&gt;#!/usr/bin/ksh&lt;BR /&gt;echo what ip?&lt;BR /&gt;read ip&lt;BR /&gt;ping $ip -n 1 -m 1&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;#!/usr/bin/ksh&lt;BR /&gt;echo what ip?&lt;BR /&gt;read ip&lt;BR /&gt;ping $ip -n 1 -m 1 -n 1 -m 1 &amp;gt;/dev/null &amp;amp;&amp;amp; echo there || echo nothere&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 10:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternative-ping-program-help/m-p/6890585#M495164</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2016-08-19T10:10:38Z</dc:date>
    </item>
  </channel>
</rss>

