Operating System - HP-UX
1753556 Members
5699 Online
108796 Solutions
New Discussion

Extend filesystem in cluster.

 
majhar_mujawar
Advisor

Extend filesystem in cluster.

Hi Team,

 

  Just wondering about filesystem extend in cluster , is it the same way we do in normal HP-UX servers or have i to follow any other way.

 

Regards,

Majhar.

1 REPLY 1
Patrick Wallek
Honored Contributor

Re: Extend filesystem in cluster.

If you are just extending a filesystem, then the way you normally do it is fine.

 

# lvextend -L <size in MB> /dev/vg??/lv??

# fsadm -b <size in MB>m /mountpoint

 

And you are done.

 

If you have to add a disk to the VG then more steps will be required.