Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ufsdump one machine to another

Status
Not open for further replies.

SmileWise

Technical User
May 7, 2002
4
0
0
AU
Hi there,

I have a need to replicate one machine to another. I believe that this can be done over the network using ufsdump (and a pipe?). Anyone got any clues for me?

Thanks,
SmileWise
 
You can nfs mount a remote filesystem and make that the dump destination. Likewise you could script the whole thing and use ftp or rcp if your environment allows the use of those tools.
 
x1065a, thanks for your reply. Unfortunately we cannot use nfs mount as the machines are in different suburbs and we do not have the bandwidth. Also, we cannot use ftp or rcp as this replication has to occur "live". Do you (or anyone else) have any other ideas?
 
Hi there,

Attach a tape to it & ufsdump to tape ?
 
Igaduma, thanks for your reply. We need to replicate one machine to another live - across the WAN. Using a tape is therefore inappropriate as it would not be "live". Does anyone else have any clues for me?
 
Put that machine in your .rhosts file and then try ufsdump/restore directly to it.
 
You could try "rsync" or "rdist" they should work over the wan.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top