- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Does make_tape_recovery rewind?
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-20-2004 03:04 AM
02-20-2004 03:04 AM
00 18 * * * /opt/ignite/bin/make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/0mn
I know I need to use a "no rewind" device, however, I wish to overwrite this tape with each day's backup. Does make_tape_recovery perform a rewind when it starts? Or do I need to perform a rewind beforehand?
Our previous administrator was using make_recovery with /dev/rmt/0m (rewind).
Also, will a recovery booting off of such a tape rewind when it starts?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 03:07 AM
02-20-2004 03:07 AM
Re: Does make_tape_recovery rewind?
If you want to overwrite, simply use a "mt rew" command before your make_tape_recovery command.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 03:19 AM
02-20-2004 03:19 AM
Re: Does make_tape_recovery rewind?
You need to find a way to test this tape.
There is no other way to be sure it will work.
I was "fortuneate" enough to have to recover a D320 server soon after I learned how to use the make_recovery(now make_tape_recovery) command.
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
02-20-2004 03:53 AM
02-20-2004 03:53 AM
Solutionto answer your questions:
Does make_tape_recovery perform a rewind when it starts? YES
Or do I need to perform a rewind beforehand? NO, but it would not hurt issueing an mt -f /dev/rmt/#m rew
Also, will a recovery booting off of such a tape rewind when it starts? Not sure, but if you cycle power or take the tape out and put it in again, it will do a rewind.
Regards,
Bernhard
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 03:58 AM
02-20-2004 03:58 AM
Re: Does make_tape_recovery rewind?
bo
does not change the tape position in any way. But it is assumed that you "put it in when you need" (and then it will rewind), hence it is logical that make_tape_recovery does a rewind first.
If after running make_tape_recovery you do
mt -f /dev/rmt/#mn fsf 1
Ctrl-B (GSP login)
RS (Reset system)
any key to halt at BCH
bo
it may be possible that you cannot boot but have to take the tape out first.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 04:59 AM
02-20-2004 04:59 AM
Re: Does make_tape_recovery rewind?
BTW, we are planning on a full disaster recovery test very soon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 04:59 AM
02-20-2004 04:59 AM
Re: Does make_tape_recovery rewind?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 07:49 AM
02-23-2004 07:49 AM
Re: Does make_tape_recovery rewind?
Can't follow your script meaning in lines 82 and 131. Both are echo commands with
${IV} which comes up with "IV: Parameter not set." What is this supposed to equate to?
Thanks
Chuck Holland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 01:26 PM
02-23-2004 01:26 PM
Re: Does make_tape_recovery rewind?
IV=$(tput bold)
Here are the other most useful enhancements:
export HB=$(tput dim) # dim text
export HV=$(tput smso) # 1/2 bright inverse
export IV=$(tput bold) # inverse
export UL=$(tput smul) # underline
export BL=$(tput blink) # blink
export EE=$(tput sgr0) # end all enhancements
To see these enhancements, use the enclosed script.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 01:27 PM
02-23-2004 01:27 PM
Re: Does make_tape_recovery rewind?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 08:25 PM
02-23-2004 08:25 PM
Re: Does make_tape_recovery rewind?
Since you create recovery tapes, I assume you change tapes each (working) day. The tape will be rewound when inserted to the drive.
Having multiple 'backups' on 1 recovery tape seems not wise (cannot be used for recovery?), and overwriting the same tape daily also seems not wise. You need more than 1 tape for security reasons.
So I wondered why you asked your question (though it is correct that you use the norewind device now).
I don't understand your strategy of overwriting this backup daily.
I used to create a recovery tape twice a year, or more often depending on the patches and updates).
If you have more than 1 volumegroup your backup is not complete. (But you probabaly know that).
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 06:01 AM
02-24-2004 06:01 AM
Re: Does make_tape_recovery rewind?
Our make_tape_recovery does run every day (overwriting the previous day's backup), however, we only replace the tape every two weeks, sending the latest backup to off-site storage. Since we apply patches monthly, it's nice to have two sets of tapes for each month.
It is true that running the backup every day is not totally necessary, but we figured we would have the most up-to-date dynamic data in case a restore was possible with the tape currently in the drive. If the whole system was destroyed, we'd still be good enough with the biweekly off-site tapes.
Finally, we do run backups with Data Protector on the other volume groups.
-Tim