<![endif]><![if gte mso 9]>
I'm trying to create a Linux cluster-in-a-box under ESX 4.0.0-164009...
Following the instructions laid out in ,
I configured a Linux VM with a “virtual” shared mode SAS controller and created a thick vmdk with "support clusterning features" enabled. I can see the disk but when I try the SCSI-3 PR test that comes with sg3_utils, it fails…
./sg_persist_tst.sh /dev/sdb
>>> try to report capabilities:
VMware Virtual disk
1.0
Peripheral device type: disk
PR in: bad field in cdb including unsupported
service action
illegal request, report capabilities not
supported?
>>> check if any keys are registered:
VMware Virtual
disk 1.0
Peripheral device type: disk
PR generation=0x0, there are NO registered
reservation keys
>>> register a key:
PR out: bad field in cdb including unsupported
service action
>>> now key 123abc should be registered:
PR generation=0x0, there are NO registered
reservation keys
>>> reserve the device (based on key
123abc):
PR out: bad field in cdb including unsupported
service action
>>> check if the device is reserved (it
should be now):
PR generation=0x0, there is NO reservation
held
>>> now release reservation:
PR out: bad field in cdb including unsupported
service action
>>> check if the device is reserved (it
should not be now):
PR generation=0x0, there is NO reservation
held
>>> unregister key 123abc:
PR out: bad field in cdb including unsupported
service action
>>> now key 123abc should not be
registered:
PR generation=0x0, there are NO registered
reservation keys
So
it appears that the SCSI-3 persistent reservation commands, PRIN and PROUT, are
not supported but MSCS 2008 requires them… Is there an ESX host setting that
needs to be configured?
Thanks.
Joe