- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Make_recovery exclude filesystems
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
08-02-2001 05:30 AM
08-02-2001 05:30 AM
I want to make a new recovery tape, but want to exclude some filesystems (because of the limitations of the DAT-drive). Can anyone give me an example how to exclude a filesystem?
Thanks in advance,
Geert.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 05:38 AM
08-02-2001 05:38 AM
Re: Make_recovery exclude filesystems
Take a look at the man pages for 'make_tape_recovery'. If you use '-x exclude=file|dir' in your command string you can exclude files or directories (and files beneath) from the archive.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 05:57 AM
08-02-2001 05:57 AM
Re: Make_recovery exclude filesystems
Ofcourse I looked into the man pages before :-)
But the logic of excluding dirs or filesystems wasn't clear to me. You speak about the pages for 'make_tape_recovery'. Is this a error or a separate command (isn't available in our system)? The parameter -x isn't available in 'make_recovery'.
Thank you,
Geert.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 06:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 06:09 AM
08-02-2001 06:09 AM
Re: Make_recovery exclude filesystems
I didn't mean to dismiss your question flippantly. 'make_tape_recovery' is the *replacement* for 'make_recovery' in Ignite 3.2 and later. You should start by downloading a current version of Ignite and installing it. The man pages for 'make_tape_recovery' are included, of course.
Volume group vg00 can be archived with 'make_tape_recovery' with the following simple command:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Don't confuse the '-i' option of the old 'make_recovery' with the '-i' option of its replacement, 'make_tape_recovery'. The '-I' option of make_tape_recovery is the *same* as the '-i' option of make_recovery. '-I' means cause the Ignite process to be interactive when booting from tape.
Get the latest Ignite software and documentation here:
http://www.software.hp.com/products/IUX/download.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 06:11 AM
08-02-2001 06:11 AM
Re: Make_recovery exclude filesystems
May be this is a foolish answer.
U can unmount the filesystem which u don't require, Then go for make_recovery.
Regards
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 06:22 AM
08-02-2001 06:22 AM
Re: Make_recovery exclude filesystems
It's an idea which works fine.
But if you have process running and need that moint-points , this will bring problems.
Best you edit the /var/opt/ignite/arch.include and to delete whatever you don't need and continue with the second make_recovery command in the my last response.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 06:23 AM
08-02-2001 06:23 AM
Re: Make_recovery exclude filesystems
if you run make_recovery -p you'll get the file /var/opt/ignite/recovery/arch.include. This file contains all the files which will be into the archive. If you want to exclude any file/directory, remove it from this file and will not be copied. Then run make_recovery -r.
James was talking about a "new command" (make_tape_recover) available, at least, from B.3.2.45. You should migrate to a newer Ignite UX.
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 07:52 AM
08-02-2001 07:52 AM
Re: Make_recovery exclude filesystems
an archive across the network to an Ignite server. The command is
make_net_archive -i -s Ignite_server_name
you get a nice Graphical User Interface where
you can add extra file systems or remove some.
To recover, you would interrupt the boot
and enter
boot lan.ip_address_of_Ignite_server install
Ignite has improved a lot.