Link to home
Start Free TrialLog in
Avatar of innessa
innessa

asked on

Can't configure DiskSuite ( Solaris 8/ Intel )

Hi,

I am trying to configure DiskSuite Tool.

Before you can use DiskSuite, you must create at least 3 state database replicas. You can do it either from the command line or through the DiskSuite.

As suggested in documentation, i created a slice ( through the format command ) to hold these state databases ( c0d0s5)

1)

Then I opened DiskSuite ( metatool & ) , from the Objects list, dragged the MetaDB object onto the canvas , clicked Disk View to display the Disk View window, selected View All Controllers from the View menu in the Disk View window....

There were no any controllers, disks, and slices. The "Disk View" window was empty.

2) I also tried to create initial State database replicas through the command line.

--------------

Here is an example from the User's guide :

Example -- Creating Initial State Database Replicas on a System With Three Disks
metadb -a -f -c 2 c0t1d0s3 c1t1d0s3 c2t1d0s3

By spreading the state database replicas across controllers, you can increase metadevice performance and reliability.

------------------

I have 2 disks ( c0d0 and c0d1 )

Here is a copy from my server :

#pwd

/dev/dsk

#ls

c0d0p0 c0d0s11 c0d0s5 c0d1p3 c0d1s14 c0d1s8
c1t0d0s1 c1t0d0s3 c0d0p1 c0d0s12 c0d0s6
c0d1p4 c0d1s15 c0d1s9 c1t0d0s10 c1t0d0s4
c0d0p2 c0d0s13 c0d0s7 c0d1s0 c0d1s2
c1t0d0p0 c1t0d0s11 c1t0d0s5 c0d0p3 c0d0s14
c0d0s8 c0d1s1 c0d1s3 c1t0d0p1 c1t0d0s12
c1t0d0s6 c0d0p4 c0d0s15 c0d0s9 c0d1s10
c0d1s4 c1t0d0p2 c1t0d0s13 c1t0d0s7 c0d0s0
c0d0s2 c0d1p0 c0d1s11 c0d1s5 c1t0d0p3
c1t0d0s14 c1t0d0s8 c0d0s1 c0d0s3 c0d1p1
c0d1s12 c0d1s6 c1t0d0p4 c1t0d0s15 c1t0d0s9
c0d0s10 c0d0s4 c0d1p2 c0d1s13 c0d1s7
c1t0d0s0 c1t0d0s2 core

While i created c0d0s5 to hold these databases , i should give the following command :

metadb -a -f -c 2 c0d0s5 c1d0s5

But i don't have c1d0s5 in /dev/dsk dir

I also tried to put databases on c0d0s5 and c1t0d0s5 : metadb -a -f -c 2 c0d0s5 c1t0d0s5 ( i knew that it was wrong)

and i got error : /dev/dsk/c1t0d0s5 is busy.

Then i tried to put all databases on c0d0s5 only: metadb -a -f -c 3 c0d0s5

After i did it, i opened DiskSuite tool, from the Objects list, dragged the MetaDB object onto the canvas.

It shows that status for MetaDB is critical and in a couple of minutes DiskSuite Tool is closing and i am getting error : Segmentation Fault.
I guess it was not the right way to do it.

Can someone tell me what i am doing wrong and why it is not working ?

Thanks in advance.

ASKER CERTIFIED SOLUTION
Avatar of SqrFolkDnc
SqrFolkDnc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of innessa
innessa

ASKER

Hi,
 
Thank you very much for your response.
Yes, I am using IDE disks and i think that's the problem.

Thanks allot.

-Inna