Operating System - HP-UX
1833777 Members
2750 Online
110063 Solutions
New Discussion

other steps after increase file system size?

 
SOLVED
Go to solution
Piergiacomo Perini
Trusted Contributor

other steps after increase file system size?

Hi2all,

i've two node cluster with MCSG;
i've already increase my fs.
Now i've to perfom other steps?

thanx
6 REPLIES 6
Mark Grant
Honored Contributor

Re: other steps after increase file system size?

This will depend on exactly what it is you want to achieve.
Never preceed any demonstration with anything more predictive than "watch this"
Patrick Wallek
Honored Contributor
Solution

Re: other steps after increase file system size?

I assume you are talking about increasing the size of an LV in one of the cluster VGs? If that is the case, then no, you don't need to do anything else. As long as you did not add a drive to the VG or add an LV to the VG you are OK. When you extend an LV the new size will be automatically picked up when the VG is activated on the other node.
Bill Hassell
Honored Contributor

Re: other steps after increase file system size?

Increasing a filesystem always requires two steps: making the lvol larger using lvextend (but the filesystem knows nothing about this change) and then extendfs (requires filesystem to be unmounted) to inform the filesystem that a change has been made. If you purchased the optional Online JFS product, you can do this in one step (without unmounting the filesystem) using fsadm (only for VxFS filesystems).


Bill Hassell, sysadmin
Piergiacomo Perini
Trusted Contributor

Re: other steps after increase file system size?

With "other steps" I would intend some modification on cluster config
( please, forgive me but i'm a beginner on MCSG ) .
BTW , than to all
Michael Duthie
Trusted Contributor

Re: other steps after increase file system size?

If all your doing is increasing an existing lvol no MCSG changes are required. Lvextend & extendfs as all you need.

The control scripts activate the vg & mount the lvol which already exist.

If you have created a new lvol ... thats a different matter.
Piergiacomo Perini
Trusted Contributor

Re: other steps after increase file system size?

perfect.
Thanx to all guys!