- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: largest supported LUN
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
08-17-2005 07:28 AM
08-17-2005 07:28 AM
largest supported LUN
I am trying to present a LUN of 350GB as a single PV, can this ever work?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 07:30 AM
08-17-2005 07:30 AM
Re: largest supported LUN
You say "I am trying....". Are you getting errors at some point? If so, what are they and what are you doing when they occurr?
You will have to adjust your PE SIZE parameter (the default of 4 will never work) to something like 32 or 64 when setting up the VG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 07:37 AM
08-17-2005 07:37 AM
Re: largest supported LUN
/>vgcreate -s 32 -e 65535 vg07 /dev/dsk/c13t0d0
vgcreate: Volume group "/dev/vg07" could not be created:
The path does not specify a valid physical volume.
/>vgcreate -s 64 -e 65535 vg07 /dev/dsk/c13t0d0
vgcreate: Volume group "/dev/vg07" could not be created:
The path does not specify a valid physical volume.
/>ll /dev/*/group
crw-r----- 1 root sys 64 0x000000 Sep 28 2003 /dev/vg00/group
crw-r--r-- 1 root sys 64 0x010000 Feb 26 2004 /dev/vg01/group
crw-r--r-- 1 root sys 64 0x020000 Mar 1 2004 /dev/vg02/group
crw-r--r-- 1 root sys 64 0x030000 Jun 1 2004 /dev/vg03/group
crw-r--r-- 1 root sys 64 0x070000 Aug 17 15:12 /dev/vg07/group
/>ll /dev/vg07
total 0
crw-r--r-- 1 root sys 64 0x070000 Aug 17 15:12 group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 07:40 AM
08-17-2005 07:40 AM
Re: largest supported LUN
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 07:44 AM
08-17-2005 07:44 AM
Re: largest supported LUN
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 07:55 AM
08-17-2005 07:55 AM
Re: largest supported LUN
ioscan
disk 74 1/0/14/0/0.1.0.0.0.0.0 sdisk CLAIMED DEVICE DGC CX300WDR5/dev/dsk/c13t0d0 /dev/rdsk/c13t0d0
/usr/symcli/bin/syminq
/dev/rdsk/c13t0d0 DGC CX300WDR5 HP03 Ch2 CONT 293601280
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 08:06 AM
08-17-2005 08:06 AM
Re: largest supported LUN
fstyp -v /dev/vgxx/lvolx (some other lvol)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 08:17 AM
08-17-2005 08:17 AM
Re: largest supported LUN
>fstyp -v /dev/vg01/lvol1
vxfs
version: 4
f_bsize: 8192
f_frsize: 1024
f_blocks: 2097152
f_bfree: 516731
f_bavail: 484692
f_files: 132284
f_ffree: 129180
f_favail: 129180
f_fsid: 1073807361
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 7
f_size: 2097152
I already did a pvcreate, I was able to do a vgcreate on the same vg with the same disk but it did not use up all the space, so i did a vgchange and vgexport, and then re did the mknod etc.....
If I am limited by vxfs is their a workaround?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 08:37 AM
08-17-2005 08:37 AM
Re: largest supported LUN
thanks all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 05:18 PM
08-17-2005 05:18 PM