Hello All,
In multiuser mode, I issue the following command to make a duplication
of a filesystem:
vdump -0f - /proj | vrestore -xf - -D /proj_mirr
When I do a df command, the capacity of the duplicated filesystem
doesn't have the same capacity of the original filesystem. Is this
because there are some open files that vdump & vrestore will not
backup to the copied filesystem? I did a comparison by
issuing du -s * under the /proj and /proj_mirr, I do see some
inconsistency as well. I realize that it is preferred to do this
in single-user mode, but in our case it can't be done because of
production.
Below is the partial output from df:
fdmn1#fset1 4197520 1125442 2027904 36% /proj
fdmn1_mirr#fsetA 4197520 1120618 3064272 27% /proj_mirr
Thanks
Candice
Received on Fri Sep 08 1995 - 03:31:13 NZST