- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Reg software mirroring for internal hard drives
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2012 05:47 AM
04-30-2012 05:47 AM
Reg software mirroring for internal hard drives
Hi ,
We have 6 internal hard drives with our rx6600 hpux 11iv2 alongwith 2 OS disks.
I want to create raid 5 on this drives.
How do we do it ?
root #/ >ioscan -fnC disk|grep EH
disk 2 0/4/1/0.0.0.1.0 sdisk CLAIMED DEVICE HP EH0146FARWD
disk 3 0/4/1/0.0.0.2.0 sdisk CLAIMED DEVICE HP EH0146FARWD
disk 4 0/4/1/0.0.0.3.0 sdisk CLAIMED DEVICE HP EH0146FARWD
disk 5 0/4/1/0.0.0.4.0 sdisk CLAIMED DEVICE HP EH0146FARWD
disk 6 0/4/1/0.0.0.5.0 sdisk CLAIMED DEVICE HP EH0146FARWD
disk 9 0/4/1/0.0.0.7.0 sdisk CLAIMED DEVICE HP EH0146FARUB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2012 06:37 AM
04-30-2012 06:37 AM
Re: Reg software mirroring for internal hard drives
Hi
Harware Raid or Software Raid ?
Hardware Raid -Whar Raid Controller you are using?
Software Raid --Do you have Mirrored Ux Installed?
Ajin.S
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2012 07:00 AM
04-30-2012 07:00 AM
Re: Reg software mirroring for internal hard drives
The Mirror Disk software will not allow you to do RAID5. MirrorDisk only allows mirroring or RAID 1.
Since you have an rx6600 your best bet is going to be hardware RAID with a RAID controller.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2012 03:13 PM
04-30-2012 03:13 PM
Re: Reg software mirroring for internal hard drives
Hi,
The rx-6600 usually comes with inbuilt RAID controller, sometime the RAID configuration resides there with preinstalled with factory built. If the H/W RAID is not removed you can see less disk in OS , (ioscan -fnC disk) output. If the H/W RAID is not configured you can see all the available disks in the OS.
Use this command to check if your system has hardware RAID:
# sasmgr get_info -D /dev/sasd0 -q RAID
-if it is not there you can do it, using sasmgr ,
-or from EFI drvcfg command utility ,
- With software mirroring (MirrorDisk/UX ) you can get RAID 0 or RAID 1 .
HTH,
Raj D.
- Tags:
- sasmgr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2012 12:06 AM
05-02-2012 12:06 AM
Re: Reg software mirroring for internal hard drives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2012 12:08 AM
05-02-2012 12:08 AM
Re: Reg software mirroring for internal hard drives
oops the o/p was messy ,
root #/ > sasmgr get_info -D /dev/sasd0 -q raid
ERROR: Unable to obtain SAS Address for the specified HW Path: No such device
Wed May 2 12:37:34 2012
---------- PHYSICAL DRIVES ----------
LUN dsf SAS Address Enclosure Bay Size(MB)
/dev/rdsk/c21t0d0 0x5000c5000c0ad719 1 1 140014
/dev/rdsk/c21t1d0 0x5000c5000c0afcf9 1 2 140014
/dev/rdsk/c21t2d0 0x5000c5000c0afd1d 1 3 140014
/dev/rdsk/c21t3d0 0x5000c5000c0afcfd 1 4 140014
/dev/rdsk/c21t4d0 0x5000cca00b74ff51 1 5 140014
/dev/rdsk/c21t5d0 0x5000c5000c0afe89 1 6 140014
---------- LOGICAL DRIVE 7 ----------
Raid Level : RAID 1
Volume sas address : 0xa91990a29aea7f0
Device Special File : /dev/rdsk/c21t6d0
Raid State : OPTIMAL
Raid Status Flag : ENABLED
Raid Size : 139898
Rebuild Rate : 0.00 %
Rebuild Progress : 100.00 %
Participating Physical Drive(s) :
SAS Address Enc Bay Size(MB) Type State
0x5000c5000c0ad48d 1 7 140014 PRIMARY ONLINE
0x5000c5000c0afb81 1 8 140014 SECONDARY ONLINE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2012 02:02 AM
05-02-2012 02:02 AM
Re: Reg software mirroring for internal hard drives
You have the default SAS controller installed. This controller can manage 2 pairs of mirrored disks, you already have 2 mirrored disks. This controller cannot do RAID5.
Consider to backup all your data, install an optional smartarray P400, create logical drives (1 RAID1 for OS, RAID5 for data for example) and restore your data.
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!
