- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using Ignite to reduce pv's in a vg.
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
02-04-2001 06:44 AM
02-04-2001 06:44 AM
Any help on this would be greatly appreciated.
TR.a
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 07:16 AM
02-04-2001 07:16 AM
Re: Using Ignite to reduce pv's in a vg.
make_recovery -Avi -d /dev/rmt/
When you boot the recovery tape, it be in interactive recovery mode. The first window tab shows the basics, specifically, the boot disk. If this needs changing, you can change it in that first window.
Now move to the filesystems tab (use the tab key to navigate, Enter/Return to select the tab. One of the choices will take you to the volume group manu which allows you to add or delete physical volumes to vg00. In that same filesystem menu, you can readjust the size of any/all of the filesystem mountpoints, even change the type (vxfs or hfs). Note that /stand must always be hfs.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 07:25 AM
02-04-2001 07:25 AM
Re: Using Ignite to reduce pv's in a vg.
TR.a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 10:05 AM
02-04-2001 10:05 AM
Re: Using Ignite to reduce pv's in a vg.
Thanks for any help.
TR.a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 10:47 AM
02-04-2001 10:47 AM
Re: Using Ignite to reduce pv's in a vg.
Thanks for any help.
TR.a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 01:49 PM
02-04-2001 01:49 PM
Re: Using Ignite to reduce pv's in a vg.
You can download the latest Ignite software from the the site below. Current documentation is also there. In about 30-minutes you can download, install and be generating a make_recovery tape:
http://www.software.hp.com/products/IUX/
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 02:06 PM
02-04-2001 02:06 PM
Re: Using Ignite to reduce pv's in a vg.
Thanks,
TR.a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 02:57 PM
02-04-2001 02:57 PM
Re: Using Ignite to reduce pv's in a vg.
Thanks,
TR.a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 03:14 PM
02-04-2001 03:14 PM
SolutionYou are correct that your version of Ignite-UX will not have the -i option but you are also correct that you can get to the interactive screens during boot. You will have a 10 second window to press any key to interupt the boot so pay attention. Also, you will probably have another 10 second warning about overwriting filesystems on the disk, which I assume you will ignore.
I have never notice an interactive ignite session not restoring all of my files although I have not tested extensively.
I am somewhat curious why you are using Ignite to reduce vg00. Since you have room on the disk you will be keeping, you could use pvmove to move the data on the second disk to the first one and the use vgreduce to remove the second, now unused disk. No reboot required and definitely much quicker.
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 03:31 PM
02-04-2001 03:31 PM
Re: Using Ignite to reduce pv's in a vg.
Thanks again,
TR.a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 06:55 PM
02-04-2001 06:55 PM
Re: Using Ignite to reduce pv's in a vg.
The early versions of Ignite/UX assumed that an interactive restore meant that the target machine was to be 'Ignited' or have a core install. Thus, all of the files that didn't belong to a core install of HP-UX were dropped. Current versions will restore all but a few files. For example, fstab will reflect only VG00 entries, as will lvmtab. The original fstab will be copied to /var/opt/ignite/recovery. Check the man pages for make_recovery.
Bill Hassell, sysadmin