Operating System - HP-UX
1832764 Members
3146 Online
110045 Solutions
New Discussion

Re: backup to file using fbackup or vxdump command

 
Shashi Bhargava
Advisor

backup to file using fbackup or vxdump command

hi all,

i want to take a backup of my hp-ux system but i dont have any backup device. so i assigned a vdisk from my EVA 5000 to my hp-ux host and created one vg and lv and mouted it. when i try to take a backup of my hp-ux filesytem to a file(which is in the newly created lv). i am getting the following write error. What might be the problem. please help me to resolve this. i have tried with both vxdump and fbackup both are giving the same error message as below.

fbackup(3024): writing volume 1 to the output file /bkp_sr6/bkp1/data1.dump
fbackup(3014): WRITE ERROR: could not write to the output file
fbackup(3004): writer aborting
fbackup(1002): Backup did not complete : Reader or Writer process exit
fbackup(1004): session begins on Wed Mar 7 22:57:04 2007


vxfs vxdump: Date of this level 0 dump: Sun Mar 4 22:35:32 2007
vxfs vxdump: Date of last level 0 dump: the epoch
vxfs vxdump: Dumping /dev/vg02/rlvol1 (/data1) to /bkp_sr6/bkp1/data1.dump
vxfs vxdump: mapping (Pass I) [regular files]
vxfs vxdump: mapping (Pass II) [directories]
vxfs vxdump: estimated 6922416 blocks (3380.09MB).
vxfs vxdump: dumping (Pass III) [directories]
vxfs vxdump: dumping (Pass IV) [regular files]
vxfs vxdump: write error 0 blocks into volume 2097184
vxfs vxdump: Do you want to restart? ("yes" or "no") vxfs vxdump: The ENTIRE dum
p is aborted.


3 REPLIES 3
Bill Hassell
Honored Contributor

Re: backup to file using fbackup or vxdump command

It looks like the volume is not working. Can you simply touch a file like:

touch /bkp_sr6/bkp1/data1.dump

If that fails, look at your syslog to see if there are error messages.


Bill Hassell, sysadmin
Alzhy
Honored Contributor

Re: backup to file using fbackup or vxdump command

Peace be with thee.

It simply means your destination filesystem is not capable of storing LARGEFILES -- which still mean files greater than 2GB.

Did you create your backup/destination filesystem with the largefiles option?

Hakuna Matata.
Court Campbell
Honored Contributor

Re: backup to file using fbackup or vxdump command

If you need large file support you should be able to do:

fsadm -o largefiles /
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"