<?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: Help Help!! How to remote execute a command at HPUX v1 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565778#M496985</link>
    <description>Hi all, &lt;BR /&gt;&lt;BR /&gt;I have resolve the remote execution issue, but I got a new problem. on the scripting. Anyone can help me!!!!&lt;BR /&gt;&lt;BR /&gt;Why my script cannot recongize "\" this character?????&lt;BR /&gt;&lt;BR /&gt;my input data is window application (eg. c:\testing\abc). When I used my script to echo this data, it will show "c: esting bc". Please let me know HOW to output as original??????&lt;BR /&gt;&lt;BR /&gt;Thnaks!&lt;BR /&gt;&lt;BR /&gt;Benny</description>
    <pubDate>Wed, 20 Jan 2010 03:41:08 GMT</pubDate>
    <dc:creator>bennyyeung</dc:creator>
    <dc:date>2010-01-20T03:41:08Z</dc:date>
    <item>
      <title>Help Help!! How to remote execute a command at HPUX v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565772#M496979</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;Please share how to remote execute a command at HPUXv1. The orginal HPUX v1 is running a application A, which can execute by script level. As I knew it would enclosed very long dynamic paramters (around ten lines) with a single command to run. &lt;BR /&gt;By today configuration, i needed to remote run this long long command, it will caused the execution fail. Then I found it should be limitation on remote shell...I used "rsh" and "remsh". &lt;BR /&gt;Any one can let me know how to bypass the long dynamic parameter during our remote execution????? &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Benny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved&amp;nbsp;from HP-UX &amp;gt; System Administration to HP-UX &amp;gt; languages. - Hp Forum Moderator&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 01:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565772#M496979</guid>
      <dc:creator>bennyyeung</dc:creator>
      <dc:date>2015-01-16T01:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help Help!! How to remote execute a command at HPUX v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565773#M496980</link>
      <description>Hi Benny,&lt;BR /&gt;&lt;BR /&gt;1)You may first try to create a temporary script/file that contains your command and all your dynamic variables/parameters on the remote machine&lt;BR /&gt;&lt;BR /&gt;2) give execute permission for that file from remote machine&lt;BR /&gt;&lt;BR /&gt;3) call the script from remote machine&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards!&lt;BR /&gt;johnson&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jan 2010 09:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565773#M496980</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2010-01-18T09:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help Help!! How to remote execute a command at HPUX v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565774#M496981</link>
      <description>Just to make things clear..&lt;BR /&gt;&lt;BR /&gt;server A have application installed  &lt;BR /&gt;&lt;BR /&gt;you are calling that application from server B&lt;BR /&gt;&lt;BR /&gt;1)from serverB&lt;BR /&gt;&lt;BR /&gt;ServerB# remsh serverA -n "echo  \"echo  \"this is for testing on the remote server\" \" &amp;gt; /tmp/remotetesting"&lt;BR /&gt;&lt;BR /&gt;2)give execute permission for the temporary script&lt;BR /&gt;serverB# remsh serverA -n "chmod 755 /tmp/remotetesting"&lt;BR /&gt;&lt;BR /&gt;3) call the script from server B&lt;BR /&gt;&lt;BR /&gt;serverb#remsh serverB -n "/tmp/remotetesting"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and the out put for the last command is like below..&lt;BR /&gt;this is for testing on the remote server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope its clear to u &lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Johnson</description>
      <pubDate>Mon, 18 Jan 2010 10:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565774#M496981</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2010-01-18T10:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to remote execute a command on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565775#M496982</link>
      <description>&lt;P&gt;By using continuation lines, you should be able to have &amp;gt; 1 million bytes for a command line. I'm assuming that remsh will have the same limitation.&lt;BR /&gt;&lt;BR /&gt;If you are using command line editing, the limit is much much smaller, 128 or 256 bytes.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;the long dynamic parameter&lt;BR /&gt;&lt;BR /&gt;This is one ~800 byte long parm?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2015 18:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565775#M496982</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2015-01-15T18:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help Help!! How to remote execute a command at HPUX v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565776#M496983</link>
      <description>Hi all, &lt;BR /&gt;&lt;BR /&gt;Thanks your advice on the remote!&lt;BR /&gt;&lt;BR /&gt;Actually, I can remote execute the script at Server B. But I found the remote excution cannot recongize my long long dynamic parameter from Server B to Server A. Please kindy advice the best practice of my case. &lt;BR /&gt;&lt;BR /&gt;Can I export the dynamic parameter to a text file first and do the remote copy to server A. Then use remote excution this script again??&lt;BR /&gt;&lt;BR /&gt;OR... can I extend the commend lenght limitation on remote shell ??&lt;BR /&gt;&lt;BR /&gt;Friend.... any suggestion???&lt;BR /&gt;&lt;BR /&gt;Benny</description>
      <pubDate>Mon, 18 Jan 2010 15:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565776#M496983</guid>
      <dc:creator>bennyyeung</dc:creator>
      <dc:date>2010-01-18T15:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help Help!! How to remote execute a command at HPUX v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565777#M496984</link>
      <description>did your "long dynamic parameter" contain spaces / blanks?&lt;BR /&gt;&lt;BR /&gt;it would be helpful if you showed the command you actually entered, rather than trying to describe it</description>
      <pubDate>Mon, 18 Jan 2010 17:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565777#M496984</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2010-01-18T17:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help Help!! How to remote execute a command at HPUX v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565778#M496985</link>
      <description>Hi all, &lt;BR /&gt;&lt;BR /&gt;I have resolve the remote execution issue, but I got a new problem. on the scripting. Anyone can help me!!!!&lt;BR /&gt;&lt;BR /&gt;Why my script cannot recongize "\" this character?????&lt;BR /&gt;&lt;BR /&gt;my input data is window application (eg. c:\testing\abc). When I used my script to echo this data, it will show "c: esting bc". Please let me know HOW to output as original??????&lt;BR /&gt;&lt;BR /&gt;Thnaks!&lt;BR /&gt;&lt;BR /&gt;Benny</description>
      <pubDate>Wed, 20 Jan 2010 03:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565778#M496985</guid>
      <dc:creator>bennyyeung</dc:creator>
      <dc:date>2010-01-20T03:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help Help!! How to remote execute a command at HPUX v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565779#M496986</link>
      <description>&lt;!--!*#--&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1401464" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1401464&lt;/A&gt;</description>
      <pubDate>Wed, 20 Jan 2010 04:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/4565779#M496986</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-01-20T04:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help Help!! How to remote execute a command at HPUX v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/6695187#M496987</link>
      <description>&lt;P&gt;try to escape it.. puting double backslahs "\\" insted only one "\"&lt;BR /&gt;&lt;BR /&gt;eg.&amp;nbsp;&lt;SPAN&gt;c:\\testing\\abc&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2015 14:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-help-how-to-remote-execute-a-command-at-hpux-v1/m-p/6695187#M496987</guid>
      <dc:creator>tuxito</dc:creator>
      <dc:date>2015-01-15T14:33:19Z</dc:date>
    </item>
  </channel>
</rss>

