- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_recovery Question!!
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-06-2004 07:00 AM
11-06-2004 07:00 AM
/dev/vg00/lvol3 212112 /
/dev/vg00/lvol1 80024 /stand
/dev/vg01/lvol2 120204 /usr
/dev/vg01/lvol4 340044 /home
/dev/vg01/lvol5 200204 /user
If like this is the senario , and I am using "make_recovery -A" , will it backup all of the filesystem , and vgs.
Many Thanks ,
RVeri.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2004 07:39 AM
11-06-2004 07:39 AM
SolutionFirst of all, upgrade your ignite software to the latest version and use 'make_tape_recovery'. make_recovery is long gone.
http://software.hp.com/products/IUX/
Regarding your /usr etc in vg01, -A option will make ignite to backup both vg00 and vg01 VGs.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2004 08:51 AM
11-06-2004 08:51 AM
Re: make_recovery Question!!
I hope it is free , and I can download from the hp site. Thanks a lot .
Many Thanks ,
Veri.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2004 01:11 PM
11-06-2004 01:11 PM
Re: make_recovery Question!!
make_recovery is the old still available, obsolete way of creating recovery backups with Ignite.
It should not be used whether its available or not.
Link to a current version of Ignite
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB
Do take care to backup any INDEX and configuration files you care about and then swremove the old version of Ignite prior to installing the new version.
We just hit version 6 I believe.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 07:00 PM
11-08-2004 07:00 PM
Re: make_recovery Question!!
I do not understand what is the -A means after reading the manpage.Can anyone further explain to me?
And where can I find the filesystems that I had backup to tape using above command?
Tnanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 07:19 PM
11-08-2004 07:19 PM
Re: make_recovery Question!!
-A option means all files.
regards
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 10:12 AM
11-12-2004 10:12 AM
Re: make_recovery Question!!
And also what is the purpose of the /opt/ignite/recovery/makerec.append .
Thanks ,
Veri.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 10:52 AM
11-12-2004 10:52 AM
Re: make_recovery Question!!
-A means it will backup the VGs and filesystems that contain the files/directories you specify. For ex., if you specify '-x include=/mydirectory/subdirectory' in your command line and if /mydirectory is a filesystem in vg01, then ignite will backup vg01 also.
I wouldn't use ignite to backup the external volume groups. I use this command line
make_tape_recovery -v -x inc_entire=vg00 -x exclude=/var/adm/crash -i -a /dev/rmt/0mn
Where 0mn is my no-rewind tape drive. -i will allow you to interact with the install window during the recovery.
Look at the file /var/opt/ignite/recovery/makerec.append file itself for information on it. They will be appended to the tape while it is being backed up. That was more like to be used with make_recovery which is outdated now. You use either -x include* options or specify a file to include with '-f' option.
-Sri