I am working with the ONTAP 9.1 simulator and PSTK 4.4 to test cluster build automation scripts.
When I run the New-NcCluster -ClusterName $cluster_Name -License $base_license, it fails silently.
The node name changes but no cluster is actually created.
Get-NcClusterCreateProgress gives the following message.
CurrentStatusMessage : Unused cluster ports exist in the cluster. One or more ports may not be in the "healthy" state,
or may be incorrectly assigned to the "Cluster" Ipspace. Run "network port show -ipspace
Cluster" to view the cluster ports. Correct any issues, and then try the command again.
IsComplete : False
NcController : 192.168.146.21
Status : failed
IsCompleteSpecified : True
This does not appear to do the magic that all of the PowerShell automation examples proclaim.
Could this be a quirk with the simulator? Is there more work to be done before creating the cluster? If so, what is it?
I have not been able to do testing on a physical system yet, so I don't know if this behavior is the same or different.