ZFS
ZFS
==================
ZFS (previously: Zettabyte File System) is a file system with volume management
capabilities. It began as part of the Sun Microsystems Solaris operating system in
2001.
Q. What is ZFS ?
Ans. ZFS (Zettabyte file system) is introduced in solaris 10 release to develop
this file system cum volume manager, sun micro-system had spend lot of years, it is
collection of filesystem and volume manager. Hardware and software requirement.
Q. Benefits of ZFS ?
1> Zpool capacity is 256 zettabytes.
2> ZFS snapshots, clones and sending recieveing snapshots.
3> Lightweight filesystem creation.
4> Encryption.
5> software RAID.
6> Data integrity.
7> Integrated vlume management.
Q. Drawback of ZFS ?
Ans. We can't mirror a particular volume in a particular pool.
Q. Packages of ZFS ?
1> SUNWzfsv
2> zfsR (zfs root component)
3> zfskR (Kernal root component)
4> zfsgr (Graphical interface administration)
5> zfsgur (Graphicqal user interface)
Storage pool can be created by combining any one of the following types of devices.
* Using Disks.
* Using slices.
* using files.
Replication features of a ZFS storage pool:
===========================================
ZFS provides data redundancy as well as self healing properties in the following
two configurations.
* Online
* Degraded
* Faulted
* Offline
* Unavailable
* Removed
Degraded --> One or more top level devices is in the degraded state because the
have becone offline sufficient replicas exixts to keep functionaing.
Faulted --> One or more top level devices is in the degraded state because the have
becone offline insufficient replicas exixts to keep functionaing.
Offline --> The device was explicity taken offline by the 'zpool offline' command.
Removed --> The device was physically removed while the system was running.
Raid/Raid 1 --> Minimum of 3 devices (One parity disk) you can suffer a one disk
loss.
Raidz 2 --> Minimum of 4 devices (two parity disks) you can suffer a two disks
loss.
Raidz 3 --> Minimum of 5 devices (three parity disks) you can suffer a three disks
loss.