- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to share one tape between two hosts
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
05-26-2005 07:35 PM
05-26-2005 07:35 PM
I have a DDS4 tape ,it connects whit the host-1 now . but i also want to use the tape in another host-2. for example,I want to make a make_recovery tape in host-2.
it's impossible to remove the tape from host-1.
My question is what method to make a make_recovery tape with host-2 and use the tape in host-1 ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 07:45 PM
05-26-2005 07:45 PM
Re: how to share one tape between two hosts
Make_recovery doesn't has any option by which it can use the tape drive of another host.
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 08:28 PM
05-26-2005 08:28 PM
SolutionYou cannot use make_tape_recovery from another tape drive. You can use make_net_recovery instead.
Check this thread for details.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=810772
Regards,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2005 04:15 AM
06-04-2005 04:15 AM
Re: how to share one tape between two hosts
But if you equivalence the two boxes such that you can do "remsh host1 ls" from host2 & visa versa you MIGHT be able to do the following (on host2)
make_tape_recovery -vI -x inc_entire=vg00 -a host1:/dev/rmt/0mn
In effect you are saying to host2 use tape "host1:/dev/rmt/0mn". This syntax should trigger the system to use the host1 tape device remotely.
But make_net_recovery is proably the best option/solution for your problem... I just wanted to answer you _specific_ question (rather than solve you actual problem!!!)
goodluck
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2005 04:37 PM
06-04-2005 04:37 PM
Re: how to share one tape between two hosts
See the following document section: 9.System Recovery-> Creating a Recovery Archive using the Network and Tape for detailed steps.
http://docs.hp.com/en/B2355-90872/index.html
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 05:51 PM
06-05-2005 05:51 PM
Re: how to share one tape between two hosts
I suggest you work towards ignite server and make_net_recovery.
make_tape_recovery will work only for local tape device!
Regds
TT