- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sharing a tape drive
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
06-19-2001 07:11 AM
06-19-2001 07:11 AM
sharing a tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 07:16 AM
06-19-2001 07:16 AM
Re: sharing a tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 07:20 AM
06-19-2001 07:20 AM
Re: sharing a tape drive
You can do it via s/w.
See this post:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa184dfe5920fd5118fef0090279cd0f9,00.html
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 07:34 AM
06-19-2001 07:34 AM
Re: sharing a tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 08:03 AM
06-19-2001 08:03 AM
Re: sharing a tape drive
It'd be nice to know if it works!
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 08:05 AM
06-19-2001 08:05 AM
Re: sharing a tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 08:06 AM
06-19-2001 08:06 AM
Re: sharing a tape drive
then on system 2 enter
mount sys1:/dev/rmt/0m /tape
If you are having trouble then look into
rcpinfo and nfsstat man pages to trouble shoot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 08:07 AM
06-19-2001 08:07 AM
Re: sharing a tape drive
Check out the ATS manual for the h/w setup needed:
http://docs.hp.com/hpux/pdf/B3936-90032.pdf
Note: The FC SCSI MUX is required as this adds the functionality of SCSI RESERVE and SCSI RELEASE commands. Not all tapes are supported for device sharing, but for example
DLT 4000
DLT 7000
StorageTek SD-3 (Redwood)
StorageTek 9490 (Timberline)
Also most of the bigger HP tape libs are supported.
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 08:23 AM
06-20-2001 08:23 AM
Re: sharing a tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 12:06 PM
06-20-2001 12:06 PM
Re: sharing a tape drive
#find /home -print|cpio -ocdumvB > /tape
then to get it off of tape
#cpio -icdumvB "/home" < /tape
Thats the nice thing about it being a mount point, you can use the same command as if you were to cpio a file to another disk drive