229k views
1 vote
For Database Maintenance (TSM process, stopped unless they are actively running) with the following details:

- Server Processes Name:
- Purpose:
- Notes:
- Licensed:

a) Server Processes Name: DBMaintenance, Purpose: Performing maintenance tasks on the database, Notes: Stopped when not actively running, Licensed: Yes

b) Server Processes Name: TaskExecutor, Purpose: Data storage, Notes: Batch processing, Licensed: No

c) Server Processes Name: MaintenanceHandler, Purpose: Load balancing, Notes: Real-time processing, Licensed: Yes

d) Server Processes Name: SystemSupervisor, Purpose: Parallel processing, Notes: Efficient resource utilization, Licensed: No

User Germania
by
7.1k points

1 Answer

6 votes

Final answer:

The server processes for database maintenance include DB Maintenance, Task Executor, Maintenance Handler, and System Supervisor. Their purposes are performing maintenance tasks, data storage, load balancing, and parallel processing respectively. They have different notes such as being stopped when not actively running for DBMaintenance and efficient resource utilization for SystemSupervisor. Their licensing status varies as well.

Step-by-step explanation:

Server Processes Name:

DB Maintenance: Performing maintenance tasks on the database.

Task Executor: Data storage

Maintenance Handler: Load balancing

System Supervisor: Parallel processing

Purpose:

DB Maintenance: Performing maintenance tasks on the database.

Task Executor: Data storage

Maintenance Handler: Load balancing

System Supervisor: Parallel processing

Notes:

DB Maintenance: Stopped when not actively running.

Task Executor: Batch processing

Maintenance Handler: Real-time processing

System Supervisor: Efficient resource utilization

Licensed:

DB Maintenance: Yes

Task Executor: No

Maintenance Handler: Yes

System Supervisor: No

User Vieron
by
8.0k points