Question
This is a lab about problem solving... not how many commands you know/don't know. I will be looking at your logic Using the following problem,
This is a lab about problem solving... not how many commands you know/don't know. I will be looking at your logic
Using the following problem, please create a program outline (following the program development guide listed in the class material Reference section):
You are an administrator of a number of (approximately 15) remote systems
The server and remote systems are all Linux based
Nightly you need to have the following actions performed from a central server
Using a number of pre-supplied scripts, extract tables (each in its own file) from a central database
Distribute these tables to each of the remote systems
Load each table into a database using pre-supplied scripts on the remote system
Analyze each log file to determine which succeeded and which failed
Mail the summary to the mailbox sysadmin
Keep the log files for one week to allow detailed review
NOTES:
use pseudo-code based on C/java (properly commented)
use either Java or C iteration, and conditions will be acceptable
highlight utilities and commands that you have used in blue
highlight areas that you are uncertain of (that need more research) in red
don't worry about what the actual scripts perform, just assume
the export scripts are nam
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started