Operating System - HP-UX
1824174 Members
2174 Online
109669 Solutions
New Discussion юеВ

lvextend and sxtendfs whit hpux -is

 
SOLVED
Go to solution
Joaquin Gil de Vergara
Respected Contributor

lvextend and sxtendfs whit hpux -is

that file system are mounted when the system is started with hpux - is?

I can have problems when i executes extendfs?

I can execute lvextend as soon as it started the system?
Teach is the best way to learn
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: lvextend and sxtendfs whit hpux -is

Hi:

In single user mode, only '/' is mounted. However, '/sbin' isn't a separate mountpoint and holds everything you need --- use '/sbin/lvextend' and '/sbin/extendfs'.

Another alternative is to manually mount '/usr'.

Regards!

...JRF...
skt_skt
Honored Contributor

Re: lvextend and sxtendfs whit hpux -is

why do u want to do lvextend/extendfs in single user mode?
Marcel Burggraeve
Trusted Contributor

Re: lvextend and sxtendfs whit hpux -is

If OnlineJFS is not available on the system doing an extendfs in single user mode is the only way to extend those volumes which can not be unmounted during multiusermode.
The lvextend is doable in multiusermode without the OnlineJFS product, it's just the extendfs can't be done with mounted volumes.