T.R | Title | User | Personal Name | Date | Lines |
---|
1028.1 | No way to find initial values? | GYRO::faux.zko.dec.com::skinner | Internet Business Group | Mon Mar 31 1997 13:04 | 3 |
| I take it this means no?
Shari
|
1028.2 | I can't be of much help | UNIFIX::HARRIS | Juggling has its ups and downs | Mon Mar 31 1997 13:36 | 9 |
| Just guessing myself, but I would expect the -p value to be used during
the creation and then thrown away since it isn't needed anymore. The
-x must be around somewhere since it is needed each time the BMT needs
to be extended. The question is where? I don't know the answer to
that.
Just a guess.
Bob Harris
|
1028.3 | you can use vbmtpg to find the values | DECWET::DADDAMIO | Design Twice, Code Once | Mon Mar 31 1997 14:46 | 22 |
| I think I found out the information wanted in .0. You should run vbmtpg
(in /sbin/advfs) and look at page 0 of the BMT (the command should be
similar to: /sbin/advfs/vbmtpg /dev/rrz0g but with the device of the
first volume substituted).
Scan down the output for CELL 4 then a record of type BSR_VD_ATTR (it
was record 0 on my domain, but I don't know if it's always record 0 of
cell 4). The value for -x should be given in the bmtXtntPgs field.
Scan down to CELL 6 and look at the first 2 entries in the extents
array. They look like:
bsXA[ 0] bsPage 2 vdblk xxxx
bsXA[ 1] bsPage nnnn vdblk yyyy
To get the value that was use for the -p option, subtract the page
number of the first element (i.e. 2) from the page number of the second
(shown by nnnn in my example above).
Hopefully someone will correct me if I got this wrong.
Jan
|
1028.4 | | KITCHE::schott | Eric R. Schott USG Product Management | Tue Apr 01 1997 18:19 | 10 |
| You can see the value of the extension size by looking at
the showfile -x M-6
M-12..etc
sys_check has examples of doingthis...
see http://www-unix.zk3.dec.com/tuning/tools/sys_check/sys_check.html
|