10 minute storage recipes
From Genunix
What can you do in 10 minutes with OpenSolaris?
Here are some quick storage tasks that should only take about 10 minutes each ...
- Create a robust file system
- Use this ZFS demo to create a ZFS file system
- Create a file systems shared with NFS
- This as simple as
# zfs set sharenfs=rw mypool/myfilesys
- Create a file systems shared with CIFS
- Here is a quick video and blog entry on how an 11 year old accomplished creating a home NAS box, sharing files with NFS and CIFS.
- Create a robust volume shared with iSCSI
- This as simple as
# zfs create -V 2g pool/volumes/vol1
# zfs set shareiscsi=on pool/volumes/vol1
- Share a ZFS volume as a FibreChannel LUN
- A video showing the basic steps to setting up a Solaris host as storage array using COMSTAR and ZFS
- Share a ZFS volume as a FCoE LUN
- The quick how-to guide for setting up an OpenSolaris FCoE target with a Linux FCoE initiator
- Create a ZFS file system using SSDs as log devices
- Measure performance with FileBench
