<?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: rcmd error on fbackup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505267#M217321</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;I have checked and confirmed that all the permissions are just as you mentioned. I am trying the rmt command right now, but it seems to be taking alog time to gat a response. I am not sure if i am using it correctly. but after readng the man pages, heres what i am running on delta&lt;BR /&gt;&lt;BR /&gt;rmt -s titan:/dev/rmt/0m &lt;BR /&gt;&lt;BR /&gt;Is this correct?</description>
    <pubDate>Thu, 17 Mar 2005 10:26:10 GMT</pubDate>
    <dc:creator>Nicky_5</dc:creator>
    <dc:date>2005-03-17T10:26:10Z</dc:date>
    <item>
      <title>rcmd error on fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505262#M217316</link>
      <description>Hi all,&lt;BR /&gt;I am backing up one HP machine remotely, using another machines tapedrive with the fbackup command.(i have pasted the command below)&lt;BR /&gt;&lt;BR /&gt;this has been working fine all this while until we changed the IP address of the other machine (the one with the tape drive). &lt;BR /&gt;now it gives me the following error:&lt;BR /&gt;&lt;BR /&gt;fbackup(1421): no history is available for graph file /var/adm/fbackupfiles/graphdb (below level 0)&lt;BR /&gt;fbackup(1004): session begins on Tue Mar 15 13:33:32 2005&lt;BR /&gt;rcmd: socket: Protocol failure in circuit setup&lt;BR /&gt;fbackup(3004): writer aborting&lt;BR /&gt;fbackup(1002): Backup did not complete : Reader or Writer process exit &lt;BR /&gt;&lt;BR /&gt;I have checked to see that my machine delta (the one without the tape dirve) can recognise titan and ping / telnet/ rlogin to it without any problem and the other way round (titan to delta) is also possible. &lt;BR /&gt;&lt;BR /&gt;The command i run is:&lt;BR /&gt;&lt;BR /&gt;fbackup -u -v -g /var/adm/fbackupfiles/graphdb -I /var/adm/fbackupfiles/index.db -c /etc/sam/br/fbackup_config -d /var/adm/fbackupfi&lt;BR /&gt;les/dates -f titan:/dev/rmt/0m &amp;gt; output 2&amp;gt;&amp;amp;1</description>
      <pubDate>Tue, 15 Mar 2005 13:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505262#M217316</guid>
      <dc:creator>Nicky_5</dc:creator>
      <dc:date>2005-03-15T13:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: rcmd error on fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505263#M217317</link>
      <description>Nicky -&lt;BR /&gt;&lt;BR /&gt;This is just a stab in the dark -&lt;BR /&gt;&lt;BR /&gt;Try running the command without the -u after the fbackup.  You may not have anything to update after the name change.  If this works then add the -u back in for susequent backups.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;B</description>
      <pubDate>Tue, 15 Mar 2005 17:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505263#M217317</guid>
      <dc:creator>Robert Bennett_3</dc:creator>
      <dc:date>2005-03-15T17:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: rcmd error on fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505264#M217318</link>
      <description>fbackup uses remsh to talk to other system so start with: remsh titan pwd&lt;BR /&gt; &lt;BR /&gt;My guess is that it will fail. Whenever an IP address (or hostname) gets changed, a lot of things break, in this case DNS on your local system. Start by verifying that nslookup $(hostname) actually returns a valid IP address. Then reverse the process with nslookup 12.34.56.78 (use your local IP address). Now do the same for titan from delta. If all is well, go onto titan and repeat the 4 nslookups (self and remote).&lt;BR /&gt; &lt;BR /&gt;Finally, try a traceroute to titan from delta to make sure the routing is correct. And also make sure that titan's .rhosts file is 600 (NO read or wirte by anyone except the owner)</description>
      <pubDate>Tue, 15 Mar 2005 17:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505264#M217318</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-03-15T17:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: rcmd error on fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505265#M217319</link>
      <description>hi all,&lt;BR /&gt;Thankyou for yourresponse, but the problem is not yet solved.&lt;BR /&gt;i have taken care of the following:&lt;BR /&gt;1) i can do forward and reverse lookup for both machines on both machines.&lt;BR /&gt;2) the permissions of the .rhosts file is 600 on both machines and it contains entry for both machines with host name, ip address, and hostname.domain format.&lt;BR /&gt;3) i created /etc/hosts.equiv file with permission 600 on both machine containing the hostsname of both machine&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; i can do rlogin / remsh from delta &lt;BR /&gt;(remsh titan pwd) sucessfully, but when i try the other way round (form titan to delta) it fails&lt;BR /&gt;&lt;BR /&gt;Also when i do rlogin titan (on delta) it is sucessful. But when i do rlogin delta (from titan) it asks for a passwors and let me in only when i give the password.&lt;BR /&gt;&lt;BR /&gt;Could this be the problem?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 13:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505265#M217319</guid>
      <dc:creator>Nicky_5</dc:creator>
      <dc:date>2005-03-16T13:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: rcmd error on fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505266#M217320</link>
      <description>The 'r' commands (rlogin, rcp and remsh) are designed to run commands on remote systems without a password. When rlogin asks for a password, it has failed. That's why you use remsh for testing (which will also fail). Now if the tape drive is on titan and from delta, the command: remsh titan pwd works OK, then check that rmt (the remote mt program) is available (ll /usr/sbin/rmt, should be 555 permissions, owned by bin). Make sure that the remote system (titan) has not had upper level permissions messed up (/ must be 755, owned by root, /usr and /usr/sbin must be 555, owned by bin).</description>
      <pubDate>Wed, 16 Mar 2005 16:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505266#M217320</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-03-16T16:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: rcmd error on fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505267#M217321</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;I have checked and confirmed that all the permissions are just as you mentioned. I am trying the rmt command right now, but it seems to be taking alog time to gat a response. I am not sure if i am using it correctly. but after readng the man pages, heres what i am running on delta&lt;BR /&gt;&lt;BR /&gt;rmt -s titan:/dev/rmt/0m &lt;BR /&gt;&lt;BR /&gt;Is this correct?</description>
      <pubDate>Thu, 17 Mar 2005 10:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505267#M217321</guid>
      <dc:creator>Nicky_5</dc:creator>
      <dc:date>2005-03-17T10:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: rcmd error on fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505268#M217322</link>
      <description>No, ther man page for rmt defines it's usage. There are no command line parameters, only a stdin message which would look like this:&lt;BR /&gt; &lt;BR /&gt;O/dev/rmt/0m&lt;BR /&gt; &lt;BR /&gt;which was sent from fbackup to titan using remsh. rmt then responds with either A### or E###\nerror-message where ### are numbers. The actual protocol is not very well documented but since it used to work until you changed IP addresses, I would make sure your /etc/hosts has both delta and titan listed, then change /etc/nsswitch.conf host resolution to:&lt;BR /&gt; &lt;BR /&gt;hosts: files[NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt; &lt;BR /&gt;This insures that hosts will be used first to eliminate any issues with DNS.</description>
      <pubDate>Thu, 17 Mar 2005 16:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcmd-error-on-fbackup/m-p/3505268#M217322</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-03-17T16:35:01Z</dc:date>
    </item>
  </channel>
</rss>

