Which two statements are Datastore Cluster requirements? (Choose two.)

A. Datastore clusters can only contain VMFS datastores.
B. Datastores shared across multiple data centers cannot be included in a datastore cluster.
C. NFS and VMFS datastores cannot cannot be combined in the same datastore cluster.
D. Datastore clusters must contain three or more datastores.


Answer:
B. Datastores shared across multiple data centers cannot be included in a datastore cluster.
C. NFS and VMFS datastores cannot cannot be combined in the same datastore cluster.

Computer Science & Information Technology

You might also like to view...

For each of the following queries, state whether the query is valid and for the valid ones should how each of the queries would be mapped onto a query on the underling base tables.

CREATE VIEW HotelBookingCount (hotelNo, bookingCount) AS SELECT h.hotelNo, COUNT(*) FROM Hotel h, Room r, Booking b WHERE h.hotelNo = r.hotelNo AND r.roomNo ? b.roomNo GROUP BY h.hotelNo; (a) SELECT * FROM HotelBookingCount; (b) SELECT hotelNo FROM HotelBookingCount WHERE hotelNo = ‘H001’; (c) SELECT MIN(bookingCount) FROM HotelBookingCount; (d) SELECT COUNT(*) FROM HotelBookingCount; (e) SELECT hotelNo FROM HotelBookingCount WHERE bookingCount > 1000; (f) SELECT hotelNo FROM HotelBookingCount ORDER BY bookingCount;

Computer Science & Information Technology

If selected, the F1 key on the keyboard displays the Access Help window when Access is opened

Indicate whether the statement is true or false

Computer Science & Information Technology

True or False: The Domain Name System is used to purchase domain names.=

Indicate whether the statement is true or false

Computer Science & Information Technology

To change the font color to green is an example of changing the format

Indicate whether the statement is true or false.

Computer Science & Information Technology