<?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: remshd: Login incorrect in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914694#M763845</link>
    <description>Can you please gimme the command of tar and untar. Will tar take care of sub-directories also? after getting tar, shall i ftp the .tar file.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 18 Dec 2006 11:01:49 GMT</pubDate>
    <dc:creator>panchpan</dc:creator>
    <dc:date>2006-12-18T11:01:49Z</dc:date>
    <item>
      <title>remshd: Login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914691#M763842</link>
      <description>Hello.&lt;BR /&gt;I wish to transfer directories, sub-dirs and files from one machine to another HP-UX machine in same network. I tried to use rcp command. But received an error remshd: Login incorrect&lt;BR /&gt;&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;Is this command okay?&lt;BR /&gt;rcp -p localdir remotehost:remote-dir&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 18 Dec 2006 10:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914691#M763842</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2006-12-18T10:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: remshd: Login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914692#M763843</link>
      <description>Hy&lt;BR /&gt;&lt;BR /&gt;i'm not sure but you must configure the .rhosts  file in the home directory of the user:&lt;BR /&gt;&lt;BR /&gt;remotemachine username&lt;BR /&gt;&lt;BR /&gt;the command is:&lt;BR /&gt;&lt;BR /&gt;rcp username@hostname:file_to_copy destination&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 18 Dec 2006 10:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914692#M763843</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2006-12-18T10:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: remshd: Login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914693#M763844</link>
      <description>Please see the following thread to help troubleshoot your "login incorrect" error:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=247968&amp;amp;admit=-682735245+1166457238572+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=247968&amp;amp;admit=-682735245+1166457238572+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do you have SSH setup on your system?  I generally use "scp" or "tar" to dump files from one system to another.  I like tar better, it is slower but it includes links.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Dec 2006 10:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914693#M763844</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-12-18T10:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: remshd: Login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914694#M763845</link>
      <description>Can you please gimme the command of tar and untar. Will tar take care of sub-directories also? after getting tar, shall i ftp the .tar file.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 18 Dec 2006 11:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914694#M763845</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2006-12-18T11:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: remshd: Login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914695#M763846</link>
      <description>On the server that you want to copy FROM:&lt;BR /&gt;&lt;BR /&gt;cd /fromdir &lt;BR /&gt;tar cf - * |ssh TOSERVER "cd /todir; tar xf -"&lt;BR /&gt;&lt;BR /&gt;Note:  the above command requires ssh to work...you can try rsh as I am sure it would work too but I never tried it that way.</description>
      <pubDate>Mon, 18 Dec 2006 11:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914695#M763846</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-12-18T11:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: remshd: Login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914696#M763847</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Source:&lt;BR /&gt;$ tar cvf /path/to/archive.tar /path/to/backup&lt;BR /&gt;&lt;BR /&gt;Destination:&lt;BR /&gt;$ tar xvf /path/to/archive.tar&lt;BR /&gt;&lt;BR /&gt;Note that if you create the archive using absolute paths, when you extract from the archive, those same ABSOLUTE paths will be used.  If this isn't what you want, create your archive using RELATIVE paths.  Then, on the destination box, 'cd' to the desired top-level directory, and extract.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 18 Dec 2006 11:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914696#M763847</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-12-18T11:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: remshd: Login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914697#M763848</link>
      <description>Thank you for your help.&lt;BR /&gt;But i did tar at source using tar cvf &lt;PATH where="" to="" have="" .tar=""&gt; &lt;DIR which="" needs="" to="" be="" tar=""&gt;&lt;BR /&gt;then i ftped it to remote machine. and then gave command tar xvf &lt;FTPED file=""&gt; and got many errors saying permission denied. and did not get untarred at desitnation.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/FTPED&gt;&lt;/DIR&gt;&lt;/PATH&gt;</description>
      <pubDate>Mon, 18 Dec 2006 11:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914697#M763848</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2006-12-18T11:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: remshd: Login incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914698#M763849</link>
      <description>You need to ensure that you have write permission for the top-level directory.</description>
      <pubDate>Mon, 18 Dec 2006 11:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remshd-login-incorrect/m-p/3914698#M763849</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-12-18T11:56:35Z</dc:date>
    </item>
  </channel>
</rss>

