- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS and automounts and 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
06-21-2001 07:25 AM
06-21-2001 07:25 AM
I am finishing my DR tapes and my boss is concerned about the possible wiping out of any NFS mounts and/or automounts that were active/existed when the ignite tapes were created.
I have seen a reference to an earlier version (1.59 I think) where anything other that vg00 was erased when the recovery ran. Does anyone have multiple vg's, NFS mounts or automounts and have you recovered such a system as is or should all the fstab and automount entries be unmounted and commented out when the tape is created?
Thank you for your time,
Ian Cameron
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 07:53 AM
06-21-2001 07:53 AM
Re: NFS and automounts and make_recovery
Actually, make_recovery tape only for core OS restore, is designed to be used with standard backup tools.
The tape will includes:
1. minimal set of files and file sets required for fully functional HP-UX OS
2. very small subsets of /opt and /var
3. /etc, /stand, /sbin, /usr/lib, /usr/bin and /usr
The safest way is backup your other important datas on another seperate tape by using standare backup tools.
There are many topics related with make_recovery in this forum, just input search key word "make_recovery", I am sure those outputs can help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 08:17 AM
06-21-2001 08:17 AM
Re: NFS and automounts and make_recovery
Does this answer your question?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 10:00 AM
06-21-2001 10:00 AM
Re: NFS and automounts and make_recovery
If you in the UI try to select another root disk you do not even see disks included in other VG's. You can "force" ignite to show you all the disks by setting "Allow use of other disk" under Basic->Additiional to TRUE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2001 04:08 AM
06-22-2001 04:08 AM
Re: NFS and automounts and make_recovery
make_recovery will eventually be replaced 100% by make_tape_recovery. If you take a peek at this command's man page (make_tape_recovery)you will see that you have more options at your disposal. One of these should prove useful to you:
-x inc_cross=file|dir
Which will place onto the recovery tape that contents of that directory that you specify.
make_tape_recovery was introduced at [A|B]3.2
make_recovery will preserve the directory entries that you need for the NFS mounts in "/" and of cours /net or /tmp_mnt.
I hope this helps,
Sarah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2001 05:04 AM
06-22-2001 05:04 AM
Re: NFS and automounts and make_recovery
make_recovery -A -v -d /dev/rmt/0m
or
make_net_recovery -s igniteserver -x inc_entire=vg00
to include all of vg00
I have never had a problem with NFS being reenabled after restore.
Remember though that ignite is not a true backup solution.
Ignite is to RECOVER a non bootable system
not to backup.
For example mirror root/boot disk is not reestablished after ignite restores, because ignite is only interested in getting your system back up and running.
The only prob you'll get with NFS is when recovering/cloning a system from an ignite image make on a different host.
All vg's defined in the /etc/lvmtab will not correspond on the recovered system because device files change. (unless the h/w config is identical) .. thus the vg may not activate and thus the exported fs will not mount.
When using ignite, expect to do work after to get it up correctly.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2001 06:08 AM
06-22-2001 06:08 AM
Re: NFS and automounts and make_recovery
We are using the ignite tapes in coordination with our backup system. The question I have is not what am I going to get using the ignite tapes to recover, but rather am I going to damage/erase any NFS mounted files systems (hard mounted or auomount).
Specifically, can/will ignite connect to the NFS/auto mounts then zero out (ie erase) the mounted disks/filesystems across the mount.
I really don't think it is possible (may have been in earlier ver) and especially now when I read the man for v3.2 and make_tape_recovery there are specific options available to incl/excl directories, vg's, mounts etc.
Thanks again,
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2001 06:17 AM