Operating System - HP-UX
1751797 Members
5505 Online
108781 Solutions
New Discussion юеВ

Re: How to extend a filesystem on serviceguard cluster?

 
SOLVED
Go to solution
Fernando Boza
Regular Advisor

How to extend a filesystem on serviceguard cluster?

I have a cluster serviceguard with 2 nodes HP-UX 11.11.
How I extend a filesystem on the cluster?
I need down the pakage? or only I need umount the filesystem?
6 REPLIES 6
Emil Velez
Honored Contributor

Re: How to extend a filesystem on serviceguard cluster?



lvextend
fsadm -F vxfs -b XXXXM /


assuming you have onlinejfs and space in the volume group
Michael Steele_2
Honored Contributor

Re: How to extend a filesystem on serviceguard cluster?

Hi

Well, the question is, is this file system shared by both nodes? Or is it local to each node like /opt in vg00?

For a shared file system between both nodes, once you extend the logical volume and then the file system on one node, then you're done. When the cluster package fails over the change will still be there.

See above response and lvextend, fsadm -b commands to complete.

For a local file system like /opt, then you have to perform the procedure on both.
Support Fatherhood - Stop Family Law
Johnson Punniyalingam
Honored Contributor
Solution

Re: How to extend a filesystem on serviceguard cluster?

>>How I extend a filesystem on the cluster?
I need down the pakage? <<

if you have Online Jfs - Installed, You can extend your file system on the cluster by Online


lvextend -L /dev/vgxx/lvolxx

fsadm -f vxfs -b /file_system_name

or only I need umount the filesystem?<<<


if you d'not have Online - Jfs, you need to halt the package-

lvextend -L /dev/vgxx/lvolxx
extendfs -F vxfs /dev/vgxx/rlvolxx

to check Online Jfs Installed.

swlist -l product |grep -i jfs
Problems are common to all, but attitude makes the difference
R.K. #
Honored Contributor

Re: How to extend a filesystem on serviceguard cluster?

Hi Fernando,

You can refer below link:
http://deepees.wordpress.com/2009/02/18/hp-ux-adding-a-disk-to-an-mc-serviceguard-cluster-volumegroup/

Start from step 6.

Regds..
Don't fix what ain't broke
NouZ
Occasional Advisor

Re: How to extend a filesystem on serviceguard cluster?

can you provide the FS details which u need to extend . Is it part of Vg00 ? Is it part of pkg ?
Is there any free PE on that Vg ?
Online jfs is there ?
singh sanjeev
Trusted Contributor

Re: How to extend a filesystem on serviceguard cluster?

Extending is File system in serviceguard env.

if spcae is avaible then ;

Lvextend -L Lvname
fsadm -b M mountpoint

if space is not there and addition of disk then

pvcreate
vgextend with new disk.
lvextend
fsadm
export mapfile

and importing the mapfile on alternate node.

Hope you aware of commands.
Sanjeev Singh