AWS mgn documentation change
Summary
Updated troubleshooting guidance with corrected error message formatting, OS package repository links, Windows log paths, and added GLIBC version error documentation for unsupported Linux systems.
Security assessment
Changes improve operational troubleshooting but do not address security vulnerabilities. The updated package repository links help ensure users access legitimate sources, but there is no evidence this fixes an existing security issue.
Diff
diff --git a/mgn/latest/ug/Troubleshooting-Agent-Issues.md b/mgn/latest/ug/Troubleshooting-Agent-Issues.md index fd60fcbaf..53edeb455 100644 --- a//mgn/latest/ug/Troubleshooting-Agent-Issues.md +++ b//mgn/latest/ug/Troubleshooting-Agent-Issues.md @@ -22,2 +21,0 @@ Use the information in this section to troubleshoot issues with installing the r -When the installation of the AWS Replication Agent on a source server fails during the running of the Installer file, you will receive an error message. - @@ -26 +24 @@ This type of error means that the agent was not installed on the source server, -### This app cant run on your PC error - Windows +### This app can't run on your PC error - Windows @@ -184 +182,5 @@ sudo apt-get install linux-headers-`uname -r` -If no matching package was found on the repositories configured on your machine, you can download it manually from the Internet and then install it. +If no matching package was found on the repositories configured on your server, you can download it manually from the Internet and then install it. + +To download the matching _kernel-devel/linux-headers_ package, navigate to these sites: + + * [RHEL and Centos](https://access.redhat.com/) @@ -186 +188 @@ If no matching package was found on the repositories configured on your machine, -To download the matching kernel-devel/linux-headers package, navigate to the following sites: + * [Oracle](https://access.redhat.com/) @@ -188 +190 @@ To download the matching kernel-devel/linux-headers package, navigate to the fol - * [RHEL, CENTOS, Oracle, and SUSE package directory](http://rpm.pbone.net/) + * [SUSE](https://scc.suse.com/packages?name=SUSE) @@ -190 +192 @@ To download the matching kernel-devel/linux-headers package, navigate to the fol - * [Debian package directory](https://packages.debian.org/) + * [Debian](https://www.debian.org/distrib/packages/) @@ -192 +194 @@ To download the matching kernel-devel/linux-headers package, navigate to the fol - * [Ubuntu package directory](https://packages.ubuntu.com/) + * [Ubuntu](https://packages.ubuntu.com/) @@ -223,0 +226,4 @@ Make sure you run the installer either as root or by adding sudo at the beginnin + 8. Error: _version `GLIBC_2.7' not found (required by ./aws-replication-installer-64bit)_ + +You receive this error when you try to install the agent on an unsupported Linux operating system. See [Supported Linux operating systems ](https://docs.aws.amazon.com/mgn/latest/ug/Supported-Operating-Systems.html#Supported-Operating-Systems-Linux). + @@ -280 +286 @@ The AWS MGN Agent logs are stored in agent.log.0: - * **Windows 64 bit:** C:\Program Files\AWS Replication Agent\agent.log.0 + * **Windows 64 bit:** Windows 64 bit: C:\Program Files (x86)\AWS Replication Agent\agent.log.0 @@ -282 +288 @@ The AWS MGN Agent logs are stored in agent.log.0: - * **Windows 32 bit:** C:\Program Files (x86)\AWS Replication Agent\agent.log.0 + * **Windows 32 bit:** C:\Program Files\AWS Replication Agent\agent.log.0