- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to ignore these file sytems in /etc/fstab but ...
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
10-03-2007 07:44 AM
10-03-2007 07:44 AM
how to ignore these file sytems in /etc/fstab but not mounted when I run make_tape_recovery
Because of these diff. I am getting errors complaning these file system not there. Is there any options I can use to ignore these errors, and therefore ignore these unmounted entries in /etc/fstab, only backup these currently mounted?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 08:18 AM
10-03-2007 08:18 AM
Re: how to ignore these file sytems in /etc/fstab but not mounted when I run make_tape_recovery
could you just comment them out in the fstab?
put a hash# in front of the coresponding mount point.
or when creating the tape use -x option to exclude them
use -i to include
check the man pages for examples
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 08:49 AM
10-03-2007 08:49 AM
Re: how to ignore these file sytems in /etc/fstab but not mounted when I run make_tape_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 02:08 PM
10-03-2007 02:08 PM
Re: how to ignore these file sytems in /etc/fstab but not mounted when I run make_tape_recovery
I would not use the -A option as it is too ambiguous. Replace -A with -x inc_entire=vg00 and also add the -I flag unless you want the boot from tape to restore without stopping. Such restores are only successful when you are restoring to the original hardware.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 03:48 PM
10-03-2007 03:48 PM
Re: how to ignore these file sytems in /etc/fstab but not mounted when I run make_tape_recovery
>> make_tape_recovery -v -A -a /dev/rmt/0mn
Use the following command:
# make_tape_recovery -I -x inc_entire=vg00 -v -a /dev/rmt/0mn
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 03:49 PM
10-03-2007 03:49 PM
Re: how to ignore these file sytems in /etc/fstab but not mounted when I run make_tape_recovery
Install Latest Ignite-UX C.7.3.x before execute make_tape_recovery:
https://h20392.www2.hp.com/portal/swdepot/try.do?productNumber=IGNITEUXB
Thanks