Operating System - HP-UX
1752843 Members
3806 Online
108789 Solutions
New Discussion юеВ

Re: Online jfs filesystem resizing when it has mount points active below it...

 
SOLVED
Go to solution
compiler
Frequent Advisor

Online jfs filesystem resizing when it has mount points active below it...


I've been testing fsadm to do "online vfxs resizing" and it's working nicely:

(example: fsadm -F vxfs -b 102400M /myfs)

My question is ... Is it possible and safe to do online JFS resizing on a filesystem that has other partitions mounted into it?

Example. We have:

/myfs /dev/vg01/lvol1
/myfs/logs /dev/vg01/lvol2
/myfs/data /dev/vg01/lvol3


Would be safe to extend /myfs without umounting /myfs/logs and /myfs/data ?

Thanks.
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: Online jfs filesystem resizing when it has mount points active below it...

Hi:

You should not have any problem. Each is a separate filesystem to VxFS (JFS).

Regards!

...JRF...
compiler
Frequent Advisor

Re: Online jfs filesystem resizing when it has mount points active below it...


Thanks a lot :)
compiler
Frequent Advisor

Re: Online jfs filesystem resizing when it has mount points active below it...


The answer is "Yes. It's supposed to be safe and possible".