- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Restore of boot drive without ignite
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
03-14-2007 03:24 AM
03-14-2007 03:24 AM
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2007 03:36 AM
03-14-2007 03:36 AM
Re: Restore of boot drive without ignite
I think your best bet is to boot off the new disk, install ignite and make a recovery tape (x 2)
then boot off the recovery tape interactively and change the size of /home and /opt as necessary.
then restore you fbackup???
also see
http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
the restore should bring back /etc/lvmtab info. at that point the system *should* see the old volume groups.
one thing: once you get everything running, get and keep good ignite backups of vg00.
also, you should really mirror the root drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2007 03:40 AM
03-14-2007 03:40 AM
Re: Restore of boot drive without ignite
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2007 03:50 AM
03-14-2007 03:50 AM
SolutionIs there a way that I can just restore everything from vg00 off the fbackup that I have from the night before? --> Yes
Will the restore increase the size of the /home and /opt directories? --> No
What commands do I need to issue in order for the new OS to see the vg01-vg03 volume groups? ---> You can use the vgimport command.
# mkdir /dev/vgXX
# mknod /dev/vgXX/group c 64 0x0X0000
# vgimport vgXY /dev/dsk/cCtTdD
# vgchange -a y vgXX
# vgcfgbackup vgXX
# mkdir /mountpoint
# mount /dev/vgXX/lvolY /mountpoint
add an entry in the /etc/fstab for this filesystem.
Hope this helps a bit.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2007 04:22 AM
03-14-2007 04:22 AM