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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tape Drive

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi

We have around 30+ machines connected to SAN and we would like to know how many tape drives are there on each machine.

When i give "mt -f /dev/rmt/0n status" it is contacting local system tape drive and also SAN which is making lot of network traffic. Can any one help me which command will give tape drive info only on local system without contacting
SAN.

Thx for great help.
 
Try

Code:
ls -l /dev/rmt/? | grep scsi

to look for locally attached drives, and

Code:
ls -l /dev/rmt/? | grep fibre

for SAN-attached drives. HTH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top