Skip to content

Commit a08eff3

Browse files
authored
Update 🆕
1 parent 15715ea commit a08eff3

File tree

1 file changed

+32
-23
lines changed

1 file changed

+32
-23
lines changed

Powershell/SCOM ETL Trace/Readme.md

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![ETL Trace](/media/git-guidance/projects/etl_trace.png)
22

3-
# Introduction
3+
## :book: Introduction
44
This Tool will assist you in gathering ETL Traces. You have the options of selecting specific Tracing to gather with this script.
55

66
The script will perform the following, in this order:
@@ -16,26 +16,35 @@ The script will perform the following, in this order:
1616
5. Formats ETL Trace
1717
6. Zips Up Output and Opens Explorer Window for Viewing File
1818

19-
## Examples
20-
Open Powershell Prompt as Administrator:
21-
## All Available Commands
22-
.\Start-ScomETLTrace.ps1 -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI -VerboseTrace -DebugTrace -NetworkTrace -SleepSeconds -RestartSCOMServices -DetectOpsMgrEventID
23-
24-
###### Get Verbose Native ETL Trace
25-
.\Start-ScomETLTrace.ps1 -GetNative -VerboseTrace
26-
27-
###### Gather Verbose ETL Trace and detect for 1210 Event ID (Sleep for 30 Seconds between checks)
28-
.\Start-ScomETLTrace.ps1 -VerboseTrace -DetectOpsMgrEventID 1210 -SleepSeconds 30
19+
## How to get it
20+
You can get a copy of the script here: \
21+
[Start-ScomETLTrace.ps1](https://github.com/blakedrumm/SCOM-Scripts-and-SQL/blob/master/Powershell/SCOM%20ETL%20Trace/Start-ScomETLTrace.ps1) :arrow_left: **Direct Download Link** \
22+
_or_ \
23+
[Personal File Server - Start-ScomETLTrace.ps1](https://files.blakedrumm.com/Start-ScomETLTrace.ps1) :arrow_left: **Alternative Download Link** \
24+
_or_ \
25+
[Personal File Server - Start-ScomETLTrace.txt](https://files.blakedrumm.com/Start-ScomETLTrace.txt) :arrow_left: **Text Format Alternative Download Link**
2926

30-
###### Restart SCOM Services after starting an ETL Trace. Sleep for 2 Minutes and stop the Trace Automatically
31-
.\Start-ScomETLTrace.ps1 -Sleep 120 -RestartSCOMServices
32-
33-
#### Get All ETL Traces
34-
###### Get Verbose Tracing for all the Default Tracing Available (just like running this: -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI)
35-
.\Start-ScomETLTrace.ps1 -VerboseTrace
36-
###### Get Debug Tracing for all the Default Tracing Available (just like running this: -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI)
37-
.\Start-ScomETLTrace.ps1 -DebugTrace
38-
###### Get Verbose Tracing for all the Default Tracing Available and Network Tracing (just like running this: -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI)
39-
.\Start-ScomETLTrace.ps1 -VerboseTrace -NetworkTrace
40-
##### Get Verbose Tracing for all the Default Tracing Available and OpsMgrModuleLogging for Linux Related Issues
41-
.\Start-ScomETLTrace.ps1 -VerboseTrace -OpsMgrModuleLogging
27+
## :page_with_curl: How to use it
28+
Open Powershell Prompt as Administrator:
29+
>#### Examples
30+
>##### All Available Commands
31+
>`.\Start-ScomETLTrace.ps1 -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI -VerboseTrace -DebugTrace -NetworkTrace -SleepSeconds -RestartSCOMServices -DetectOpsMgrEventID`
32+
>
33+
>###### Get Verbose Native ETL Trace
34+
>`.\Start-ScomETLTrace.ps1 -GetNative -VerboseTrace`
35+
>
36+
>###### Gather Verbose ETL Trace and detect for 1210 Event ID (Sleep for 30 Seconds between checks)
37+
>`.\Start-ScomETLTrace.ps1 -VerboseTrace -DetectOpsMgrEventID 1210 -SleepSeconds 30`
38+
>
39+
>###### Restart SCOM Services after starting an ETL Trace. Sleep for 2 Minutes and stop the Trace Automatically
40+
>`.\Start-ScomETLTrace.ps1 -Sleep 120 -RestartSCOMServices`
41+
>
42+
>#### Get All ETL Traces
43+
>###### Get Verbose Tracing for all the Default Tracing Available (just like running this: -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI)
44+
>`.\Start-ScomETLTrace.ps1 -VerboseTrace`
45+
>###### Get Debug Tracing for all the Default Tracing Available (just like running this: -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI)
46+
>`.\Start-ScomETLTrace.ps1 -DebugTrace`
47+
>###### Get Verbose Tracing for all the Default Tracing Available and Network Tracing (just like running this: -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI)
48+
>`.\Start-ScomETLTrace.ps1 -VerboseTrace -NetworkTrace`
49+
>###### Get Verbose Tracing for all the Default Tracing Available and OpsMgrModuleLogging for Linux Related Issues
50+
>`.\Start-ScomETLTrace.ps1 -VerboseTrace -OpsMgrModuleLogging`

0 commit comments

Comments
 (0)