1836987 Members
2176 Online
110111 Solutions
New Discussion

How to extend /stand?

 
SOLVED
Go to solution
Claude Fortin
Occasional Advisor

How to extend /stand?

Hello,

I'M booting on a make_recovery tape, and I want to extend /stand from 60M to 120M.
When I choose the files systems options, I put 120m for /stand, but when HPUX rebooting I make a bdf command and /stand stay at 60M.....

Help please!!!!!

Thanks
2 REPLIES 2
John Payne_2
Honored Contributor
Solution

Re: How to extend /stand?

Do a 'make_recovery -A -p' This does a preview of the recovery image. Then there will be a file called 'config.recover', problibly in the /var/opt/ignite/recovery/ directory. If you vi this file, you will see info on the disk layout. You go down to the entry for lvol1, and edit the size entry. (double it.) Then you can run a 'make_recovery -r' This resumes the make_recovery, and will use the new configuration.
Spoon!!!!
Claude Fortin
Occasional Advisor

Re: How to extend /stand?

Thanks, I try this John.