tpautoconf
-bash-3.2$ sudo ./tpautoconf -r
TPAC60 IBM 3576-MTL 587G 000001320426_LLA -1 -1 -1 -1 /dev/sg55 - -
TPAC60 IBM 3576-MTL 587G 000001320425_LLA -1 -1 -1 -1 /dev/sg53 - -
TPAC60 IBM 3576-MTL 587G 000001320426_LLA -1 -1 -1 -1 /dev/sg26 - -
TPAC60 IBM 3576-MTL 587G 000001320425_LLA -1 -1 -1 -1 /dev/sg28 - -
-bash-3.2$ sudo ./tpautoconf -t
TPAC60 IBM ULT3580-TD4 A239 1310254587 -1 -1 -1 -1 /dev/nst3 - -
TPAC60 IBM ULT3580-TD4 A239 1310254632 -1 -1 -1 -1 /dev/nst2 - -
TPAC60 IBM ULT3580-TD4 A239 1310255704 -1 -1 -1 -1 /dev/nst1 - -
TPAC60 IBM ULT3580-TD4 A239 1310254613 -1 -1 -1 -1 /dev/nst0 - -
What these lines predict? the output of the command
I don't know what all the fields are, let me show you how to work out at least some of them
Given that tpautoconf is more or less the same command as scan (just output is formatted differenly) let's run scan and see what we can identify.
From scanDevice Name : "/dev/sg/c0t5l1"Passthru Name: "/dev/sg/c0t5l1"Volume Header: ""Port: -1; Bus: -1; Target: -1; LUN: -1Inquiry : "HP DAT72X6 B604"Vendor ID : "HP "Product ID : "DAT72X6 "Product Rev: "B604"Serial Number: "000053107P"WWN : ""WWN Id Type : 0Device Identifier: "HP DAT72X6 000053107P08"Device Type : SDT_CHANGERNetBackup Robot Type: 7Removable : YesDevice Supports: SCSI-3Number of Drives : 1Number of Slots : 6Number of Media Access Ports: 0Flags : 0x0Reason: 0x0root@womble $ tpautoconf -tTPAC60 HP DAT72X6 B604 000053107P -1 -1 -1 -1 /dev/rmt/0cbn - -Not sure what TPAC60 is, as it is the same on your output and mine, and given we ave differnt drive makes, it appears to be some NBU id.HP is the makeDAT72X6 is the Product ID (found this in scan)B604 is the product revision (from scan again), I guess this is the firmware level000053107P is the serial number (from scan again)-1 -1 -1 -1 appears to be the port/bus/target/lun (from scan)/dev/rmt/0cbn is the device fileCannot identify the last two - They seemed to be unused,Hope this helps,
Martin