- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Trouble with DLT
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
08-09-2000 02:44 PM
08-09-2000 02:44 PM
"The error handler has gotten the error code 1 of type NOTE with the associated strings
8/12/5.2.0
DEC DLT2000 15/30 GB
What kind of error is this? What am I need to correct in order to can use this DLT to backup?
Regards,
Veronica
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 03:15 PM
08-09-2000 03:15 PM
Re: Trouble with DLT
Please make sure "stape" Driver is loaded in the Kernel.
I am affraid the DEC DLT 2000 may not be supported on HP 9000 systems. Please check this with HP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 03:38 PM
08-09-2000 03:38 PM
Re: Trouble with DLT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 11:41 PM
08-09-2000 11:41 PM
SolutionThe second recommendtaion is to check the file:
/usr/sam/lib/C/pd_devinfo.tx and see if there is a reference in there to the device as it shows up in an ioscan output.
If not, try adding an entry to reflect the device, and try again.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 11:48 PM
08-09-2000 11:48 PM
Re: Trouble with DLT
I have tried this myself recently using a Compaq DLT2000. It just will not work on an HP. Some firmware commands are simply not available which HP-UX expects to use in order to talk to the tape drive. I gave up, I think your out of luck. In the end ive attached it to a PC running Linux and it works fine!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 08:17 AM
08-10-2000 08:17 AM
Re: Trouble with DLT
SAM backup and restore will call fbackup/frecover.
fbackup is able to check for supported tape drives, ie, tape drives with HP firmware. To get around this check you can use, fbackup from the command line, specifying the hostname of the machine:device file of the tape drive.
for example
fbackup -f localhost:/dev/rmt/0m
Try using another backup routine, tar or cpio
if they fail then the tape drive is not compatible.
Steve