Question: Using the PEXPECT and PXSSH modules create python script(s) to configure the Internet and DB servers Python script one for the Internet and DB servers:
Using the PEXPECT and PXSSH modules create python script(s) to configure the Internet and DB servers
Python script one for the Internet and DB servers:
- Create a user named cat with a password of dog
Python script two for the Internet server:
- Install Apache (httpd)
- Start Apache
- Configure Apache to auto-start at system boot
Python script three for the DB server:
- Install MariaDB
- Start the DB service
- Configure the DB service to auto-start at system boot
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
