Making backup with ufsdump to remote mounted filesystems


 
Thread Tools Search this Thread
Operating Systems Solaris Making backup with ufsdump to remote mounted filesystems
# 1  
Old 11-13-2009
Making backup with ufsdump to remote mounted filesystems

Hi Unix members.

I am trying to make a backup to remote mounted filesystems :

Code:
fileraseing:/vol/oracliente_revap01
10G 1.3G 8.7G 13% /orarev_ap01
fileraseing:/vol/bobje 
10G 5.9G 4.1G 60% /bobje

But I am receiving the follow message when use the ufsdump command:

Code:
[\u@\h]:$PWD>ufsdump 0fu /dev/rmt/0n /orarev_ap01
DUMP: `/orarev_ap01' is not on a locally mounted filesystem
DUMP: The ENTIRE dump is aborted.

I think that I cant do backups on remote resources using ufsdump....
Smilie
But that can I do for resolve to get the backup using tape resources on remote filesystems?

Could someone help me ?

Thanks in Advanced

Last edited by DukeNuke2; 11-13-2009 at 12:06 PM.. Reason: please use code tags!
# 2  
Old 11-13-2009
Use something not filesystem specific, like tar, cpio, pax, star or whatever.
# 3  
Old 11-14-2009
To perform remote backups across the network,the system with tape drive must have a entry in its ./rhosts file ....
syntax:#ufsdump 0uf hostname:/dev/rmt/0 backupfilename
# 4  
Old 11-14-2009
That's not the OP issue. Ufsdump, as its name suggests, is designed to dump UFS filesystems, not NFS or whatever ones.
# 5  
Old 11-14-2009
Not true. ufsdump can be done this way. NFS mount your target host onto the system that you are backing and run it. It WILL work. I have done it several times. Maybe some big diff in NFS versions?Smilie
# 6  
Old 11-14-2009
Of course you can, but the open poster is trying to backup a remote directory.
# 7  
Old 11-18-2009
Bug sweet

Hi

Your code is correct
ufsdump 0fu /dev/rmt/0n /orarev_ap01

please try as

ufsdump 0fu /dev/rmt/0n <file systemname> (actuall name used to mount)

Example:
ufsdump 0fu /dev/rmt/0n /
ufsdump 0fu /dev/rmt0n /var

we are taking backup the same way and working fine. You can search some script also available.

Thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Anyway to do ufsdump os backup to usb drives

hi folks happy new year to all, I haven't been coming round for a long time. I've been googling about this can't seem to find any good examples, I need to know if it's possible to do a ufsdump os backup into a usb flash drive. Then what about in event of os recovery when we boot to single... (2 Replies)
Discussion started by: sparcguy
2 Replies

2. Solaris

Check mounted filesystems

Hi, Please help me to tell How to check mounted filesystems for any inconsistency. Can I run fsck -m /dev/rdsk/cntndnsn for this? Thanks, (3 Replies)
Discussion started by: Manmohan Mishra
3 Replies

3. Solaris

possible to do ufsdump backup without a tape drive ?

hi friends, i am trying to patch a solaris 9 server. However i need to do a ufsdump backup before any patching. There is no hardware port for connecting the tape drive. Any other ways to do a ufsdump ? :wall: (2 Replies)
Discussion started by: Exposure
2 Replies

4. UNIX for Dummies Questions & Answers

mounted filesystems

how to check the record of previously mounted remote filesystems after the filesystems are unmounted .operating system is solaris 10 (0 Replies)
Discussion started by: ravijanjanam12
0 Replies

5. Solaris

ufsdump backup duration

hi, i'm trying to figure out how to tell the amount of time a ufsdump of a directory takes. i use the below command: echo "Starting Backup of u4" >> /backup/backup.log 2>&1 /usr/sbin/ufsdump 0uf /dev/rmt/0n /u4 >> /backup/backup.log 2>&1 echo "Finished Backup of u4" >> /backup/backup.log... (0 Replies)
Discussion started by: pinoy43v3r
0 Replies

6. UNIX for Dummies Questions & Answers

How to do a ufsdump remote?

People i have 2 sun sparc solaris 10. I have one filesystem to 98% and i need to do a ufsdump of that filesystem. THe problem is that i don't have space to allocate the dump of the filesystem. Thats why i want to do it from the other sun and bring the ufs dump to de /FREE filesystem. ... (4 Replies)
Discussion started by: enkei17
4 Replies

7. Solaris

using ufsdump to backup on cd_room...plzzzzzzz help me

hi, am trying to backup data on cd, cuz i don not have tape device....!!! am using solaris 10 for x86 on vmware ..... how to make a backup data to a cd_rom againist to tape ? :confused::confused::confused::confused::confused::confused: :confused: # ufsdump 0f - cd_rom :eek: (6 Replies)
Discussion started by: sasame
6 Replies

8. Solaris

making copy of 0 level dump via ufsdump

Hi how do u make "copy" of o level dump taken via ufsdumo in solaris? To elaborate, imagine you have taken a 0 level dump via the following command ufsdump 0ulf /dev/rmt/1n / and then again execute the same command to take a second 0 level dump Now take an incremental dump ufsdump 1ulf... (2 Replies)
Discussion started by: vishalsngh
2 Replies

9. UNIX for Dummies Questions & Answers

Finding hidden files under mounted filesystems

I have never heard of this before but someone at work here says there is a command to find files that are under currently mounted filesystems. Does anyone know what this command is and is it available on HP-UX? (3 Replies)
Discussion started by: keelba
3 Replies

10. UNIX for Dummies Questions & Answers

mounted filesystems

If you have multiple hard drives and multiple mounted filesystems, how can you tell which filesystem resides on which disk? (3 Replies)
Discussion started by: jalburger
3 Replies
Login or Register to Ask a Question