|
Hello. Which version of Digital Unix are you running?
In 4.0, you can use the -p and -x options to mkfdmn, as well as the -p and -x
options to addvol, to reduce metadata extent fragmentation. The manpages
have more information.
To find out extent information for files, you can use the showfile command.
(See the manpage). To find out extent information for the metadata table,
you can cd into .tags, and do "showfile -x M-6."
-Janice
[Posted by WWW Notes gateway]
|
| > To find out extent information for files, you can use the showfile
> command. (See the manpage). To find out extent information for the
> metadata table, you can cd into .tags, and do "showfile -x M-6."
If there are multiple volumes in the domain, then you will want to use
showfdmn to get a list of the volume numbers, then use the following
formula to get the M-? values in order to display the BMT fragmentation
for each volume
<vol#> * 6
cd /fileset_mount_point/.tags
showfile -x M-6 # volume 1
showfile -x M-12 # volume 2
showfile -x M-18 # volume 3
etc...
showfile -x M-66 # volume 11
Bob Harris
|