SVM question


 
Thread Tools Search this Thread
Operating Systems Solaris SVM question
# 1  
Old 09-23-2009
SVM question

I am trying to set up a new server. It has 8 HD's in it. I am using 2 for the system disk. IE set one up mirror to the other. I am using the other 6 as data disks. For those I want to concat 3 together, mirror to the other 3 (also concated together of course) and then make various soft partitions on them.

I know I need to run the install disk and set up the system disk (lets call it t0 from now on). Then I will have to run format to partition the other HD I want to miror it to (disk t1). I was thinking run format on the t0 and "save" it to a file then use format -x to format t1 so they will be the same. than I have found this guide to mirror the root HD:Guide to mirroring root / boot disks with solaris volume manager (disksuite) on <b style="color:black;background-color:#ffff66">solaris</b> 10

FOr the data disks I am kind of at a loss: I am thinking format them with all space on slice 1 and a small slice 7 for SVM's DB's. But I am not familiar enough with the meta commands to know how to concat the 3 HD's together, mirror them, or make soft partitions on them.

Can anyone help me with this part?
# 2  
Old 09-23-2009
Is this Solaris 10? I'd use ZFS if it is Solaris 10.
# 3  
Old 09-23-2009
Quote:
Originally Posted by System Shock
Is this Solaris 10? I'd use ZFS if it is Solaris 10.
It is Sol 10. There is supposedly some limitation on the Database side of things that limits me to using ufs file systems. If it was up to me I would use zfs too, but I can't.
# 4  
Old 09-23-2009
The man page for metainit has examples for concatenation. Additionally Sun's documentation of SVM has explicit examples for setting up a RAID 10 or 0+1.
Setting up s0 or s1 as the data slice then using s7 for metadb is a good idea and you should stick with that.

Chapter 9 RAID-0 (Stripe and Concatenation) Volumes (Tasks)
Chapter 11 RAID-1 (Mirror) Volumes (Tasks)
# 5  
Old 09-23-2009
Quote:
Originally Posted by seg
The man page for metainit has examples for concatenation. Additionally Sun's documentation of SVM has explicit examples for setting up a RAID 10 or 0+1.
Setting up s0 or s1 as the data slice then using s7 for metadb is a good idea and you should stick with that.

Chapter 9 RAID-0 (Stripe and Concatenation) Volumes (Tasks)
Chapter 11 RAID-1 (Mirror) Volumes (Tasks)
Thanks for the links. Lots of good info in there. I understand all of the pieces, it's just how to put them together that I am having trouble with...
# 6  
Old 09-23-2009
Which part of putting them together is giving you trouble?
# 7  
Old 09-24-2009
Quote:
Originally Posted by desertdenizen
Which part of putting them together is giving you trouble?
Actually I think I am getting it down. I will post my proposed process here in a bit. I have been thinking more about trying to go with zfs. I asked again and the DB people seem to think it may be possible after all.

The majority of my experience has been on a Solaris 8 box, so I know very little about zfs. Can anyone fill me in? Recommend some papers on it? Tell me how I would go about doing what I am doing here using it? Any info would be appreciated.

Thanks in advance,
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

SVM ISSUE...

Dear All, I face some errors in SVM.Need help. Actually couple of days ago i got a call from one of the customer mentioning that one of the sub-mirror was in Need maintance state. So we replaced that disk. After Replacing the disk it comes back to "Okay" State. But the Error are... (3 Replies)
Discussion started by: sudhansu
3 Replies

2. Solaris

Fsck with SVM

Hello I want to ask that how to mount and run fsck in SVM disk.In my scenario if i have to disks c0t0d0 and c0t1d0 these two disks are in Mirroring (raid1) if i want to run fsck on the disks than below are the right steps? ok boot cdrom -s mount /dev/dsk/c0t0d0s0 /a cd /a fsck... (3 Replies)
Discussion started by: jhonnybravo
3 Replies

3. Solaris

SVM Creation

Hello, I recently patched my Solaris 10 box and found out that few of the apps are not working. Fortunately, I had detached the mirroring prior to patching, so I just booted into my secondary disk and found that my apps are working.... The problem is this was way back in last month....see... (14 Replies)
Discussion started by: zigi_p5
14 Replies

4. Solaris

SVM - Concatenation Question

Hi All, I have a metadevice d10 created on c0t0d0s7 in a sloaris machine. I have inserted a new disk and i would like to concatenate the new disk (c0t1d0s0) to d10. Since d10 is already in use,can i concatenate it? If so please help me with the command and procedure. I tried the... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies

5. UNIX for Advanced & Expert Users

What is interlace value in SVM?

Hi All, I want to know what is the Interlace value in SVM and what is the need of this ? regards, prashant (1 Reply)
Discussion started by: prashant2507198
1 Replies

6. UNIX for Advanced & Expert Users

SVM

How to list out multiple Disk sets in SVM # metaset -s <disksetname> --- This will list out only one diskset but I need a list of disk sets configured for the node. Is there any command,please let me know ... Thanks in advance. (1 Reply)
Discussion started by: pramath
1 Replies

7. Solaris

Problem with SVM

HI, I added by error to a submirror some disks : metattach d53 c2t90d0s0 c2t90d1s0 ... instead of doing a stripe by disk (like that) : metattach d53 c2t90d0s0 metattach d53 c2t90d1s0 .. then, I did a growfs -M to expand FS and the size isn't correct. I tried to launch a... (1 Reply)
Discussion started by: phil.nakache
1 Replies

8. UNIX for Dummies Questions & Answers

SVM doubt

i have taken two separate disk A and B created 4 slices in each A b s4 s4 s5 s5 s6 s6 s7 s7 took slices s4 of A and slice s6 0f B ---created a meta device d0 took slices s4 of B and slice s6 0f A---created a meta device d1 created main mirror d2 using d0... (1 Reply)
Discussion started by: vivek_ng
1 Replies

9. Solaris

SVM, mirroring

Really sorry for the long posting. But i would really want to clear all the doubts. I have 2 disk c0t0d0 & c0t1d0, i wanted to mirror c0t1d0 (mirror) to c0t0d0 (main). Creating state database replica: metadb -a -c3 -f c0t0d0s7 ... (3 Replies)
Discussion started by: beginningDBA
3 Replies

10. Solaris

Change the name in SVM

gurus, i have configured the LUN's in solaris 10.after labeled the disk,i have added the disk into one of the soft partition using metattach d0 c5t1000d10s6.actully before that i should confiure the powermt and than i should have add metattch d0 emcpowerc2.i forget to do that and increased... (0 Replies)
Discussion started by: rjay.com
0 Replies
Login or Register to Ask a Question