Tru64 UNIX File System: Adminstration Handbook

This appendix discusses several advanced AdvFS diagnostic tools in more detail. Most likely, these tools would not be used by the average Tru64 UNIX system administrator; however, you never know what tools will be useful. The nature of the problem you are trying to solve will dictate how best to troubleshoot it. Also, for completeness, we cover the rest of the tools here. Table B-1 is a summary of the utilities covered in this section.
| COMMAND | SECTION | V3.X | V4.X | V5.X |
|---|---|---|---|---|
| tag2name(8) | B.1 | X | X | X |
| vfile(8) | B.2.1 | X | X | X |
| vbmtchain(8) | B.2.2 | X | X | X |
| vlogpg(8) | B.3.1 | X | X | X |
| vbmtpg(8) | B.3.2 | X | X | X |
| vfragpg(8) | B.3.3 | X | X | X |
| vtagpg(8) | B.3.4 | X | X | X |
| vlsnpg(8) | B.3.5 | X | X | X |
| shfragbf(8) | B.3.6 | X | X | X |
| nvbmtpg(8) | B.4.1 | X | ||
| nvfragpg(8) | B.4.2 | X | ||
| nvlogpg(8) | B.4.3 | X | ||
| nvtagpg(8) | B.4.4 | X | ||
| vsbmpg(8) | B.4.5 | X | ||
| savemeta(8) | B.4.6 | X | X | X |
| msfsck(8) | B.5.1 | X | X | |
| vchkdir(8) | B.5.2 | X | X | |
| vods(8) | B.5.3 | X | X | |
| mssh(8) | B.5.4 | X | X | X |
| logread(8) | B.5.5 | X | X | |
| shblk(8) | B.6 | X | X |
As discussed in Chapter 7, AdvFS identifies files internally by tag numbers. In some cases, error messages or diagnostic utilities specify a particular file by its tag number rather than by its file name. The tag2name(8) command can be used to convert this tag number to its file name on an AdvFS...