Operating System - HP-UX
1851421 Members
3321 Online
104058 Solutions
New Discussion

Re: EMC Symm Meta volume size differ on HPUX 11.i

 
Deepak Seth_1
Regular Advisor

EMC Symm Meta volume size differ on HPUX 11.i

i have created a meta volume of size 185 GB on emc symm . it only shows 151 gb on hpux host . Is there maximum limitation on hpux for a physical device ?

please help.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: EMC Symm Meta volume size differ on HPUX 11.i

Shalom,

No, that is not the maximum size for a logical volume.

What has probably happened is one of the following:

1) Calculation error on screen.
2) Not enough physical extents in the volume group the volume is part of. It will probably be necessary to rebuild the volume group with vgcreate.

I suggest the -p and/or the -s parameter of vgcreate to insure there are enough physical extents to permit the drive to include all of the space.

-p changes the default number of physical volume in the volume group from 255 to a lower number, permitting more space allocation per physical drive.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sundar_7
Honored Contributor

Re: EMC Symm Meta volume size differ on HPUX 11.i

No, it is in the order of TBs. How are you checking the LUN size ? diskinfo ?
Learn What to do ,How to do and more importantly When to do ?
Deepak Seth_1
Regular Advisor

Re: EMC Symm Meta volume size differ on HPUX 11.i

Here is inq output

-----------------------------------------------------------------------------
DEVICE :VEND :PROD :REV :SER NUM :CAP(kb)
-----------------------------------------------------------------------------
/dev/rdsk/c0t0d0 :_NEC :DVD+-RW ND-6650A:1.82 :05040800 : -----
/dev/rdsk/c2t0d0 :HP 73.4G:ST373454LC :HPC3 :3KP05E8Y : 71687369
/dev/rdsk/c2t1d0 :HP 73.4G:ST373454LC :HPC3 :3KP05D1K : 71687369
/dev/rdsk/c6t0d0 :EMC :SYMMETRIX :5568 :7200000000 : 46080
/dev/rdsk/c6t0d6 :EMC :SYMMETRIX :5568 :720004c000 : 151694400 (this disk)

here is my diskinfo -v output

diskinfo -v /dev/rdsk/c6t0d6
SCSI describe of /dev/rdsk/c6t0d6:
vendor: EMC
product id: SYMMETRIX
type: direct access
size: 151694400 Kbytes
bytes per sector: 512
rev level: 5568
blocks per disk: 303388800
ISO version: 0
ECMA version: 0
ANSI version: 3
removable media: no
response format: 2

Here is my symdev output

(dbmon2 root):/> symdev -sid 3172 list | grep -i 04c
004C Not Visible ***:* 16A:D0 2-Way Mir N/Grp'd (M) RW 182995

The actual meta volume size is 182+ GB
Tim Nelson
Honored Contributor

Re: EMC Symm Meta volume size differ on HPUX 11.i

Sounds like a question for EMC. The drive geometry or emulation is being interpreted wrong by HPUX.