- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Logical Volumes from a 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
01-28-2005 12:04 AM
01-28-2005 12:04 AM
make_recovery -v -AC -d /dev/rmt/1m (HPUX 10.20)
When I boot from the recovery tape to make a new system harddrive It only restores vg00 The other three harddrives are listed as unused and the other volume groups and lvols don't show up....They are in /etc/fstab. They don't list in SAM. When I remove them from fstab, and try to recreate them, I says that the /dev files already exist and won't create...
HELP!!!
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 12:13 AM
01-28-2005 12:13 AM
Re: Logical Volumes from a make_recovery
Could you post
# ll /dev/*/group
Do you still have the disks which where connected to the old server ?
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 12:19 AM
01-28-2005 12:19 AM
Re: Logical Volumes from a make_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 12:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 12:30 AM
01-28-2005 12:30 AM
Re: Logical Volumes from a make_recovery
you could vgimport the disks, but you need to know what volume group was on what disk.
Otherwise you need to create dummy vg's
Check this doc for more info.
US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072570325
Europe
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072570325
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 12:54 AM
01-28-2005 12:54 AM
Re: Logical Volumes from a make_recovery
for VG in /etc/lvmconf/*.conf
do
VGCONF=${VG##*/}
VG=${VGCONF%%.*}
echo
vgcfgrestore -n $VG -l
cat $VG.mapfile
done
It will summarize what your volume groups were the last time any of them were changed. NOTE: The disk device file names may have changed after your Ignite restoration. But the lvol names will match the VG name, and the VG serial number will bind all the disks in a single VG together.
Or you can just name each VG in sequence (vg01 vg02...) as you import them in SAM and then temporarily mount one of the lvols to identify the file/directories. Now modify fstab for the (possibly) new VG names and lvol names.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 01:03 AM
01-28-2005 01:03 AM
Re: Logical Volumes from a make_recovery
for VG in /etc/lvmconf/*.conf
do
VGCONF=${VG##*/}
VG=${VGCONF%%.*}
echo
echo $VG
vgcfgrestore -n $VG -l
cat /etc/lvmconf/$VG.mapfile
done
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 01:12 AM
01-28-2005 01:12 AM
Re: Logical Volumes from a make_recovery
This is a little easer than the process laid out by Bill. make_recovery does work, but its obsolete and recommended that you use make_tape_recovery.
If your Ignite version is anywhere near current, its been putting warnings on the screen and in the log about this.
Good luck, you've gotten good instructions that worked well for me years ago.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com