Archivo de la etiqueta: zfs

How to Create a Mirrored Root Pool (Post Installation) raid 1 raid-1

If you did not create a mirrored ZFS root pool during installation, you can easily create one after the installation. For information about replacing a disk in root pool, see How to Replace a Disk in the ZFS Root Pool. Display your current root pool status.# zpool status rpool pool: rpool state: ONLINE scrub: none requested… Leer más: How to Create a Mirrored Root Pool (Post Installation) raid… »

ZFS Boot Solaris

http://blogs.sun.com/storage/entry/zfs_boot_in_solaris_10 Quick ZFS Overview – Storage devices are grouped into pools – Pools have redundancy and robustness features ( mirror, raid) – Datasets ( File systems and volumes ) are allocated from within the pool ( no longer associated with disk slices) – Copy-on-write allows for fast snapshots and clones of datasets ( clones are… Leer más: ZFS Boot Solaris »