Updated on 2023-10-19 GMT+08:00

Verifying the Deployment

This section describes how to verify that the SAP application AS has been successfully deployed.

Procedure

  1. Log in to the management console.
  2. Click Service List and choose Computing > Auto Scaling.
  3. In the displayed AS group list, click the target AS group.
  4. On the displayed page, click the AS Policies tab.
  5. Locate the row that contains the target policy and click Execute Now in the Operation column.

  6. In the displayed dialog box, click OK to manually create the AAS.
  7. Wait for about 10 minutes and perform the following operations to check whether SAP application AS has been successfully deployed.

    If the status is normal, the deployment is successful. Otherwise, the deployment fails. For detail about how to manually release the AAS, see section Deleting AASs Manually. Then, deploy SAP application AS again or contact technical support.
    1. Log in to WinSCP and upload the key file of the AAS to the ASCS.
    2. Log in to an ASCS node as user root using a key or password.
    3. Run the following command to query the installation progress:

      tailf logs/AASInstall.log

    4. Run the following command to view the AAS host name:

      grep set-hostname logs/AASIntall.log

    5. Run the following command to modify the permission of the file:

      chmod 600 *.pem

      *.pem is the private key file.

    6. Run the following command to log in to the expanded AAS node:

      ssh -i *.pem {AAS Hostname}

    7. Run the following command to check whether the AAS process is running properly:

      sapcontrol -nr 00 -function GetProcessList

    8. Check whether the AAS has been added to the specified logon group on the SAP GUI.