Disk Enclosures
1752749 Members
4851 Online
108789 Solutions
New Discussion юеВ

Re: Allocazione spazio superiore a 256 Gb

 
Damiano Angelo
Occasional Advisor

Allocazione spazio superiore a 256 Gb

dovendo allocare 740 Gb di spazio disco ad un unico logicalvolum, sapendo che aotre i 256 Gb il sistema non lo consente, come bisogna operare?
S.O. HPUX 11i
9 REPLIES 9
Robert-Jan Goossens
Honored Contributor

Re: Allocazione spazio superiore a 256 Gb

Ciao Damiano,

I'm gonna return in English,

You will need a minimal of jfs 3.3. JFS 3.3 has a limit of 1 TB.

What kind of filesystem do you use ?

# fstype -v /dev/vgxx/rvolx

Kind regards,
Robert-Jan

Damiano Angelo
Occasional Advisor

Re: Allocazione spazio superiore a 256 Gb

fstype -v /dev/vg01/rlvol01
sh: fstype: not found.
perch├Г
Damiano Angelo
Occasional Advisor

Re: Allocazione spazio superiore a 256 Gb

lidodbc1:/#fstyp -v /dev/vg01/rlvol01
vxfs
version: 4
f_bsize: 8192
f_frsize: 8192
f_blocks: 32128000
f_bfree: 32126732
f_bavail: 31875742
f_files: 8031712
f_ffree: 8031680
f_favail: 8031680
f_fsid: 1073807361
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 5
f_size: 32128000
lidodbc1:/#
Fabio Ettore
Honored Contributor

Re: Allocazione spazio superiore a 256 Gb

Ciao Damiano,

potresti mettere i prossimi post in Inglese in modo che tu possa avere l'aiuto di tutta la comunit├Г  di forum?

Translate in English of Damiano:
I wants to create a logical volume of 740 GB but I know that it is not possible to create one more than 256 GB.
How to do it?

Grazie e ciao!
Etto
WISH? IMPROVEMENT!
Robert-Jan Goossens
Honored Contributor

Re: Allocazione spazio superiore a 256 Gb

Hi again,

There should be no problem creating a filesystem up to 1024 GB on a default 11.i OS.

Could you give us some more information about your volume group (vg01)

# vgdisplay -v vg01
Fabio Ettore
Honored Contributor

Re: Allocazione spazio superiore a 256 Gb

Damiano,

it depends how you created volume group.
# vgdisplay vgXX
where vgXX is your volume group.
If it is with PE size of 4 Mbytes then you can create a logical volume with max size 256 MBytes.

Best regards,
Ettore
WISH? IMPROVEMENT!
Fabio Ettore
Honored Contributor

Re: Allocazione spazio superiore a 256 Gb

Damiano,

anche Robert ti sta chiedendo di darci maggiori informazioni sul volume group.
Perfavore inserisci l'output del comando

# vgdisplay -v vg01

Ciao.
Ettore
WISH? IMPROVEMENT!
Damiano Angelo
Occasional Advisor

Re: Allocazione spazio superiore a 256 Gb

I solved the problem recreating the volume group with the following flag:

vgcreate -s 16 /dev/vg01 ....

This gave me the ability to allocate blocks of 16 mb (default is 4 mb).

So I was able to define a logical volume greater than 256 Gb (up to 65535 LE of 16 Mb for a global amount of about 1 Tb).

Thanks a lot for help.

Angelo Damiano
Robert-Jan Goossens
Honored Contributor

Re: Allocazione spazio superiore a 256 Gb

Hi Damiano,

Would you please give Ettore a bunny for this one, he was more awake :-)

Ciao,
Robert-Jan

0 points please