I want to develop an application to pass SCSI command to hard disk using C language. In Linux, when pass SCSI or other command to device, we just use ioctl() function to do it. But hard disk device node was not showed as /dev/sdx on VMware ESXi just like Linux does, So How can I pass these command to device on VMware ESXi just like doing it on Linux.
Asked
Active
Viewed 232 times
0
-
Do you want to initiate SCSI commands from ESXi or from a Linux virtual machine running on VMware ESXi? – Christophe Vu-Brugier Sep 25 '15 at 15:00
-
From ESXi. This Application is designed to run on ESXi directly. – Juan Li Sep 25 '15 at 16:15
-
I think it will be more difficult to pass SCSI commands from Linux virtual machine running on ESXi. – Juan Li Sep 25 '15 at 16:26