Solaris 10 Installation - Disks missing, and Raid


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 Installation - Disks missing, and Raid
# 1  
Old 06-27-2012
Solaris 10 Installation - Disks missing, and Raid

Hey everyone. First, let me start by saying I'm primarily focused on linux boxes, and just happened to get pulled into building two T5220's. I'm not super educated on sun boxes.

Both T5220's have 8 146GB 15k SAS drives. Inside the service processor, I can run SHOW /SYS/HDD{0-7} and they all come back as being in a good state. But when I am in the installer, I only see 6 disks:
c1t0d0
c1t2d0
c1t4d0
c1t5d0
c1t6d0
c1t7d0

Any ideas about how to get the other 2 disks to be recognized?

Next, we need to have these disks put together in a Raid 10 configuration. Sadly the boxes aren't running a hardware raid controller, so I need to find a way to do that in software. Is UFS or ZFS better for doing this?

During the installer, do I just select all of the disks as the installation destination and solaris will do the configuration of the software raid for me? Any help would be very much appreciated. Most of the documentation I've found so far involves copying metadb things around, and doing that only leaves you with a Raid-1-esque sort of thing.
# 2  
Old 06-27-2012
So you can't see c1t1d0 and c1t3d0 which just happen to be the second and fourth drives in the numbering sequence. This box has built in raid 1 controller (also can do raid 0) so it looks like c1t0d0 is mirrored to c1t1d0, and c1t2d0 is mirrored to c1t3d0 by the built-in hardware raid controller.

The command to configure all this stuff is "raidctl". Google for that.

The -S switch on raidctl will tell you the status/existing config.

If you boot into single user:

Code:
 
boot cdrom -s

you should be able to run that command. You can use the same command (see man pages) to break these mirrors after which your box should see all eight drives.

Don't think you'll get a raid 10 without fitting another hardware raid controller capable of the job.

Last edited by hicksd8; 06-27-2012 at 02:47 PM..
This User Gave Thanks to hicksd8 For This Post:
# 3  
Old 06-27-2012
This looks like exactly what we were looking for - we can gladly use raid 1 instead of raid 10, these boxes are already overprovisioned compared to what we already have in the field. Thank you!

---------- Post updated at 03:41 PM ---------- Previous update was at 02:42 PM ----------

Awesome! it turns out the LSI 1068E controller supports both raid 1E, and hot spares, so I was able to run the following:

raidctl -C "0.0.0 0.1.0 0.2.0 0.3.0 0.4.0 0.5.0 0.6.0" -r 1E 1
which creates a 7 disk Raid 1E

Followed by:
raidctl -a set -g 0.7.0 c1t0d0
which adds a hot spare.

Fantastic, thank you again!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Missing ASM Disks in Solaris 11.3 LDOM

Hi Guys, Just a quick question hopefully someone will have seen this before and will be able to enlighten me. I have been doing some Infrastructure Verification Testing and one of the tests was booting the primary domain from alternate disks, this all went well - however on restarting one of... (7 Replies)
Discussion started by: gull04
7 Replies

2. Solaris

Hardware RAID using three disks

Dear All , Pl find the below command , # raidctl -l Controller: 1 Volume:c1t0d0 Disk: 0.0.0 Disk: 0.1.0 Disk: 0.3.0 # raidctl -l c1t0d0 Volume Size Stripe Status Cache RAID Sub Size ... (10 Replies)
Discussion started by: jegaraman
10 Replies

3. Solaris

Disks missing from /devices folder. Not sure why.

Help Please! I picked up a V440 and it has 4 disks. I installed Solaris fine to disk 3, but I cannot see the other disks in Solaris. I have run probe-scsi-all from OBP and I see the other disks and they have names in devalias AFAIK. It's just in Solaris they do not appear. I have run... (6 Replies)
Discussion started by: greg1975
6 Replies

4. Solaris

Disks not reconize during solaris 10 installation

Hi all, I am installing Solaris 10 on a new server Sun Blade X6270. During the installation i get this error: ''disk not found'' I try to replug the disks but the same error eppear. Disks reference: SAS 146GB Seagate 10000RPM Do i need to install disk or controller's driver? or do another... (2 Replies)
Discussion started by: saki_jumeau
2 Replies

5. AIX

SCSI PCI - X RAID Controller card RAID 5 AIX Disks disappeared

Hello, I have a scsi pci x raid controller card on which I had created a disk array of 3 disks when I type lspv ; I used to see 3 physical disks ( two local disks and one raid 5 disk ) suddenly the raid 5 disk array disappeared ; so the hardware engineer thought the problem was with SCSI... (0 Replies)
Discussion started by: filosophizer
0 Replies

6. Linux

If i don't have raid disks can i shut down dmraid device-mapper?

hello my centOS newly installed system loading dmraid modules on startup I did remove all LVM/raid things from system installation menus and after installation too but dmraid is still there and he says: no raid disks found also I did modprobe -r dm_raid45 and it do remove it but only until... (7 Replies)
Discussion started by: tip78
7 Replies

7. Solaris

Solaris not recognizing RAID 5 disks

I've just installed Sol 10 Update 9 on a Sun 4140 server and have a RAID 1 configuration (2 136 Gb drives) for the OS and have created a RAID 5 array (6 136 GB) drives. When i log into the system I am unable to see the RAID 5 disks at all. I've tried using the devfsadm command but no luck and... (9 Replies)
Discussion started by: goose25
9 Replies

8. Solaris

Move disks to different StorEdge, keeping RAID

Hi. I need to move a 5 disk RAID5 array from a SE3310 box to a different SE3310 array. After installing the disks in the "new" StorEdge device, I "would like" ;) to be able have access to the data which is on the RAID. Essentially, the quesion is, how can this be done? :confused: I checked... (5 Replies)
Discussion started by: alexs77
5 Replies

9. Red Hat

IBM RAID disks

We have a Red Hat linux server running on IBM x445 hardware. There are external disks in an IBM EXP300 disk enclosure. The system is running RAID 5. One of the four IBM disks (73.4 GB 10k FRU 06P5760) has become faulty. The system is still up and running OK because of the RAID. In that same EXP300... (3 Replies)
Discussion started by: pdudley
3 Replies

10. Solaris

Solaris 10 x86 Installation Will Not Boot From CD Disks

Problem: Am trying to install Solaris 10 x86 on a desktop PC (PC details unspecified) from downloaded iso images (5 in all) on 5 CD disks. These were downloaded from the Sun website and unzipped. I install Disk 1of 5 into the CD drive and then restart the machine, thinkng that it will launch... (5 Replies)
Discussion started by: RobSand
5 Replies
Login or Register to Ask a Question