1833680 Members
4821 Online
110062 Solutions
New Discussion

vxfs and vxvm

 
SOLVED
Go to solution
navin
Super Advisor

vxfs and vxvm

Hello All,
I have server configured with vxvm on vxfs. Can i increase the volume size on line - if i do not have on line jfs.

Thanks Much
Learning ...
6 REPLIES 6
Ramesh S
Esteemed Contributor
Solution

Re: vxfs and vxvm

Hi Navin

Can't resize a volume while it is mounted / Active if OnlineJFS is not installed.

Need to unmount the filesystem and increase the size by "vxresize" command.

Thanks & Regards

Ramesh
navin
Super Advisor

Re: vxfs and vxvm

Hello Thanks for the reply.But when i checked on the system i found no on line jfs installed.Or how do i check for the presence of online jfs.

i cheked as follows.

swlist -l product |grep -i online jfs

Thanks Much
Learning ...
navin
Super Advisor

Re: vxfs and vxvm

Ans also when i grep for jfs i get
JFS base vxfs file system - is that a on line jfs

please assist

thanks
Learning ...
Ramesh S
Esteemed Contributor

Re: vxfs and vxvm

Hi Navin

To find OnlineJFs installed

# swlist -l product | grep -i jfs

If onlineJFS is installed, it will show you something like

JFS B.11.23 The Base VxFS File System
OnlineJFS B.11.23.0512 Online features of the VxFS File System
PHKL_34179 1.0 JFS3.5 DIO performance; extent rollback

In your case, Base Vxfs fileystem is not OnlineJFS.

Thanks & Regards

Ramesh
navin
Super Advisor

Re: vxfs and vxvm

Thanks so much .

So if dont have online jfs and still use the vxresize from vea gui to increase a volume ..what exactly happens?
Thanks again
Learning ...
Ramesh S
Esteemed Contributor

Re: vxfs and vxvm

Hi Navin

Need to unmount the filesystem and increase the size by "vxresize" command.

It will increase the size of volume and fileystem. No need to run "fsadm".

Thanks & Regards

Ramesh