+------------------------------------------------------------------------------
| On 2010-11-15 08:48:55, Frank wrote:
| 
| I am a newbie on Solaris. 
| We recently purchased a Sun Sparc M3000 server. It comes with 2 identical 
hard drives. I want to setup a raid 1. After searching on google, I found that 
the hardware raid was not working with M3000. So I am here to look for help on 
how to setup ZFS to use raid 1. Currently one hard drive is installed with 
Solaris 10 10/09, I want to setup ZFS raid 1 without reinstalling Solaris, it 
that possible, and how can I do that. 

If you have a zfsroot (rpool) you can just google for "zfs rpool mirror
attach". It is trivial. Amounts to prvtoc disk1 | disk2 ; zpool attach disk2
disk1 ; installgrub disk2.

If you have a UFS root you'll need to migrate. See the Solaris 10 sysadmin docs
for that process. Alternatively you can use SVM to set up a mirror, but SVM is
dead weight going forward.
-- 
bdha
cyberpunk is dead. long live cyberpunk.
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to