Operating System - HP-UX
1753510 Members
5071 Online
108795 Solutions
New Discussion юеВ

Re: vxdump: source and dest filesystem sizes

 
SOLVED
Go to solution
HPUX SysAdm
Frequent Advisor

vxdump: source and dest filesystem sizes

I am using vxdump to copy data b/w filesystems that are on different servers.

Searching these forums gave me all the answers I needed to setup vxdump to copy the data but what I can't figure out is why does the size of the destination filesystem always tends to be somewhat smaller than the source filesystem?

Is this data copy method going to work after I startup the processes or not?
3 REPLIES 3
VK2COT
Honored Contributor
Solution

Re: vxdump: source and dest filesystem sizes

Hello,

vxdump(1M) is quite safe. As long as it does
not report any open-file or similar issues.

It is not unusual to see some difference
in file sizes when the data is copied
from one location to another.

Some things to consider:

a) What is the extent size on source
and destination logical volume?

b) Are the blocks of data in source file
systems contiguous or scattered all over
the file system?

c) Are the files that are copied sparse?

d) Are the files that are copied
large?

e) What is the alignment restriction on allocations in source and destination
logical volume (see the mkfs_vxfs(1M) manual
page)?

and so on.

In other words, if return code of
vxdump(1M) is 0 and does not report
any errors, you are OK.

Cheers,

VK2COT
VK2COT - Dusan Baljevic
HPUX SysAdm
Frequent Advisor

Re: vxdump: source and dest filesystem sizes

Thanks VK2COT
HPUX SysAdm
Frequent Advisor

Re: vxdump: source and dest filesystem sizes

.