<?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: Multiple SCP Process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087115#M441728</link>
    <description>Yes. I got it..&lt;BR /&gt;&lt;BR /&gt;Thank you. :-)</description>
    <pubDate>Tue, 08 Jan 2008 21:49:38 GMT</pubDate>
    <dc:creator>nskbalu</dc:creator>
    <dc:date>2008-01-08T21:49:38Z</dc:date>
    <item>
      <title>Multiple SCP Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087111#M441724</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;    We had script which push the files from one hpux to another hpux box throgh SCP Process.&lt;BR /&gt;As soon as it reach 11th connection, scp process failing to execute through unix pipe.&lt;BR /&gt;&lt;BR /&gt;How do we make hpux to run as many SCP process in background?&lt;BR /&gt;&lt;BR /&gt;Is there any config files needs to be changed?&lt;BR /&gt;&lt;BR /&gt;Please do let me know</description>
      <pubDate>Tue, 08 Jan 2008 21:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087111#M441724</guid>
      <dc:creator>nskbalu</dc:creator>
      <dc:date>2008-01-08T21:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple SCP Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087112#M441725</link>
      <description>There are a few ways to do it.&lt;BR /&gt;&lt;BR /&gt;Can you post the script so suggestions can be tuned to your script.&lt;BR /&gt;&lt;BR /&gt;(I assume that you know that you can use "&amp;amp;" at the end of the scp command line in the script.  You will want to redirect error content to a well named log, so that you can tell which ouput cam from which scp command.)</description>
      <pubDate>Tue, 08 Jan 2008 21:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087112#M441725</guid>
      <dc:creator>Charles H Emery</dc:creator>
      <dc:date>2008-01-08T21:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple SCP Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087113#M441726</link>
      <description>I did generate the SCP process files as below&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nohup scp -rp username@server:directory &amp;amp;&lt;BR /&gt;&lt;BR /&gt;like that 12 files. When i submit the same in to background, 10 process successfully executes, 11th and 12th process failed to run in background.&lt;BR /&gt;&lt;BR /&gt;Is there any way to change the configuration file in HPUX to run as many scp process in background.</description>
      <pubDate>Tue, 08 Jan 2008 21:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087113#M441726</guid>
      <dc:creator>nskbalu</dc:creator>
      <dc:date>2008-01-08T21:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple SCP Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087114#M441727</link>
      <description>### Example:&lt;BR /&gt;scp file1 file2 file3 foo@svr1:/tmp &amp;gt;/tmp/scp_to_svr1.log  2&amp;gt;&amp;amp;1 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;scp file1 file2 file3 foo@svr2:/tmp &amp;gt;/tmp/scp_to_svr2.log  2&amp;gt;&amp;amp;1  &amp;amp;&lt;BR /&gt;&lt;BR /&gt;scp file1 file2 file3 foo@svr3:/tmp &amp;gt;/tmp/scp_to_svr3.log  2&amp;gt;&amp;amp;1  &amp;amp;&lt;BR /&gt;&lt;BR /&gt;###===================&lt;BR /&gt;Naturally this can be accomplished in some sort of loop.   But you get the idea, yes?</description>
      <pubDate>Tue, 08 Jan 2008 21:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087114#M441727</guid>
      <dc:creator>Charles H Emery</dc:creator>
      <dc:date>2008-01-08T21:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple SCP Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087115#M441728</link>
      <description>Yes. I got it..&lt;BR /&gt;&lt;BR /&gt;Thank you. :-)</description>
      <pubDate>Tue, 08 Jan 2008 21:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087115#M441728</guid>
      <dc:creator>nskbalu</dc:creator>
      <dc:date>2008-01-08T21:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple SCP Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087116#M441729</link>
      <description>I found idea.</description>
      <pubDate>Tue, 08 Jan 2008 21:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-scp-process/m-p/5087116#M441729</guid>
      <dc:creator>nskbalu</dc:creator>
      <dc:date>2008-01-08T21:50:08Z</dc:date>
    </item>
  </channel>
</rss>

