You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# Galaxy Logs Collector v1.02
1
+
# Galaxy Logs Collector v1.1.0
2
2
3
3
This PowerShell script is designed to simplify the process of gathering Galaxy Logs (both user and server-side) for troubleshooting purposes.
4
4
5
5
Extract the provided ZIP file to a preferred location (placing the script on the local client machine is recommended).<br />
6
-
Once completed, you have two options: create a shortcut to the GLC.BAT file or run GLC Create (with Admin rights) to generate a shortcut on the Desktop, complete with a default hotkey (Ctrl + Shift + F12).<br />
6
+
Once completed, you have two options: create a shortcut to the GLC.BAT file or run GLC.ps1 Create (with Admin rights) to generate a shortcut on the Desktop, complete with a default hotkey (Ctrl + Shift + F12).<br />
7
7
If you opt for automatic creation, The following shortcut will be create on the desktop:<br />
@@ -15,7 +15,7 @@ In this window, users can input details about their activities when the issue oc
15
15
Clicking "Save and Close" will collect the logs (including DMP generation or copying a Galaxy Client generated one) and close (kill) the Dalet Galaxy client.<br />
16
16
Alternatively, clicking "Save" will collect the logs (and generate a DMP file) without terminating the client. This option is suitable for freezes that typically resolve after a period.
17
17
18
-
As of version 1.02, the script collects the following:
18
+
As of version 1.1.0, the script collects the following:
19
19
- Input User for Incident Report
20
20
- Generate or Copy DMP File (⚠️)
21
21
- Capture Galaxy Client Screenshot
@@ -24,7 +24,7 @@ As of version 1.02, the script collects the following:
24
24
- Collect Galaxy Client Logs
25
25
- Collect Galaxy Servers Logs
26
26
- Gather Windows Environment Variables
27
-
⚠️ To enable DMP support, Please download ProcDump (https://learn.microsoft.com/en-us/sysinternals/downloads/procdump) and extract it to the GLC location.<br />
27
+
⚠️ To enable DMP support, Please download ProcDump x64 (https://learn.microsoft.com/en-us/sysinternals/downloads/procdump) and extract it to the GLC location.<br />
The script can be configure by modifying the following variables:
@@ -37,7 +37,7 @@ The script can be configure by modifying the following variables:
37
37
- $IntHours (default 4), Galaxy Client log collection range (in hours).
38
38
39
39
Server-side log collection:
40
-
In this updated GLC version (1.02), it is now feasible to collect particular agent logs alongside the local logs of the host where the script is initiated. <br />
40
+
In this updated GLC version (1.1.0), it is now feasible to collect particular agent logs alongside the local logs of the host where the script is initiated. <br />
41
41
This is achieved through the configuration of an XML file that specifies the desired servers and agents for the log gathering process. <br />
42
42
We advise against the wholesale collection of logs from all agents on every machine, as it may have an adverse impact on network traffic.<br />
43
43
Instead, we recommend a targeted approach, focusing on specific strategic agents such as dbServers, DaletPlusServers, and NATServers, as these are commonly implicated in most issues requiring investigation.<br />
0 commit comments