Operating System - HP-UX
1832754 Members
2812 Online
110045 Solutions
New Discussion

fbackup on remote DDS problem.

 
SOLVED
Go to solution
Mubarak Rebhan
Occasional Advisor

fbackup on remote DDS problem.

I was trying to use SAM for backing up files on a DDS tape at a remote host.
The fbackup utility ended with the message:
Could not open device file host:/dev/rmt/0m

Any idea what could cause such a problem?
3 REPLIES 3
Volker Borowski
Honored Contributor
Solution

Re: fbackup on remote DDS problem.

Hi,

from the host, where you want to start the backup, ensure that remote-shell works ok for the user that takes the backup:

remsh host_with_tape bdf

Should list the filesystems of the other host.
This must work, otherwise your backup will not work ! You might need to set up .rhost for this!

Check if you can eject the tape remotely:

remsh host_with_tape mt -t /dev/rmt/0m offl

If this works, your backup should work!

Hope this helps
Volker
Mubarak Rebhan
Occasional Advisor

Re: fbackup on remote DDS problem.

Thank you for the reply, but ti did not work until now.
The remote host is defined in the .rhosts and /etc/hosts.equiv and yet could not access the DDS tape.
remsh commands did not work (login failure) and when I tried rlogin, it asked for a password.
Any idea how can I rlogin or remsh successfully?
Mubarak Rebhan
Occasional Advisor

Re: fbackup on remote DDS problem.

Volker,
It is working now.
Thanks alot.
my .rhosts and /etc/hosts.equiv were OK but the /etc/hosts does not have the reomet host name.
rloing, remsh and fbackup is working now.

Regards.