- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Make recovery tape path name
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
07-21-2004 02:25 PM
07-21-2004 02:25 PM
Make recovery tape path name
What is the difference between /dev/rmt/0mn & /dev/rmt/0m? What the n stands for? Which one to use during make_recovery?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 02:31 PM
07-21-2004 02:31 PM
Re: Make recovery tape path name
make_recovery is really extinct now, use make_tape_recovery
e.g. to create an ignite tape, only backing up /dev/vg00
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 02:32 PM
07-21-2004 02:32 PM
Re: Make recovery tape path name
/dev/rmt/0mn means "no rewind"
You must use this with ignite backups.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 02:37 PM
07-21-2004 02:37 PM
Re: Make recovery tape path name
I think I have run make_recovery -A -C -d /dev/rmt/0m for quite some times but the backup is still successful. Any impact of not running with 0mn?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 02:58 PM
07-21-2004 02:58 PM
Re: Make recovery tape path name
You *MUST* use a non-rewindable device to get a good ignite backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 03:26 PM
07-21-2004 03:26 PM
Re: Make recovery tape path name
Currently I will do the make_recovery once every month. I am using 2 tape (A & B) for the rotation.
Let said I do the make recovery for Jun using tape A and if I specify with /dev/rmt/0mn, it means that the next time I do the make recovery, Jun make recovery will still exists or ...?
What I understand is make recovery will create the LIF first, followed by system files. Am I right?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 03:46 PM
07-21-2004 03:46 PM
Re: Make recovery tape path name
>> What I understand is make recovery will create the LIF first, followed by system files. Am I right?
Yes, that's correct. The LIF is created on segment 1 of the tape and the system files are on segment 2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 03:57 PM
07-21-2004 03:57 PM
Re: Make recovery tape path name
>Once you have completed the make_tape_recovery, (LIF and system files) the tape will not rewind. However when you run the command the next time the tape will rewind to the beginning of the tape, so you will have only one backup per tape.
Above statement is having n, right?
But, if I don't put n, once the make recovery completed, the tape will rewind. Am I right? Then I think it is good as the LIF will always located at the beginning on the tape & it is good for restoration, right?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 04:06 PM
07-21-2004 04:06 PM
Re: Make recovery tape path name
yes (/dev/rmt/0mn)
2)
yes
3)
yes (good restoration)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 04:09 PM
07-21-2004 04:09 PM
Re: Make recovery tape path name
However, just to be on the safe side I put a
mt -f /dev/rmt/0mn rew
statement inside the script I use to create the tapes. That way I KNOW FOR SURE that the tape is at the beginning before I start the make_tape_recovery.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 05:20 PM
07-21-2004 05:20 PM
Re: Make recovery tape path name
I found below statement through man
-d destination
Specifies the device file of a DDS or DLT tape drive where the System Recovery Tape is to be created. A no-rewind device file is required. The default is /dev/rmt/0mn.
Questions:
1) Is n stands for no-rewind?
2) If yes, the tape will not be rewind after make_recovery completed if I specify /dev/rmt/0mn. Am I right?
3) What I understand from your feedback is the tape will be rewind after make_recovery completed without n or with n. Both are the same. Am I right?
4) During make_recovery restoration, I know the command is mt -t /dev/rmt/0mn fsf 1. Why here need n? (Because fsf is stands for forward space countfiles).
5) Just wonder is all the tape will be rewinded to the begining after the backup is finished (exp: fbackup, tar & ...)
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 06:17 PM
07-21-2004 06:17 PM
Re: Make recovery tape path name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 06:30 PM
07-21-2004 06:30 PM
Re: Make recovery tape path name
2) The tape will not rewind after the make_tape_recovery has completed.
3) The tape rewinds when you press the button for the tape to be ejected, not when the archive has completed. You must use the no-rewind device. (/dev/rmt/0mn)
4) Yes, you can fsf 1 (forward skip file) to recover files from the archive.
5) The tape does not rewind until you press the eject button, or run a rewind from command line. e.g.
mt -t /dev/rmt/0m rew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 07:03 PM
07-21-2004 07:03 PM
Re: Make recovery tape path name
Without n, tape will be rewinded to the beginning of the tape after make_recovery completed.
With n, tape will not be rewinded after make_recovery completed.
But, after we pressing the eject button, the tape will also rewind. So, why we still need to specify "no rewind" because it will be rewinded at the end also by pressing the eject button?
Why we don't want to rewind the tape after make_recovery completed? Is there any issue? I think it is good if the tape was rewinded because the LIF is at the beginning of the tape. So during restoration, we don't need to rewind the tape to the beginning to search for the LIF. Am I right?
regards.