Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scanner cmd error

Status
Not open for further replies.

rtrevino

Technical User
Mar 12, 2002
4
0
0
US
I have a Solaris 2.6 server with one DLT7000 tape drive attached. I am trying to use the scanner cmd from Legato Networker to read the tape and create the necessary indexes from backups on tape.

I am getting the following:
# scanner -im /dev/rmt/0cbn
scanner: scanning dlt7000 tape CFJ893 on /dev/rmt/0cbn
scanner: dlt7000 tape CFJ893 already exists in the media index
scanner: fn 2 rn 0 read error Not enough space
scanner: fn 2 rn 0 read error Not enough space
scanner: done with dlt7000 tape CFJ893


I did a reconfiguration reboot but still get the error.

The inquire cmd returns:
scsidev@1.6.0:QUANTUM DLT7000 2561|Tape, /dev/rmt/0cbn

The entries in st.conf
# grep -i quantum st.conf
# "QUANTUM DLT7000"
# "Quantum DLT4000"
# "QUANTUM DLT7000", "QUANTUM DLT7000", "DLT7k-data",
# "Quantum DLT4000", "Quantum DLT4000", "DLT-data",
#DLT7k-data = 1,0x36,0,0x1D639,4,0x82,0x83,0x84,0x85,2;

How do I correct this?




 

I don't known the legato system but, if I'm not mistaken, you need to uncoment the following lines so that the Solaris can recognize the drive.

"QUANTUM DLT7000"
# "Quantum DLT4000"
"QUANTUM DLT7000", "QUANTUM DLT7000", "DLT7k-data",
# "Quantum DLT4000", "Quantum DLT4000", "DLT-data",
DLT7k-data = 1,0x36,0,0x1D639,4,0x82,0x83,0x84,0x85,2;


Best regards

Nuno Abrantes


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top