AWS sap documentation change
Summary
Updated troubleshooting guide with corrected links, error message formatting, and code syntax fixes. Added symlink creation step and clarified IAM role requirements.
Security assessment
Changes focus on documentation accuracy, formatting corrections, and clarifying prerequisites (like IAM roles). No evidence of addressing a specific vulnerability or security incident.
Diff
diff --git a/sap/latest/sap-hana/aws-backint-agent-troubleshooting.md b/sap/latest/sap-hana/aws-backint-agent-troubleshooting.md index 0cbda8291..baaa8dd78 100644 --- a//sap/latest/sap-hana/aws-backint-agent-troubleshooting.md +++ b//sap/latest/sap-hana/aws-backint-agent-troubleshooting.md @@ -59,0 +60 @@ Error returned: + ln -s /usr/bin/python2.7 /usr/bin/python @@ -64,2 +64,0 @@ Error returned: - ln -s /usr/bin/python2.7 /usr/bin/python - @@ -108 +107 @@ Error returned: - * **Resolution** : Verify the [prerequisite steps](./aws-backint-agent-amazon-s3.html#aws-backint-agent-s3-prerequisites) for installing the AWS Backint agent. + * **Resolution** : Verify the [prerequisite steps](./aws-backint-agent-s3-prerequisites.html) for installing the AWS Backint agent. @@ -117 +116 @@ Error returned: - * **Resolution** : Verify the [prerequisite steps](./aws-backint-agent-amazon-s3.html#aws-backint-agent-s3-prerequisites) for installing the AWS Backint agent. + * **Resolution** : Verify the [prerequisite steps](./aws-backint-agent-s3-prerequisites.html) for installing the AWS Backint agent. @@ -141 +140 @@ Error returned: - * **Resolution** : Add the SAP HANA system to SAP HANA Studio and select multiple container mode, and then try to initiate your backup again. For more details, see {https---launchpad-support-sap-com---notes-2803753}[Invalid path selection for data backup using backint] (portal access required). + * **Resolution** : Add the SAP HANA system to SAP HANA Studio and select multiple container mode, and then try to initiate your backup again. For more details, see [Invalid path selection for data backup using backint](https://me.sap.com/notes/2803753) (portal access required). @@ -159 +158 @@ Error returned: -`"`Error creating upload id for bucket:<mys3bucket>" ` +`Error creating upload id for bucket:<mys3bucket>` @@ -163 +162 @@ or -`"NoCredentialProviders: no valid providers in chain.` +`NoCredentialProviders: no valid providers in chain.` @@ -167 +166 @@ or - * **Resolution** : AWS Backint agent requires an attached IAM role to your EC2 instance to access AWS resources for backup and restore operations. Attach an IAM role to your EC2 instance and attempt the operation again. For more information, see the [prerequisites](./aws-backint-agent-amazon-s3.html#aws-backint-agent-s3-prerequisites) for installing AWS Backint agent. + * **Resolution** : AWS Backint agent requires an attached IAM role to your EC2 instance to access AWS resources for backup and restore operations. Attach an IAM role to your EC2 instance and attempt the operation again. For more information, see the [prerequisites](./aws-backint-agent-s3-prerequisites.html) for installing AWS Backint agent. @@ -238 +237 @@ For more information, see {https---docs-aws-amazon-com-sap-latest-sap-hana-aws-b -_These values reduce concurrency and parallelism used by AWS Backint agent to achieve high performance during backup and restore. See{https---docs-aws-amazon-com-sap-latest-sap-hana-aws-backint-agent-s3-installing-configuring-html-aws-backint-agent-modifying-config}[Modify AWS Backint agent configuration parameters] for the default values of the preceding parameters._ +_These values reduce concurrency and parallelism used by AWS Backint agent to achieve high performance during backup and restore. See[Modify AWS Backint agent configuration parameters](https://docs.aws.amazon.com/sap/latest/sap-hana/aws-backint-agent-s3-installing-configuring.html#aws-backint-agent-latest-version) for the default values of the preceding parameters._ @@ -262 +261 @@ _These values reduce concurrency and parallelism used by AWS Backint agent to ac - * **Root Cause** : With the *S3StorageClass = "INTELLIGENT_TIERING" * parameter set in the `aws-backint-agent-config.yaml`, the objects have moved to archival storage tiers. AWS Backint agent does not support recovery from archival tiers. + * **Root Cause** : With the **S3StorageClass = "INTELLIGENT_TIERING"** parameter set in the `aws-backint-agent-config.yaml`, the objects have moved to archival storage tiers. AWS Backint agent does not support recovery from archival tiers. @@ -293 +292 @@ For more information, see [Configuring the AWS SDK for Go](https://docs.aws.amaz -**Problem: "/bin/sh: error importing function definition for `which'" when performing backup and restore with AWS Backint agent.** +**Problem: "/bin/sh: error importing function definition for `which`" when performing backup and restore with AWS Backint agent.** @@ -295 +294 @@ For more information, see [Configuring the AWS SDK for Go](https://docs.aws.amaz -"/bin/sh: error importing function definition for `which'" error may occur when performing backup and restore with AWS Backint agent. This error occurs when ` BASH_FUNC_which%%` environment variable has a multi-line value that is not supported by some older SAP scripts. +"/bin/sh: error importing function definition for `which`" error may occur when performing backup and restore with AWS Backint agent. This error occurs when ` BASH_FUNC_which%%` environment variable has a multi-line value that is not supported by some older SAP scripts. @@ -307 +306 @@ For more information, see [Configuring the AWS SDK for Go](https://docs.aws.amaz - env | grep -A 2 BASH_FUNC_which + $ env | grep -A 2 BASH_FUNC_which