How do I check the status of zfs storage pools in solaris?



  • # zpool status -x
    all pools are healthy
    

    To check a specific pool i.e. test_pool:

    # zpool status test_pool
      pool: test_pool
     state: ONLINE
     scrub: none requested
    config:
    
            NAME        STATE     READ WRITE CKSUM
            test_pool   ONLINE       0     0     0
              c2t2d0    ONLINE       0     0     0
    
    errors: No known data errors
    


© Lightnetics 2024