Installing Sun Cluster on ZFS root pools


 
Thread Tools Search this Thread
Operating Systems Solaris Installing Sun Cluster on ZFS root pools
# 1  
Old 09-07-2010
Installing Sun Cluster on ZFS root pools

Hi All!

I have been tasked with creating a clustered file system for two systems running Sol 10 u8. These systems have 3 zones each and the global zone has ZFS on the boot disk. We currently have one system sharing an NFS mount to both of these systems.

The root zfs pool status (on the global zone) looks like this:
Code:
# zpool status
  pool: rpool
 state: ONLINE
 scrub: none requested
config:

        NAME          STATE     READ WRITE CKSUM
        rpool         ONLINE       0     0     0
          mirror      ONLINE       0     0     0
            c1t0d0s0  ONLINE       0     0     0
            c1t1d0s0  ONLINE       0     0     0

errors: No known data errors

The zonelist looks like this:
Code:
# zoneadm list
global
zone1
zone2
zone3

Maybe I'm not looking in the right place in the Install Guide but I don't see anything about installing the software on a system that already has ZFS on the root pool.

Does anyone have experience installing/configuring clusters that can guide me on installing the cluster on the root ZFS pool?

Thanks in Advance!

Last edited by jim mcnamara; 09-08-2010 at 09:03 PM.. Reason: Thread moved to Solaris
# 2  
Old 09-09-2010
Let me re-phrase my question: If I have two systems that I installed Solaris 10u8 onto ZFS, can I cluster these systems?

Thanks in Advance!
# 3  
Old 09-10-2010
I would not recommend using zfs on root when your going to cluster the machines, as it makes the setup more complicated.
When you cluster two machines, you need a slice called /globaldevices, this slice can not be a zfs filesystem and has to be ufs.

But its supported to have zfs root pool on the newest version of Sun Cluster, so you can do it.
So either you have to leave space on the disks for the /globaldevices or just use ufs + disksuite on the root disks, and zfs on the data disks.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Flash Archive Jumpstart with multiple ZFS Pools

Hi, I'm trying to get a Flash Archive Jumpstart Running with ZFS Filesystem. For Testing I set up a VirtualBox VM with 2 Disks attached. On the first disk I have the ZFS root pool, on the second Disk I have some more ZFS Pools which I use for 2 additional Zones I've set up. Restoring works fine if... (1 Reply)
Discussion started by: NoelzeN
1 Replies

2. Solaris

Sun cluster 4.0 - zone cluster failover doubt

Hello experts - I am planning to install a Sun cluster 4.0 zone cluster fail-over. few basic doubts. (1) Where should i install the cluster s/w binaries ?. ( global zone or the container zone where i am planning to install the zone fail-over) (2) Or should i perform the installation on... (0 Replies)
Discussion started by: NVA
0 Replies

3. Solaris

Migration of system having UFS root FS with zones root to ZFS root FS

Hi All After downloading ZFS documentation from oracle site, I am able to successfully migrate UFS root FS without zones to ZFS root FS. But in case of UFS root file system with zones , I am successfully able to migrate global zone to zfs root file system but zone are still in UFS root file... (2 Replies)
Discussion started by: sb200
2 Replies

4. Solaris

cannot label 'c0t5000CCA0251EF65Cd0': EFI labeled devices are not supported on root pools

I'm running Solaris 10 u9. I just applied the April quarterly patch cluster. I'm trying to mirror the boot disk which is using zfs, something I've done before w/o problems prior to the patch cluster install. disk=c0t5000CCA0251D9514d0;mirrordisk=c0t5000CCA0251EF65Cd0;echo $disk $mirrordisk... (7 Replies)
Discussion started by: TKD
7 Replies

5. Solaris

Sun cluster and Veritas cluster question.

Yesterday my customer told me to expect a vcs upgrade to happen in the future. He also plans to stop using HDS and move to EMC. Am thinking how to migrate to sun cluster setup instead. My plan as follows leave the existing vcs intact as a fallback plan. Then install and build suncluster on... (5 Replies)
Discussion started by: sparcguy
5 Replies

6. Solaris

Resize LUNs and zfs-pool on sun cluster

Hi, I need to increase the size of a zfs filesystem, which lies on two mirrored san luns root@xxxx1:/tttt/DB-data-->zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT xxxx-data-zpool 3.97G 2.97G 1.00G 74% ONLINE / xxxx-logs-zpool ... (7 Replies)
Discussion started by: funksen
7 Replies
Login or Register to Ask a Question