- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- using make_tape_recovery but excluding /dev/vgback...
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
11-28-2007 09:14 AM
11-28-2007 09:14 AM
using make_tape_recovery but excluding /dev/vgbackup
a LUN for volume group (vgbackup) was removed without correct unmount. The logical part is still trying to look for the LUN. I made a make_tape_recovery trying to exclude /dev/vgbackup, but i got error messages. Is there any other way to make a backup like make_tape_recovery by excluding /dev/vgbackup, knowing that the volume group in trouble is still in lvmtab?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 09:21 AM
11-28-2007 09:21 AM
Re: using make_tape_recovery but excluding /dev/vgbackup
You can include and/or exclude mountpoints or directories at will. See the manpages for 'make_tape_recovery'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 09:32 AM
11-28-2007 09:32 AM
Re: using make_tape_recovery but excluding /dev/vgbackup
When i run make_tape_recovery for entire vg00, i got problems because /dev/vgbackup is trying to be accessed. I executed make_tape_recovery by ecluding /dev/vgbackup. But i got the messages in the attached file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 10:06 AM
11-28-2007 10:06 AM
Re: using make_tape_recovery but excluding /dev/vgbackup
The error is obvious!
ERROR: exclude /dev/vgbackup is invalid because essential files, whole disks, and volume groups cannot be excluded.
Why would you want to make a recovery tape when your server has been corrupted?!? The time to have made a tape was before disaster struck. I hope you have a good recovery image.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 04:30 PM
11-28-2007 04:30 PM
Re: using make_tape_recovery but excluding /dev/vgbackup
You can follow the following steps
1. creat a file in / as named "gfile".
2. edit the gfile and add an entry like this
e /dev/vgbackup (this will exclude)
3.the run
# fbackup â v â g gfile â f /dev/rmt/0m
Happy moments!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 04:34 PM
11-28-2007 04:34 PM
Re: using make_tape_recovery but excluding /dev/vgbackup
it's
fbackup -v -g gfile -f /dev/rmt/0m -I -x inc_entire=vg00