T.R | Title | User | Personal Name | Date | Lines |
---|
1014.1 | vods/vbmtchain | NETRIX::"[email protected]" | Tim Mark | Wed Mar 05 1997 10:49 | 25 |
| I'm not sure if this is the best way to get your answer but for each disk
in the domain, you could give the command:
/usr/field/vods /dev/rz1c (or whatever disk name)
This will print out lots of metadata from the BMT for that disk.
The record to look for is BSR_VD_ATTR:
RECORD 0 bcnt 40 version 0 type 3 BSR_VD_ATTR
vdMntId: Mon Dec 9 06:47:09 1996
state 1
vdIndex 1
jays_new_field 0
vdBlkCnt 832527
stgCluster 2
maxPgSz 16
bmtXtntPgs 128 <--- THIS IS WHAT YOU WANTED
serviceClass 1
The "bmtXtntPgs" line says how many 8k pages will be added to this BMT
each time it is extended.
If you are running 4.0 or above, replace "/usr/field/vods /dev/rz1c"
with "/sbin/advfs/vbmtchain 0 0 /dev/rz1c".
[Posted by WWW Notes gateway]
|
1014.2 | /usr/field/vods /dev/rzxxx | grep bmt
XtnPgs
| BIS10::BRUSCHE | | Wed Mar 05 1997 11:59 | 7 |
|
Be sure to execute /usr/field/vods as superuser, else one does not
get the required output.
Thanks and rgds,
Johan.
|
1014.3 | when I did the vbmtchain command it died | NETRIX::"[email protected]" | Jeff Dickens | Thu Apr 10 1997 10:22 | 5 |
| # /sbin/advfs/vbmtchain 0 0 /dev/rz17c
Assertion failed: vol > 0, file ../../../../../src/sbin/advfs/vods/vbmtods.c,
line 586
[Posted by WWW Notes gateway]
|
1014.4 | another alternative | DECWET::DADDAMIO | Design Twice, Code Once | Thu Apr 10 1997 11:22 | 2 |
| Try "/sbin/advfs/vbmtpg /dev/rz17c". See note 1028 for more
information.
|
1014.5 | re .-2 | NETRIX::"[email protected]" | Jeff Dickens | Thu Apr 10 1997 12:04 | 4 |
| oops, forgot for a moment that my advfs file system is atop an LSM volume.
I've just run the sys_check script and now I have some reading to do...
[Posted by WWW Notes gateway]
|