<?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 rmesh command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rmesh-command/m-p/3652396#M240609</link>
    <description>Hi Forum,&lt;BR /&gt;&lt;BR /&gt;I am trying to run the following command remotely from serverA to serverB in a script.&lt;BR /&gt;&lt;BR /&gt;Running local on both nodes is fine using the command below&lt;BR /&gt;&lt;BR /&gt;#/opt/OV/bin/OpC/opctemplate -disable "SAP R3 opcmsg"&lt;BR /&gt;&lt;BR /&gt;I scripted it using rmesh from serverA to serverB&lt;BR /&gt;&lt;BR /&gt;#/usr/bin/remsh serverB -l root -n /opt/OV/bin/OpC/opctemplate -disable "SAP R3&lt;BR /&gt; opcmsg"&lt;BR /&gt;&lt;BR /&gt;But reported the following errors:&lt;BR /&gt;&lt;BR /&gt;Warning opctemplate(4695) : Template 'SAP' doesn't exist on node eaphp25 (OpC30-&lt;BR /&gt;3007)&lt;BR /&gt;Template 'R3' doesn't exist on node eaphp25 (OpC30-3007)&lt;BR /&gt;Template 'opcmsg' doesn't exist on node eaphp25 (OpC30-3007)&lt;BR /&gt;&lt;BR /&gt;I think there is something wrong with the option parameter in my rmesh command.&lt;BR /&gt;&lt;BR /&gt;Can any forumers provide advise on it?&lt;BR /&gt;&lt;BR /&gt;Thanks/cliff&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Oct 2005 23:28:13 GMT</pubDate>
    <dc:creator>Cliff Lim Kok Hwee</dc:creator>
    <dc:date>2005-10-18T23:28:13Z</dc:date>
    <item>
      <title>rmesh command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rmesh-command/m-p/3652396#M240609</link>
      <description>Hi Forum,&lt;BR /&gt;&lt;BR /&gt;I am trying to run the following command remotely from serverA to serverB in a script.&lt;BR /&gt;&lt;BR /&gt;Running local on both nodes is fine using the command below&lt;BR /&gt;&lt;BR /&gt;#/opt/OV/bin/OpC/opctemplate -disable "SAP R3 opcmsg"&lt;BR /&gt;&lt;BR /&gt;I scripted it using rmesh from serverA to serverB&lt;BR /&gt;&lt;BR /&gt;#/usr/bin/remsh serverB -l root -n /opt/OV/bin/OpC/opctemplate -disable "SAP R3&lt;BR /&gt; opcmsg"&lt;BR /&gt;&lt;BR /&gt;But reported the following errors:&lt;BR /&gt;&lt;BR /&gt;Warning opctemplate(4695) : Template 'SAP' doesn't exist on node eaphp25 (OpC30-&lt;BR /&gt;3007)&lt;BR /&gt;Template 'R3' doesn't exist on node eaphp25 (OpC30-3007)&lt;BR /&gt;Template 'opcmsg' doesn't exist on node eaphp25 (OpC30-3007)&lt;BR /&gt;&lt;BR /&gt;I think there is something wrong with the option parameter in my rmesh command.&lt;BR /&gt;&lt;BR /&gt;Can any forumers provide advise on it?&lt;BR /&gt;&lt;BR /&gt;Thanks/cliff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2005 23:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rmesh-command/m-p/3652396#M240609</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2005-10-18T23:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: rmesh command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rmesh-command/m-p/3652397#M240610</link>
      <description>Run it as follows.&lt;BR /&gt;&lt;BR /&gt;usr/bin/remsh serverB -l root -n "/opt/OV/bin/OpC/opctemplate -disable 'SAP R3&lt;BR /&gt;opcmsg'"</description>
      <pubDate>Tue, 18 Oct 2005 23:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rmesh-command/m-p/3652397#M240610</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-10-18T23:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: rmesh command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rmesh-command/m-p/3652398#M240611</link>
      <description>From Server A &lt;BR /&gt;&lt;BR /&gt;# usr/bin/remsh serverB -l root -n " /opt/OV/bin/OpC/opctemplate -disable "SAP R3&lt;BR /&gt;opcmsg"" &lt;BR /&gt;&lt;BR /&gt;It should work now. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 18 Oct 2005 23:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rmesh-command/m-p/3652398#M240611</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-18T23:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: rmesh command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rmesh-command/m-p/3652399#M240612</link>
      <description>Thanks forumers.&lt;BR /&gt;&lt;BR /&gt;So will need to enclose the -n " commands " in double quotes will be functional.&lt;BR /&gt;&lt;BR /&gt;Thanks/cliff</description>
      <pubDate>Wed, 19 Oct 2005 00:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rmesh-command/m-p/3652399#M240612</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2005-10-19T00:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: rmesh command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rmesh-command/m-p/3652400#M240613</link>
      <description>Use remsh man page. It is with lots of examples. Try as,&lt;BR /&gt;&lt;BR /&gt;# /usr/bin/remsh serverB -l root -n "/opt/OV/bin/OpC/opctemplate -disable \"SAP R3&lt;BR /&gt;opcmsg\""&lt;BR /&gt;&lt;BR /&gt;Negation of " may be needed some times.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 19 Oct 2005 00:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rmesh-command/m-p/3652400#M240613</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-19T00:53:34Z</dc:date>
    </item>
  </channel>
</rss>

