<?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>temat Re: Problem using &amp;quot;ping&amp;quot; in shell script w Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-using-quot-ping-quot-in-shell-script/m-p/3795994#M265779</link>
    <description>You can see:&lt;BR /&gt;&lt;A href="http://www.freesoft.org/CIE/RFC/792/4.htm" target="_blank"&gt;http://www.freesoft.org/CIE/RFC/792/4.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/ICMP_Time_Exceeded" target="_blank"&gt;http://en.wikipedia.org/wiki/ICMP_Time_Exceeded&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.answers.com/topic/icmp-time-exceeded" target="_blank"&gt;http://www.answers.com/topic/icmp-time-exceeded&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 29 May 2006 03:34:09 GMT</pubDate>
    <dc:creator>Borislav Perkov</dc:creator>
    <dc:date>2006-05-29T03:34:09Z</dc:date>
    <item>
      <title>Problem using "ping" in shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-using-quot-ping-quot-in-shell-script/m-p/3795991#M265776</link>
      <description>I got a script (Sorry it is on solaris 8) with the ping command as below:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/ping -s $HOST 16 10 &amp;gt;&amp;gt; $LOG&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, the result in $LOG content useless line as below:&lt;BR /&gt;&lt;BR /&gt;PING ctg-fid-01: 16 data bytes&lt;BR /&gt;24 bytes from ctg-fid-01.hk.hibm.hsbc (130.1.73.10): icmp_seq=0. time=1. ms&lt;BR /&gt;ICMP Time exceeded in transit from 130.20.61.254&lt;BR /&gt; for udp from hk-fid-01 (130.20.61.20) to ctg-fid-01.hk.hibm.hsbc (130.1.73.10) port 33434&lt;BR /&gt;ICMP Time exceeded in transit from 130.20.61.254&lt;BR /&gt; for udp from hk-fid-01 (130.20.61.20) to ctg-fid-01.hk.hibm.hsbc (130.1.73.10) port 33435&lt;BR /&gt;ICMP Time exceeded in transit from 130.20.61.254&lt;BR /&gt; for udp from hk-fid-01 (130.20.61.20) to ctg-fid-01.hk.hibm.hsbc (130.1.73.10) port 33436&lt;BR /&gt;ICMP Time exceeded in transit from 130.2.16.173&lt;BR /&gt; for udp from hk-fid-01 (130.20.61.20) to ctg-fid-01.hk.hibm.hsbc (130.1.73.10) port 33437&lt;BR /&gt;ICMP Time exceeded in transit from 130.2.16.173&lt;BR /&gt; for udp from hk-fid-01 (130.20.61.20) to ctg-fid-01.hk.hibm.hsbc (130.1.73.10) port 33438&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How can I skip these lines from being logged into $LOG?  Please help.  Thanks a lot.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 May 2006 02:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-using-quot-ping-quot-in-shell-script/m-p/3795991#M265776</guid>
      <dc:creator>Kenneth Leung_2</dc:creator>
      <dc:date>2006-05-29T02:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using "ping" in shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-using-quot-ping-quot-in-shell-script/m-p/3795992#M265777</link>
      <description>hi;&lt;BR /&gt;don't use -s parameter&lt;BR /&gt;there is no -s parameter on HP-UX for ping command.&lt;BR /&gt;&lt;BR /&gt;regards;&lt;BR /&gt;mustafa</description>
      <pubDate>Mon, 29 May 2006 03:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-using-quot-ping-quot-in-shell-script/m-p/3795992#M265777</guid>
      <dc:creator>Mustafa Gulercan</dc:creator>
      <dc:date>2006-05-29T03:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using "ping" in shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-using-quot-ping-quot-in-shell-script/m-p/3795993#M265778</link>
      <description>Hi,&lt;BR /&gt;Solaris generates this message when hop-limit becomes zero. Better look for thin on SunSolaris site.&lt;BR /&gt;Regards,&lt;BR /&gt;Borislav</description>
      <pubDate>Mon, 29 May 2006 03:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-using-quot-ping-quot-in-shell-script/m-p/3795993#M265778</guid>
      <dc:creator>Borislav Perkov</dc:creator>
      <dc:date>2006-05-29T03:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using "ping" in shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-using-quot-ping-quot-in-shell-script/m-p/3795994#M265779</link>
      <description>You can see:&lt;BR /&gt;&lt;A href="http://www.freesoft.org/CIE/RFC/792/4.htm" target="_blank"&gt;http://www.freesoft.org/CIE/RFC/792/4.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/ICMP_Time_Exceeded" target="_blank"&gt;http://en.wikipedia.org/wiki/ICMP_Time_Exceeded&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.answers.com/topic/icmp-time-exceeded" target="_blank"&gt;http://www.answers.com/topic/icmp-time-exceeded&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 May 2006 03:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-using-quot-ping-quot-in-shell-script/m-p/3795994#M265779</guid>
      <dc:creator>Borislav Perkov</dc:creator>
      <dc:date>2006-05-29T03:34:09Z</dc:date>
    </item>
  </channel>
</rss>

