- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_recovery_tape - multiple copies.
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
03-16-2006 08:42 AM
03-16-2006 08:42 AM
one for off site,
one at dr facility,
one on site.
It takes to gather all the info and perpare to make a tape.
In order to save time, is there any way to collect all the info once, and write multiple copies? I couls shave over 2 hours off the time needed to make these tapes.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 10:03 AM
03-16-2006 10:03 AM
Re: make_recovery_tape - multiple copies.
Have you checked the "copy_boot_tape" command man pages.
This command is part of "Ignite-UX.MGMT-TOOLS" fileset on the server.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 10:28 AM
03-16-2006 10:28 AM
Re: make_recovery_tape - multiple copies.
Though copying tools existed, we thought it better to run the thing weekly and rotate the tapes into appropriate positions.
that doesn't have the same tape, but we didn't change systems that radically to make the tapes change that much week to week.
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
03-17-2006 02:18 AM
03-17-2006 02:18 AM
Re: make_recovery_tape - multiple copies.
The "copy_boot_tape" command has had too many reported problems for me. I was hoping there was a way to do the collection once, and then write and eject multiple tapes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 10:42 AM
03-19-2006 10:42 AM
Re: make_recovery_tape - multiple copies.
Just a suggestion, I don't have try it. When I make a tape from ignite server of it's clients, I use it to put lif and archive on tape. So why not using it in the other direction ?
What I should try :
1) To get the LIF :
/usr/bin/dd if=/dev/rmt/Omn of=/somewhere_on_disk/server_lif obs=2k
2) To get the archive :
/usr/bin/dd if=/dev/rmt/0mn of=/somewhere_on_disk/filename obs=10k
And after I should try this :
1) Put back the LIF on tape :
/usr/bin/dd if=/somewhere_on_disk/server_lif of=/dev/rmt/0mn obs=2k
2) And finally the archive :
/usr/bin/dd if=/somewhere_on_disk/filename of=/dev/rmt/0mn obs=10k
And if it's ok you just have to do it three times.
Hope this helps
Pat