Data fields for SCSI tape devices
There are specific data fields for SCSI tape devices.
Attribute | Description |
---|---|
Generic | SCSI generic device file for the tape drive (for example
/dev/sg0). This attribute is N/Aif the SCSI generic device driver, sg, is not available. |
Device | Main device file for accessing the tape drive, for example:
|
Target | The ID in Linux used to identify the SCSI device. |
Vendor | The vendor field from the tape drive. |
Model | The model field from the tape drive. |
Type | Tapedrvfor a tape driver or changerfor a medium changer. |
State | The state of the SCSI device in Linux. This state is an internal state of the Linux kernel, any state other than "running" can indicate problems. |
HBA | The bus-ID of the FCP device or
of the virtio-scsi-ccw virtual HBA to which the tape drive is attached.
N/Aif the device does not have a sysfs ancestor with subsystem ccw. |
WWPN | The WWPN (worldwide port name) of the tape drive in the SAN.
N/Aif the device is not attached through zfcp. |
Serial | The serial number field from the tape drive.
NO/SGif the SCSI generic device driver, sg, is not available. NO/INQif sg is available, but the sg_inq command from the scsi/sg3_utils package is unavailable. |