Sorry, typing error, actually I tried 0uf already..
Main Topics
Browse All TopicsHi,
The dump command I used is “/usr/sbin/vxdump cf /dev/rmt/0cn /apple/orange” and
I check file system is vxfs by using command fstyp. But retuning one error:
“vxfs vxdump: /apple/orange wrong file type”
Is there anything wrong with argument? I try 0fu, but it's the same error message. Cannot go to subdirectory level?
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
What do you mean by: "Cannot go to subdirectory level?"
vxdump backs up partitions. ufsdump can backup directory trees within a partition, but vxdump can't I think.
Is this the problem you are having?
Regards, Nisus
http://www.omnimodo.com
Hi All,
Thanks for your reply.
I tried to apply raw device as JustUnix suggested, but it failed also--- "Cannot find file system".
Our file system looks like as followed and it's SUN T3 storage and managed by Volume Manager. The problem is due to this?
/dev/vx/dsk/sdg00/vol00 104857600 48622224 55796256 47% /apple
Thanks
This is strange.
We are assuming that vxdump is what it usually is, i.e. the Veritas version of ufsdump. Have you confirmed that? Try backing up a different partition to make sure.
Can you backup just /apple, i.e. the mount point.
Also, is /apple on the same machine that you are trying to run the vxdump from. I want to eliminate NFS file systems.
Don't worry, we'll get this problem solved.
Thanks!
# mount | grep /apple
/apple on /dev/vx/dsk/sdg00/vol00 read/write/setuid/log/nola
I don't have any problem to vxdump /apple (See following log file). The problem appers when I tried to select dump the subdirectory, which is /apple/orange
*************************
vxfs vxdump: Date of this level 0 dump: Thu Aug 21 12:25:26 2003
vxfs vxdump: Date of last level 0 dump: the epoch
vxfs vxdump: Dumping /dev/vx/rdsk/sdg00/vol00 (/apple) to /dev/rmt/0cn
vxfs vxdump: mapping (Pass I) [regular files]
vxfs vxdump: mapping (Pass II) [directories]
vxfs vxdump: estimated 96534346 blocks (77135.91MB).
vxfs vxdump: dumping (Pass III) [directories]
vxfs vxdump: dumping (Pass IV) [regular files]
vxfs vxdump: 4.16% done, finished in 2:55
vxfs vxdump: 7.89% done, finished in 2:56
vxfs vxdump: 12.21% done, finished in 2:37
vxfs vxdump: 16.53% done, finished in 2:11
....
....
vxfs vxdump: 94.30% done, finished in 0:06
vxfs vxdump: 98.25% done, finished in 0:02
vxfs vxdump: vxdump: 96526694 tape blocks on 1 volumes(s)
vxfs vxdump: Closing /dev/rmt/0cn
vxfs vxdump: vxdump is done
Ending Full System Backup for Libalephprd on Thu Aug 21 14:29:18 SGT 2003
Hi again,
As I have said earlier, vxdump operates on the entire filesystem. ufsdump can in fact backup part of a filesystem, but the log will specify the mount point. You can tell by the amount of data dumped.
Perhaps you can use tar or cpio?
Regards, Nisus
http://www.omnimodo.com
Business Accounts
Answer for Membership
by: yuzhPosted on 2003-08-19 at 01:01:30ID: 9179273
use:
/usr/sbin/vxdump 0uf /dev/rmt/0cn /filesystem
eg:
/usr/sbin/vxdump 0uf /dev/rmt/0cn /apple/orange
man vxdump