Forum Discussion
Error No File
Check this first:
1. Cluster Name Resolution
Even though the name comes from Azure, verify that:
• The cluster name resolves correctly via DNS from all nodes.
• You can ping <cluster-name> from each node.
• Run Resolve-DnsName <cluster-name> to confirm it’s registered.
2. Node Connectivity
Ensure:
• All nodes are powered on and reachable.
• No firewall rules are blocking SMB, RPC, or WinRM between nodes.
• You can run Test-Cluster manually from one node and get a clean result.
3. Live Dump Policy Permissions
The SetClusterLiveDumpPolicy cmdlet may require elevated permissions or specific registry access. Try:
Get-ClusterResource
Get-ClusterGroup
If these fail, the cluster may not have initialized properly.
4. Deployment Logs
Check:
• C:\CloudDeployment\Logs\ClusterCreation.log
• C:\ClusterStorage\Volume1\DeploymentLogs (if applicable)
Look for more specific errors around line 898 in Cluster.psm1.