- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_net_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
02-11-2002 11:38 AM
02-11-2002 11:38 AM
Are there any used/proven procedures for this. From what I've read, I have to create an NFS share large enough to hold all of my VG00.
Thanks in advance for any advise.
..Joe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 11:48 AM
02-11-2002 11:48 AM
Solution# ignite
You do need an exported filesystem that will hold the vg00 that you are backing up. Keep in mind though that the backup will be gzip'ed.
If there are any errors with your setup, the GUI will do a pretty good job of telling you what needs to be checked to fix the problem.
If you have a large vg00, make sure that the filesystem / LV that you export has the largefiles option enabled so that the archive can go over 2GB.
I would also go ahead and upgrade the version of gzip that is on your server so that it can handle files larger than 2GB. The version that comes with HP-UX, in /usr/contrib/bin/gzip, does not handle > 2GB files. Once the new version of gzip is installed, go ahead and make a symbolic link from /usr/contrib/bin/gzip to /opt/gzip/bin/gzip so that the new version gets used by default.
You might also upgrade gzip on the machine you are backing up just in case it is used there as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 12:00 PM
02-11-2002 12:00 PM
Re: make_net_recovery
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 12:03 PM
02-11-2002 12:03 PM
Re: make_net_recovery
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.1/
GZIP ver. 1.2.4a
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.2.4a/
I know 1.2.4a works, that what I've got. I haven't tried the 1.3.1, but I would think that it should work as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 12:28 PM
02-11-2002 12:28 PM
Re: make_net_recovery
Thanks again!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 12:33 PM
02-11-2002 12:33 PM
Re: make_net_recovery
# cd /usr/contrib/bin
# mv gzip gzip.orig
# ln -s /opt/gzip/bin/gzip gzip
Now you should be all set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 12:37 PM
02-11-2002 12:37 PM
Re: make_net_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 12:41 PM
02-11-2002 12:41 PM
Re: make_net_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 01:18 PM
02-11-2002 01:18 PM
Re: make_net_recovery
Take a look at this thread about creating a make_net_recovery archive,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f72c6ecc11e6be24f3/screen=ckiDisplayDocument?docId=200000043976541
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 07:40 AM
02-12-2002 07:40 AM
Re: make_net_recovery
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 07:49 AM
02-12-2002 07:49 AM
Re: make_net_recovery
To look at what is in the recovery file do a:
# gzcat filename | tar -tvf - > /tmp/file_contents
When you did the make_net_recovery did you go through the GUI? If so, when it selected the vg00 for the system, did it do an inc_entire or an inc_partial? My bet is that it did a partial include and only included the core OS stuff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 08:16 AM
02-12-2002 08:16 AM
Re: make_net_recovery
Thanks again, you've been a great help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 08:21 AM
02-12-2002 08:21 AM