1834908 Members
2926 Online
110071 Solutions
New Discussion

remote fbackup

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

remote fbackup

Are there any tricks to performing a remote fbackup? do I need an entry in the .rhost file?

What would the command syntax look like?
UNIX IS GOOD
5 REPLIES 5
Paula J Frazer-Campbell
Honored Contributor
Solution

Re: remote fbackup

Hi

Info here:-

http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x43e9c6af36b7d5118ff10090279cd0f9,00.html


Paula
If you can spell SysAdmin then you is one - anon
Paula J Frazer-Campbell
Honored Contributor

Re: remote fbackup

Hi

And Here:-

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x79c3d1e5762fd5118fef0090279cd0f9,00.html

Paula
If you can spell SysAdmin then you is one - anon
S.K. Chan
Honored Contributor

Re: remote fbackup

Scenario ..
hostname=mars
hostname=venus (remote drive is here /dev/rmt/0m)

Login venus (as root) ..
1) Create .rhosts file under root's home directory. Content should look like this ..
mars root

Login mars (as root) ..
1) Test first with remsh ..
# remsh venus ll /dev/rmt/0m
===> it should list /dev/rmt/0m file on venus without needing you to enter your passowrd.
# cd /var/adm
# fbackup -f venus:/dev/rmt/0m -v -i syslog
==> test it ..


Helen French
Honored Contributor

Re: remote fbackup

Yes, you need to have entries in the .rhosts file. The remote backup can be done by specifying the -f device_path option:

# fbackup -f hostname:/device_name

Remember, you can only use magnetic tapes on remote operations.
Life is a promise, fulfill it!
Helen French
Honored Contributor

Re: remote fbackup

This is another good explanation and eg:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc7920cb17a32d5118fef0090279cd0f9,00.html

Life is a promise, fulfill it!