Common problems

4.4 Given a scenario, troubleshoot common OS and software problems.

📘CompTIA Server+ (SK0-005)


When working with servers, operating systems (OS), and applications, you may face problems that prevent users from accessing the system or cause slow performance. Troubleshooting these issues efficiently is key for a server administrator.

We’ll go through each common problem, explain the causes, and suggest troubleshooting steps.


1. Unable to Log On

Symptoms:

  • User cannot log in to the server or application.
  • Receives error messages like “Incorrect password,” “User not found,” or “Account locked.”

Possible Causes:

  • Incorrect username or password.
  • Account has been disabled or locked.
  • Network connectivity issues (if logging in remotely).
  • Corrupt user profile.
  • Authentication server (like Active Directory) unavailable.

Troubleshooting Steps:

  1. Verify username and password.
  2. Check if the account is locked or disabled.
  3. Confirm the server or authentication service is online.
  4. Try logging in with another user account to isolate the problem.
  5. Check event logs for authentication errors.

Example in IT: Users in a domain cannot log into Windows Server because the server hosting Active Directory is offline.


2. Unable to Access Resources

Symptoms:

  • Users can log in but cannot reach shared folders, printers, or applications.

Possible Causes:

  • Incorrect permissions or access rights.
  • Network connectivity issues.
  • Resource (folder, file, printer) moved or deleted.
  • DNS or name resolution problems.

Troubleshooting Steps:

  1. Verify network connectivity (ping the server).
  2. Check permissions on the resource.
  3. Ensure the resource exists and is shared correctly.
  4. Test access from another user account.
  5. Review system and application logs for access errors.

Example in IT: Users can’t access a shared folder on a file server because the permissions were accidentally removed.


3. Unable to Access Files

Symptoms:

  • Specific files cannot be opened, saved, or modified.
  • Error messages like “Access Denied” or “File in Use.”

Possible Causes:

  • File permissions issues.
  • File is corrupted.
  • File is being used by another process.
  • Disk errors or storage failures.

Troubleshooting Steps:

  1. Check user permissions on the file.
  2. Confirm the file is not locked by another process.
  3. Test opening a copy of the file on another machine.
  4. Run file system checks for corruption.

4. System File Corruption

Symptoms:

  • Applications crash or fail to start.
  • OS behaves unpredictably.
  • Error messages like “Missing DLL” or “System file missing.”

Possible Causes:

  • Malware infection.
  • Improper shutdowns or power failures.
  • Failed updates or patches.
  • Disk corruption.

Troubleshooting Steps:

  1. Use OS repair tools (like sfc /scannow in Windows or fsck in Linux).
  2. Restore from backup if files are severely damaged.
  3. Check for malware.
  4. Verify disk health.

5. End of Life / End of Support

Symptoms:

  • OS or software no longer receives updates.
  • Security vulnerabilities are present.

Possible Causes:

  • Software version is outdated.
  • Vendor no longer supports the version.

Troubleshooting Steps:

  1. Identify software or OS version.
  2. Check vendor lifecycle and support status.
  3. Plan for upgrade or migration to supported versions.

Example in IT: Running Windows Server 2008, which is no longer supported, leading to unpatched vulnerabilities.


6. Slow Performance

Symptoms:

  • Applications or OS respond slowly.
  • Users experience delays in file access or processing.

Possible Causes:

  • High CPU, memory, or disk usage.
  • Too many background processes.
  • Fragmented disks or insufficient disk space.
  • Malware or misconfigured software.

Troubleshooting Steps:

  1. Check resource usage with Task Manager (Windows) or top/htop (Linux).
  2. Close unnecessary applications or services.
  3. Check disk health and free space.
  4. Run virus/malware scans.

7. Cannot Write to System Logs

Symptoms:

  • OS or applications fail to record events.
  • Logs are empty or missing critical entries.

Possible Causes:

  • Insufficient disk space for logs.
  • Permissions issues.
  • Corrupt log files.

Troubleshooting Steps:

  1. Check disk space and clear old logs.
  2. Verify log file permissions.
  3. Restart logging services.
  4. Recreate corrupt log files if necessary.

8. Service Failures

Symptoms:

  • Critical services fail to start or stop unexpectedly.
  • Applications dependent on services do not work.

Possible Causes:

  • Misconfigured services.
  • Missing dependencies.
  • Corrupt service files.
  • Recent patch or software conflicts.

Troubleshooting Steps:

  1. Check service status in Windows Services (services.msc) or Linux systemd (systemctl status).
  2. Look at system logs for errors.
  3. Verify service dependencies are running.
  4. Restart or reinstall the service.

9. System or Application Hanging / Freezing

Symptoms:

  • System or applications stop responding.
  • Cursor may freeze or spinning wheel appears.

Possible Causes:

  • High resource usage (CPU, memory).
  • Conflicts between applications.
  • Corrupt OS or application files.
  • Hardware issues (disk, RAM).

Troubleshooting Steps:

  1. Check resource usage.
  2. Terminate unresponsive applications.
  3. Check event logs for errors.
  4. Run OS or application repair tools.
  5. Test hardware (memory diagnostics, disk checks).

10. Patch Update Failure

Symptoms:

  • OS or applications fail to install updates.
  • Error messages appear during patch installation.

Possible Causes:

  • Corrupt update files.
  • Insufficient disk space.
  • Conflicting software or services.
  • Network issues preventing download.

Troubleshooting Steps:

  1. Verify disk space.
  2. Restart update services.
  3. Re-download updates if corrupt.
  4. Check logs for specific error codes.
  5. Apply updates manually if automatic update fails.

Summary Table for Quick Review

ProblemKey CausesTroubleshooting Focus
Unable to log onWrong credentials, locked account, auth server downCheck user account, authentication, event logs
Unable to access resourcesPermissions, network, moved resourcesCheck access rights, connectivity, resource existence
Unable to access filesPermissions, file in use, disk issuesCheck access, lock, corruption, disk health
System file corruptionMalware, improper shutdowns, disk errorsRun repair tools, check disk, restore backup
End of life / supportOutdated OS/softwareUpgrade to supported version
Slow performanceResource overload, malware, disk issuesCheck CPU/memory/disk, reduce load, scan malware
Cannot write to logsDisk full, permissions, corruptionFree space, check permissions, restart logging service
Service failuresDependencies, config errors, corruptionCheck status, logs, restart/reinstall service
System/Application hangingResource overload, conflicts, hardwareCheck resources, logs, repair tools, hardware test
Patch update failureCorrupt updates, disk space, networkCheck space, restart update services, manual update

This covers all sub-skills under 4.4 for the exam. It gives you causes, signs, and troubleshooting steps in clear IT-focused examples.

Buy Me a Coffee