Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

scsi_info(8) [redhat man page]

SCSI_INFO(8)						      System Manager's Manual						      SCSI_INFO(8)

NAME
scsi_info - SCSI device description tool SYNOPSIS
scsi_info device DESCRIPTION
Scsi_info opens the specified SCSI device file, and retrieves its actual SCSI address parameters. It also looks up the device in /proc/scsi/scsi and retrieves the device's vendor information, if available. Its output is a pair of Bourne-style shell commands to define the SCSI_ID and MODEL variables based on this information. The SCSI_ID variable has three comma-separated fields: the SCSI channel number, the device ID, and the logical unit number. In most cases, the channel and logical unit will be 0. The reason for the existence of this utility lies in the peculiar method for assigning minor device numbers to Linux SCSI devices. Devices are numbered based on the order in which they are detected, irrespective of their device addresses. This tool automatically converts these arbitrary device assignments back to the user-configured addresses. AUTHOR
David Hinds - dahinds@users.sourceforge.net pcmcia-cs 2000/06/12 21:24:49 SCSI_INFO(8)

Check Out this Related Man Page

scsi_address(9S)					    Data Structures for Drivers 					  scsi_address(9S)

NAME
scsi_address - SCSI address structure SYNOPSIS
#include <sys/scsi/scsi.h> INTERFACE LEVEL
Solaris architecture specific (Solaris DDI) DESCRIPTION
A scsi_address structure defines the addressing components for a SCSI target device. The address of the target device is separated into two components: target number and logical unit number. The two addressing components are used to uniquely identify any type of SCSI device; however, most devices can be addressed with the target component of the address. In the case where only the target component is used to address the device, the logical unit should be set to 0. If the SCSI target device supports logical units, then the HBA must interpret the logical units field of the data structure. The pkt_address member of a scsi_pkt(9S) is initialized by scsi_init_pkt(9F). STRUCTURE MEMBERS
scsi_hba_tran_t *a_hba_tran; /* Transport vectors for the SCSI bus */ ushort_t a_target; /* SCSI target id */ uchar_t a_lun; /* SCSI logical unit */ a_hba_tran is a pointer to the controlling HBA's transport vector structure. The SCSA interface uses this field to pass any transport requests from the SCSI target device drivers to the HBA driver. a_target is the target component of the SCSI address. a_lun is the logical unit component of the SCSI address. The logical unit is used to further distinguish a SCSI target device that supports multiple logical units from one that does not. The makecom(9F) family of functions use the a_lun field to set the logical unit field in the SCSI CDB, for compatibility with SCSI-1. SEE ALSO
makecom(9F), scsi_init_pkt(9F), scsi_hba_tran(9S), scsi_pkt(9S) Writing Device Drivers SunOS 5.10 30 Aug 1995 scsi_address(9S)
Man Page

4 More Discussions You Might Find Interesting

1. SCO

Two questions regarding SCO v5.0.7

Hi there Following my success installing SCO openserver 5.0.7 on an HP ML350 G5 last time, I have been instructed to install the same 5.0.7 on an HP ML310 G5. The ML310 G5 have the same RAID array as the ML350 (HP E200 SATA RAID) but the hard drives are larger (3x160Gb and 1x250Gb spare). ... (3 Replies)
Discussion started by: The_Librarian
3 Replies

2. SCO

SCO UNIX Won't Boot

Our system is not booting up properly. It keeps going to this screen: Enter Run Level (0-6, s or S): I tried to hit all nos# 0-6 is just goes to hung state. Tried s or S & it brings me to single user mode. I've checked the file systems & found out that all three had 98%. I tried to... (86 Replies)
Discussion started by: jedimaster
86 Replies

3. SCO

Dell PowerEdge 2600 tape backup

I was asked to get a Dell PowerEdge 2600 server, out of warranty, running SCO 3.2v5.06 to perform a full backup. I spent hours researching and preparing a strategy only to fail on-site. The only device names in /dev for a tape drive were /dev/xStp0 /dev/xcdt0 /dev/xct0 ... (6 Replies)
Discussion started by: ezlarry
6 Replies

4. HP-UX

N-Class DVD woes

Having a problem attaching a DVD drive to this N Class server and just wondering if anyone’s come across this before. As there’s no space internally for a DVD drive it has one of these: see attached pic (the rear connector says it's a single ended device) Which I’ve tried connecting... (4 Replies)
Discussion started by: Turlock
4 Replies