storage-disk wrote:> Hi there
>
> I have 3 questions regarding zfs.
>
> 1. what are zfs packages?
SUNWzfsr, SUNWzfskr, and SUNWzfsu. Note that ZFS has dependencies on
other components of Solaris so installing just the packages in not
supported.
>
> 2. what services need to be started in order for zfs working properly?
ZFS uses relies on three SMF services:
1) svc:/system/filesystem/local:default
2) svc:/system/device/local:default
3) svc:/system/fmd:default
The last service maybe disabled but you lose your ability to receive FMA
events.
>
> 3. Is there an explanation for zfs label> This is the out put from zdb
-l /dev/dsk/C_t_d. I''d like to know what they mean each line. I have
some idea what it means but not every line.
>
> --------------------------------------------
> LABEL 3
> --------------------------------------------
>     version=2
>     name=''viper''
>     state=0
>     txg=14693
>     pool_guid=514982409923329758
>     top_guid=5076607254487322717
>     guid=9253340189361483228
>     vdev_tree
>         type=''mirror''
>         id=0
>         guid=5076607254487322717
>         metaslab_array=13
>         metaslab_shift=20
>         ashift=9
>         asize=129499136
>         children[0]
>                 type=''disk''
>                 id=0
>                 guid=9253340189361483228
>                 path=''/dev/dsk/c3t53d0s1''
>                 devid=''id1,<disk wwn>/b''
>                 whole_disk=0
>                 DTL=19
>         children[1]
>                 type=''disk''
>                 id=1
>                 guid=6007798096730764430
>                 path=''/dev/dsk/c3t54d0s1''
>                 devid=''id1,<disk wwn> /b''
>                 whole_disk=0
>                 DTL=18
Take a look at chapter 1 of the Ondisk format guide (specifically pages
  9-14) as they include the majority of the lines above.
Thanks,
George
> --------------------------------------------
> Thank you very much.
> Giang
>
>
> This message posted from opensolaris.org
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss