- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RAID on HPUX
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-02-2008 06:58 AM
05-02-2008 06:58 AM
RAID on HPUX
Also, how can I check whether it is software RAID or Hardware RAID.
I got new server 8640, and I want to configure the RAID on it, so how could I proceed.
I have to do the same RAID as of the old servers.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 07:12 AM
05-02-2008 07:12 AM
Re: RAID on HPUX
You would be advised if the new system has hardware raid to use that.
The raid card has its own cpu and memory and this will take load off the main system.
You can of course use mirror/ux, eg software raid but that is a less efficient use of resources.
The raid card can be identified a few ways.
Physically look at the back of the machine.
Boot at console and look for a smart raid function key prompt.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 07:17 AM
05-02-2008 07:17 AM
Re: RAID on HPUX
Could pls tell me the command line by which I can ensure for the RAID config on my existing server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 07:25 AM
05-02-2008 07:25 AM
Re: RAID on HPUX
LVM is capable of RAID0 ( simple stripe in the kb sizes)
With add-on MIRROR/UX this would add RAID1 (simple mirroring) capabilities but not RAID0+1 in a true sense.
(distributed extent based stripe with mirroring, this is not 2k,4k,8k.. striping but by the size of the LVM extent, 2M, 4M, 8M... and a mirror of each)
By purchasing a HW RAID HBA you can achieve 0,1,0+1, R5.. depending on which HBA you purchase.
Small arrays like MSA models can acheive the full RAID options, again depending on the model )
And obviously SAN based larger arrays like EVA and XP have their own full service capabilities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 07:28 AM
05-02-2008 07:28 AM
Re: RAID on HPUX
You will have to supply the output of the following.
HPUX Version ( uname -a )
ioscan -kfn
swlist
vgdisplay -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 02:09 AM
05-03-2008 02:09 AM
Re: RAID on HPUX
How many servers (PA-RISC & Itanium) you interest to configure RAID or Mirror. Put the below command output all systems:-
# uname -a
# model
# ioscan
# ioscan -kfn
# ioscan -fnC disk
# strings /etc/lvmtab
# vgdisplay -v /dev/vg00
# setboot -v
# lvlnboot -v
# swlist -l bundle