ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 203 - NCS-Core discussion

Report
Export

A consultant is running Foundation. The cluster creation fails during the process. The host logs confirm that the nodes have been successfully imaged. The consultant decides to create the cluster manually.

Which command should the consultant use?

A.
cluster -c IP_CVM_A, IP_CVM_B, IP_CVM_n
Answers
A.
cluster -c IP_CVM_A, IP_CVM_B, IP_CVM_n
B.
cluster create -s IP_CVM_A, IP_CVM_B, IP_CVM_n
Answers
B.
cluster create -s IP_CVM_A, IP_CVM_B, IP_CVM_n
C.
cluster -s IP_CVM_A, IP_CVM_B, IP_CVM_n create_manual
Answers
C.
cluster -s IP_CVM_A, IP_CVM_B, IP_CVM_n create_manual
D.
cluster -s IP_CVM_M, IP_CVM_B, IP_CVM_n create
Answers
D.
cluster -s IP_CVM_M, IP_CVM_B, IP_CVM_n create
Suggested answer: B

Explanation:

To manually create a cluster after the nodes have been successfully imaged but the automated cluster creation fails, the correct command to use is:

cluster create -s IP_CVM_A, IP_CVM_B, IP_CVM_n

This command specifies the -s option to include the IP addresses of the Controller Virtual Machines (CVMs) on the nodes, initiating the manual cluster creation process.

Nutanix Bible (https://www.nutanixbible.com), particularly the sections on manual cluster operations.

Nutanix University: NCS-Core 6.8 Training (https://university.nutanix.com), with detailed instructions on manual cluster commands.

asked 23/09/2024
Kevin Suckiel
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first