Operating System - HP-UX
1752329 Members
5818 Online
108786 Solutions
New Discussion юеВ

Re: Lvextend without Extendfs

 
SOLVED
Go to solution
Bob Ferro
Regular Advisor

Re: Lvextend without Extendfs

Then I guess if the FS is 100% full, then the extendfs fails.
Roopesh Francis_1
Trusted Contributor

Re: Lvextend without Extendfs

yes..that could be the reason!!
Lijeesh N G_1
Respected Contributor

Re: Lvextend without Extendfs

Hi,

==>Then I guess if the FS is 100% full, then the extendfs fails.??

If file system is full (100%), extendfs will fail with SAM and it will give a error.

In that situation you may use,

1)If online JFS installed (From above details I could tell it is installed)

#fsadm -F vxfs -b

2)If online JFS not installed
#umount
#extendfs -F vxfs
#mount

Regards,
LIJEESH N G


Lijeesh N G_1
Respected Contributor

Re: Lvextend without Extendfs

Hi,

You may check sam logs for more details,

SAM log ==> /var/sam/log/samlog

use samlog_viewer for viewing the contents,

#/usr/sam/bin/samlog_viewer

Regards,
LIJEESH N G
Bob Ferro
Regular Advisor

Re: Lvextend without Extendfs

Like always, the guys on this forum come through.