I recently installed Debian 6 in a VM on ESXi 4.1, but I noticed there is no /proc/scsi/scsi. Am I missing a module which provides that, or is there a different way of doing things like echo "scsi add-single-device 0 0 1 0">/proc/scsi/scsi?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|
On recent kernels the |
||||
|
|
|
The new way of adding scsi devices is.
$h is the HBA number, $c is the channel on the HBA, $t is the SCSI target ID, and $l is the LUN. If you don't know all of that, you can use wildcards.
This is documented in the online storage management section of Red Hat's storage administration guide. |
|||
|
|