<?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: Is this shell scripting ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-this-shell-scripting/m-p/3765476#M785502</link>
    <description>At a guess I would say the program does:&lt;BR /&gt;copy the file $RMSDIR/$3.txt from pnode to snode with certain controls (checkpoint at 250M in uncompressed format ?)&lt;BR /&gt;&lt;BR /&gt;If this transfer worked copy the second file&lt;BR /&gt;&lt;BR /&gt;Depending on the overall status write a message to the ops terminal</description>
    <pubDate>Tue, 04 Apr 2006 10:48:45 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2006-04-04T10:48:45Z</dc:date>
    <item>
      <title>Is this shell scripting ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-this-shell-scripting/m-p/3765474#M785500</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to know what code is this ?&lt;BR /&gt;Is it unix shell scripting ?&lt;BR /&gt;If so where can i find help on these (submit,pnode,copy from ..etc ? ).&lt;BR /&gt;I couldn't find these in shell script document.&lt;BR /&gt;&lt;BR /&gt;Pls help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/opt/cdunix/ndm/bin/ndmcli -x &amp;lt;&amp;lt; EOJ&lt;BR /&gt;submit $1 process snode=$2&lt;BR /&gt;step1 copy from (file=$RMSDIR/$3.txt pnode)&lt;BR /&gt;ckpt = 250M&lt;BR /&gt;compress = extended&lt;BR /&gt;to (file=$3.txt disp=rpl snode)&lt;BR /&gt;if (step1 = 0) then&lt;BR /&gt;step2 copy from (file=$RMSDIR/$3.eot pnode)&lt;BR /&gt;to (file=$3.eot disp=rpl snode)&lt;BR /&gt;eif&lt;BR /&gt;test if (step1 = 0) then&lt;BR /&gt;if (step2 = 0) then &lt;BR /&gt;run task pnode sysopts="echo good &amp;gt; $RMSDIR/$1.ndmstatus"&lt;BR /&gt;else&lt;BR /&gt;run task pnode sysopts="echo bad &amp;gt; $RMSDIR/$1.ndmstatus" &lt;BR /&gt;eif &lt;BR /&gt;else&lt;BR /&gt;run task pnode sysopts="echo bad &amp;gt; $RMSDIR/$1.ndmstatus"&lt;BR /&gt;eif&lt;BR /&gt;pend ;&lt;BR /&gt;EOJ</description>
      <pubDate>Tue, 04 Apr 2006 10:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-this-shell-scripting/m-p/3765474#M785500</guid>
      <dc:creator>intp</dc:creator>
      <dc:date>2006-04-04T10:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is this shell scripting ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-this-shell-scripting/m-p/3765475#M785501</link>
      <description>intp,&lt;BR /&gt;look to me like a command script passed into the ndm command line interface.&lt;BR /&gt;NDM is a file transfer product, but has been around a long time. Today most people use ftp.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Apr 2006 10:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-this-shell-scripting/m-p/3765475#M785501</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-04T10:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is this shell scripting ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-this-shell-scripting/m-p/3765476#M785502</link>
      <description>At a guess I would say the program does:&lt;BR /&gt;copy the file $RMSDIR/$3.txt from pnode to snode with certain controls (checkpoint at 250M in uncompressed format ?)&lt;BR /&gt;&lt;BR /&gt;If this transfer worked copy the second file&lt;BR /&gt;&lt;BR /&gt;Depending on the overall status write a message to the ops terminal</description>
      <pubDate>Tue, 04 Apr 2006 10:48:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-this-shell-scripting/m-p/3765476#M785502</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-04T10:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is this shell scripting ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-this-shell-scripting/m-p/3765477#M785503</link>
      <description>thanks . I'm able to figure out what process it does. But wanted to know exactly what scripting language is this, in case i need to make modifications later.&lt;BR /&gt;&lt;BR /&gt;NDM(network data mnover) ? so is there any documentation available for this ?</description>
      <pubDate>Tue, 04 Apr 2006 10:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-this-shell-scripting/m-p/3765477#M785503</guid>
      <dc:creator>intp</dc:creator>
      <dc:date>2006-04-04T10:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is this shell scripting ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-this-shell-scripting/m-p/3765478#M785504</link>
      <description>Hi intp,&lt;BR /&gt;Network Data Mover. Former name of a software product from Sterling Commerce, now know as CONNECT:Direct. &lt;BR /&gt;&lt;A href="http://www.sterlingcommerce.com/Products/AllProducts/Connect/direct.htm" target="_blank"&gt;http://www.sterlingcommerce.com/Products/AllProducts/Connect/direct.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Joel&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Apr 2006 02:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-this-shell-scripting/m-p/3765478#M785504</guid>
      <dc:creator>Joel Girot</dc:creator>
      <dc:date>2006-04-05T02:09:15Z</dc:date>
    </item>
  </channel>
</rss>

