Skip to content

Commit e3aae42

Browse files
committed
Fix output
1 parent 4ad84df commit e3aae42

File tree

1 file changed

+36
-32
lines changed

1 file changed

+36
-32
lines changed

AKS-Arc/support-module.md

Lines changed: 36 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -58,41 +58,45 @@ Invoke-SupportAksArcRemediation
5858

5959
The following example output from the `Test-SupportAksArcKnownIssues` command shows the results of a failed test::
6060

61-
| Test Name | Status Message |
62-
|------------------------------------------------------------|------------------------------------------------------------------------------------------------------|
63-
| Validate Failover Cluster Service Responsiveness | Passed Failover Cluster service is responsive. |
64-
| Validate Missing MOC Cloud Agents | Passed No missing MOC cloud agents found. |
65-
| Validate MOC Cloud Agent Running | Passed MOC Cloud Agent is running |
66-
| Validate Missing MOC Node Agents | Passed All MOC nodes have the Node Agent service installed and healthy. |
67-
| Validate Missing MOC Host Agents | Passed All nodes have MOC host agents installed and healthy |
68-
| Validate MOC is on Latest Patch Version | Failed MOC is not on the latest patch version. Current: 1.15.5.10626, Latest: 1.15.7.10719 |
69-
| Validate Expired Certificates | Passed No expired certificates found |
70-
| Validate MOC Nodes Not Active | Passed All MOC nodes are in the 'Active' state |
71-
| Validate Multiple MOC Cloud Agent Instances | Passed No multiple instances of MOC Cloud Agent found |
72-
| Validate Windows Event Log Running | Passed Windows Event Log is running |
73-
| Validate Gallery Image Stuck In Deleting | Passed No gallery images are stuck in deleting state |
74-
| Validate Virtual Machine Stuck In Pending | Passed No virtual machines are stuck in pending state |
75-
| Validate Virtual Machine Management Service Responsiveness | Passed Virtual Machine Management service is responsive |
61+
```output
62+
Test Name Status Message
63+
--------- --------------
64+
Validate Failover Cluster Service Responsiveness Passed Failover Cluster service is responsive.
65+
Validate Missing MOC Cloud Agents Passed No missing MOC cloud agents found.
66+
Validate MOC Cloud Agent Running Passed MOC Cloud Agent is running
67+
Validate Missing MOC Node Agents Passed All MOC nodes have the Node Agent service installed and healthy.
68+
Validate Missing MOC Host Agents Passed All nodes have MOC host agents installed and healthy
69+
Validate MOC is on Latest Patch Version Failed MOC is not on the latest patch version. Current: 1.15.5.10626, Latest: 1.15.7.10719
70+
Validate Expired Certificates Passed No expired certificates found
71+
Validate MOC Nodes Not Active Passed All MOC nodes are in the 'Active' state
72+
Validate Multiple MOC Cloud Agent Instances Passed No multiple instances of MOC Cloud Agent found
73+
Validate Windows Event Log Running Passed Windows Event Log is running
74+
Validate Gallery Image Stuck In Deleting Passed No gallery images are stuck in deleting state
75+
Validate Virtual Machine Stuck In Pending Passed No virtual machines are stuck in pending state
76+
Validate Virtual Machine Management Service Responsiveness Passed Virtual Machine Management service is responsive
77+
```
7678

7779
The following example output shows a successful result for all tests:
7880

79-
| Test Name | Status Message |
80-
|-------------------------------------------------------|--------------------------------------------------------------------------------------------------|
81-
| Validate Failover Cluster Service Responsiveness | Passed Failover Cluster service is responsive. |
82-
| Validate Missing MOC Cloud Agents | Passed No missing MOC cloud agents found. |
83-
| Validate MOC Cloud Agent Running | Passed MOC Cloud Agent is running |
84-
| Validate Missing MOC Node Agents | Passed All MOC nodes have the Node Agent service installed and healthy. |
85-
| Validate Missing MOC Host Agents | Passed All nodes have MOC host agents installed and healthy. |
86-
| Validate MOC is on Latest Patch Version | Passed MOC is on the latest patch version. |
87-
| Validate Expired Certificates | Passed No expired certificates found. |
88-
| Validate MOC Nodes Not Active | Passed All NMC nodes are in the 'Active' state. |
89-
| Validate NMC Nodes Sync with Cluster Nodes | Passed All NMC nodes are in sync with cluster nodes. |
90-
| Validate Multiple NMC Cloud Agent Instances | Passed No multiple instances of NMC Cloud Agent found. |
91-
| Validate NMC Powershell Not Stuck in Updating | Passed NMC Powershell is not stuck in updating state. |
92-
| Validate Windows Event Log Running | Passed Windows Event Log is running |
93-
| Validate Gallery Image Stuck In Deleting | Passed No gallery images are stuck in deleting state. |
94-
| Validate Virtual Machine Stuck In Pending | Passed No virtual machines are stuck in pending state. |
95-
| Validate Virtual Machine Management Service Responsiveness | Passed Virtual Machine Management service is responsive. |
81+
```output
82+
Test Name Status Message
83+
--------- --------------
84+
Validate Failover Cluster Service Responsiveness Passed Failover Cluster service is responsive.
85+
Validate Missing MOC Cloud Agents Passed No missing MOC cloud agents found.
86+
Validate MOC Cloud Agent Running Passed MOC Cloud Agent is running
87+
Validate Missing MOC Node Agents Passed All MOC nodes have the Node Agent service installed and healthy.
88+
Validate Missing MOC Host Agents Passed All nodes have MOC host agents installed and healthy.
89+
Validate MOC is on Latest Patch Version Passed MOC is on the latest patch version.
90+
Validate Expired Certificates Passed No expired certificates found.
91+
Validate MOC Nodes Not Active Passed All NMC nodes are in the 'Active' state.
92+
Validate NMC Nodes Sync with Cluster Nodes Passed All NMC nodes are in sync with cluster nodes.
93+
Validate Multiple NMC Cloud Agent Instances Passed No multiple instances of NMC Cloud Agent found.
94+
Validate NMC Powershell Not Stuck in Updating Passed NMC Powershell is not stuck in updating state.
95+
Validate Windows Event Log Running Passed Windows Event Log is running
96+
Validate Gallery Image Stuck In Deleting Passed No gallery images are stuck in deleting state.
97+
Validate Virtual Machine Stuck In Pending Passed No virtual machines are stuck in pending state.
98+
Validate Virtual Machine Management Service Responsiveness Passed Virtual Machine Management service is responsive.
99+
```
96100

97101
## Next steps
98102

0 commit comments

Comments
 (0)