Operating System - HP-UX
1833882 Members
2138 Online
110063 Solutions
New Discussion

Re: Problems extending /tmp

 
SOLVED
Go to solution
dictum9
Super Advisor

Problems extending /tmp


I did lvextend and now, this error with fsadm:

What do I do, does it need a reboot?

:/# fsadm -F vxfs -b 4194304 /dev/vg00/lvol6
vxfs fsadm: /dev/vg00/lvol6 is not the root inode of a vxfs file system
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: Problems extending /tmp

You must use the mount point name rather than the LV name.

fsadm -F vxfs -b 4194304 /tmp
dictum9
Super Advisor

Re: Problems extending /tmp

Of course... I've done this before. BTW the man page is wrong.

Problem resolved. Thank you.
Sandman!
Honored Contributor

Re: Problems extending /tmp

>BTW the man page is wrong

Did you look at the man page for fsadm_vxfs?

# man 1m fsadm_vxfs

cheers!