Specifications

Table Of Contents
VMware Server Virtual Machine Guide
242 VMware, Inc.
You!need!to!locate!a!line!in!the!configuration!file!that!looks!like:
scsiZ:Y.fileName = "<deviceName>"
Change!the!line!to:
scsiZ:Y.fileName = "scsiX:Y"
Define!X,!Y!and!Z!as!follows:
! X!is!the!SCSI!bus!the!device!uses!on!the!host!system.
! Y!is!the!target!ID!the!device!uses!in!the!virtual!machine!and!on!the!host.!Use!
the!same!target!ID!in!the!virtual!machine!that!the!host!already!uses!for!the!
device!to!allow!the!device!to!work!correctly.
! Z!is!the!SCSI!bus!the!device!uses!in!the!virtual!machine.
For!example,!if!the!problematic!device!is!a!CDROM!drive,!the!entry!in!the!
configuration!file!might!be:
scsi0:4.fileName = "CdRom0"
If!the!device!on!the!host!is !located!on!bus!2!with!target!ID!4,!you!should!change!this!
line!to:
scsi0:4.fileName = "scsi2:4"
The!target!ID!the!device!uses!in!the!virtual!machine!must!be!the!same!as!the!target!
ID!the!device!uses!on!the!host!system.
4You!added!a!generic!SCSI!device!to!the!virtual!machine’s!configuration!file!(.vmx)!
as!instructed!in!step!3,!but!VMware!Server!does!not!recognize!
the!device!in!the!
Add!Hardware!Wizard.!You!might!experience!this!issue!with!tape!drives!and!tape!
changers.
In!this!case,!look!for!the!line!in!the!configuration!file!that!looks!like:
scsiZ:Y.fileName = "scsiX:Y"
Change!the!line!to:
scsiZ:Y.fileName = "<deviceName>"
Example!device!names!include!Tape0!and!Changer0.
Another!alternative!you!can!try!is!to!uninstall!or!
disable!the!device!driver!on!the!
host!and!use!the!"scsiX:Y"!notation!in!the!configuration!file.