We use this configuration. It works fine. However I don't know enough about the 
details to answer all of your questions.

The disks are accessible from both systems at the same time. Of course with ZFS 
you had better not actually use them from both systems.

Actually, let me be clear about what we do. We have two J4200's and one J4400. 
One J4200 uses SAS disks, the others SATA. The two with SATA disks are used in 
Sun cluster configurations as NFS servers. They fail over just fine, losing no 
state. The one with SAS is not used with Sun Cluster. Rather, it's a Mysql 
server with two systems, one of them as a hot spare. (It also acts as a mysql 
slave server, but it uses different storage for that.) That means that our 
actual failover experience is with the SATA configuration. I will say from 
experience that in the SAS configuration both systems see the disks at the same 
time. I even managed to get ZFS to mount the same pool from both systems, which 
shouldn't be possible. Behavior was very strange until we realized what was 
going on.

I get the impression that they have special hardware in the SATA version that 
simulates SAS dual interface drives. That's what lets you use SATA drives in a 
two-node configuration. There's also some additional software setup for that 
configuration.

Note however that they do not support SSD in the J4000. That means that a Sun 
cluster configuration is going to have slow write performance in any 
application that uses synchronous writes (e.g. the NFS server). The recommended 
approach is to put the ZIL in SSD. But in SunCluster it would have to be SSD 
that's shared between the two systems, or you'd lose the contents of the ZIL 
when you do a failover. Since you can't put SSD in the J4200, it's not clear 
how you'd set that up.

Personally I consider this a very serious disadvantage to the J4000 series. I 
kind of wish we had gotten a higher end storage system with some non-volatile 
cache. Of course when we got the hardware, Sun claimed they were going to 
support SSD in it.
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to