Skip to content

Commit 41de771

Browse files
authored
Merge pull request #83929 from dagiro/tcr3
tcr3
2 parents d8f26e0 + e448331 commit 41de771

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

articles/hdinsight/hadoop/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
maintainContext: true
5757
- name: Troubleshoot
5858
items:
59+
- name: Unable to add nodes to HDInsight cluster
60+
href: ./hdinsight-troubleshoot-unable-add-nodes.md
5961
- name: InvalidNetworkSecurityGroupSecurityRules - cluster creation fails
6062
href: ./hdinsight-troubleshoot-invalidnetworksecuritygroupsecurityrules-cluster-creation-fails.md
6163
- name: Converting service principal certificate
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Unable to add nodes to Azure HDInsight cluster
3+
description: Unable to add nodes to Azure HDInsight cluster
4+
ms.service: hdinsight
5+
ms.topic: troubleshooting
6+
author: hrasheed-msft
7+
ms.author: hrasheed
8+
ms.date: 07/31/2019
9+
---
10+
11+
# Scenario: Unable to add nodes to Azure HDInsight cluster
12+
13+
This article describes troubleshooting steps and possible resolutions for issues when interacting with Azure HDInsight clusters.
14+
15+
## Issue
16+
17+
Unable to add nodes to Azure HDInsight cluster.
18+
19+
## Cause
20+
21+
Reasons may vary.
22+
23+
## Resolution
24+
25+
Using the [Cluster size](/hdinsight-scaling-best-practices.md) feature, calculate the number of additional cores needed for the cluster. This is based on the total number of cores in the new worker nodes. Then try one or more of the following steps:
26+
27+
* Check to see if there are any cores available in the cluster's location.
28+
29+
* Take a look at the number of available cores in other locations. Consider recreating your cluster in a different location with enough available cores.
30+
31+
* If you'd like to increase the core quota for a specific location, please file a support ticket for an HDInsight core quota increase.
32+
33+
## Next steps
34+
35+
If you didn't see your problem or are unable to solve your issue, visit one of the following channels for more support:
36+
37+
* Get answers from Azure experts through [Azure Community Support](https://azure.microsoft.com/support/community/).
38+
39+
* Connect with [@AzureSupport](https://twitter.com/azuresupport) - the official Microsoft Azure account for improving customer experience by connecting the Azure community to the right resources: answers, support, and experts.
40+
41+
* If you need more help, you can submit a support request from the [Azure portal](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade/). Select **Support** from the menu bar or open the **Help + support** hub. For more detailed information, please review [How to create an Azure support request](https://docs.microsoft.com/azure/azure-supportability/how-to-create-azure-support-request). Access to Subscription Management and billing support is included with your Microsoft Azure subscription, and Technical Support is provided through one of the [Azure Support Plans](https://azure.microsoft.com/support/plans/).

0 commit comments

Comments
 (0)