Solaris recognize HW Raid ??


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris recognize HW Raid ??
# 1  
Old 03-03-2011
Solaris recognize HW Raid ??

Hardware:
HP P2000
HP DL380 G7 with Solaris

Software:
Solaris 10 05/08

I had made a Hardware raid on P2000 and install solaris on G7,
The raid card controller is working fine.
How can I make the raid works on OS??
"raidclt" is getting nothing SmilieSmilie

Thanks
# 2  
Old 03-03-2011
In regard to dl380, I believe you have to make RAID with the HP SmartStart CD. Cannot comment on P2000 though.

Good luck Smilie
# 3  
Old 03-03-2011
Assuming you have a direct connect P2000 array, which generation is it and what particular controller have you?
# 4  
Old 03-03-2011
only use fiber to connect directly.
Use SmartStart CD to create array.
# 5  
Old 03-03-2011
Assuming you're saying you connect directly to the P2000 via a FC HBA, is the HBA recognized by the OS?

As root, run:

Code:
fcinfo hba-port

That should show the HBA ports, assuming your HBA is recognized by the OS. If it's not reconized, find Solars x86 drivers for the HBA.

Once your HBA is recognized, you need to find out what LUNs the HBA can see. If you do have a supported HBA, then run this as root to see what LUNs the HBA can see:

Code:
for port in `fcinfo hba-port | grep Port | awk '{ print $4 }'`; do
    echo $port;
    fcinfo remote-port -ls -p $port;
done

# 6  
Old 03-03-2011
why such an old solaris version?
# 7  
Old 03-03-2011
Quote:
Originally Posted by achenle
Assuming you're saying you connect directly to the P2000 via a FC HBA, is the HBA recognized by the OS?

As root, run:

Code:
fcinfo hba-port

That should show the HBA ports, assuming your HBA is recognized by the OS. If it's not reconized, find Solars x86 drivers for the HBA.

Once your HBA is recognized, you need to find out what LUNs the HBA can see. If you do have a supported HBA, then run this as root to see what LUNs the HBA can see:

Code:
for port in `fcinfo hba-port | grep Port | awk '{ print $4 }'`; do
    echo $port;
    fcinfo remote-port -ls -p $port;
done


Code:
HBA Port WWN: 500143800630fe72
	OS Device Name: /dev/cfg/c2
	Manufacturer: QLogic Corp.
	Model: AE311-60001
	Firmware Version: 05.03.02
	FCode/BIOS Version:  BIOS: 2.15; fcode: 2.03; EFI: 2.20;
	Serial Number: MY51022GLL
	Driver Name: qlc
	Driver Version: 20100301-3.00
	Type: L-port
	State: online
	Supported Speeds: 1Gb 2Gb 4Gb 
	Current Speed: 4Gb 
	Node WWN: 500143800630fe73

HBA Port WWN: 500143800630febc
	OS Device Name: /dev/cfg/c3
	Manufacturer: QLogic Corp.
	Model: AE311-60001
	Firmware Version: 05.03.02
	FCode/BIOS Version:  BIOS: 2.15; fcode: 2.03; EFI: 2.20;
	Serial Number: MY51022GMM
	Driver Name: qlc
	Driver Version: 20100301-3.00
	Type: L-port
	State: online
	Supported Speeds: 1Gb 2Gb 4Gb 
	Current Speed: 4Gb 
	Node WWN: 500143800630febd

If I can see LUNs, how about the next step ?
to make a file system?
to mount RAID?

Last edited by stanley1024; 03-04-2011 at 12:05 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

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... (2 Replies)
Discussion started by: msarro
2 Replies

2. Solaris

Hardware RAID not recognize the new disk [Sun T6320]

We have hardware RAID configured on Sun-Blade-T6320 and one of the disk got failed. Hence we replaced the failed disk. But the hot swapped disk not recognized by RAID. Kindly help on fixing this issue. We have 2 LDOM configured on this server and this server running on single disk. #... (8 Replies)
Discussion started by: rock123
8 Replies

3. UNIX for Dummies Questions & Answers

RAID on Solaris Question

Hello folks; I'm trying to install Solaris 10 x86 on SUN X4150 box with 6 disks in it, the question is how can i create a Virtual disk like RAID 0 before i install Solaris. When i boot up i don't see any option to go and create my raid before the installation begin. Thanks in advance for any... (2 Replies)
Discussion started by: Katkota
2 Replies

4. 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

5. Solaris

how to check for hardware layered raid in solaris 10 ?

hi all, will command metastats tell whether there is hardware layered raid ? i intend to do patching and plug out one of the disks in case the one inside encountered issues. (1 Reply)
Discussion started by: Exposure
1 Replies

6. Solaris

Solaris LVM Raid 0+1

Hi, I tried to setup a Riad 0+1 but I found no step by step manual to follow so I tried on my own ;) I'd already configured a mirror for the OS on my Solaris machines so I had an idea where to start. I have 9 drives in the server. 1. I configured the first two as a mirror for the OS. 2. I... (1 Reply)
Discussion started by: RoiDanton
1 Replies

7. UNIX for Dummies Questions & Answers

Raid config on Jumpstart (Solaris 10

Hi there, I was wondering if it is possible to include a RAID configuration in my Solaris 10 Jumpstart files, so that I don't have to manually set up RAID on all my machines. Thanks P.S. I started messing around with Solaris only a week back, so if I sound like a complete idiot, you know... (1 Reply)
Discussion started by: iman453
1 Replies

8. Solaris

raid 5 using solaris 9 LVM

if i want to create a raid 5 device on 3 disks I have, can I make multiple metadevices? all the example i see on the internet make use of the slice 2 placing the entire disk into the raid5 device. what if i make 3 identical slices on each disk, and make 3 raid 5 metadevices? will that work? (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

9. Solaris

RAID in Solaris 9

All, Is there a way to RAID the disks in Solaris 9? Solaris 8 provided DiskSuite for mirroring disk drives. Is there a GUI for DiskSuite in Solaris 9? Thanks, Mike (2 Replies)
Discussion started by: bubba112557
2 Replies
Login or Register to Ask a Question