ZFS: Display information about pools using zpool

Home -> UNIX -> Solaris -> System administration

5292 views

From the computer of: qmchenry (338 recipes)
Created: Jun 03, 2006


Add a comment

Add to:
Add to stumbleuponAdd to del.icio.usDigg itAdd to FURL

The zpool command manages ZFS pools as shown in previous recipes. Once a pool is created, its properties can been viewed with the list option of the zpool command.

To list all pools on the system, use:

zpool list
NAME       SIZE    USED   AVAIL    CAP   HEALTH     ALTROOT
techrx     127G   33.0K    127G     0%   ONLINE     -


For each pool configured on the system, this command shows the total size, the amount of space used and remaining (available), the resulting percent capacity, the health status (ONLINE is good, FAULTED is bad).

To look at only a specific pool, use:

zpool list poolname

Subscribe to the Tech-Recipes Newsletter

You can get tips like this delivered in your email every week!

Enter your Email

We will never, ever sell your email address or spam you.





Related recipes:

  ZFS: List or view filesystems
  ZFS: How to fsck or check filesystem integrity with scrub
  ZFS: Unmount or take a filesystem offline
  ZFS: Create a basic filesystem or pool using zpool
  ZFS: Grow or add more disk space to pool or filesystem
  ZFS: Ten reasons to reformat your hard drives
  Solaris: list detailed package information with pkginfo
  ZFS: Create a mirrored storage pool
  Solaris: Delete ZFS slices from a disk
  ZFS: Set or create a filesystem quota

 

Sponsored links

 

Login

Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.