Solaris 10 Disk Mirroring


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 Disk Mirroring
# 8  
Old 10-30-2005
I could probably throw my two pennies in here as I recently mirrored my Solaris 10 system (Intel) via the command line. There are many problems with this, regarding uncontrollable kernel panicking if a disk fails due to the fact the thing is trying to write to the UFS log on the defective disk - but on Intel the workaround provided by Sun doesn't workaround the problem so there are more issues... Smilie

Anyway, I have written everything up in this article in the hope that it'll save others the hours of head scratching that I endured.

Ta,
ZB
# 9  
Old 10-30-2005
Thanks for the guide ZB, I will give it a try next week...
# 10  
Old 04-29-2008
MySQL sheesh

I am running two x4200's on sol 10 and this problem has been killing me. I hope what I find works...if so, I'll do a write up too.

Thanks all.
# 11  
Old 05-02-2008
Solaris 10 internal disks can be mirrored using hardware raid no specific external software is required for that
For example my solaris 10 internal disks are harware mirrored like the following
$ raidctl
RAID Volume RAID RAID Disk
Volume Type Status Disk Status
------------------------------------------------------
c0t0d0 IM OK c0t0d0 OK
c0t1d0 OK

If you have any array then it is a different thing
you can either use Solaris Disk Suite or Veitas Volume Manager
If it is one of the newer arrays though you can use VxVm but sun recommends using the software provided witht the array
# 12  
Old 05-02-2008
That depends entirely on the hardware being used. It is by no means true that Solaris 10 is the enabler for this, Solaris simply provides the tools with which to manipulate some hardware that is capable of RAID.
# 13  
Old 05-02-2008
MySQL hmm

I have found that the key to setting up RAID 1 with svm (sds) is to CONTIGUOUSLY layout the file systems during "from dvd" install on these x4200's. This has been painful, but its interesting. I still cannot tell how many gigs/megs/k a cylider equals with 8,923 cylinders on a 70G SAS drive.

I did get it all up and running using svm (metadb, metainit, metaroot, etc)
# 14  
Old 05-03-2008
Hi

Isn't supposed that ZFS can help with that task ? I'm trusting in ZFS mirror to configure some of my customer Solaris 10 systems, of course data pools. For OS i still trust in DiskSuite.

Hope this helps
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Root disk mirroring in Solaris 10

I would like to perform root disk mirroring task. Can someone please help me out on this. Thanks !! Regards, Rama (2 Replies)
Discussion started by: ramagore85
2 Replies

2. Red Hat

Disk Mirroring

Hi, How to identify whether the disk is being mirrored or not in RHEL (2 Replies)
Discussion started by: gsiva
2 Replies

3. Solaris

root disk mirroring in solaris volume manager for solaris 10

Need a procedure document to do "root disk mirroring in solaris volume manager for solaris 10". I hope some one will help me asap. I need to do it production environment. Let me know if you need any deatils on this. Thanks, Rama (1 Reply)
Discussion started by: ramareddi16
1 Replies

4. Solaris

Disk Mirroring on solaris 5.8

Hi Friends, I am having Sun Solaris 5.8 OS installed having 2 different size hard disk, sizes are c0t0d0s0(160 GB) and c0t2d0s0 (40GB). I have installed Sun Solaris 5.8 OS in c0t0d0s0 (160GB) harddisk. I have configured all the parameters required for disk mirroring. But when executing... (4 Replies)
Discussion started by: Vijayakumarpc
4 Replies

5. Solaris

Disk Mirroring for Solaris 10 x86

I am having an issue with setting up disk mirroring for Solaris 10 on an x86 server. My main problem is that the volumes and slices have already been setup and our proprietary software has already been installed and configured. The entire drive has been allocated in this configuration and the... (2 Replies)
Discussion started by: chuck43
2 Replies

6. Solaris

Help !! disk Mirroring

Hi I have a Sunfire X4100 box with a 4 disk Chassis (although I only have 2 disks in it). I have been asked to add two more disks into the chassis so that I can mirror the original two using SVM .....Ive read through a couple of SVM docs but am finding it a little confusing, and if any of you... (1 Reply)
Discussion started by: hcclnoodles
1 Replies

7. Solaris

[HELP] mirroring disk at solaris 8 sparc v890

hi expert, sorry i'm new in solaris system, need more advice and help :) i'm confusing with mirroring disk at my sparc v890 solaris 8, i have 6 harddisk which the structure shown below : format : AVAILABLE DISK SELECTIONS: 0. c1t0d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848> ... (4 Replies)
Discussion started by: bucci
4 Replies

8. Solaris

Disk mirroring

Hi I have two raw disk that I want to mirror and then create soft partition on that. Could someone please help in the steps required c0t1d0 c0t0d0 Thanks Ajwat (2 Replies)
Discussion started by: Ajwat
2 Replies

9. UNIX for Advanced & Expert Users

Solaris 8 disk/mirroring issue

Hello! I recently inherited system administration duties for a SUN v880 box. The system has 6 physical hard disks.. In doing some basic maintenance, I found they're configured for mirroring. I ran the metastat and metadb commands, and many of the mirrors are showing they are in need of... (5 Replies)
Discussion started by: ghuber
5 Replies

10. Solaris

Solaris mirroring / non-root disk

Hi Guys, Need to add 2 disks into a JBOD array (3310). Does anyone see anything wrong with my Procedure / Doco below? 1> Logon to system, check system logs for abnormal entries. 2> Make backups of related system files: A>cp -p /etc/system /etc/system.backup.081505 B>cp -p /etc/vfstab... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies
Login or Register to Ask a Question