Operating System - HP-UX
1836466 Members
2099 Online
110101 Solutions
New Discussion

MAX FS/VG size limitation is HPUX 11.11

 
SOLVED
Go to solution
Fenny_1
Super Advisor

MAX FS/VG size limitation is HPUX 11.11

hi all,
im using HPUX 11.11 and i need to know is there any limitation on the size of the FS/VG. because i want to create a 7TB FS.

Any help in this regard is highly appreciated.
5 REPLIES 5
melvyn burnard
Honored Contributor
Solution

Re: MAX FS/VG size limitation is HPUX 11.11

this may help
http://docs.hp.com/en/5991-5853/5991-5853.pdf
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Fenny_1
Super Advisor

Re: MAX FS/VG size limitation is HPUX 11.11

Hi,
I studied the document and its very useful. Thanks alot for that.
Can you please tell me how can i check the disk layout version??

I have this version fo JFS

OnlineJFS B.11.11.03.03 Online features of the VxFS File System

your urgent reponse will be highly appreciated
Redhat
Trusted Contributor

Re: MAX FS/VG size limitation is HPUX 11.11

Can you please tell me how can i check the disk layout version??

------I don't understand what is ur requirement..Pls clarify
Enrico P.
Honored Contributor

Re: MAX FS/VG size limitation is HPUX 11.11

Hi,
I think you can check your disk layout version from the command fdisk. Es.

fstyp -v /dev/vg00/lvol6
vxfs
version: 4
f_bsize: 8192
f_frsize: 8192
f_blocks: 768000
f_bfree: 91993
f_bavail: 91531
f_files: 112640
f_ffree: 22976
f_favail: 22976
f_fsid: 1073741830
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 7
f_size: 768000

This is version: 4

Enrico
Fenny_1
Super Advisor

Re: MAX FS/VG size limitation is HPUX 11.11

Problem resolved. Thanks for everyone's help