I have a storage driver that creates a virtual bus to manage its
devices. The driver itself belongs to its own class (ie. not
ScsiAdapter or DiskDrive classes). As a result, Cluster Server won’t
recognize my disks because the ‘InterfaceType’ parameter in the
Win32_DiskDrive.DeviceId instance is NULL (it needs to be ‘SCSI’).
Does anyone have any suggestions on what I can do to provide this
information in a WMI query short of re-writing my driver? I’m still
new to WMI so I don’t have a good grasp on the concepts.
Thanks,
Bob