1834809 Members
2384 Online
110070 Solutions
New Discussion

Increasing /

 
SOLVED
Go to solution
dictum9
Super Advisor

Increasing /

hp-ux 10.20

I need to increase the "/" partition, which is /dev/vg00/lvol3.

I understand it needs to be contiguous, so how do I handle it?

7 REPLIES 7
Torsten.
Acclaimed Contributor
Solution

Re: Increasing /

First of all, make sure there are no large files "by accident" in root.

In best way is to do an ignite backup and adjust the size while restoring.

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!   
dictum9
Super Advisor

Re: Increasing /

problem with large files and such is that when I run "find" or "du", it's going into other filesystems.

du -sk *|sort -rn

would usually do the trick, but not here.

Anyway, you say Ignite is my best option?
James R. Ferguson
Acclaimed Contributor

Re: Increasing /

Hi:

Yes, the root filesystem must be contiguous.

The simplest way to achieve its expansion is to re-Ignite your server.

# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn

Then, boot from this tape. Choose the Media Only option and an Advanced Installation mode. You can resize your filesytems to your tastes as necessary.

Regards!

...JRF...
dictum9
Super Advisor

Re: Increasing /

OK, I will try it.
DCE
Honored Contributor

Re: Increasing /


Unfortunately there is no easy way to extend /.

You will have to reinstall the OS.

Take an ignite backup of the system, and perform an interactive ignite restore. This will allow you to modify the size of /, and it will restore the system to the state it was in at the time of the ignite backup i.e. patches, users, passwords and so forth.
James R. Ferguson
Acclaimed Contributor

Re: Increasing /

Hi (again):

To restrict 'du' to the root filesystem, add the '-x' switch:

# du -kx /|sort -k1nr

Regards!

...JRF...
spex
Honored Contributor

Re: Increasing /

etc,

Ignite-UX Administration Guide availabe here:

http://docs.hp.com/en/B2355-90772/index.html

PCS