1834733 Members
2439 Online
110070 Solutions
New Discussion

Re: Trouble with DLT

 
SOLVED
Go to solution
Verónica Muñoz Segovia
Frequent Advisor

Trouble with DLT

I installed an external Compaq DLT in a HP9000 Class J210 Server and when I enter to SAM in Backup and Restore I got the next message:

"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
Always is important to know the opinion of other people with or without experience
5 REPLIES 5
Manju Kampli
Trusted Contributor

Re: Trouble with DLT

Veronica,

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.
Never stop "LEARNING"
Terja
Frequent Advisor

Re: Trouble with DLT

Bad news, the dlt drives from compac have special firmware. Thats why you cannot get a non compac dlt to work on a compac machine.
UNIX - Live free or Die
melvyn burnard
Honored Contributor
Solution

Re: Trouble with DLT

firstly I would recommend you install th elatest patches for SAM, fbackup and SCSI, plus any dependencies they list.
The 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
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Stefan Farrelly
Honored Contributor

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!
Im from Palmerston North, New Zealand, but somehow ended up in London...
Steve Pollard
New Member

Re: Trouble with DLT

Veronica

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