During the installation process, the ARM template that you configured is used to
create a boot node. The boot node contains all of the required resources to complete the
installation. To verify that the boot node is created successfully, in the Deployment
section of the boot node resource group, you will see a link similar to 3
Succeeded. After clicking that link, you will see a deployment that is related to the
operation you submitted from the Marketplace. Click that deployment and make sure it is completed
successfully. This is only the boot node creation part. The actual Maximo® Application Suite deployment continues running in the background on the boot node.
Procedure
- Monitoring the installation logs using Azure Log Analytics
- In the Azure Log Analytics workspaces service, Click
the workspace created in the boot node resource group.
- Click Logs from the side navigation in the workspace
window.
- Close the two pop-ups that appear by default. First is for Welcome
to Log Analytics, and second is for
Queries.
- Expand the section.
- Click the log table name (there would be only one), and click
Run.
- The logs from the installation log file are shown in the table format.
The logs do not update automatically, you will need to refresh the page
to get the updated logs.
- You can export the logs to the .csv file to review in detail.
- Once you use the message of either provisioning completed (for successful deployment) or failed
(for failed deployment), the deployment can be treated as complete.
===== PROVISIONING COMPLETED =====
OR
===== PROVISIONING FAILED =====
- Monitoring the installation logs in the boot node
- Connect to the boot node by using Secure Shell (SSH) access. For
instructions, see Accessing the boot node and Red Hat® OpenShift® cluster.
- Run the following command to switch to the root user:
- Monitor the installation log updates by running the following
command:
tail -f /root/ansible-devops/multicloud-bootstrap/root/mas-on-aws/mas-provisioning.log
Results
Proactively check the status of the deployment. Depending on the parameters that you specified,
the installation time might vary.
If the installation is unsuccessful, use the information in the Troubleshooting installation problems topic to identify and
resolve the problem.