mounting a alternate root pool after splitting a rpool mirror on Solaris 11/11
Hi,
On a solaris 11/11 server I have a root pool (rpool), which I attached a 3rd disk to the already
mirrored pool. I want to split this 3rd disk and mount using an alternate path on the same server so
I can copy files from the mirror to the live rpool if needed.
as an a example I use the zpool attach rpool c2t1d0s0 c4t34d0s0
then use zpool split -R /rpoolmirror rpool rpoolmirror c4t34d0s0 (after resilvering)
However what zfs properties do I have to modify - as the / and /var do not mount
0