Skip to content

Commit bd842dd

Browse files
authored
Merge pull request #226732 from khdownie/kendownie-tsg-0223
Files TSG reorg
2 parents 843eedc + ebe78ee commit bd842dd

File tree

50 files changed

+2071
-1646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2071
-1646
lines changed

articles/batch/virtual-file-mount.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ net use S: \\<storage-account-name>.file.core.windows.net\<fileshare> /u:AZURE\<
173173
The specified network password is not correct.
174174
```
175175
176-
1. Troubleshoot the problem using [Troubleshoot Azure Files problems in Windows Server Message Block (SMB)](../storage/files/storage-troubleshoot-windows-file-connection-problems.md).
176+
1. Troubleshoot the problem using the [Azure file shares troubleshooter](https://support.microsoft.com/help/4022301/troubleshooter-for-azure-files-shares).
177177
178178
# [Linux](#tab/linux)
179179
@@ -183,7 +183,7 @@ net use S: \\<storage-account-name>.file.core.windows.net\<fileshare> /u:AZURE\<
183183
184184
1. Review the error messages. For example, `mount error(13): Permission denied`.
185185
186-
1. Troubleshoot the problem using [Troubleshoot Azure Files problems in Linux (SMB)](../storage/files/storage-troubleshoot-linux-file-connection-problems.md).
186+
1. Troubleshoot the problem using [Troubleshoot Azure Files connectivity and access issues (SMB)](../storage/files/files-troubleshoot-smb-connectivity.md).
187187
188188
---
189189
@@ -223,7 +223,7 @@ If you can't use RDP or SSH to check the log files on the node, check the Batch
223223
The specified network password is not correct.
224224
```
225225
226-
1. Troubleshoot the problem using [Troubleshoot Azure Files problems in Windows (SMB)](../storage/files/storage-troubleshoot-windows-file-connection-problems.md) or [Troubleshoot Azure Files problems in Linux (SMB)](../storage/files/storage-troubleshoot-linux-file-connection-problems.md).
226+
1. Troubleshoot the problem using the [Azure file shares troubleshooter](https://support.microsoft.com/help/4022301/troubleshooter-for-azure-files-shares).
227227
228228
If you're still unable to find the cause of the failure, you can [mount the file share manually with PowerShell](#manually-mount-file-share-with-powershell) instead.
229229

articles/sap/workloads/businessobjects-deployment-guide-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ To use Azure Files as a file store, you must mount it, which means you assign it
160160

161161
**[A]** To mount the Azure file share, follow the steps in [Mount the Azure file share](../../storage/files/storage-how-to-use-files-windows.md#mount-the-azure-file-share).
162162

163-
To mount an Azure file share on a Windows server, ensure port 445 is open. The SMB protocol requires TCP port 445 to be open. Connections will fail if port 445 is blocked. You can check if the firewall is blocking port 445 with the `Test-NetConnection` cmdlet mentioned in the [Troubleshooting](../../storage/files/storage-troubleshoot-windows-file-connection-problems.md#cause-1-port-445-is-blocked) guide.
163+
To mount an Azure file share on a Windows server, the SMB protocol requires TCP port 445 to be open. Connections will fail if port 445 is blocked. [Check if the firewall or ISP is blocking port 445](../../storage/files/files-troubleshoot.md#general-troubleshooting-first-steps).
164164

165165
## Configure a CMS database: Azure SQL
166166

articles/sap/workloads/high-availability-guide-rhel-nfs-azure-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ When you plan your deployment with NFS on Azure Files, consider the following im
191191

192192
- The minimum share size is 100 GiB. You only pay for the [capacity of the provisioned shares](../../storage/files/understanding-billing.md#provisioned-model)
193193
- Size your NFS shares not only based on capacity requirements, but also on IOPS and throughput requirements. For details see [Azure file share targets](../../storage/files/storage-files-scale-targets.md#azure-file-share-scale-targets)
194-
- Test the workload to validate your sizing and ensure that it meets your performance targets. To learn how to troubleshoot performance issues with NFS on Azure Files, consult [Troubleshoot Azure file shares performance](../../storage/files/storage-troubleshooting-files-performance.md)
194+
- Test the workload to validate your sizing and ensure that it meets your performance targets. To learn how to troubleshoot performance issues with NFS on Azure Files, consult [Troubleshoot Azure file shares performance](../../storage/files/files-troubleshoot-performance.md)
195195
- For SAP J2EE systems, it's not supported to place `/usr/sap/<SID>/J<nr>` on NFS on Azure Files.
196196
- If your SAP system has a heavy batch jobs load, you may have millions of job logs. If the SAP batch job logs are stored in the file system, pay special attention to the sizing of the `sapmnt` share. As of SAP_BASIS 7.52 the default behavior for the batch job logs is to be stored in the database. For details see [Job log in the database][2360818].
197197
- Deploy a separate `sapmnt` share for each SAP system
@@ -200,7 +200,7 @@ When you plan your deployment with NFS on Azure Files, consider the following im
200200
- Avoid consolidating the shares for too many SAP systems in a single storage account. There are also [Storage account performance scale targets](../../storage/files/storage-files-scale-targets.md#storage-account-scale-targets). Be careful to not exceed the limits for the storage account, too.
201201
- In general, don't consolidate the shares for more than 5 SAP systems in a single storage account. This guideline helps avoid exceeding the storage account limits and simplifies performance analysis.
202202
- In general, avoid mixing shares like `sapmnt` for non-production and production SAP systems in the same storage account.
203-
- We recommend to deploy on RHEL 8.4 or higher to benefit from [NFS client improvements](../../storage/files/storage-troubleshooting-files-nfs.md#ls-hangs-for-large-directory-enumeration-on-some-kernels).
203+
- We recommend to deploy on RHEL 8.4 or higher to benefit from [NFS client improvements](../../storage/files/files-troubleshoot-linux-nfs.md#ls-hangs-for-large-directory-enumeration-on-some-kernels).
204204
- Use a private endpoint. In the unlikely event of a zonal failure, your NFS sessions automatically redirect to a healthy zone. You don't have to remount the NFS shares on your VMs.
205205
- If you're deploying your VMs across Availability Zones, use [Storage account with ZRS](../../storage/common/storage-redundancy.md#zone-redundant-storage) in the Azure regions that supports ZRS.
206206
- Azure Files doesn't currently support automatic cross-region replication for disaster recovery scenarios.

articles/sap/workloads/high-availability-guide-suse-nfs-azure-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ When you plan your deployment with NFS on Azure Files, consider the following im
199199

200200
- The minimum share size is 100 GiB. You only pay for the [capacity of the provisioned shares](../../storage/files/understanding-billing.md#provisioned-model)
201201
- Size your NFS shares not only based on capacity requirements, but also on IOPS and throughput requirements. For details see [Azure file share targets](../../storage/files/storage-files-scale-targets.md#azure-file-share-scale-targets)
202-
- Test the workload to validate your sizing and ensure that it meets your performance targets. To learn how to troubleshoot performance issues with NFS on Azure Files, consult [Troubleshoot Azure file shares performance](../../storage/files/storage-troubleshooting-files-performance.md)
202+
- Test the workload to validate your sizing and ensure that it meets your performance targets. To learn how to troubleshoot performance issues on Azure Files, consult [Troubleshoot Azure file shares performance](../../storage/files/files-troubleshoot-performance.md)
203203
- For SAP J2EE systems, it's not supported to place `/usr/sap/<SID>/J<nr>` on NFS on Azure Files.
204204
- If your SAP system has a heavy batch jobs load, you may have millions of job logs. If the SAP batch job logs are stored in the file system, pay special attention to the sizing of the `sapmnt` share. As of SAP_BASIS 7.52 the default behavior for the batch job logs is to be stored in the database. For details see [Job log in the database][2360818].
205205
- Deploy a separate `sapmnt` share for each SAP system
@@ -208,7 +208,7 @@ When you plan your deployment with NFS on Azure Files, consider the following im
208208
- Avoid consolidating the shares for too many SAP systems in a single storage account. There are also [Storage account performance scale targets](../../storage/files/storage-files-scale-targets.md#storage-account-scale-targets). Be careful to not exceed the limits for the storage account, too.
209209
- In general, don't consolidate the shares for more than 5 SAP systems in a single storage account. This guideline helps avoid exceeding the storage account limits and simplifies performance analysis.
210210
- In general, avoid mixing shares like `sapmnt` for non-production and production SAP systems in the same storage account.
211-
- We recommend to deploy on SLES 15 SP2 or higher to benefit from [NFS client improvements](../../storage/files/storage-troubleshooting-files-nfs.md#ls-hangs-for-large-directory-enumeration-on-some-kernels).
211+
- We recommend to deploy on SLES 15 SP2 or higher to benefit from [NFS client improvements](../../storage/files/files-troubleshoot-linux-nfs.md#ls-hangs-for-large-directory-enumeration-on-some-kernels).
212212
- Use a private endpoint. In the unlikely event of a zonal failure, your NFS sessions automatically redirect to a healthy zone. You don't have to remount the NFS shares on your VMs.
213213
- If you're deploying your VMs across Availability Zones, use [Storage account with ZRS](../../storage/common/storage-redundancy.md#zone-redundant-storage) in the Azure regions that supports ZRS.
214214
- Azure Files doesn't currently support automatic cross-region replication for disaster recovery scenarios.

articles/sap/workloads/high-availability-guide-suse-nfs-simple-mount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ When you plan your deployment with NFS on Azure Files, consider the following im
249249

250250
- The minimum share size is 100 gibibytes (GiB). You pay for only the [capacity of the provisioned shares](../../storage/files/understanding-billing.md#provisioned-model).
251251
- Size your NFS shares not only based on capacity requirements, but also on IOPS and throughput requirements. For details, see [Azure file share targets](../../storage/files/storage-files-scale-targets.md#azure-file-share-scale-targets).
252-
- Test the workload to validate your sizing and ensure that it meets your performance targets. To learn how to troubleshoot performance issues with NFS on Azure Files, consult [Troubleshoot Azure file share performance](../../storage/files/storage-troubleshooting-files-performance.md).
252+
- Test the workload to validate your sizing and ensure that it meets your performance targets. To learn how to troubleshoot performance issues with NFS on Azure Files, consult [Troubleshoot Azure file share performance](../../storage/files/files-troubleshoot-performance.md).
253253
- For SAP J2EE systems, placing `/usr/sap/<SID>/J<nr>` on NFS on Azure Files is not supported.
254254
- If your SAP system has a heavy load of batch jobs, you might have millions of job logs. If the SAP batch job logs are stored in the file system, pay special attention to the sizing of the `sapmnt` share. As of SAP_BASIS 7.52, the default behavior for the batch job logs is to be stored in the database. For details, see [Job log in the database][2360818].
255255
- Deploy a separate `sapmnt` share for each SAP system.
@@ -258,7 +258,7 @@ When you plan your deployment with NFS on Azure Files, consider the following im
258258
- Avoid consolidating the shares for too many SAP systems in a single storage account. There are also [scalability and performance targets for storage accounts](../../storage/files/storage-files-scale-targets.md#storage-account-scale-targets). Be careful to not exceed the limits for the storage account, too.
259259
- In general, don't consolidate the shares for more than *five* SAP systems in a single storage account. This guideline helps you avoid exceeding the storage account limits and simplifies performance analysis.
260260
- In general, avoid mixing shares like `sapmnt` for non-production and production SAP systems in the same storage account.
261-
- We recommend that you deploy on SLES 15 SP2 or later to benefit from [NFS client improvements](../../storage/files/storage-troubleshooting-files-nfs.md#ls-hangs-for-large-directory-enumeration-on-some-kernels).
261+
- We recommend that you deploy on SLES 15 SP2 or later to benefit from [NFS client improvements](../../storage/files/files-troubleshoot-linux-nfs.md#ls-hangs-for-large-directory-enumeration-on-some-kernels).
262262
- Use a private endpoint. In the unlikely event of a zonal failure, your NFS sessions automatically redirect to a healthy zone. You don't have to remount the NFS shares on your VMs.
263263
- If you're deploying your VMs across availability zones, use a [storage account with ZRS](../../storage/common/storage-redundancy.md#zone-redundant-storage) in the Azure regions that supports ZRS.
264264
- Azure Files doesn't currently support automatic cross-region replication for disaster recovery scenarios.

articles/storage/.openpublishing.redirection.storage.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,26 @@
20292029
"source_path_from_root": "/articles/vs-azure-tools-storage-emulator-using.md",
20302030
"redirect_url": "/azure/storage/common/storage-use-emulator",
20312031
"redirect_document_id": false
2032-
}
2032+
},
2033+
{
2034+
"source_path_from_root": "/articles/storage/files/storage-troubleshoot-windows-file-connection-problems.md",
2035+
"redirect_url": "/azure/storage/files/files-troubleshoot",
2036+
"redirect_document_id": true
2037+
},
2038+
{
2039+
"source_path_from_root": "/articles/storage/files/storage-troubleshoot-linux-file-connection-problems.md",
2040+
"redirect_url": "/azure/storage/files/files-troubleshoot",
2041+
"redirect_document_id": false
2042+
},
2043+
{
2044+
"source_path_from_root": "/articles/storage/files/storage-troubleshooting-files-performance.md",
2045+
"redirect_url": "/azure/storage/files/files-troubleshoot-performance",
2046+
"redirect_document_id": false
2047+
},
2048+
{
2049+
"source_path_from_root": "/articles/storage/files/storage-troubleshooting-files-nfs.md",
2050+
"redirect_url": "/azure/storage/files/files-troubleshoot-linux-nfs",
2051+
"redirect_document_id": false
2052+
}
20332053
]
20342054
}

articles/storage/file-sync/file-sync-troubleshoot-cloud-tiering.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,4 @@ If you're using a proxy, consult your proxy's documentation and ensure it is con
240240
- [Troubleshoot Azure File Sync sync group management](file-sync-troubleshoot-sync-group-management.md)
241241
- [Troubleshoot Azure File Sync sync errors](file-sync-troubleshoot-sync-errors.md)
242242
- [Monitor Azure File Sync](file-sync-monitoring.md)
243-
- [Troubleshoot Azure Files problems in Windows](../files/storage-troubleshoot-windows-file-connection-problems.md)
244-
- [Troubleshoot Azure Files problems in Linux](../files/storage-troubleshoot-linux-file-connection-problems.md)
243+
- [Troubleshoot Azure Files](../files/files-troubleshoot.md)

articles/storage/file-sync/file-sync-troubleshoot-installation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,4 @@ If a server is not listed under **Registered servers** for a Storage Sync Servic
111111
- [Troubleshoot Azure File Sync sync errors](file-sync-troubleshoot-sync-errors.md)
112112
- [Troubleshoot Azure File Sync cloud tiering](file-sync-troubleshoot-cloud-tiering.md)
113113
- [Monitor Azure File Sync](file-sync-monitoring.md)
114-
- [Troubleshoot Azure Files problems in Windows](../files/storage-troubleshoot-windows-file-connection-problems.md)
115-
- [Troubleshoot Azure Files problems in Linux](../files/storage-troubleshoot-linux-file-connection-problems.md)
114+
- [Troubleshoot Azure Files problems](../files/files-troubleshoot.md)

articles/storage/file-sync/file-sync-troubleshoot-sync-errors.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,5 +920,4 @@ if ($role -eq $null) {
920920
- [Troubleshoot Azure File Sync agent installation and server registration](file-sync-troubleshoot-installation.md)
921921
- [Troubleshoot Azure File Sync cloud tiering](file-sync-troubleshoot-cloud-tiering.md)
922922
- [Monitor Azure File Sync](file-sync-monitoring.md)
923-
- [Troubleshoot Azure Files problems in Windows](../files/storage-troubleshoot-windows-file-connection-problems.md)
924-
- [Troubleshoot Azure Files problems in Linux](../files/storage-troubleshoot-linux-file-connection-problems.md)
923+
- [Troubleshoot Azure Files problems](../files/files-troubleshoot.md)

articles/storage/file-sync/file-sync-troubleshoot-sync-group-management.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,4 @@ A server endpoint may not log sync activity for several hours due to a bug or in
158158
- [Troubleshoot Azure File Sync agent installation and server registration](file-sync-troubleshoot-installation.md)
159159
- [Troubleshoot Azure File Sync cloud tiering](file-sync-troubleshoot-cloud-tiering.md)
160160
- [Monitor Azure File Sync](file-sync-monitoring.md)
161-
- [Troubleshoot Azure Files problems in Windows](../files/storage-troubleshoot-windows-file-connection-problems.md)
162-
- [Troubleshoot Azure Files problems in Linux](../files/storage-troubleshoot-linux-file-connection-problems.md)
161+
- [Troubleshoot Azure Files problems](../files/files-troubleshoot.md)

0 commit comments

Comments
 (0)