Which two options are requirements to perform a migration between vCenter Server instances? (Choose two.)
A. The vCenter Server servers must be time-synchronized.
B. The ESXi hosts must be version 5.5 or later.
C. The vCenter Servers must be version 6.0 or later.
D. The vCenter Server must be in the same single Sign-On domain.
E. The ESXi hosts must have vSphere Standard, Advanced, or Enterprise Plus licensing.
Answer:
A. The vCenter Server servers must be time-synchronized.
C. The vCenter Servers must be version 6.0 or later.
You might also like to view...
_________ is an Access tool that creates database documentation
Fill in the blank(s) with correct word
Given the following function prototype: ? int myFunc(int, int); ? which of the following statements is valid? Assume that all variables are properly declared.
A. cin >> myFunc(y); B. cout << myFunc(myFunc(7, 8), 15); C. cin >> myFunc('2', '3'); D. cout << myFunc(myFunc(7), 15);