Operating System - HP-UX
1752815 Members
4531 Online
108789 Solutions
New Discussion юеВ

Re: Filesystem extension issues in HP-UX

 
rescuehp17
Frequent Advisor

Re: Filesystem extension issues in HP-UX

Can't have downtime. So need to be done online. Defragmentation is done, still non't work.

rescuehp17
Frequent Advisor

Re: Filesystem extension issues in HP-UX

Any ideas, guys? Really appreciate and this project is pending.

rescuehp17
Frequent Advisor

Re: Filesystem extension issues in HP-UX

(root) @/tmp> echo "8192B.p S" | /opt/VRTS/bin/fsdb /dev/vgtest/rlvbo10 | grep flags
flags 0 mod 0 clean 3c
(root) @/tmp> echo "8192B.p S" | /opt/VRTS/bin/fsdb /dev/vgtest/rlvbo30 | grep flags
flags 0 mod 0 clean 3c
(root) @/tmp> echo "8192B.p S" | /opt/VRTS/bin/fsdb /dev/vgtest/rlvbo50 | grep flags
flags 0 mod 0 clean 3c
(root) @/tmp> echo "8192B.p S" | /opt/VRTS/bin/fsdb /dev/vgtest/rlvbo70 | grep flags
flags 0 mod 0 clean 3c
(root) @/tmp> echo "8192B.p S" | /opt/VRTS/bin/fsdb /dev/vgtest/rlvbo80 | grep flags
flags 0 mod 0 clean 3c
(root) @/tmp>

rescuehp17
Frequent Advisor

Re: Filesystem extension issues in HP-UX

Still no luck to increase the file system size:

(root) @/tmp> echo "8192B.p S" | /opt/VRTS/bin/fsdb /dev/vgtest/rlvbo10 | grep flags
flags 0 mod 0 clean 3c
(root) @/tmp> echo "8192B.p S" | /opt/VRTS/bin/fsdb /dev/vgtest/rlvbo30 | grep flags
flags 0 mod 0 clean 3c
(root) @/tmp> echo "8192B.p S" | /opt/VRTS/bin/fsdb /dev/vgtest/rlvbo50 | grep flags
flags 0 mod 0 clean 3c
(root) @/tmp> echo "8192B.p S" | /opt/VRTS/bin/fsdb /dev/vgtest/rlvbo70 | grep flags
flags 0 mod 0 clean 3c
(root) @/tmp> echo "8192B.p S" | /opt/VRTS/bin/fsdb /dev/vgtest/rlvbo80 | grep flags
flags 0 mod 0 clean 3c
(root) @/tmp>

Torsten.
Acclaimed Contributor

Re: Filesystem extension issues in HP-UX

I googled this:

 

https://sort.veritas.com/public/documents/sfha/6.0/aix/productguides/html/sfcfs_install/ch11s04s05.htm

 

A clean_value value of 0x5a indicates the file system is clean. A value of 0x3c indicates the file system is dirty.


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
rescuehp17
Frequent Advisor

Re: Filesystem extension issues in HP-UX

Oh, I tried this, still no luck:

(root) @/> fsadm -F vxfs -d -e /test
(root) @/> fsadm -F vxfs -D -E /test

Directory Fragmentation Report
Dirs Total Immed Immeds Dirs to Blocks to
Searched Blocks Dirs to Add Reduce Reduce
total 5 1 4 0 0 0

Extent Fragmentation Report
Total Average Average Total
Files File Blks # Extents Free Blks
10 9661883 298 8224315
blocks used for indirects: 32
% Free blocks in extents smaller than 64 blks: 0.00
% Free blocks in extents smaller than 8 blks: 0.00
% blks allocated to extents 64 blks or larger: 100.00
Free Extents By Size
1: 9 2: 3 4: 1
8: 1 16: 0 32: 1
64: 0 128: 2 256: 1
512: 2 1024: 2 2048: 0
4096: 1 8192: 1 16384: 1
32768: 0 65536: 1 131072: 0
262144: 1 524288: 1 1048576: 1
2097152: 1 4194304: 1 8388608: 0
16777216: 0 33554432: 0 67108864: 0
134217728: 0 268435456: 0 536870912: 0
1073741824: 0 2147483648: 0

(root) @/>
(root) @/> fsadm -F vxfs -b 309715200 /test
UX:vxfs fsadm: ERROR: V-3-20340: attempt to resize /dev/vgtest/rlvtest failed with errno 16
(root) @/>