1829737 Members
1627 Online
109992 Solutions
New Discussion

RAID 6402 Interface

 
SOLVED
Go to solution
Ron Brown_2
Frequent Advisor

RAID 6402 Interface

What is the interface for the 6402 RAID controller under HP-UX 11i? This is connected to an MSA 30 with 8 drives, 4 per channel. I need to mirror drives with RAID 1+0.
should work...
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: RAID 6402 Interface

Shalom Ron,

Is that device een supported? If not you're not going to suceed in connecting to the MSA. Whats the part number? ioscan ?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
spex
Honored Contributor

Re: RAID 6402 Interface

Hi,

My rp4440 has two SmartArray 6402 controllers, with device files /dev/ciss5 and /dev/ciss4.

PCS
spex
Honored Contributor

Re: RAID 6402 Interface

Hello (again),

'/opt/raidsa/bin/sainfo' for more information on the controller and attached storage.

PCS
Steven E. Protter
Exalted Contributor

Re: RAID 6402 Interface

Okay, new hardware.

Its on ioscan as a ctl device. Controller.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ron Brown_2
Frequent Advisor

Re: RAID 6402 Interface

Thanks for the responses. I should be more specific: what is the interface used to configure the controller for RAID 1+0?
should work...
spex
Honored Contributor
Solution

Re: RAID 6402 Interface

Hi Ron,

To create a RAID 1+0 array of disks 0-3 on channel 1 of controller ciss5 with stripe size of 256 KB:

# /opt/raidsa/bin/saconfig /dev/ciss5 -R 1+0 -S 256 -p 1:0 -p 1:1 -p 1:2 -p 1:3

The support guide is located here:
http://docs.hp.com/en/J6369-90026/J6369-90026.pdf

PCS