RAID 5 on HP-UX


 
Thread Tools Search this Thread
Operating Systems HP-UX RAID 5 on HP-UX
# 8  
Old 09-11-2009
From my point of vue, I would say no because HP-UX has no software to do so, mirror-ux will do mirroring, RAID5 is achieved by specialized devices such as HP RAID160 SA Controller:
HP RAID160 SA Controller Supported RAID Configurations

You have an usupported OS (or will be very soon...), but an interesting box, do you have a tape device on it? If so I would do a make_recovery tape (man make_recovery...) and use it to reinstall the OS on one disk (vg00) then mirror it and install the rest on 1 disk (vg01) and mirror also.
Since you have 2 independant controllers I would mirror each time a disk from alternate controller.
You could also try to stripe on 2 disks (each on different controller) then mirror with the 2 other disks left...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

RAID Configuration for IBM Serveraid-7k SCSI RAID Controller

Hello, I want to delete a RAID configuration an old server has. Since i haven't the chance to work with the specific raid controller in the past can you please help me how to perform the configuraiton? I downloaded IBM ServeRAID Support CD but i wasn't able to configure the video card so i... (0 Replies)
Discussion started by: @dagio
0 Replies

2. Solaris

Software RAID on top of Hardware RAID

Server Model: T5120 with 146G x4 disks. OS: Solaris 10 - installed on c1t0d0. Plan to use software raid (veritas volume mgr) on c1t2d0 disk. After format and label the disk, still not able to detect using vxdiskadm. Question: Should I remove the hardware raid on c1t2d0 first? My... (4 Replies)
Discussion started by: KhawHL
4 Replies

3. UNIX for Dummies Questions & Answers

Need help with RAID.

Hi Gurus, Can any one explain me the difference between hardware RAID and s/w RAID. Thanks in Advance. (1 Reply)
Discussion started by: rama krishna
1 Replies

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

5. Solaris

Creation of Raid 01 and Raid 10

Hello All, I have read enough of texts on Raid 01 and Raid 10 on solaris :wall: . But no-where found a way to create them using SVM. Some one pls tell me how to do or Post some link if that helps. TIA Curious solarister (1 Reply)
Discussion started by: Solarister
1 Replies

6. Solaris

implementing RAID 1 from RAID 5

Dear ALl, I have a RAID 5 volume which is as below d120 r 60GB c1t2d0s5 c1t3d0s5 c1t4d0s5 c1t5d0s5 d7 r 99GB c1t2d0s0 c1t3d0s0 c1t4d0s0 c1t5d0s0 d110 r 99GB c1t2d0s4 c1t3d0s4 c1t4d0s4 c1t5d0s4 d8 r 99GB c1t2d0s1 c1t3d0s1... (2 Replies)
Discussion started by: jegaraman
2 Replies

7. UNIX for Dummies Questions & Answers

RAID software vs hardware RAID

Hi Can someone tell me what are the differences between software and hardware raid ? thx for help. (2 Replies)
Discussion started by: presul
2 Replies

8. Solaris

Raid 0

Somebody can help me ! how can i do mirror in sun ver 8 without third party software !!! (3 Replies)
Discussion started by: goldfelda
3 Replies

9. Solaris

RAID 0+1 Vs RAID 1+0

hi all...sudhansu here............ i need some help.......... what is RAID 0+1 and RAID 1+0.............what is the difference between them................ suppose i have 80 gb disk space,then which RAID level i follow n why......... i need redundancy n maximum storage..........please help (3 Replies)
Discussion started by: sudhansu
3 Replies
Login or Register to Ask a Question
MVSATA(4)						   BSD Kernel Interfaces Manual 						 MVSATA(4)

NAME
mvsata -- Marvell Hercules-I and Hercules-II SATA controllers driver SYNOPSIS
mvsata* at pci? dev ? function ? DESCRIPTION
The mvsata driver supports the Marvell Hercules-I and Hercules-II family of SATA controllers, interfacing the hardware with the ata(4) and atapi(4) subsystems. The following controllers are supported by the mvsata driver: Adaptec RAID 1420SA Adaptec RAID 1430SA Marvell 88SX50xx Hercules-I Marvell 88SX60xx Hercules-II Marvell 88SX70xx Hercules-II Triones Technologies RocketRAID 2310 RAID card The 88SX60xx and later support Native Command Queuing. The 88SX70xx also supports ATAPI. SEE ALSO
ata(4), atapi(4), pci(4), wd(4) HISTORY
The mvsata driver first appeared in NetBSD 6.0. AUTHORS
The mvsata driver was written by KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>. BUGS
SATA Native Command Queuing is not yet supported. Device hot swapping is not yet supported. ATAPI is not yet tested. Marvell's Software RAID is not yet supported by the ataraid(4) driver. raid(4) can be used instead. BSD
July 19, 2009 BSD