1753840 Members
9579 Online
108806 Solutions
New Discussion юеВ

increase disk space

 
kacou
Regular Advisor

increase disk space

Hi

ONLINEJFS is not installed. i try to make " lvextend" command, and the result is ok. but when i umount filesystem, i have the error message below:
umount: cannot find /usr in /etc/mmttab
cannot umount /usr

------------------------------------
plesae help me!!
20 REPLIES 20
F Verschuren
Esteemed Contributor

Re: increase disk space

This can work:
create a new mntab by:
# mv /etc/mnttab /etc/mnttab.old
# mountall

umount /usr

if this does not work please post:
bdf |grep usr
and the /etc/mnttab
kacou
Regular Advisor

Re: increase disk space

In single user mode? or multi user mode?
F Verschuren
Esteemed Contributor

Re: increase disk space

the move you can do in single and multy user mode, if the umount gives the same error in multy user mode the problem is not fixed, proerly you will get the error that there are proceses running here (like ksh)
so whitout single user mode, you can not do the umount....

the
Sharma Sanjeev
Respected Contributor

Re: increase disk space

Hi

Boot System in Single user mode and extend Filesystem

Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
kacou
Regular Advisor

Re: increase disk space

i create a new mntab by:
# mv /etc/mnttab /etc/mnttab.old
# mountall
but when i umount /usr i have the same error message.

this is my mnttab file
-----------------------------
# cat /etc/mnttab
/dev/vg00/lvol3 / vxfs ioerror=nodisable,log,dev=40000003 0 1 1217597220
/dev/vg00/lvol1 /stand hfs defaults,dev=40000001 0 0 1217597221
/dev/vg00/lvol8 /var vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=40000008 0 0 1217597269
/dev/vg00/lvol7 /usr vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=40000007 0 0 1217597269
/dev/vg00/lvol4 /tmp vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=40000004 0 0 1217597269
/dev/vg00/lvol6 /opt vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=40000006 0 0 1217597270
/dev/vg00/lvol5 /home vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=40000005 0 0 1217597270
/dev/vg00/lvol10 /backup vxfs ioerror=mwdisable,largefiles,delaylog,nodatainlog, dev=4000000a 0 0 1217597270
Fabio Ettore
Honored Contributor

Re: increase disk space

Hi,

please post contents of /etc/mnttab.

Anyway, whether you have /usr mounted, I doubt you could umount it at run level 3. That is the great matter that OnlineJFS has.

Boot in single user mode and issue

extendfs -F vxfs /dev/vg00/lvol7

Then try to mount all filesystems by

mount -a

and finally

init 3

HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
Torsten.
Acclaimed Contributor

Re: increase disk space

Are you already in single user mode?

/usr may be not mounted yet - check with "mount" and proceed.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Tim Nelson
Honored Contributor

Re: increase disk space

Must be in single user mode to unmount /usr.

If you booted to single user mode then /usr will not be mounted only /, that is what single-user mode is about.

execute your extendfs then reboot or init3

Sharma Sanjeev
Respected Contributor

Re: increase disk space

Hi kacou

Best is to boot system in single user mode and extend it.

Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE