Disksuite questions


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Disksuite questions
# 1  
Old 09-01-2003
Disksuite questions

Is this correct if I have to create 2 partions of 100 Gigs each? (spread accross (6) 36 Gig drives)

AVAILABLE DISK SELECTIONS:
0. c0t0d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@1f,4000/scsi@3/sd@0,0
1. c0t1d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@1f,4000/scsi@3/sd@1,0
2. c1t1d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@1f,4000/scsi@3,1/sd@1,0
3. c1t2d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@1f,4000/scsi@3,1/sd@2,0
4. c1t3d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@1f,4000/scsi@3,1/sd@3,0
5. c1t4d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@1f,4000/scsi@3,1/sd@4,0
6. c1t5d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@1f,4000/scsi@3,1/sd@5,0
7. c1t6d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@1f,4000/scsi@3,1/sd@6,0


1) Format each disk and create 2 - 17 G partitions on each drive(slice 4 and slice 5 for each disk)

2) create initial state database replicas (1 on each disk)

e.g. metadb -a -f c1t1d0 c1t2d0 c1t3d0 c1t4d0 c1t5d0 c1t6d0

3) use disksuite to join slices together making a logical partion of 100gig each?

Current partion of disks 2-7:
Part Tag Flag Cylinders Size Blocks
0 root wm 0 - 90 128.37MB (91/0/0) 262899
1 swap wu 91 - 181 128.37MB (91/0/0) 262899
2 backup wu 0 - 24619 33.92GB (24620/0/0) 71127180
3 unassigned wm 0 0 (0/0/0) 0
4 unassigned wm 0 0 (0/0/0) 0
5 unassigned wm 0 0 (0/0/0) 0
6 usr wm 182 - 24619 33.67GB (24438/0/0) 70601382
7 unassigned wm 0 0 (0/0/0) 0


Will I have to format these and reserve a small slice for database replica ? (This is the way they were purchased.)

I have read the documentation but I am confused as to the state of disk before creationg DB replicas? Should the whole disk(each slice) be unassigned?

Sol 8 installed on disk 0. Having trouble understanding how I should start and how disksuite will handle partions.

please help...
# 2  
Old 09-01-2003
Hi,

I think you should be very carefull now !!!
Please always note down th excisting config of the format command before you take action !!

In this case your c0 disk will almost always be your root-disk. You definitly don't want to change that config !!!

So always start at c1 in this case. As you have all disks on the same controller there is no need to do split mirroring, etc. Just use a whole disk on c1t?d0s2 .Slice 2 is always the complete disk, so no need for re-config.

Please read the docs that can be found on sunsolve.sun.com This is the best site ever for finding Sun solution.
Be proud to do Sun maintenance !! Take your time to read the apropriate docs.

Regs David
# 3  
Old 09-01-2003
I am confused as to the state of disk before creationg DB replicas? Should the whole disk(each slice) be unassigned?

What should the disk look like before adding replicas?
# 4  
Old 09-01-2003
Ouch, I think I missed it here. Sorry !

Was reading about databases and stuff not reading well enough.

A replica DB should be always at least 1034 blocks. I don't think you will make it this way.
But isn't it that for root-disks you have a free Veritas license ? I believe so. Sorry to tell, but Solstice is not where you should be up to anymore.
You should just leave it the way it is now and encapsure these disks under Veritas, not bothering about replica databases and stuff anymore Smilie

If you still want it, I'dd definitly deep into sunsolve.sun.com or in this case maybe even better docs.sun.com
It has all you ever need. More than just a simple explanory of disksuite.

Regs David
# 5  
Old 09-01-2003
Don't have the option to use veritas...........Thanks.


Should I repartition the 6 drives (say slice 0 = 128mb for database replica), slice 5 - 17 gig, slice 6 17 gig, for all 6 drives? (having 1 database replica for each drive on slice 0). Is this the way the disk is prepared to be use by disksuite?

I need to have 2 100 gig partitions when I am done.

If anyone can help,...it would be appreciated....
# 6  
Old 09-01-2003
I am not real sure what you're asking. But disksuite uses slices as its building blocks. So you are going to need slices.

And all it can do is connect the slices. If you want a 100 gig partition, then you will need some slices that add up to 100 gigs.

As a standard in our company, every disksuite disk must have a database. So that's the only way that I have done it. Make this slice as small as format will allow.
# 7  
Old 09-01-2003
..........

to get 2 100 GB you have to stripe them (concart) [but i would prefer raid5.....]
what ever.....
prepair the disks:
slice 0 35,xxGB
slice 1 25mb

on each disk should be an replica (in my way s1),
metadb -a -f c0t0d0s1 cxtxdxs1 .....

now you can set up your stripe....

question:
c0t0d0 ? /pci@1f,4000/scsi@3/sd@0,0
ohh!?! isn't that your internal system (boot) disk? (or is it an ide maschine).... you should not include your system disks into the stripe... if one of the disks dies the system will die....
[[
why do you need so much space... make your system redundant..
c0t0d0 <--systemmirror--> c1t1d0
RAID5 >> the others
(1 hotspare)
]]
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Disksuite question

Hello all, I have a Solaris Disksuite question :- I will be adding 4 new drives to an E250 server and need will be configuring 2 striped volumes each consisting 2 new disks with SVM. In the end i will have 2 volumes each of 72gb. So in effect i will have 1 volume called D7 and another volume... (6 Replies)
Discussion started by: commandline
6 Replies

2. Solaris

disksuite mirroring d0 to d2 and d1 to d3

I have a SOlaris 10 v240 server. I'm installing disksuite to mirror the root drive D0 to D2. I also have one partition on disk 1 that I want to mirror to D3. I am not using ZFS right now. Can I add that to my initial mirroring configuration or can I only mirror 1 drive to 1 drive? Can I... (2 Replies)
Discussion started by: csross
2 Replies

3. Solaris

Disksuite mirror expansion

Hi I had a disksuite mirror with two sub-mirrors which I wanted to expand. To expand this I had the bright idea of detaching one of the sub-mirrors and doing a metaclear on that submirror - then re-sized the underlying partition ( doubling it in size ) then I did a metainit on this partition as... (6 Replies)
Discussion started by: ianc1234
6 Replies

4. Solaris

Looking for Solstice DiskSuite 4.2

Hi all, Do you know where I can download Soltice Disksuite 4.2 for Solaris 2.6 ? I haven't the CD labeled “Solaris Server Intranet Extensions 1.0” . Thanks in advance for your precious help. Bests Regards Hosni (2 Replies)
Discussion started by: hosni
2 Replies

5. Solaris

mirroring with disksuite

hi all, i want to mirror two disks with disksuite under solaris 9 , doses smeone can explain me Briefly the essential steps to do that plz ? (3 Replies)
Discussion started by: lid-j-one
3 Replies

6. Solaris

DiskSuite dilemma

Hello, We have this system a SunFire 280R running Solaris 8 Generic_117350-46. It has 2 36GB disks in it. They are mirrored with DiskSuite 4.2.1. When we execute a metastat all the devices report an Okay status, but when we go into metatool everything is in the Critical (maintenance)... (4 Replies)
Discussion started by: mgb
4 Replies

7. UNIX for Dummies Questions & Answers

Solaris 10 disksuite

We recently got a third party in to upgrade our solaris 8 sparc server to solaris 10. A few month later I now have a disk mirror problem that I would normally fix by going into the GUI screen "metatool" It appears that the third party didn't install disksuite after the upgrade. Does anyone know... (10 Replies)
Discussion started by: miredale
10 Replies

8. UNIX for Dummies Questions & Answers

disksuite and raidctl used together

I have a live Sunfire v440 server with 4 drives and I want to mirror drive 0 & 1 to 2 & 3. The on-board raid controller only allows for 1 live mirror. I was thinking of disksuite, but unfortunately the second disk is just one large partition with no free slices. I was thinking of using... (0 Replies)
Discussion started by: csgonan
0 Replies

9. Solaris

Solstice DiskSuite

Has anybody every used Solstice DiskSuite? I am having trouble setting it up. I installed it without a problem, but do I really have to blow away the drives on the D1000 just to create a metastate database? (8 Replies)
Discussion started by: hshapiro
8 Replies

10. Solaris

DiskSuite: Breaking mirrors.

Ok, so I have a remote system (7 states away) that's using SDS to manage the two 18 gig disks. /, swap, /var, /home, and /opt. The mirroring procedure I created uses installboot to ensure there's a bootblk on both disks of an SDS mirror. The system has a problem booting (can't write to... (21 Replies)
Discussion started by: BOFH
21 Replies
Login or Register to Ask a Question