- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DLT7000 device file
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-30-2003 05:08 AM
01-30-2003 05:08 AM
DLT7000 device file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:17 AM
01-30-2003 05:17 AM
Re: DLT7000 device file
1. Use ioscan to find the driver name and the specific instance number:
# ioscan -fCtape
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 1 8/8.5.0 stape CLAIMED DEVICE QUANTUM DLT8000
2. Create a special device file (either for compressed or for non-compressed):
# mksf -d stape -I 1 -a -b 133
# mksf -d stape -I 1 -a -b 132
-I is the instance number I , in this case "1"
-d is the driver name, in this case "stape"
-a is AT&T-style rewind/close.
-b decimal number density code
For more info do check the man page for mkfs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:19 AM
01-30-2003 05:19 AM
Re: DLT7000 device file
They should be created for you when you add the drive via SAM. If you need devices configured into the kernel, SAM should let you know and give you the option to add them. Just power down the system, connect the device, boot up. Now go into sam/peripherals/taped drives and add the DLT>
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:21 AM
01-30-2003 05:21 AM
Re: DLT7000 device file
Take a look at next question/answer
http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x4381abe92dabd5118ff10090279cd0f9,00.html
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 01:41 PM
01-31-2003 01:41 PM
Re: DLT7000 device file
Select devices > tape devices
select hw address listed and right click or highlight then action
select create new device files
pick your density options.
You will have to research what some of the weird looking ones are. I am sure one of them translates to DLT7000 mode.
Take note of the device file created and use that for your backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 05:02 PM
01-31-2003 05:02 PM
Re: DLT7000 device file
# mksf -C tape -H 0/12.3.0 -b 133 -c 1 /dev/rmt/0m-DLT7000_mode
You'll need to find you own hardware path for this from your 'ioscan' output.