>
> I will soon be making a presentation comparing ZFS against Veritas Storage
> Foundation , do we have any document comparing features ?
>

Hi Mertol,

I think simple administration is at least one significant difference.
For example if you have new luns and want to use them to add a new
filesystem to your Solaris host you might do the following with ZFS...

zpool create mypool raidz d1 d2 d3 d4...

But with Veritas the following would be required to achieve the same result...

Label new luns, format
Make them visible to VxVM, vxdctl
Initialize luns as VxVM disks, vxdisksetup
Add them to a disk group, vxdg
Create a volume, vxassist
Create a filesystem, newfs
Add /etc/vfstab entry
mount /dev/vx/dsk/....

Good luck with your presentation.

Vic
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to