Creating filesystem using zpool in Solaris 10

This guide will walk through how to guide for creating a zpool filesystem mount point in Solaris 10. Check the status of zpool and disks # zpool status check for LUNs # echo | format check for LUNs and count before scanning for new LUNs # echo | format|wc -l Check whether disk added in ... Read More

Creating filesystem in Solaris 11 using Zpool

Let us see how to create a mount point or filesystem using zpool in Solaris 11. To print the Disks # echo | format Scan for the new Disks # devfsadm -c disk To list all the controllers # cfgadm -al To create a pool # zpool create backup02 # zfs create backup02/fs # zfs ... Read More
Exit mobile version