On rhel.server.com, configure persistent storage on “/var/lib/containers/backup_storage” for the ubi container image whose volume is the /mnt directory. Using the ubi container shell create a sample file sample.txt in the “/var/lib/containers/backup_storage” directory. Then stop and remove the ubi container.
On ServerA, create a Bash script named /script.sh that outputs the second argument followed by the first argument when executed with two arguments (e.g., "test2 test1" for ./script.sh test1 test2).
On ServerB, write a shell script “sum.sh” in the root directory that takes an unspecified number of command-line arguments of ints and finds their sum. To add a number to the sum it must be greater than 0.