Sap Launch Wizard fail

0

Embedded stack arn:aws:cloudformation:eu-west-1:470813849733:stack/LaunchWizard-Minitzsaptest2-HANAStack-1D2V6OSL8ZXND/cbca5b70-c607-11ec-94b6-02d45f750e25 was not successfully created: The following resource(s) failed to create: [HANAMasterInstance].

質問済み 2年前635ビュー
2回答
1

When you find error in Launch Wizard, you can check the details of the errors as follows:

  • Go to the "CloudFormation Console" to see under Event Tab to nail down the root cause.
  • When the failure is happening within EC2 instance (during HANA installation), then you can do SSH into the EC2 instance to look at the logs and find the root cause.

In order to do this, ensure that you do not tick "Enable rollback on failed deployment" when you kick off the Launch Wizard.

AWS
回答済み 2年前
0

As the above advises, please check where the stack is failing under the CloudFormation -> Event Tab -> Failed events.

To check why the HANAMasterInstance deployment may be failing you will need to check the logs contained on the instance. After unchecking "Enable rollback on failed deployment" you can find instance level script ouput in */root/install/scripts/log * during the deployment process, when the instances are being launched and configured. The name of the log file is install.log. To check the progress of the deployment, you can log in to an instance as soon its instance state is listed as running. When the deployment is finished, the log files are moved to /tmp. In addition to the install.log file, the install.dbg file includes additional error information in case of failure scenarios. See LaunchWizard for SAP Troubleshooting for more information.

profile pictureAWS
Eneko
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン