- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_tape_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
03-16-2003 08:29 AM
03-16-2003 08:29 AM
make_tape_recovery
In the original system, I have EMC storage connect to the server and I use vg01 for the EMC disks, the device file is /dev/dsk/c25t0d0 and /dev/dsk/c27t0d0, but when I recovery from the tape, the device file /dev/dsk/c25t0d0 and /dev/dsk/c27t0d0 are not for the EMC disks(diskinfo shows), the device files are changed.
Any one know how to disable the device file change when recovery use the tape made by make_tape_recovery?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 09:45 AM
03-16-2003 09:45 AM
Re: make_tape_recovery
vgexport -p -v -s -m /tmp/vg##_mapfile /dev/vg##
This command uses the preview option and doesn't remove the vg out of /etc/lvmtab until you're ready.
strings /etc/lvmtab
Note the disks associated to vg##.
mkdir /dev/vg##
mknod /dev/vg##/group c 64 0x0#0000
vgimport -p -s -m /tmp/vg##_mapfile /dev/vg##
Again, preview. But you should see the disk responding.
vgimport -s -m /tmp/vg##_mapfile /dev/vg##
This will add in the vg.
Let me know if you have problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 12:35 PM
03-16-2003 12:35 PM
Re: make_tape_recovery
In such a recovery there is no need to vgimport vg01, its accounted for in the system configuration and will be there after you boot, because you've restored /etc/lvmtab.
Did the make_tape_recovery cover a larger scope than I assummed?
SEP
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
03-16-2003 01:33 PM
03-16-2003 01:33 PM
Re: make_tape_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 06:04 PM
03-16-2003 06:04 PM
Re: make_tape_recovery
after the faild import, the vg01 is not displayed in /etc/lvmtab