After removing a static software based iSCSI target, you discover hours later that the target has been returned to the list of targets. What is the most likely cause?
A. The static target was added via dynamic discovery, and a rescan operation has re-added it.
B. The static target cannot be removed without deleting all associated data stores utilized by the host.
C. You do not have the proper permissions to remove a static target, causing the job to remove the target to fail.
D. The iSCSI initiator cannot remove a target that has been configured by vCenter Server for use on the host.
Answer: A
You might also like to view...
Whenever a user fries to print a specially formatted document, it prints but strips the text and has incorrect spacing. Which of the following issues is the most likely cause?
A. The wrong size paper is being used B. The printer is not on the network C. The print spooler service is not running D. The wrong printer drivers are installed
Why is work eliminated in the heapsort algorithm if all values are the same?
A. An array that has the same values in it is already sorted, and the heapsort algorithm detects this immediately. B. An array that has the same values in it can’t be sorted, so there is no point in trying. C. The algorithm to build a heap out of an initial array returns immediately. D. A swap does not need to be done in the heap if the parent’s value equals the childrens’ values.