Skip to content

Commit 5517ff9

Browse files
authored
Merge pull request #110056 from v-miegge/v-miegge/update-hdi-error-dictionary
CI 116219 - Updated file
2 parents 5f31cb9 + 6d57d31 commit 5517ff9

File tree

1 file changed

+40
-4
lines changed

1 file changed

+40
-4
lines changed

articles/hdinsight/create-cluster-error-dictionary.md

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ If you plan to use network security groups to control network traffic, take
154154

155155
---
156156

157-
## Error code: StoragePermissionsBlockedForMsi
157+
## Error code: StoragePermissionsBlockedForMsi
158158

159159
### Error
160160

@@ -175,7 +175,7 @@ For more information, see [Set up permissions for the managed identity on the Da
175175

176176
---
177177

178-
## Error code: InvalidNetworkSecurityGroupSecurityRules
178+
## Error code: InvalidNetworkSecurityGroupSecurityRules
179179

180180
### Error
181181

@@ -192,12 +192,12 @@ If you plan to use network security groups to control network traffic, take
192192
- Identify the Azure region that you plan to use for HDInsight, and create a safe list of the IP addresses for your region. For more information, see [Health and management services: Specific regions](https://docs.microsoft.com/azure/hdinsight/hdinsight-management-ip-addresses#health-and-management-services-specific-regions).
193193
- Identify the IP addresses that HDInsight requires. For more information, see [HDInsight management IP addresses](https://docs.microsoft.com/azure/hdinsight/hdinsight-management-ip-addresses).
194194
- Create or modify the network security groups for the subnet that you plan to install HDInsight into. For network security groups, allow inbound traffic on port 443 from the IP addresses. This configuration ensures that HDInsight management services can reach the cluster from outside the virtual network.
195-
195+
196196
---
197197

198198
## Error code: Cluster setup failed to install components on one or more hosts
199199

200-
### Error
200+
### Error
201201

202202
"Cluster setup failed to install components on one or more hosts. Please retry your request."
203203

@@ -209,6 +209,42 @@ Typically, this error is generated when there's a transient problem or an Azure
209209

210210
Check the [Azure status](https://status.azure.com) page for any Azure outages that might affect cluster deployment. If there are no outages, retry cluster deployment.
211211

212+
---
213+
214+
## Error Code: FailedToConnectWithClusterErrorCode
215+
216+
### Error
217+
218+
Unable to connect to cluster management endpoint. Please retry later.
219+
220+
### Cause
221+
222+
HDInsight Service cannot connect to your cluster when attempting to create the cluster
223+
224+
### Resolution
225+
226+
If you are using custom VNet network security group (NSGs) and user-defined routes (UDRs), ensure that your cluster can communicate with HDInsight management services. For additional information see [HDInsight management IP addresses](https://docs.microsoft.com/azure/hdinsight/hdinsight-management-ip-addresses).
227+
228+
---
229+
230+
## Error Code: Deployments failed due to policy violation: 'Resource '<Resource URI>' was disallowed by policy. Policy identifiers: '[{"policyAssignment":{"name":"<Policy Name> ","id":"/providers/Microsoft.Management/managementGroups/<Management Group Name> providers/Microsoft.Authorization/policyAssignments/<Policy Name>"},"policyDefinition": <Policy Definition>
231+
232+
### Cause
233+
234+
Subscription-based Azure policies can deny the creation of public IP addresses. HDInsight cluster creation requires two public IPs.
235+
236+
The following policies generally impact cluster creation:
237+
238+
* Policies which prevent creating IP Addresses or Load balancers within the subscription.
239+
* Policy which prevent creating storage accounts.
240+
* Policy which prevent deleting networking resources such as IP Addresses or Load Balancers.
241+
242+
### Resolution
243+
244+
Delete or Disable the subscription-based Azure policy while creating HDInsight Cluster.
245+
246+
---
247+
212248
## Next steps
213249

214250
For more information about troubleshooting errors in cluster creation, see [Troubleshoot cluster creation failures with Azure HDInsight](https://docs.microsoft.com/azure/hdinsight/hadoop/hdinsight-troubleshoot-cluster-creation-fails).

0 commit comments

Comments
 (0)