JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun QFS and Sun Storage Archive Manager 5.3 Reference Manual     Sun QFS and Sun Storage Archive Manager 5.3 Information Library
search filter icon
search icon

Document Information

Preface

1.  User Commands (Man Pages Section 1)

2.  Maintenance Commands (Man Pages Section 1M)

archive_audit(1M)

archive_mark(1M)

archiver(1M)

archiver.sh(1M)

arcopy(1M)

arfind(1M)

auditslot(1M)

backto(1M)

build_cat(1M)

chmed(1M)

cleandrive(1M)

clri(1M)

damage(1M)

dev_down.sh(1M)

dmpshm(1M)

dump_cat(1M)

dump_log(1M)

exarchive(1M)

export(1M)

fsmadm(1M)

fsmdb(1M)

fsmgmtd(1M)

fsmgr(1M)

fsmgr_setup(1M)

fsmupd(1M)

generic(1M)

gnutar(1M)

HAStoragePlus_samfs(1M)

import(1M)

itemize(1M)

load(1M)

load_notify.sh(1M)

log_rotate.sh(1M)

mccfg(1M)

mount_samfs(1M)

move(1M)

nrecycler.sh(1M)

odlabel(1M)

qfsdump(1M)

qfsrestore(1M)

rearch(1M)

recover.sh(1M)

recycler(1M)

recycler.sh(1M)

releaser(1M)

reserve(1M)

restore.sh(1M)

robots(1M)

rpc.sam(1M)

sam-amld(1M)

sam-archiverd(1M)

sam-arcopy(1M)

sam-arfind(1M)

sam-catserverd(1M)

sam-clfsd(1M)

sam-clientd(1M)

sam-dbupd(1M)

sam-fsalogd(1M)

sam-fsd(1M)

sam-ftpd(1M)

sam-genericd(1M)

sam-grau_helper(1M)

sam-ibm3494d(1M)

sam-nrecycler(1M)

sam-recycler(1M)

sam-releaser(1M)

sam-rftd(1M)

sam-robotsd(1M)

sam-rpcd(1M)

sam-scannerd(1M)

sam-serverd(1M)

sam-sharefsd(1M)

sam-shrink(1M)

sam-sony_helper(1M)

sam-sonyd(1M)

sam-stagealld(1M)

sam-stagerd(1M)

sam-stagerd_copy(1M)

sam-stk_helper(1M)

sam-stkd(1M)

samadm(1M)

sambcheck(1M)

samchaid(1M)

samcmd(1M)

samcrondump(1M)

samcronfix(1M)

samd(1M)

samdb(1M)

samexplorer(1M)

samexport(1M)

samfsck(1M)

samfsconfig(1M)

samfsdump(1M)

samfsinfo(1M)

samfsrestore(1M)

samfstyp(1M)

samgetmap(1M)

samgetvol(1M)

samgrowfs(1M)

samimport(1M)

samload(1M)

sammkfs(1M)

samncheck(1M)

samquota(1M)

samquotastat(1M)

samset(1M)

samsharefs(1M)

samsnoop(1M)

samstorade(1M)

samtrace(1M)

samu(1M)

samunhold(1M)

save_core.sh(1M)

scanner(1M)

scsi_trace_decode(1M)

sefreport(1M)

sendtrap(1M)

set_admin(1M)

set_state(1M)

showqueue(1M)

stageall(1M)

stageback.sh(1M)

star(1M)

tapealert(1M)

tarback.sh(1M)

tplabel(1M)

tpverify(1M)

trace_rotate(1M)

umount_samfs(1M)

unarchive(1M)

undamage(1M)

unload(1M)

unrearch(1M)

unreserve(1M)

3.  Library Functions (Man Pages Section 3)

4.  Library Functions (Man Pages Section 3X)

5.  File Formats (Man Pages Section 4)

6.  Standards, Environment, and Macros (Man Pages Section 5)

7.  Device and Network Interfaces (Man Pages Section 7)

sambcheck(1M)

NAME
     sambcheck - Lists block use for a Sun QFS or SAM-QFS file
     system

SYNOPSIS
     sambcheck fs_name block_num[.ord] [block_num[.ord]] ...

AVAILABILITY
     SUNWqfs

     SUNWsamfs

DESCRIPTION
     The sambcheck command determines the current usage of each
     requested block_num in a Sun QFS or SAM-QFS file system.
     This command must be run as root.  For accurate results, the
     file system should be unmounted.

     This command accepts the following arguments:

     fsname    The family set name, as specified in the mcf file,
               for the file system for which the usage list is
               desired.

     block_num A number that identifies the blocks for which
               statistics should be obtained.  Blocks are in
               1024-byte (1 kilobyte) units.  Use one of the
               following formats:

               o Decimal.  Default.

               o Octal.  The block_num must be preceded by 0.

               o Hexadecimal.  The block_num must be preceded by
                 0x or 0X.

     ord       The partition number (ordinal) upon which the
               block use is to be found.  If no .ord is
               specified, all partitions are examined.  All ord
               specifications are assumed to be in decimal.

OUTPUT
     The output from this command is one line per requested block
     number for each explicit or implicit ordinal.  The block
     number is displayed as entered, followed by its decimal form
     in parentheses, followed by text indicating the usage
     determined for the block_num[.ord].

EXAMPLES
     bilbo# sambcheck samfs1 0x40 0x42.0 0x42.2 0x7a150 0x89cd0.01 512
     block 0x40 (64.0) is a data block for .inodes containing 1 - 32
     block 0x40 (64.1) is a data block for directory inode 26.1

     block 0x40 (64.2) is a data block for inode 934767.1
     block 0x40 (64.4) is a data block for inode 934766.1
     block 0x42.0 (66.0) is a data block for .inodes containing 1 - 32
     block 0x42.2 (66.2) is a free data block
     block 0x7a150 (500048.0) is a data block for .inodes containing 999969 - 1000000
     block 0x7a150 (500048.1) is a data block for directory inode 787628.1
     block 0x7a150 (500048.2) is a data block for inode 934767.1
     block 0x7a150 (500048.4) is a free data block
     block 0x89cd0.01 (564432.1) is an indirect block for inode 934767.1
     block 512 (512.0) is a data block for .inodes containing 897 - 928
     block 512 (512.1) is a data block for directory inode 65.1
     block 512 (512.2) is a data block for inode 934767.1
     block 512 (512.4) is a data block for inode 934766.1