Working on the NAS 5.5 certification with Workbench 3.0.2. The HA_DRS test fails stating "Failed to get snapshots for ESXiA-VM2-win-bus." for all 8 VMs that are fall under that test. I went over the run.log and found that while it appears the 'createsnap' command appears to succeed in the logs, there is no corresponding activity on the VM tasks. i.e no snapshot is being created. Log trimmed to a single VM for brevity:
[Oct 8 2015 15:56:56 : VM ] [0] INFO: Send create snapshot (snap-hadrs) command to ESXiA-VM2-win-bus...
[Oct 8 2015 15:56:56 : VMSTAF ] [0] DEBUG: Submitting the following STAF command <192.168.2.42 process start shell command "staf local VTAF_VM createsnap snapname snap-hadrs anchor vsphere.imd.local:vsphere.local\administrator vm ESXiA-VM2-win-bus memory">
[Oct 8 2015 15:56:56 : VMSTAF ] [0] DEBUG: Command: staf 192.168.2.42 process start shell command "staf local VTAF_VM createsnap snapname snap-hadrs anchor vsphere.imd.local:vsphere.local\administrator vm ESXiA-VM2-win-bus memory"
[Oct 8 2015 15:56:56 : VMSTAF ] [0] DEBUG: RC: 0
[Oct 8 2015 15:56:56 : VMSTAF ] [0] DEBUG: Result: $VAR1 = '3718';
[Oct 8 2015 15:56:56 : VMSTAF ] [0] INFO: VM : Sent createsnap command.
One second later, it checks for a task and doesn't find one.
[Oct 8 2015 15:56:57 : HADRS ] [0] INFO:
[Oct 8 2015 15:56:57 : HADRS ] [0] INFO:
[Oct 8 2015 15:56:57 : HADRS ] [0] INFO: Wait for create snapshot task to complete on all the VMs...
[Oct 8 2015 15:56:57 : HADRS ] [0] INFO:
[Oct 8 2015 15:56:57 : VC ] [0] INFO:
[Oct 8 2015 15:56:57 : VC ] [0] INFO: Wait for tasks to complete on the VMs...
[Oct 8 2015 15:56:57 : VC ] [0] INFO: Wait for task to complete on ESXiA-VM2-win-bus...
[Oct 8 2015 15:56:57 : VMSTAF ] [0] DEBUG: Submitting the following STAF command <local VTAF_VM getactivetask anchor vsphere.imd.local:vsphere.local\administrator vm ESXiA-VM2-win-bus>
[Oct 8 2015 15:56:57 : VMSTAF ] [0] DEBUG: Command: staf local VTAF_VM getactivetask anchor vsphere.imd.local:vsphere.local\administrator vm ESXiA-VM2-win-bus
[Oct 8 2015 15:56:57 : VMSTAF ] [0] DEBUG: RC: 0
[Oct 8 2015 15:56:57 : VMSTAF ] [0] DEBUG: Result: $VAR1 = 'No active task running';
<remaining vms trimmed>
[Oct 8 2015 15:56:57 : VMSTAF ] [0] INFO: VC : Captured getactivetask output on ESXiA-VM2-win-bus.
[Oct 8 2015 15:56:57 : VC ] [0] INFO: No active task running on ESXiA-VM2-win-bus.
<remaining vms trimmed>
[Oct 8 2015 15:56:57 : VM ] [0] INFO: Verify create snapshot tasks completed successfully.
[Oct 8 2015 15:56:57 : VM ] [0] INFO:
[Oct 8 2015 15:56:57 : VM ] [0] INFO: Get list of snapshots on ESXiA-VM2-win-bus...
[Oct 8 2015 15:56:57 : VMSTAF ] [0] DEBUG: Submitting the following STAF command <local VTAF_VM getsnapshotinfo anchor vsphere.imd.local:vsphere.local\administrator vm ESXiA-VM2-win-bus>
[Oct 8 2015 15:56:57 : VMSTAF ] [0] DEBUG: Command: staf local VTAF_VM getsnapshotinfo anchor vsphere.imd.local:vsphere.local\administrator vm ESXiA-VM2-win-bus
[Oct 8 2015 15:56:57 : VMSTAF ] [0] DEBUG: RC: 0
[Oct 8 2015 15:56:57 : VMSTAF ] [0] DEBUG: Result: $VAR1 = {
'reqIdStr' => 'local://local:vtaf_vm:27654',
'errDesc' => undef,
'rootCause' => undef,
'endTime' => '08/24/2015 08:41:08 PM',
'errMsg' => undef,
'exception' => undef,
'rootException' => undef,
'stkTrace' => undef,
'startTime' => '08/24/2015 08:41:08 PM',
'dbgInfo' => undef,
'result' => undef
};
<remaining vms trimmed>
[Oct 8 2015 15:56:57 : VMSTAF ] [0] INFO: VM : The getsnapshotinfo command completed.
[Oct 8 2015 15:56:57 : VM ] [0] INFO: VM ESXiA-VM2-win-bus does not have any snapshots
[Oct 8 2015 15:56:57 : VM ] [0] ERROR: Failed to get snapshots for ESXiA-VM2-win-bus.
I've confirmed that I can take manual snaps of these VMs and a corresponding task appears. I remove all the snaps afterwards. Any guidance on how to troubleshoot further? I appreciate your time and assistance