1835413 Members
2644 Online
110078 Solutions
New Discussion

Re: Remote backup

 
SOLVED
Go to solution
STC ITRC user_1
Occasional Advisor

Remote backup

I need to take a remote backup for HP-UX11.11 but when I use fbackup -f :/dev/rmt/0m -i /tmp
but it gives:
:/ # fbackup -f :/dev/rmt/0m -i /core
fbackup(1004): session begins on Wed May 8 08:58:39 2002
fbackup(3301): could not open output file :/dev/rmt/0m
fbackup(3019): would you like to enter a new output file?

I need your help please.
Champion
5 REPLIES 5
Deepak Extross
Honored Contributor

Re: Remote backup

1. Are you sure that the tape drive on the remote host is /dev/rmt/0m?
2. Does the drive have a tape when you run the fbackup?
3. Is the tape write-protected?
S.K. Chan
Honored Contributor

Re: Remote backup

It looks like it found the device /dev/rmt/0m but has problem writing to it which brings to these possibilities ..
1- tape is not inserted
2- tape is write protected
3- tape is not recognized by drive
Vijeesh CTK
Trusted Contributor
Solution

Re: Remote backup


hi


u have to update ur .rhosts file on both servers so that rlogin shud work without prompting password for root user.

host A,B

.rhosts of A

B root

.rhosts of B

A root

and entries shud be there of A and B in the hosts file of each other

CTK
MANOJ SRIVASTAVA
Honored Contributor

Re: Remote backup

Hi Abdullah

Infact you can just put

root

in the .rhosts for both the machines and then try to do a rlogin , if it works w/o asking a passwd you are good to go.


Manoj Srivastava
Mary Ann Lipa
Valued Contributor

Re: Remote backup

Hi Abdullah,
You may need to create/update your $HOME/.rhosts file on both servers

e.g.;
on ServerA
###
serverA
serverB
serverC
...
###

on serverB
###
serverA
serverB
serverC
...
###



-dan
Which is worse, smoking or picking your nose in a public place?