1752723 Members
6446 Online
108789 Solutions
New Discussion юеВ

Re: Disk issue

 
SOLVED
Go to solution
shikhar_1
Regular Advisor

Disk issue

Hi,

I have facing issue is that i have configured rx2660 server with six sas drives attached to it.
Now when i installed OS on that it is showing only two disks. One disk for OS and other disk is showing combined of all rest five disks.
I am not understanding why five six has combined and showing it as a single disk.

H/W Scan: Thu Jan 27 15:45:21 2011
Path(s) Device File(s) Use VG Names Paths Size(GB) Descrip
--------------------------------------------------------------------------------
0/3/0/0/0/0.0.0 /dev/dsk/c0t0d0 LVM vg00 1 136.70 HP
0/3/0/0/0/0.0.1 /dev/dsk/c0t0d1 unused - 1 546.81 HP
--------------------------------------


# ioscan -funC disk
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
disk 0 0/3/0/0/0/0.0.0 sdisk CLAIMED DEVICE HP LOGICAL VOLUME
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
/dev/dsk/c0t0d0s1 /dev/rdsk/c0t0d0s1
/dev/dsk/c0t0d0s2 /dev/rdsk/c0t0d0s2
/dev/dsk/c0t0d0s3 /dev/rdsk/c0t0d0s3
disk 1 0/3/0/0/0/0.0.1 sdisk CLAIMED DEVICE HP LOGICAL VOLUME
/dev/dsk/c0t0d1 /dev/rdsk/c0t0d1
disk 4 255/1/0.0.0 sdisk CLAIMED DEVICE TEAC DVD-ROM DW-224EV
/dev/dsk/c1t0d0 /dev/rdsk/c1t0d0
13 REPLIES 13
Torsten.
Acclaimed Contributor

Re: Disk issue

You have a martarray controller installed, so you see logical drives (LUNs).


From ioscan get the /dev/ciss file and do

# sautil /dev/ciss_

and

# saconfig /dev/ciss_

to see the configuration details.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
shikhar_1
Regular Advisor

Re: Disk issue

Hi,

I am getting that /dev/ciss in ioscan command.

See the below o/p.

0/3/0/0/0/0 ext_bus PCIe SAS SmartArray P400 RAID Controller
0/3/0/0/0/0.0 target
0/3/0/0/0/0.0.0 disk HP LOGICAL VOLUME
0/3/0/0/0/0.0.1 disk HP LOGICAL VOLUME
Torsten.
Acclaimed Contributor

Re: Disk issue

You say you are an expert in this area ...


# ioscan -fn


and you get sometging like

/dev/ciss1

now do

# sautil /dev/ciss1

and

# saconfig /dev/ciss1


I assume you have a RAID1 for the boot LUN and a RAID5 for the remaining disks.





No disk issue at all.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
shikhar_1
Regular Advisor

Re: Disk issue

Hi,

I have checked its showing this

---- LOGICAL DRIVE SUMMARY ---------------------------------------------------

# RAID Size Status

0 1+0 139979 MB OK
1 0 559929 MB OK

It means my root disk is mirrored and other disk are raid 0.
But my root disk is not mirrored.
Is there any way to split all my disks separate?
Torsten.
Acclaimed Contributor

Re: Disk issue

Based on this very little piece of information you provided it looks like the boot disk is a RAID1 (mirrored).


A smartarray cannot allow access to the physical disks directly, but you can create several RAIDs (RAID1 or 5 or even 0) and logical drives within.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Jorge Pons
Trusted Contributor

Re: Disk issue

Hi

Like Torsten said, you have several disk plugged into smartarray. this smartarray is configured in two volumes, one of this is in RAID1, for O.S, and the other one could be in RAID5, for data.
In case of the first one volume, the Smartarray present you like only one disk, and you think is not in mirror.

Regards, Jorge
Torsten.
Acclaimed Contributor
Solution

Re: Disk issue

Please post the complete output of

# sautil /dev/ciss1

and

# saconfig /dev/ciss1

because we need some more details.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
shikhar_1
Regular Advisor

Re: Disk issue

Hi,

Pls find as the attached for sautil /dev/ciss0 output.

Torsten.
Acclaimed Contributor

Re: Disk issue

Now you can see t clearly, disks in bay 3 and 4 are mirrored; disks in bays 5,6,7 and 8 are forming a RAID0.

You can work with saconfig to delete the RAID0 and create something different.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!