- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rcmd error on fbackup
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 05:58 AM
03-15-2005 05:58 AM
rcmd error on fbackup
I am backing up one HP machine remotely, using another machines tapedrive with the fbackup command.(i have pasted the command below)
this has been working fine all this while until we changed the IP address of the other machine (the one with the tape drive).
now it gives me the following error:
fbackup(1421): no history is available for graph file /var/adm/fbackupfiles/graphdb (below level 0)
fbackup(1004): session begins on Tue Mar 15 13:33:32 2005
rcmd: socket: Protocol failure in circuit setup
fbackup(3004): writer aborting
fbackup(1002): Backup did not complete : Reader or Writer process exit
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.
The command i run is:
fbackup -u -v -g /var/adm/fbackupfiles/graphdb -I /var/adm/fbackupfiles/index.db -c /etc/sam/br/fbackup_config -d /var/adm/fbackupfi
les/dates -f titan:/dev/rmt/0m > output 2>&1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 09:19 AM
03-15-2005 09:19 AM
Re: rcmd error on fbackup
This is just a stab in the dark -
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.
Hope this helps
B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 09:25 AM
03-15-2005 09:25 AM
Re: rcmd error on fbackup
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).
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)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 05:55 AM
03-16-2005 05:55 AM
Re: rcmd error on fbackup
Thankyou for yourresponse, but the problem is not yet solved.
i have taken care of the following:
1) i can do forward and reverse lookup for both machines on both machines.
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.
3) i created /etc/hosts.equiv file with permission 600 on both machine containing the hostsname of both machine
i can do rlogin / remsh from delta
(remsh titan pwd) sucessfully, but when i try the other way round (form titan to delta) it fails
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.
Could this be the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 08:18 AM
03-16-2005 08:18 AM
Re: rcmd error on fbackup
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 02:26 AM
03-17-2005 02:26 AM
Re: rcmd error on fbackup
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
rmt -s titan:/dev/rmt/0m
Is this correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 08:35 AM
03-17-2005 08:35 AM
Re: rcmd error on fbackup
O/dev/rmt/0m
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:
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns
This insures that hosts will be used first to eliminate any issues with DNS.
Bill Hassell, sysadmin