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 年前634 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则