ZFS and VxVM


 
Thread Tools Search this Thread
Operating Systems Solaris ZFS and VxVM
# 1  
Old 10-09-2009
Lightbulb ZFS and VxVM

Hi community,

I've a hard question for you.

1)What are the differences between ZFS and Veritas Volume Manager on Solaris10?

2) what is the difference to manage the internal disks (Mirror)?

3) what is the difference to manage the external disks?

4) What is the difference to manage oracle database?

5) What is the difference to manage 3PP reading&writing software like transfer data software?

I've found many articles on this point and VxVM seems to be better in every case. But I cannot believe in that!!!!


Thaks a lot
# 2  
Old 10-09-2009
# 3  
Old 10-09-2009
Quote:
Originally Posted by Sunb3

I've found many articles on this point and VxVM seems to be better in every case. But I cannot believe in that!!!!


Thaks a lot
I guess that depends which articles you read.

ZFS is native, VxVM is 3rd party
ZFS costs $0, VxVM costs a lot of money in licenses.
ZFS is fully supported within your Sun contract at no extra charge.

Performance-wise, the only advantage for Veritas is Veritas Cluster. As simple disk manager, ZFS is much easier to use and manage.
# 4  
Old 10-09-2009
I would go with ZFS personally. It is much easier to manage. I'll put it this way. Take note of the native solaris device files:

Code:
zpool create newpool mirror c0t0d0 c0t1d0

This creates a two way mirror, creates a file system on it and mounts it at /newpool.

Here is how easy it is to create a RAID5 volume, creates a filesystem on it, and mounts it:

Code:
zpool create raidpool raidz c0t0d0 c0t1d0 c0t2d0

I am not kidding. It only takes one simple command to create a ZFS volume. You can also move external storage devices between different machines with ZFS, create disk quotas, reservations, integrate with Solaris containers, take snapshots, track io statistics, and many other cool things. ZFS is very simple to use, flexible, and cheap. In my opinion its only shortcoming is it doesn't have built in backup and restore tools like ufsdump and ufsrestore (I dont con't zfs send and receive).
# 5  
Old 10-12-2009
Quote:
Originally Posted by ilikecows
I would go with ZFS personally. It is much easier to manage. I'll put it this way. Take note of the native solaris device files:

Code:
zpool create newpool mirror c0t0d0 c0t1d0

This creates a two way mirror, creates a file system on it and mounts it at /newpool.

Here is how easy it is to create a RAID5 volume, creates a filesystem on it, and mounts it:

Code:
zpool create raidpool raidz c0t0d0 c0t1d0 c0t2d0

I am not kidding. It only takes one simple command to create a ZFS volume. You can also move external storage devices between different machines with ZFS, create disk quotas, reservations, integrate with Solaris containers, take snapshots, track io statistics, and many other cool things. ZFS is very simple to use, flexible, and cheap. In my opinion its only shortcoming is it doesn't have built in backup and restore tools like ufsdump and ufsrestore (I dont con't zfs send and receive).
And one really big advantage in case of using ZFS.... is delivered with default Solaris 10 installation, so is free Smilie
# 6  
Old 10-12-2009
Another thing to consider is Oracle just bought Sun. I would expect some nice integration in newer versions of Oracle products.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

VXVM in POWERHA 6.1

I have created a VxVM disk group in AIX7.1. I have tried to added this VxVM disk group in powerHA 6.1. But in cluster VxVM DGs are not listing. Is there any other procedure to add vxvm diskgroup to hacmp. Please share me steps for adding vxvm diskgroup to hacmp. (6 Replies)
Discussion started by: sunnybee
6 Replies

2. Emergency UNIX and Linux Support

VxVM not able to see new disk

I have VxVM 5.1 running on Solaris-10. I have to increase a application file-system and storage team gave me a lun. After scanning scsi port by cfgadm, I can see them in format output. I labelled it, but I am not able to see them in "vxdisk list". I already tried commands --> vxdctl enable... (4 Replies)
Discussion started by: solaris_1977
4 Replies

3. Solaris

vxvm

hi all, how can we check whether vxvm is installed in our system or not in solaris? Thanks in advance dinu (4 Replies)
Discussion started by: dinu
4 Replies

4. Solaris

No of volumes in vxvm

Anyone knows that how many volumes can be created in a Diskgroup? Thanks in advance... (1 Reply)
Discussion started by: bpsunadm
1 Replies

5. Filesystems, Disks and Memory

VxVM and MPxIO

:confused: Last week I read that VxVM won't work with MPxIO (i don't recall the link) and that it should be unconfigured when installing VxVM. Today I read that VxVM works in "pass-thru" mode with MPxIO and DMP uses the devices presented by MPxIO. If I create disks with MPxIO and use VxVM to... (1 Reply)
Discussion started by: bluescreen
1 Replies

6. Solaris

Reg. VXVM

Hi Guys, I have a doubt either to Reboot the server after Replacing the disk0. I have two disks under vxvm root mirrored and i had a problem with primary disk so i replace the disk0 failed primary disk and then mirrored. After mirroring is it reboot required ? (7 Replies)
Discussion started by: kurva
7 Replies

7. Solaris

VxVM on Solaris.

Hi, Quick question if anyone knows this. Is there a command I can use in Veritas Volume manager on Solaris that will tell me what the name of the SAN I am connected to? We have a number of SANs so I am unsure which one my servers are connected to. Thanks. (13 Replies)
Discussion started by: gwhelan
13 Replies

8. Solaris

VxVM..anything to worry about in here..

DEVICE TYPE DISK GROUP STATUS c0t0d0s2 sliced rootdisk rootdg online c1t1d0s2 sliced disk01 rootdg online c2t0d0s2 sliced actsvr101 actsvr1dg online c2t2d0s2 sliced actsvr102 actsvr1dg online c2t3d0s2 ... (13 Replies)
Discussion started by: incredible
13 Replies

9. Filesystems, Disks and Memory

vmstat -d with VxVM

I've got a Linux box that I'm pretty sure is having some disk issues. iostat isn't installed, but vmstat is, so i've been trying to use that to do some initial diagnostics while I go through our company's change control process to get iostat installed. The problem I'm having is that the disks... (4 Replies)
Discussion started by: kknigga
4 Replies

10. Solaris

VxVM

All solaris rescue gurus out there .... I've a Solaris 2.6 E450 on which my sysadmin guy has deleted every file (not sub-directories) from the /etc directory. The machine is (was) running Vxvm with the root volume encapsulated. I've tried booting from CDROM, mounting the root volume... (3 Replies)
Discussion started by: andy11983
3 Replies
Login or Register to Ask a Question