Skip to content

Commit 5dabb5a

Browse files
authored
Merge pull request #8911 from MicrosoftDocs/main
Auto push to live 2025-05-13 02:32:32
2 parents f3f4c83 + 1c08156 commit 5dabb5a

14 files changed

+83
-21
lines changed

support/azure/azure-kubernetes/connectivity/resolve-az-aks-command-invoke-failures.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Resolve az aks command invoke failures
33
description: Resolve az aks command invoke failures in Azure CLI when you try to access a private Azure Kubernetes Service (AKS) cluster.
4-
ms.date: 10/25/2024
5-
ms.reviewer: chiragpa, andbar, haitch, momajed, v-leedennis, v-weizhu
4+
ms.date: 05/13/2025
5+
ms.reviewer: chiragpa, andbar, haitch, momajed, albarqaw, v-leedennis, v-weizhu
66
ms.service: azure-kubernetes-service
77
ms.custom: sap:Connectivity, devx-track-azurecli
88
#Customer intent: As an Azure Kubernetes user, I want to resolve az aks command invoke failures in Azure CLI so that I can successfully connect to my private Azure Kubernetes Service (AKS) cluster.
@@ -46,8 +46,16 @@ The operation returns a `Not Found` status because the `command-<ID>` pod can't
4646

4747
- Resource constraints
4848
- Nodes that have a `NotReady` or `SchedulingDisabled` state
49-
- Nodes that have taints that the pod can't tolerate
49+
- Nodes that have taints that the pod can't tolerate
5050
- Other causes
51+
52+
Here are sample error messages for `KubernetesPerformanceError` or `KubernetesOperationError`:
53+
54+
```output
55+
(KubernetesPerformanceError) Failed to run command due to cluster perf issue, container command-357ebsdfsd342869 in aks-command namespace did not start within 30s on your cluster, retry may helps. If issue persist, you may need to tune your cluster with better performance (larger node/paid tier).
56+
Code: KubernetesPerformanceError
57+
Message: Failed to run command due to cluster perf issue, container command-357ebc50d40c47a4a247ab6e067d2869 in aks-command namespace did not start within 30s on your cluster, retry may helps. If issue persist, you may need to tune your cluster with better performance (larger node/paid tier).
58+
```
5159

5260
#### Solution 1: Change the configuration so that you can schedule and run the pod
5361

support/azure/azure-storage/files/security/files-troubleshoot-linux-smb.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Files issues in Linux (SMB)
33
description: Troubleshooting Azure Files issues in Linux. See general issues related to SMB Azure file shares when you connect from Linux clients and possible resolutions.
44
ms.service: azure-file-storage
55
ms.custom: sap:Security, linux-related-content
6-
ms.date: 01/22/2025
6+
ms.date: 05/12/2025
77
ms.reviewer: kendownie, v-weizhu
88
---
99

@@ -161,17 +161,17 @@ sudo mount -t cifs //<storage-account-name>.file.core.windows.net/<share-name> <
161161
162162
You can then create symlinks as suggested on the [wiki](https://wiki.samba.org/index.php/UNIX_Extensions#Storing_symlinks_on_Windows_servers).
163163
164-
## Unable to access folders or files which name has a space or a dot at the end
164+
## Unable to access folders or files
165165
166-
You can't access folders or files from the Azure file share while mounted on Linux. Commands like du and ls and/or third-party applications might fail with a "No such file or directory" error while accessing the share; however, you're able to upload files to these folders via the Azure portal.
166+
You can't access folders or files from the Azure file share while mounted on Linux. Commands like du and ls and/or third-party applications might fail with a "No such file or directory" error while accessing the share.
167167

168-
### Cause
168+
### Cause 1
169169

170-
The folders or files were uploaded from a system that encodes the characters at the end of the name to a different character. Files uploaded from a Macintosh computer may have a "0xF028" or "0xF029" character instead of 0x20 (space) or 0X2E (dot).
170+
The folders or files were uploaded from a system that encodes the characters at the end of the name to a different character. Files uploaded from a Macintosh computer might have a "0xF028" or "0xF029" character instead of 0x20 (space) or 0X2E (dot).
171171

172-
### Solution
172+
### Solution 1
173173

174-
Use the mapchars option on the share when mounting the share on Linux:
174+
Use the mapchars option when mounting the share on Linux.
175175

176176
Instead of:
177177

@@ -185,6 +185,14 @@ Use:
185185
sudo mount -t cifs $smbPath $mntPath -o vers=3.0,username=$storageAccountName,password=$storageAccountKey,serverino,mapchars
186186
```
187187

188+
### Cause 2
189+
190+
If a file is deleted with a handle still open, the SMB server continues to maintain a zombie file until the last handle to the file is closed. Attempts to perform operations on this zombie file might result in "No such file or directory" errors on Linux.
191+
192+
### Solution 2
193+
194+
If needed, restore the deleted file from your latest backup.
195+
188196
## <a id="dns-account-migration"></a>DNS issues with live migration of Azure storage accounts
189197

190198
File I/Os on the mounted filesystem start giving "Host is down" or "Permission denied" errors. Linux dmesg logs on the client show repeated errors like:

support/azure/hpc/pack/compute-node-not-shown-error-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: HPC compute nodes aren't shown or are in error state
33
description: Provides a solution for certificate and network errors that occur when you deploy an HPC Pack cluster on Azure.
4-
ms.date: 09/14/2022
4+
ms.date: 05/13/2025
55
ms.reviewer: hclvteam, cargonz, v-weizhu
66
ms.service: hpcpack
77
ms.custom: sap:HPC Pack

support/azure/hpc/pack/error-no-virtual-network-found.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: No virtual network found error when configuring Azure deployment settings in HPC Pack Cluster Manager
33
description: This article describes how to resolve a no virtual network found error. This error occurs when you configure Azure deployment settings in HPC Pack Cluster Manager.
4-
ms.date: 11/18/2022
4+
ms.date: 05/13/2025
55
editor: v-jsitser
66
ms.reviewer: arrhpcglobal, v-leedennis
77
ms.service: azure-common-issues-support

support/azure/hpc/pack/hpc-management-reporting-database-connection-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Resolve HPC reporting database connection problem
33
description: Resolve a high-performance computing (HPC) reporting database connection problem in the HPC Cluster Manager.
4-
ms.date: 10/17/2022
4+
ms.date: 05/13/2025
55
editor: v-jsitser
66
ms.reviewer: cargonz, v-leedennis
77
ms.service: hpcpack

support/azure/hpc/pack/hpc-management-reporting-database-permission-problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Resolve HPC reporting database permission problem
33
description: Resolve a high-performance computing (HPC) reporting database permission problem in the HPC Cluster Manager.
4-
ms.date: 10/17/2022
4+
ms.date: 05/13/2025
55
editor: v-jsitser
66
ms.reviewer: cargonz, v-leedennis
77
ms.service: hpcpack

support/azure/hpc/pack/hpc-management-service-not-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: HPC Management Service fails to initialize
33
description: Provides a solution for an issue where HPC Management Service fails to start after you restore a corrupted database
4-
ms.date: 09/14/2022
4+
ms.date: 05/13/2025
55
ms.service: hpcpack
66
ms.reviewer: hclvteam, v-weizhu
77
ms.custom: sap:HPC Pack

support/azure/hpc/pack/hpc-node-manager-service-unreachable-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: HPC Node Manager Service Unreachable error
33
description: Provides a solution for an issue where HPC Management console shows the HPC Node Manager Service Unreachable error.
4-
ms.date: 09/19/2022
4+
ms.date: 05/13/2025
55
ms.service: hpcpack
66
ms.author: genli
77
author: genlin

support/azure/hpc/pack/hpc-pack-excel-offloading-job-stalled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: HPC Pack Excel offloading job is stalled
33
description: HPC Pack Excel offloading job is stalled when you run the ConvertiblePricing_Complete.xlsb sample job.
4-
ms.date: 10/18/2022
4+
ms.date: 05/13/2025
55
editor: v-jsitser
66
ms.reviewer: cargonz, dandchen, v-leedennis
77
ms.service: hpcpack

support/azure/hpc/pack/job-stuck-canceling-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: HPC jobs are stuck in canceling mode, and new jobs don't start
33
description: Provides a solution for an issue where performance computing (HPC) jobs are stuck in canceling mode.
4-
ms.date: 09/16/2022
4+
ms.date: 05/13/2025
55
ms.service: hpcpack
66
ms.reviewer: hclvteam, cargonz, v-weizhu
77
ms.custom: sap:HPC Pack

0 commit comments

Comments
 (0)