- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Losing Logical Volumes after an 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-22-2005 01:01 AM
03-22-2005 01:01 AM
Losing Logical Volumes after an Ignite
I am backing up a system using Ignite and restoring it from CD. To create/restore the images, I am using make_sys_image for the first CD and gtar for the rest. During the restore of the first CD, I noticed that only the logical volumes on the first CD are retained. When I attempt to load the 2nd CD, it writes it to the / volume and eventually I run out of disk space.
In an attempt to solve this problem, I kept the logical volumes and the filesystem on the first CD, but put all of the other files in make_sys_image (Level_2_NORESET)ex. /COTS/file1, etc. On the first CD, I left /COTS/lost+found (and all other logical volumes in this manner that would not fit on the first CD). I commented out the /etc/lvmtab and /etc/lvmconf entries in make_sys_image.
I have also added an entry in os_arch_post_l to extend the logical volumes and the filesystems. This produced the error "cannot find the logical volume" or "logical volume is mounted; cannot extend.."
A third piece of information - When I examined the .impacts file, the sizes are very different from the results of bdf (KB vs. MB and much smaller). What is going on here?
Thanks for any information.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 01:25 AM
03-23-2005 01:25 AM
Re: Losing Logical Volumes after an Ignite
This needs to be moved to ignite-ux section.
You need to save and restore the Volume Group info:
http://docs.hp.com/en/B2355-90772/ch11s05.html
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 01:48 AM
03-23-2005 01:48 AM
Re: Losing Logical Volumes after an Ignite
Thanks,
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 01:51 AM
03-23-2005 01:51 AM
Re: Losing Logical Volumes after an Ignite
If you aren't saving and restoring VG information, then you have to somehow rebuild them. And if you are using this to clone systems, then you might have a lot more issues with LUNS.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 02:28 AM
03-23-2005 02:28 AM
Re: Losing Logical Volumes after an Ignite
Thanks,
Jan