- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: max lun size
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
01-21-2002 11:37 AM
01-21-2002 11:37 AM
max lun size
What is the max size for non-LVM disk?
Is there a physical disk size limitation for LVM?
We will connect the HP server to HDS 9960 disk array, is there LUN size limitation from the HP-UX stand point?
We're going to connect the disk array with fibre channel, do I still need to use the 'virtual bus' for version 11i?
Do I get the device drive from HDS for the disk array, or do I use the HP device driver?, if so what device drvier should I use?
Thank you in advance for anyone's help.
Michelle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 11:44 AM
01-21-2002 11:44 AM
Re: max lun size
In order to answer your questions, we would need more informations:
What kind of HBA are do you have?
Are you using HP, JNI or other vendors cards?
Are you going to use Fabric mode or Arbitrated?
Direct connection or via switch...
LUN size now: what size are you thinking of?
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 11:57 AM
01-21-2002 11:57 AM
Re: max lun size
space for 5 characters. There is a limitation of SAM and configuring luns of this size would have to be done through the command line using the arraycfg command.
check the arraycfg(1m) command man pages for option and syntax of that command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 12:01 PM
01-21-2002 12:01 PM
Re: max lun size
If you use file systems, do you plan on having files/filesystems greater than 2GB?
Do you plan on using mirroring, HP striping, or extent based striping?
Are you using 11i in 64bit mode?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 12:30 PM
01-21-2002 12:30 PM
Re: max lun size
Michelle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 08:27 AM
01-22-2002 08:27 AM
Re: max lun size
If you are using LVM there really is no limitation.
I take it you have already purchased your fibre card. Install the software and driver for that card. If your machine is a L,N, or A I know the software you need is on the application CD's for 11.0. It is product # A5158A. Since you are using lli it should be on one of the application disks. In 11.0 there was a patch we needed for the driver PHKL_21834.
If you are using a different server the product # changes. I know HP was moving toward using the same driver for all the fibre cards with 11i., but since I am not on 11i, I am not sure if this is true.
If you go to the knowlege base of itrc and do a search on Fibre you will find documents that will help you with the correct software/driver/and patches for your fibre card.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 03:06 PM
01-22-2002 03:06 PM
Re: max lun size
if the HDS is similiar to HP's XP512 (who manufactures those? ;-) then there actually IS a limit: The XPs slice *glue* the physical disks together in groups of two (mirroring) or four (RAID5) of them, and then slices the glued amount of space into equally-sized pieces. The currently biggest size of these chunks is ~14GB (AFAIK). These so-called "LUN" things can then be glued together again, creating something bigger, but only up to 36 of them (AFAIK, again).
That would set a limit of 36 * 14GB for what your HP-UX systems would see as "Physical Volume"...
Oh, and yes, you do need LVM for everything exceeding the 32bit-size-barrier (4GB/PV).
For what it's worth,
Wodisch