<?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: rexec from Windoze in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890622#M102811</link>
    <description>One more ting I forgot to mention.  I have duplicated the .netrc file in the user's home directory and set the acl to 700 with not luck either.</description>
    <pubDate>Fri, 24 Jan 2003 19:56:06 GMT</pubDate>
    <dc:creator>Ron D.</dc:creator>
    <dc:date>2003-01-24T19:56:06Z</dc:date>
    <item>
      <title>rexec from Windoze</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890619#M102808</link>
      <description>I am trying to gather iostat information from a Windows client using rexec.  The command line looks like this:&lt;BR /&gt;rexec servera "iostat 1 2 |grep c6t0d2 |cut -c 12-17|grep -v 0"&lt;BR /&gt;&lt;BR /&gt;This should give me the bps rate for the device 'c6t0d2' which I can then graph in MRTG.  &lt;BR /&gt;&lt;BR /&gt;The problem seems to be authentication with the Windoze version of rexec?  I created a .netrc file on servera without luck.  The file is located in '/' and contains the following:&lt;BR /&gt;machine #####.###.### login ### password ###&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is the format correct?  Based on what I have seen it looks right.  I am currently using .netrc for other hosts that seem to work, but they are not windoze based.  I would also like to stay away from using .rhosts for security reasons.&lt;BR /&gt;&lt;BR /&gt;On a side note, is there a better way to get the information out of iostat and/or sar to be graphed on my Windoze-based MRTG system?  I am specifically looking to expand this by gathering disk information from 2 disks including all sar and iostat data.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jan 2003 19:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890619#M102808</guid>
      <dc:creator>Ron D.</dc:creator>
      <dc:date>2003-01-24T19:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: rexec from Windoze</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890620#M102809</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;.netrc will have no effect on rexec. It's for ftp.&lt;BR /&gt;&lt;BR /&gt;rexec will prompt for the password. All r-commands usually packaged together so use remsh. Since iostat can be run as an ordinary user, setup .rhosts account for an user and use "remsh" on the window client to connect to the unix box.&lt;BR /&gt;&lt;BR /&gt;Look at remsh man page for more options.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 24 Jan 2003 19:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890620#M102809</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-24T19:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: rexec from Windoze</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890621#M102810</link>
      <description>The documentation on rexec seem to differ, suggesting that .netrc can be used with rexec.  Or am I reading it wrong?&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-90683&amp;amp;service=hpux&amp;amp;path=../B2355-90683/00/04/490&amp;amp;title=HP-UX%20Reference%20Volume%204%3A%20Section%203" target="_blank"&gt;http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-90683&amp;amp;service=hpux&amp;amp;path=../B2355-90683/00/04/490&amp;amp;title=HP-UX%20Reference%20Volume%204%3A%20Section%203&lt;/A&gt;</description>
      <pubDate>Fri, 24 Jan 2003 19:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890621#M102810</guid>
      <dc:creator>Ron D.</dc:creator>
      <dc:date>2003-01-24T19:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: rexec from Windoze</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890622#M102811</link>
      <description>One more ting I forgot to mention.  I have duplicated the .netrc file in the user's home directory and set the acl to 700 with not luck either.</description>
      <pubDate>Fri, 24 Jan 2003 19:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890622#M102811</guid>
      <dc:creator>Ron D.</dc:creator>
      <dc:date>2003-01-24T19:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: rexec from Windoze</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890623#M102812</link>
      <description>You are right and I need to back out on .netrc. But it is to be created on the localhost so that it reads the login and password information from it.  Looks like you are trying to create it on the remote host which will be of no use.&lt;BR /&gt;&lt;BR /&gt;So, you have to create it on  your PC. You may have to check the documentation of your r-comands packages to see in which directory it looks for .netrc.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 24 Jan 2003 20:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890623#M102812</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-24T20:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: rexec from Windoze</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890624#M102813</link>
      <description>That would seem to make sense, now I need to dig to find out where M$ locates it.</description>
      <pubDate>Fri, 24 Jan 2003 20:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890624#M102813</guid>
      <dc:creator>Ron D.</dc:creator>
      <dc:date>2003-01-24T20:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: rexec from Windoze</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890625#M102814</link>
      <description>Hi Ron&lt;BR /&gt;&lt;BR /&gt;I know, its a very old issue but how have you solved the problem?&lt;BR /&gt;I have the same, and i'm looking for an answere.&lt;BR /&gt;&lt;BR /&gt;thx&lt;BR /&gt;Knud&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jun 2006 01:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890625#M102814</guid>
      <dc:creator>Spörk Knud</dc:creator>
      <dc:date>2006-06-02T01:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: rexec from Windoze</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890626#M102815</link>
      <description>Yeah, that was a long time ago; I'm on my third job title change so this might be a stretch but I'll see what I can do.&lt;BR /&gt;&lt;BR /&gt;I was able to resolve the problem in testing by ensuring that I was logged in as the same user on the local machine as the remote machine was expecting.  Passwords had to match as well.  Beyond that I don't recall anything too strange about the configuration.  I do recall getting some Windows-specific help from somewhere on the 'net but have no idea where it came from.  I suspect that Goggle or another search engine would be able to provide some answers for you there.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Fri, 02 Jun 2006 11:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-from-windoze/m-p/2890626#M102815</guid>
      <dc:creator>Ron D.</dc:creator>
      <dc:date>2006-06-02T11:01:27Z</dc:date>
    </item>
  </channel>
</rss>

