1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 15:21:37 +03:00
systemd/extras/scsi_id
Edward Goggin 50be140174 scsi_id: derive a UID for a SCSI-2 not compliant with the page 83
This patch is to enable the use of scsi_id to derive a UID for a SCSI-2
device which is not compliant with the page 83 inquiry reply format for
either SPC-2 or SPC-3.  In this case, the page 83 reply does not
contain a list of  Identification descriptors but a single binary encoded
hexa-decimal Vendor Specified Identifier.

The update is being driven by the need for scsi_id to support older
model EMC Symmetrix hardware, that is, models 4, 5, and 6.
2005-09-14 20:23:48 +02:00
..
ChangeLog [PATCH] update udev to scsi_id 0.7 2005-04-26 22:02:45 -07:00
COPYING [PATCH] add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com> 2005-04-26 21:06:24 -07:00
gen_scsi_id_udev_rules.sh [PATCH] scsi_id changes for use with udev %N and %p 2005-04-26 23:35:15 -07:00
Makefile add install test to 'make buildtest' 2005-09-14 17:29:27 +02:00
README [PATCH] update udev scsi_id to scsi_id 0.3 2005-04-26 21:13:17 -07:00
release-notes [PATCH] update udev to scsi_id 0.7 2005-04-26 22:02:45 -07:00
scsi_id.8 scsi_id: derive a UID for a SCSI-2 not compliant with the page 83 2005-09-14 20:23:48 +02:00
scsi_id.c scsi_id: derive a UID for a SCSI-2 not compliant with the page 83 2005-09-14 20:23:48 +02:00
scsi_id.config scsi_id: derive a UID for a SCSI-2 not compliant with the page 83 2005-09-14 20:23:48 +02:00
scsi_id.h scsi_id: derive a UID for a SCSI-2 not compliant with the page 83 2005-09-14 20:23:48 +02:00
scsi_serial.c scsi_id: derive a UID for a SCSI-2 not compliant with the page 83 2005-09-14 20:23:48 +02:00
scsi.h [PATCH] update udev to include scsi_id 0.6 2005-04-26 21:37:02 -07:00
TODO [PATCH] update udev to include scsi_id 0.6 2005-04-26 21:37:02 -07:00

scsi_id - generate a SCSI unique identifier for a given SCSI device

Primarily for use with udev callout config entries. This could also be
used by a multi-path configuration tool that requires SCSI id's.

Requires:

	- Linux kernel 2.6

	- sysfsutils 0.4

Build via make and make install.

Please send questions, comments or patches to patmans@us.ibm.com.