- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tape device files
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
01-25-2005 01:00 AM
01-25-2005 01:00 AM
tape device files
Does anyone know if we can create a tape device file in HPUX using the Sun format?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 01:03 AM
01-25-2005 01:03 AM
Re: tape device files
Do you EMC engineers know what the behaviour of a Sun format tape drive is, in terms of density/Berkley-ness/rewindability etc?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 01:14 AM
01-25-2005 01:14 AM
Re: tape device files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 01:30 AM
01-25-2005 01:30 AM
Re: tape device files
you could either create a soft link with ln or
use mksf to create the file you want
example:
/sbin/mksf -d stape -I 12 -u -n -b BEST rmt/12mnb
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:01 AM
01-25-2005 02:01 AM
Re: tape device files
As peter already suggested you can create the soft link ...
# ln -s /dev/rmt/c18t2d1BESTnb /dev/rmt/0cbn
Hope that helps,
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:04 AM
01-25-2005 02:04 AM
Re: tape device files
# mt -f /dev/rmt/c18t2d1BESTnb status
or
# mt -f /dev/rmt/0cbn status
and see if compression comes up as enabled, especially as you are talking about virtual tape drives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:07 AM
01-25-2005 02:07 AM
Re: tape device files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:12 AM
01-25-2005 02:12 AM
Re: tape device files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:14 AM
01-25-2005 02:14 AM
Re: tape device files
Drive: IBM ULTRIUM-TD2
Format:
Status: [0]
File: 0
Block: 0
This is what I get from "lssf" on both device files:
stape card instance 18 SCSI target 2 SCSI LUND 1 berkely no rewind density available at ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:17 AM
01-25-2005 02:17 AM
Re: tape device files
$ mt -f /dev/rmt/0m status
Drive: SONY SDX-300C
Format: Sony AIT
Status: [41113000] BOT online compression immediate-report-mode
File: 0
Block: 0
Note the 'compression' entry. Perhaps the virtual tape drives do not conform? What are your major/minor numbers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:19 AM
01-25-2005 02:19 AM
Re: tape device files
Run lssof on hp-ux device file. It shoulf show you comprssed/best density info.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:19 AM
01-25-2005 02:19 AM
Re: tape device files
Run lssf on hp-ux device file. It shoulf show you comprssed/best density info.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:26 AM
01-25-2005 02:26 AM
Re: tape device files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:36 AM
01-25-2005 02:36 AM
Re: tape device files
I know the virtual tape drive works. I used it on a Win2K server prior to moving it to the HPUX server. I was getting over 400 GB on a virtual tape.
I opened up a case with HP. I'm waiting for a call back.