Operating System - HP-UX
1752592 Members
3995 Online
108788 Solutions
New Discussion юеВ

file system increasing .,,,

 
SOLVED
Go to solution
Kannandgl_1
Frequent Advisor

file system increasing .,,,

Dear friends,

I am tring to increase one of the file system throught SAM . via sam i can icreased the lvsize after that mount the file system i getting same before.

I have before 30 GB increased up to 110 gb .

tell any one what was the problem.
regards
kanna
5 REPLIES 5
Jeeshan
Honored Contributor
Solution

Re: file system increasing .,,,

after increasing LVM you have to increase the file system.

to increase file system online you need online JFS software and license. check OnlineJFS license enablement

#vxlicense -p

or you can increase file system offline using extendfs.
a warrior never quits
Ganesan R
Honored Contributor

Re: file system increasing .,,,

Hi Kannan,

After increased the lvsize you need to increase the filesystem. You can do it through command line as well.

But note that you should have online JFS if you want to extend the filesystem online. Otherwise you need to unmount the filesystem and extend it.
Best wishes,

Ganesh.
Ganesan R
Honored Contributor

Re: file system increasing .,,,

Hi,

You can check if you have online JFS product by using the below command.

#swlist -l product |grep -i online
OnlineJFS B.11.11.04 Online features of the VxFS File System

If you have onlineJFS use the below command to extend the filesystem

#fsadm -F vxfs -b

#fsadm -F vxfs -b 5000M /var

Best wishes,

Ganesh.
Avinash20
Honored Contributor

Re: file system increasing .,,,

If no online JFS

# swlist | grep -i Online

Then

# umount
# extendfs -F vxfs /dev//r
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Kannandgl_1
Frequent Advisor

Re: file system increasing .,,,

Dear Friends,

Thanks lot of your support..

Regards
Kanna