Skip to content

Commit e61877c

Browse files
authored
Merge pull request #56786 from jeffgilb/1031
Updated outputsharepath properties
2 parents b282153 + 021d38c commit e61877c

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

articles/azure-stack/azure-stack-diagnostic-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: na
1212
pms.tgt_pltfrm: na
1313
ms.devlang: PowerShell
1414
ms.topic: article
15-
ms.date: 10/24/2018
15+
ms.date: 10/31/2018
1616
ms.author: jeffgilb
1717
ms.reviewer: adshar
1818
---
@@ -36,7 +36,7 @@ When you have an issue, contact Microsoft Customer Services Support and then run
3636
3. Open PowerShell as an administrator.
3737
4. Run: `Enter-PSSession -ComputerName <ERCS-VM-name> -ConfigurationName PrivilegedEndpoint`
3838
5. Run: `Test-AzureStack`
39-
4. If any tests report **FAIL**, run: `Get-AzureStackLog -FilterByRole SeedRing -OutputPath <Log output path>` The cmdlet gathers the logs from Test-AzureStack. For more information about diagnostic logs, see [Azure Stack diagnostics tools](azure-stack-diagnostics.md). You should not collect logs or contact Microsoft Customer Services Support (CSS) if tests report **WARN**.
39+
4. If any tests report **FAIL**, run: `Get-AzureStackLog -FilterByRole SeedRing -OutputSharePath “<path>” -OutputShareCredential $cred` The cmdlet gathers the logs from Test-AzureStack. For more information about diagnostic logs, see [Azure Stack diagnostics tools](azure-stack-diagnostics.md). You should not collect logs or contact Microsoft Customer Services Support (CSS) if tests report **WARN**.
4040
5. Send the **SeedRing** logs to Microsoft Customer Services Support. Microsoft Customer Services Support works with you to resolve the issue.
4141

4242
## Reference for Test-AzureStack

articles/azure-stack/azure-stack-diagnostics.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cloud: azure-stack
99

1010
ms.service: azure-stack
1111
ms.topic: article
12-
ms.date: 09/27/2018
12+
ms.date: 10/31/2018
1313
ms.author: jeffgilb
1414
ms.reviewer: adshar
1515
---
@@ -82,34 +82,38 @@ if($s)
8282
Collect all logs for all roles:
8383

8484
```powershell
85-
Get-AzureStackLog -OutputPath C:\AzureStackLogs
85+
Get-AzureStackLog -OutputSharePath “<path>” -OutputShareCredential $cred
8686
```
8787

8888
Collect logs from VirtualMachines and BareMetal roles:
8989

9090
```powershell
91-
Get-AzureStackLog -OutputPath C:\AzureStackLogs -FilterByRole VirtualMachines,BareMetal
91+
Get-AzureStackLog -OutputSharePath “<path>” -OutputShareCredential $cred -FilterByRole VirtualMachines,BareMetal
9292
```
9393

9494
Collect logs from VirtualMachines and BareMetal roles, with date filtering for log files for the past 8 hours:
9595

9696
```powershell
97-
Get-AzureStackLog -OutputPath C:\AzureStackLogs -FilterByRole VirtualMachines,BareMetal -FromDate (Get-Date).AddHours(-8)
97+
Get-AzureStackLog -OutputSharePath “<path>” -OutputShareCredential $cred -FilterByRole VirtualMachines,BareMetal -FromDate (Get-Date).AddHours(-8)
9898
```
9999

100100
Collect logs from VirtualMachines and BareMetal roles, with date filtering for log files for the time period between 8 hours ago and 2 hours ago:
101101

102102
```powershell
103-
Get-AzureStackLog -OutputPath C:\AzureStackLogs -FilterByRole VirtualMachines,BareMetal -FromDate (Get-Date).AddHours(-8) -ToDate (Get-Date).AddHours(-2)
103+
Get-AzureStackLog -OutputSharePath “<path>” -OutputShareCredential $cred -FilterByRole VirtualMachines,BareMetal -FromDate (Get-Date).AddHours(-8) -ToDate (Get-Date).AddHours(-2)
104104
```
105105

106106
### Parameter considerations for both ASDK and integrated systems
107107

108108
- If the **FromDate** and **ToDate** parameters are not specified, logs are collected for the past four hours by default.
109109
- Use the **FilterByNode** parameter to filter logs by computer name. For example:
110-
```Get-AzureStackLog -OutputPath <path> -FilterByNode azs-xrp01```
110+
```powershell
111+
Get-AzureStackLog -OutputSharePath “<path>” -OutputShareCredential $cred ` -FilterByNode azs-xrp01
112+
```
111113
- Use the **FilterByLogType** parameter to filter logs by type. You can choose to filter by File, Share or WindowsEvent. For example:
112-
```Get-AzureStackLog -OutputPath <path> -FilterByLogType File```
114+
```powershell
115+
Get-AzureStackLog -OutputSharePath “<path>” -OutputShareCredential $cred ` -FilterByLogType File
116+
```
113117
- You can use the **TimeOutInMinutes** parameter to set the timeout for log collection. It is set to 150 (2.5 hours) by default.
114118
- In version 1805 and later, dump file log collection is disabled by default. To enable it, use the **IncludeDumpFile** switch parameter.
115119
- Currently, you can use the **FilterByRole** parameter to filter log collection by the following roles:

articles/azure-stack/capacity-planning-spreadsheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: na
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 09/18/2018
16+
ms.date: 10/31/2018
1717
ms.author: jeffgilb
1818
ms.reviewer: prchint
1919
---
@@ -52,7 +52,7 @@ This tool provides two methods for allocating VM resources; either as one single
5252
## DefineByVMFootprint instructions
5353
To create a model using a single collection of various sizes and quantities of VMs, select the "DefineByVMFootprint" Tab and follow this sequence of steps.
5454

55-
1. In the upper right corner of this worksheet, use the provided pull-down list box controls to select an initial number of servers (between 4 and 12) you want installed in each hardware system (SKU). This number of servers may be modified at any time during the modeling process to see how this affects overall available resources for your resource allocation model.
55+
1. In the upper right corner of this worksheet, use the provided pull-down list box controls to select an initial number of servers (between 4 and 16) you want installed in each hardware system (SKU). This number of servers may be modified at any time during the modeling process to see how this affects overall available resources for your resource allocation model.
5656
2. If you want to model various VM resource allocations against one specific hardware configuration, find the blue pull-down list box directly below the "Current SKU" label in the upper right-hand corner of the page. Pull down this list box and select your desired hardware SKU.
5757
3. You are now ready to begin adding various sized VMs to your model. To include a particular VM type, enter a quantity value into the blue outlined box to the left of that VM entry.
5858

@@ -69,7 +69,7 @@ To create a model using a collection of Azure Stack Workloads, select the "Defin
6969
> [!TIP]
7070
> To change the provided storage size for an Azure Stack VM, see the note from step three in the preceding section.
7171
72-
1. In the upper right corner of this page, use the provided pull-down list box controls to select an initial number of servers (between 4 and 12) you want installed in each hardware system (SKU).
72+
1. In the upper right corner of this page, use the provided pull-down list box controls to select an initial number of servers (between 4 and 16) you want installed in each hardware system (SKU).
7373
2. If you want to model various VM resource allocations against one specific hardware configuration, find the blue pull-down list box directly below the "Current SKU" label in the upper right-hand corner of the page. Pull down this list box and select your desired hardware SKU.
7474
3. Select the appropriate storage size for each of your desired Azure Stack VMs on the DefineByVMFootprint page as described above in step three of DefineByVMFootprint instructions. The storage size per VM is defined in the DefineByVMFootprint sheet.
7575
4. Starting on the upper left of the DefineByWorkloadFootprint page, create configurations for up to six different Workload types by entering the quantity of each VM type contained within that Workload. This is done by placing numeric values into the column directly below that Workload's name. Workload names may be modified to reflect the type of workloads that will be supported by this particular configuration.

0 commit comments

Comments
 (0)