- Community Home
- >
- Storage
- >
- Legacy
- >
- Disk
- >
- Re: Is there an equivalent to A5856A ?
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
07-31-2003 07:36 AM
07-31-2003 07:36 AM
Is there an equivalent to A5856A ?
We just got a 2300. And we would like to use a raid 10 configuration. I have found out that we need an A5856A ( RAID 4Si, PCI 4 port Ultra2 SCSI RAID ) card. I priced it though HP and they have a hefty price tag on it. I was wondering if anyone knew of an equivalent to the card or maybe somewhere i can get a better price.
Thanks
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 07:44 AM
07-31-2003 07:44 AM
Re: Is there an equivalent to A5856A ?
Just configured ds2300 a day ago with that card :).Anyway,I'm not sure that 4 ports (that means 4 physical arrays x 14 or some drives) card wouldn't be costy.After all,it's actually
a replacement of disk array's controller.
My opinion though :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 07:46 AM
07-31-2003 07:46 AM
Re: Is there an equivalent to A5856A ?
The issue here is I need to make sure this is the card I need. I dont want overkill or buy something that will do the job and then some. This is only going to be used to hook up one raid and no more. If there is another cheaper card that I can use that will do what I need then that is what I am looking for.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 07:50 AM
07-31-2003 07:50 AM
Re: Is there an equivalent to A5856A ?
If you have a support contract and something goes wrong they can refuse to work on the box.
You might be able to get a better price getting a few HP parts resellers to bid the job. I've gotten substantial discounts on parts by finding vendors that had a few left over, and had no trouble putting them on service contracts later.
I'd be happy to give you some contacts.
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
07-31-2003 07:54 AM
07-31-2003 07:54 AM
Re: Is there an equivalent to A5856A ?
What model server are you connecting to?
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 07:56 AM
07-31-2003 07:56 AM
Re: Is there an equivalent to A5856A ?
I dont want to to with a NON hp solution.
A good point was brought up ..
in the description it says 4 ports. Does that mean I can hook up 4 raids to it? If that is the case i dont need 4 ports. I just need one.
Steven the contacts would be great.
my email address is:
richardlATnetworkipDOTnet
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 07:56 AM
07-31-2003 07:56 AM
Re: Is there an equivalent to A5856A ?
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 08:16 AM
07-31-2003 08:16 AM
Re: Is there an equivalent to A5856A ?
For hardware RAID you're gonna need the 4Si
I've emailed you some good stuff
Guinness calls
Have a good un
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 01:43 AM
08-01-2003 01:43 AM
Re: Is there an equivalent to A5856A ?
IF you just want raid1+0 i.e. striping & mirroring LVM offers something quite similar, no special cards. Use Extent Based Mirrored Stripes.
What is actually happening is that each disk in a Physical Volume Group (PVG) round robbins the extents in an LV, & you can mirror this functionality on a second PVG
I'm @home currently so the info will not be a complete as I would like.
1 - create an /etc/lvmpvg file with two PVGs say "primary" & "mirror". do man lvmpvg for the format of this file
2 - Create the LVs
# lvcreate -n
the -D y -s g is the striping distributed stripe using PVG groups
the -m 1 is the mirror bit
Make sure you do the mirroring & striping in ONE go otehrwise you have to wait for the extents to synchronise if you miss off the "-m 1"
Regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 01:59 AM
08-01-2003 01:59 AM
Re: Is there an equivalent to A5856A ?
What about MirrorDisk/UX ? It will be much cheaper, though it's software RAID
BR,
OK