Command to determine Tape Drive model and make


 
Thread Tools Search this Thread
Operating Systems Solaris Command to determine Tape Drive model and make
# 1  
Old 01-04-2006
Command to determine Tape Drive model and make

Hi,

We have some IBM LTO tape drives connect over SAN.
I have the following questions :-

1) Command that can list the tape drive details like who is manufacturer, model number, make etc etc

2) I would like to know what are the key differences between IBM LTO Generation 1 and Generation 2 tape drives ?

Thanks in advance.
# 2  
Old 01-05-2006
Quote:
Originally Posted by new2prog
Hi,

We have some IBM LTO tape drives connect over SAN.
I have the following questions :-

1) Command that can list the tape drive details like who is manufacturer, model number, make etc etc
iostat -E will probably give you what you need.

Quote:
2) I would like to know what are the key differences between IBM LTO Generation 1 and Generation 2 tape drives ?
Speed and capacity are the differences, if you want more detail than that I suggest you try google.
# 3  
Old 01-05-2006
# 4  
Old 01-06-2006
Guys..
Looks like you have not understood my questions.

If I have to get the details of the drive model and other details
iostat shows the system io statistics..
# 5  
Old 01-06-2006
Quote:
Originally Posted by new2prog
Guys..
Looks like you have not understood my questions.

If I have to get the details of the drive model and other details
iostat shows the system io statistics..
bash-3.00$ iostat -E
dad1 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: HDS722580VLAT20 Revision: V32OA62A Serial No: VN62GECBEH
Size: 80.02GB <80023879680 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0
sd1 Soft Errors: 5 Hard Errors: 0 Transport Errors: 0
Vendor: JLMS Product: XJ-HD166S Revision: D3S4 Serial No:
Size: 0.14GB <137889792 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 5 Predictive Failure Analysis: 0
# 6  
Old 01-06-2006
Thanks reborg.

I got what I was looking for.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

Determine power family of p system from the model #.

Folks, Again a very silly question :D Could someone tell me, how to determine the power family(540, 520, 575, 595 etc) just by looking into the model # info from prtconf/lsconf o/p of the lpar? I dont want run a search on any search engine to find out the power family or hit IBM website to... (3 Replies)
Discussion started by: thisissouvik
3 Replies

2. HP-UX

TAPE drive

I have used ioscan -fnC tape and the system identified the tape drive. what is the command to show a listing of what is on the tape? I have used ls /dev/rmt/rmt0 to no avail. can anyone help? Thanks in advance (10 Replies)
Discussion started by: Randydog
10 Replies

3. AIX

How to make a copy of a tape to another tape?

Hello, We need to make a copy of a backup tape, using the 2 tape recorders in IBM 3582 Tape Library We tried tu use "tcopy", it seems to work fine (no error messages) but we aren't sure if we can rely on it. my question is how to check if the copy succeded or not, but i also want to know... (3 Replies)
Discussion started by: fastlane3000
3 Replies

4. UNIX for Advanced & Expert Users

tar to tape drive command

I want to use this command to tar to tape: tar cf - DIR | compress > `hostname`_`date +%m-%d-%y`.DIR.tar.Z this of course goes to the FS. How do I modify this to go directly to tape? My tape device is /dev/rmt/0 thanks. Having so many posts you should be familiar using code tags.... (7 Replies)
Discussion started by: djehresmann
7 Replies

5. Solaris

/dev/rmt is empty - Trying to make Tape Drive Functional

I have an HP Proliant DL380 with Intel Processors that I recently loaded Solaris 10 with latest patches on it. I'm trying to do a ufsdump to an HP DAT 40 tape drive via SCSI, but I can't get it to do anything because /dev/rmt is empty. I've tried the following with luck: touch /reconfigure,... (7 Replies)
Discussion started by: cvaughn
7 Replies

6. UNIX for Dummies Questions & Answers

How to determine what type of backup I've on the tape

I've tape which I've to use to restore data. The problem is that I don't know what type of backup I have on this type. Can someone help me and tell me how can I determine what type of backup is on the tape? Thanks for your help. (2 Replies)
Discussion started by: fraydey
2 Replies

7. UNIX for Dummies Questions & Answers

tape drive

Hi, I need to restore my tape backup, when I type "tape status" it gives; status : ready beginning-of-tape write-protected soft errors : 0 hard errors : 0 underruns : 3 but... (4 Replies)
Discussion started by: alisevA3
4 Replies

8. AIX

Command to determine Tape Type

I have 2 UNIX boxes and I need to determine whether or not they possess the same tape drive. What is the hardware command to determine what type of tape drive is present? Thx in advance. (4 Replies)
Discussion started by: Surdeymon
4 Replies
Login or Register to Ask a Question