- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increase the root file system ( make_recovery)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:45 AM
10-23-2002 10:45 AM
Increase the root file system ( make_recovery)
So, i have a raid 4si.
I want to increase the root file system.
I will use "make_recovery -AC"
When i reboot and do a interactive recovery, and change the size of de roor fs.
Waht happen with the other volume group ( vg02)?? the data in the external disk ??,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:47 AM
10-23-2002 10:47 AM
Re: Increase the root file system ( make_recovery)
Nothing will happen to it !
It will be there as before.
Running the recovery and changing the size will only affect VG00.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:56 AM
10-23-2002 10:56 AM
Re: Increase the root file system ( make_recovery)
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfc7f93e260b0d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 12:38 PM
10-23-2002 12:38 PM
Re: Increase the root file system ( make_recovery)
Try this:
!/usr/bin/sh
/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00
make_tape_recovery is more flexible and you should try it.
Either way, if you want to increase the size of the root filesystem you might be able to intervene in the recovery process and increase its size.
Ironically, a good way to do that is leave the root file system almost full, make an ignite backup and then recover from it. This is one of the many ways to trigger an automatic interface which lets you modify the (re)installation.
Good Luck.
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:10 PM
10-23-2002 01:10 PM
Re: Increase the root file system ( make_recovery)
I believe you know the steps for increasing the root filesystem from what you list above.
The other volume group does not get affected if you make changes to your root filesystem.
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:12 PM
10-23-2002 01:12 PM
Re: Increase the root file system ( make_recovery)
Make sure to have a backup of your volume group configuration, /etc/fstab & bdf which will help you in resetting your system for any issues.
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 02:01 PM
10-23-2002 02:01 PM
Re: Increase the root file system ( make_recovery)
Create the tape:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/?mn
Interrupt the boot process and boot from the tape path. The rest is easy. It is just like doing an installation.