- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RAID-5 Using an FC60
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
05-14-2001 10:46 AM
05-14-2001 10:46 AM
I assume the RAID 0/1 involves using Mirror/UX?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 08:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 09:13 PM
05-14-2001 09:13 PM
Re: RAID-5 Using an FC60
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 01:38 AM
05-15-2001 01:38 AM
Re: RAID-5 Using an FC60
RAID 1/0 in FC60 has nothing to do with Mirror/UX.
Mirror/UX indicates software mirroring and FC60 uses hardware mirroring as far as RAID 1 or RAID 1/0 concerned.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 04:28 AM
05-15-2001 04:28 AM
Re: RAID-5 Using an FC60
You can configure RAID etc. with SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 01:40 AM
05-16-2001 01:40 AM
Re: RAID-5 Using an FC60
Then perform;
insf -e
to create the special files. Be aware that this command may change permissions/ownership on tty files being used for modems etc if you've changed such files from their defaults in the past.
At this point you will have device files for the new LUN (either RAID 1 or 5) The difficulty of course is identifying the files. I normally know precisely which files are going to be created, based on previous LUNS and hardware paths. For a new system it'll be wise to take an
ioscan -funCdisk
listing beforehand.
Identify the new LUN from another ioscan -funCdisk listing. You will also have an alternate path (or should do) so make a note of the alternate path device file.
pvcreate the new LUN, on the primary path you intend to use. i.e.
pvcreate /dev/rdsk/c
Add both the primary and alternate path to the LUN to your chosen volume group. Again your listing of ;
vgextend /dev/vg
vgextend /dev/vg
vgdisplay -v /dev/vg
The LUN capacity can now be used for logical volumes.
There is a bit more, but that concerns balancing the LUNS across controllers for redundancy and load. This is defined by the amcfg command
--- Physical volumes ---
PV Name /dev/dsk/c11t0d0
PV Name /dev/dsk/c6t0d0 Alternate Link
PV Status available
Total PE 17343
Free PE 0
Autoswitch On
PV Name /dev/dsk/c10t0d1
PV Name /dev/dsk/c5t0d1 Alternate Link
PV Status available
Total PE 17343
Free PE 0
Autoswitch On
PV Name /dev/dsk/c11t0d2
PV Name /dev/dsk/c6t0d2 Alternate Link
PV Status available
Total PE 17343
Free PE 0
Autoswitch On
PV Name /dev/dsk/c10t0d3
PV Name /dev/dsk/c5t0d3 Alternate Link
PV Status available
Total PE 17343
Free PE 0
Autoswitch On
Remember RAID 5 will require global hot spares to be set-up, in the event of a disk fail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 09:30 AM
05-17-2001 09:30 AM