Sponsored Content
Full Discussion: ZFS Issues
Operating Systems Solaris ZFS Issues Post 302502898 by manni2 on Wednesday 9th of March 2011 07:41:47 AM
Old 03-09-2011
Code:
zfs list 
NAME                     USED  AVAIL  REFER  MOUNTPOINT
poolA                    6.61T   382K    21K  /g1ng02-H
poolA/volume_vol01   459G  21.0G   459G  /data/volume_vol01
poolA/volume_vol02   424G  25.7G   424G  /data/volume_vol02
poolA/volume_vol03   430G  20.2G   430G  /data/volume_vol03
poolA/volume_vol04   429G  20.7G   429G  /data/volume_vol04
poolA/volume_vol05   663G   237G   663G  /data/volume_vol05
poolA/volume_vol06   434G   382K   434G  /data/volume_vol06
poolA/volume_vol19   851G  48.8G   851G  /data/volume_vol19
poolA/volume_vol49   876G  24.5G   876G  /data/volume_vol49
poolA/volume_vol50   866G  34.4G   866G  /data/volume_vol50
poolA/volume_vol51   481G   419G   481G  /data/volume_vol51

# zpool status
  pool: poolA
 state: ONLINE
 scrub: none requested
config:
        NAME                         STATE     READ WRITE CKSUM
       poolA                          ONLINE       0     0     0
          c3t5006016039A0399Bd125    ONLINE       0     0     0
          c3t5006016039A0399Bd126    ONLINE       0     0     0
          c3t5006016039A0399Bd18     ONLINE       0     0     0
          c3t5006016039A0399Bd129    ONLINE       0     0     0
          c3t5006016039A0399Bd130    ONLINE       0     0     0
          c3t5006016039A0399Bd68     ONLINE       0     0     0
          c3t5006016039A0399Bd69     ONLINE       0     0     0
          c3t5006016039A0399Bd35s2   ONLINE       0     0     0
          c3t5006016039A0399Bd66s2   ONLINE       0     0     0
          c3t5006016039A0399Bd67s2   ONLINE       0     0     0
          c3t5006016039A0399Bd124s2  ONLINE       0     0     0
          c3t5006016039A0399Bd32     ONLINE       0     0     0
          c3t5006016039A0399Bd59     ONLINE       0     0     0
          c3t5006016039A0399Bd0      ONLINE       0     0     0
          c3t5006016039A0399Bd2      ONLINE       0     0     0
          c3t5006016039A0399Bd3      ONLINE       0     0     0
          c3t5006016039A0399Bd4      ONLINE       0     0     0
          c3t5006016039A0399Bd5      ONLINE       0     0     0

 
reamrk : all disk are 451Gb , except 2 of them are 51GB

---------- Post updated at 01:41 PM ---------- Previous update was at 01:33 PM ----------

and ZFS FS are either set reservation to
poolA/volume_vol01 480G
poolA/volume_vol02 450G
poolA/volume_vol03 450G
poolA/volume_vol04 450G
poolA/volume_vol05 900G
poolA/volume_vol06 450G
poolA/volume_vol19 900G
poolA/volume_vol49 900G
poolA/volume_vol50 900G
poolA/volume_vol51 900G

Last edited by pludi; 03-09-2011 at 08:36 AM.. Reason: code tags
 

10 More Discussions You Might Find Interesting

1. Solaris

ZFS Help!!! Can I fix this??

Well I got ZFS going almost in version one and didn't have the money to raid it or mirror it. I run off of 7 - 750GB-1TB USB drives and it's run great for over a year. Recently I needed to power off and move some stuff around and when I powered it back on I got this:... (3 Replies)
Discussion started by: lacakid
3 Replies

2. Solaris

Help with beginner issues setting up ZFS??

Hi, I'm new to Solaris 11. The goal is to set up a ZFS raid-Z2 NAS. These are the instructions I've been trying to follow, with no luck: "Setting Up an OpenSolaris NAS Box: Father-Son Bonding" (not allowed to post URL) Issues: 1) Root access is evidently required but I don't... (8 Replies)
Discussion started by: lakedude
8 Replies

3. Solaris

Are you using ZFS ?

With Solaris 11 coming out with a requirement of ZFS on the root disk, I was curious to know who is using the Zeta File System now? I have been using ZFS for the past year and don't plan to go back to UFS since ZFS is much more reliable and easier to maintain. (13 Replies)
Discussion started by: bluescreen
13 Replies

4. Solaris

ZFS

what are all the advantages of ZFS comparing to UFS SVM what is the use of creating file system in a file system in ZFS (15 Replies)
Discussion started by: dinu
15 Replies

5. Solaris

ZFS

Hi, I need some advice please. I have this server with a couple of zpools, lets call them pay_serv ukb_pool There are two zones attached to these pools. When I do a zfs list I see this pay_serv 8.41G 265G 8.41G /pay_serv ukb_pool 79.8G 194G 23K /ukb_pool ukb_pool/temp_ps 9.11G... (4 Replies)
Discussion started by: giles.cardew
4 Replies

6. Solaris

ZFS CRYPT

Hi! I'm a new user... I'm looking for some informations about the ZDF file sytem... In my ubuntu box i have installed cryptkeeper, and i want to know if in Solaris 11 Express can find something similar... (3 Replies)
Discussion started by: Solarisutente
3 Replies

7. Solaris

zfs send receive performance issues

I 'm trying to clone a zfs file system pool/u01 to a new file system called newpool/u01 using following commands zfs list zfs snapshot pool/u01@new zfs send pool/u01@new | zfs -F receive newpool/u01 Its a 100G file system snapshot and copied to same server on different pool and... (9 Replies)
Discussion started by: fugitive
9 Replies

8. Solaris

Solaris11: Permission issues with auto-scrub ZFS pool

Short version: pfexec zpool scrub rpool fails saying I do not have permission to perform that action. Apparently scrub is not one of the pfexec allowed actions. Any idea on how to get around it? Long version: I got tired of manually running scrubs and am trying to set it to happen... (4 Replies)
Discussion started by: taltamir
4 Replies

9. Solaris

ZFS send issues

I have two servers, we'll call them sv1 and sv2. both are Solaris 11.1 LDOMS running on a T4-4 with RBAC enabled. my user has zfs allow send, receive on both servers and has ssh keys shared. on sv2 (the destination) I have a zpool called zones that has no zfs fs built on sv1 (the source) I... (5 Replies)
Discussion started by: os2mac
5 Replies

10. Solaris

Several questions about ZFS

Hi guys! I am student from poland and I am preparing my assignment about Solaris 11 cloud computing capabilities. :p I am writing about ZFS now, and as I am quite new to this stuff I have several question (I prefere to have deep understanding of what I am doing, instead of just rewriting the... (1 Reply)
Discussion started by: mlody94
1 Replies
DPM-GETSPACEMD(1)					    DPM Administrator Commands						 DPM-GETSPACEMD(1)

NAME
dpm-getspacemd - get space metadata SYNOPSIS
dpm-getspacemd --space_token s_token dpm-getspacemd [ --token_desc u_token ] dpm-getspacemd --help DESCRIPTION
dpm-getspacemd gets the space metadata for a given space token or a space token description. If none of the options is specified, the metadata for all the space tokens accessible by the user will be listed. For each token, it displays three lines. The first one gives the space token, the user description and the poolname associated with it. The second one gives the space usage restriction, either a DN or a list of VOMS FQANs. The third one gives the size of the space, the amount of free space, the remaining space lifetime, the retention policy and the access latency. s_token specifies the space token returned by a previous reservespace request. u_token specifies the user provided description associated with a previous reservespace request. EXAMPLE
setenv DPM_HOST dpmhost setenv DPNS_HOST dpnshost dpm-getspacemd fe869590-b771-4002-b11a-8e7430d72911 myspace pool1 dteam 10.00G 9.00G 24.0h REPLICA ONLINE 80e35f8b-7e4e-49a9-90b0-5d5a7ce7e8bc gilbert_1 pool1 dteam 146.48k 127.01k 1.1m REPLICA ONLINE 023a5ec1-03ea-464c-9af7-5246183ff5c5 gilbert_2 pool1 dteam 146.48k 127.01k 1.1m REPLICA ONLINE dpm-getspacemd --token_desc myspace fe869590-b771-4002-b11a-8e7430d72911 myspace pool1 dteam 10.00G 9.00G 24.0h REPLICA ONLINE dpm-getspacemd --space_token fe869590-b771-4002-b11a-8e7430d72911 fe869590-b771-4002-b11a-8e7430d72911 myspace pool1 dteam 10.00G 9.00G 24.0h REPLICA ONLINE EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation failed. SEE ALSO
dpm(1), dpm-reservespace(1) LCG
$Date: 2008/09/24 11:25:00 $ DPM-GETSPACEMD(1)
All times are GMT -4. The time now is 04:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy