- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cannot create specified device error with repl...
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-10-2004 03:23 AM
03-10-2004 03:23 AM
cannot create specified device error with replacement tape drive
The server recognizes the new tape drive, but gives the "cannot create specified device" error when we try to backup using the DDS2 device file.
# ioscan -fnC tape
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
tape 0 10/12/5.0.0 stape CLAIMED DEVICE SONY SDT-5000
/dev/rmt/0m /dev/rmt/c1t0d0BESTb
/dev/rmt/0mb /dev/rmt/c1t0d0BESTn
/dev/rmt/0mn /dev/rmt/c1t0d0BESTnb
/dev/rmt/0mnb /dev/rmt/c1t0d0DDS1
/dev/rmt/0mnc /dev/rmt/c1t0d0DDS2C
/dev/rmt/c1t0d0BEST /dev/rmt/c1t0d0NOMOD
# ls /tmp/testfile | cpio -ocvB > /dev/rmt/0m
(Using tape drive with immediate report mode enabled (reel #1).)
/tmp/testfile
170 blocks
# ls /tmp/testfile | cpio -ocvB > /dev/rmt/c1t0d0DDS2C
sh: /dev/rmt/c1t0d0DDS2C: Cannot create the specified file.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:29 AM
03-10-2004 03:29 AM
Re: cannot create specified device error with replacement tape drive
Did you re-create the device files? (Is you had rebooted the server after replacing DDS drive, that should have taken care of that.)
What lssf /dev/rmt/c1t0d0DDS2C gives?
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:34 AM
03-10-2004 03:34 AM
Re: cannot create specified device error with replacement tape drive
stape card instance 1 SCSI target 0 SCSI LUN 0 at&t DDS2 DAT tape cartridge comp
ressed at address 10/12/5.0.0 /dev/rmt/c1t0d0DDS2C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:34 AM
03-10-2004 03:34 AM
Re: cannot create specified device error with replacement tape drive
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:51 AM
03-10-2004 03:51 AM
Re: cannot create specified device error with replacement tape drive
# ioscan -fnC tape
Class I H/W Path Driver S/W State H/W Type Description
============================================
==========================
tape 0 10/12/5.0.0 stape CLAIMED DEVICE SONY SDT-5000
/dev/rmt/0m /dev/rmt/c1t0d0BESTb
/dev/rmt/0mb /dev/rmt/c1t0d0BESTn
/dev/rmt/0mn /dev/rmt/c1t0d0BESTnb
/dev/rmt/0mnb /dev/rmt/c1t0d0DDS1
/dev/rmt/0mnc /dev/rmt/c1t0d0NOMOD
/dev/rmt/c1t0d0BEST
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 04:06 AM
03-10-2004 04:06 AM
Re: cannot create specified device error with replacement tape drive
You can create on with mknod command.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 04:12 AM
03-10-2004 04:12 AM
Re: cannot create specified device error with replacement tape drive
What's the syntax of the mknod command to create a device to support DDS2?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 04:13 AM
03-10-2004 04:13 AM
Re: cannot create specified device error with replacement tape drive
mksf -C tape -b DDS2C -H "hardware_path /dev/rmt/0m_compressed
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 04:23 AM
03-10-2004 04:23 AM
Re: cannot create specified device error with replacement tape drive
for uncompressed. check man page of mksf in details. It lists all options and good explaination of those.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 04:29 AM
03-10-2004 04:29 AM
Re: cannot create specified device error with replacement tape drive
stape card instance 1 SCSI target 0 SCSI LUN 0 at&t unknown density "TYPE_DEPEND
ENT4" at address 10/12/5.0.0 dds2
Should it not show DDS2 density if the tape drive was capable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 04:41 AM
03-10-2004 04:41 AM
Re: cannot create specified device error with replacement tape drive
You can use a device file that says best density available.
Anil