Workshop Exercise - How is the Three Tier App Doing?

Table of Contents

Objectives

Guide

In Exercise 1.2 we installed a sample three tier application and tested application functionality via automation. Now that we have converted our CentOS application servers to RHEL, let’s retest to see if there has been any impact.

Step 1 - Retest our Three Tier Application

It’s time to repeat the testing you did for Step 4 in exercise 1.2.

Job templates listed on AAP Web UI 2

This should take ~15 seconds to complete.

3tier-smoke-test-output

Step 2 - Add More Records to the Database

In Exercise 2.2, we considered the potential pitfalls of including app data in the scope of our snapshot. Imagine what would happen if your app at first appeared fine after the conversion, but an issue was later discovered after the app had been returned to production use.

TASK [Fail if database db01 did not contain table 06-06-2024-04-01]

Remember and/or record this table name to see what happens after we revert the OS conversion in the next section of the workshop.

Note

The three tier application uses the current time and date to generate the new table names. Your table names are going to be different from the ones listed here in these exercises, as the instructions here were generated in the past.

Conclusion

In this exercise, we observed that the CentOS conversion to RHEL left our application untouched and we found that it still works as expected after the conversion. Then we added some new app data to demonstrate what will happen after rolling back the conversion.

This concludes the CentOS conversion section of the workshop. In the next and final section, we will be rolling back the CentOS conversion, taking us right back to where we started.


Navigation

Previous Exercise - Next Exercise

Home