Operating System - HP-UX
1833875 Members
1632 Online
110063 Solutions
New Discussion

Re: LUN size limitation ?

 
galenr
Advisor

LUN size limitation ?

I had thought that the Hp 9000 lun size limitations were 1MB to the remaining available space on the array.

We have created some LUNs for use by our server. The LUNs of interest
are 2 @ 1.6 TB LUNs.

The problem basically boils down to a HP server seeing our
1.6TB LUNs as ~3.5 TB, which would be nice _ but is not the case. I have
attached the LUNs to another HP server with the same results. With the
smaller LUNs (sizes of ~52 & 72 GB), they do not have any problems. They
attach & display their size correctly to our HP 9000 servers.
So it is not that we are reading 512 as opposed to 1024 because the problem does not occur using smaller LUNS.

Can anyone shed some light please ?
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor

Re: LUN size limitation ?

Hi:

It depends upons the OS version. What version OS are you running and is it 32-bit or 64-bit (if 11x)?

If it ain't broke, I can fix that.
galenr
Advisor

Re: LUN size limitation ?

Hello-
Good afternoon and thank you for your prompt response. The system is running 11.11 and 32-bit. Lemmeknow should you need further data.
Sanjay_6
Honored Contributor

Re: LUN size limitation ?

A. Clay Stephenson
Acclaimed Contributor

Re: LUN size limitation ?

I don't have a 32-bit 11x box with that much disk to test this on, but what appears to be happening is that your 1.6TB signed value is being treated as an unsigned value which would make it appear to be 3.52TB. You basically have an integer overflow in a 32-bit environment.
If it ain't broke, I can fix that.