Session Objective:-
- Understand SOPs
- Understand KBs
- How to write a KB
@ Standard Operating Procedure:-
--------------------------------
"SOP" stands for Standard Operating Procedure. It is a document that provides a step-by-step process for performing a particular task so that the task is performed the same way, safely and effectively every time.
"SOP (Standard Operating Procedure) plays a very important role in the IT Department. It ensures that all technical tasks are completed in a safe, efficient, and consistent manner."
Examples of SOP in IT Department:-
----------------------------------
@ User Account Creation & Deletion SOP
- How to provide email, system login, network access to new users.
- How to delete a user's data and account when he leaves the company.
@ Password Reset SOP
- How to reset a user's password if he forgets it, and what security rules to follow.
@ Backup & Restore SOP
- With what frequency should data be backed up (daily/weekly/monthly)?
- What are the steps to take if backup fails?
- What is the process of data recovery?
@ Patch Management SOP
- How and when to apply software and operating system updates?
- How to do testing before and after updates?
@ Incident Management SOP
- What steps should be taken if a system crashes, there is a virus attack, or the network goes down?
@ Asset Management SOP
- The process of adding new IT hardware or software to inventory.
- How to dispose of worn-out devices?
@ Network Access Control SOP
- Which users will have what access to the network?
- How will VPN access be granted?
Common components in IT SOP:-
-----------------------------
- Purpose and Scope
- Roles and Responsibilities
- Procedure Overview
- Prerequisites
- Step-by-Step Instructions
- Troubleshooting
- Documentation and Reporting
- Safety and Security Considerations
- References and Resources
- Revision History
Why this SOP has been made ?_(Purpose)"Ensuring that new employees are granted timely and secure IT access". To which people or systems this SOP applies(Scope) "For all new full-time, part-time or intern employees who will be using the company's IT systems".
The section clarifies which individuals or teams are responsible for which tasks. This ensures accountability and prevents confusion.
New Employee IT Setup Example_(SOP)
- HR Department - Sending "New Joiner Request" to IT on time Providing necessary access information.
- IT Helpdesk - Provision of hardware and software.Setting up email and domain accounts.Providing VPN and network access.
- IT Security Officer - Reviewing access approvals.Enabling MFA (Multi-Factor Authentication).
- System Administrator - Server-side user account creation and setting permissions.Ensuring backup policies are in place.
- Reporting Manager - Communicating new employee's IT needs to HR or IT in advance.Verifying access levels.
- New Employee - Keeping login details safe.Changing password after first login.
@ Procedure Overview:-
In IT SOP (Standard Operating Procedure) means a short and clear explanation which tells what is the purpose of that SOP, which IT process it covers, and in which situation it is used.
Example(Server Maintenance SOP):- This SOP outlines the standard procedure for performing routine maintenance on company servers to ensure optimal performance, security, and uptime. The procedure includes tasks such as system updates, hardware checks, log reviews, backup verification, and security patch installations. It applies to all IT personnel responsible for maintaining physical and virtual servers across the organization. Following this SOP helps prevent system failures, data loss, and security vulnerabilities.
@ Prerequisites:-
"All things that must be ready, installed, configured, or available before following the SOP."
This section ensures that everything is ready before starting the process, so that there are no interruptions.
- Example(Prerequisites for Server Maintenance SOP):-Administrator access to the target servers
- Remote access tools installed (e.g., PuTTY, RDP client)
- Latest backup of server data verified
- Maintenance window approved and scheduled
- Internet/internal network connectivity ensured
"All the steps that need to be followed to complete an IT process correctly are written one by one."
This section of the SOP is the most important because it explains in a clear, detailed and sequential manner how the work should be done - without any confusion.
Example(Server Maintenance SOP ke Step-by-Step Instructions):-
Login to the server using Remote Desktop or SSH.
→ Use PuTTY for Linux servers or RDP for Windows.
Verify disk space using system tools.
→ For Linux: df -h | For Windows: Check via "This PC"
Check system logs for errors or warnings.
→ Linux: sudo tail -n 100 /var/log/syslog
→ Windows: Event Viewer → System Logs
Install pending system updates.
→ Linux: sudo apt update && sudo apt upgrade
→ Windows: Settings → Windows Update → Check for updates
Restart the server if required.
→ Notify users before restart.
@"Documentation and Reporting":-
Means properly writing down and reporting all troubleshooting steps, observations, and outcomes done under the SOP.
- What was the problem ?
- Who solved it ?
- How was it solved ?
- How long did it take to get it solved ?
- If not solved, who was escalated ?
@ "Safety and Security Considerations":-
Means — when you are following an IT SOP (Standard Operating Procedure), what precautions and security rules need to be followed to keep data, systems and user information safe.
Example – Safety & Security Considerations in Printer SOP:
- Do not access user print data (confidential documents) while troubleshooting the printer.
- When changing network printer IP, ensure that it is allowed by firewall.
- Use only official websites to install drivers.
@ "References and Resources":-
Refers to links, documents, and tools in the SOP that can help with troubleshooting or understanding and completing the process.
This section is placed at the end of the SOP so that IT staff can find the right information elsewhere if needed.
@ "Revision History":-
Revision History is he part of the SOP where it is recorded what changes were made in the SOP, when, who made them, and why. This is very important for transparency and tracking.
@ A Knowledge Base (KB):-
KB is a structured database or repository for IT Support that documents solutions to problems, how-to guides, FAQs, and troubleshooting steps — so that if the same problem occurs again, it can be resolved quickly and efficiently.
Benefits of Knowledge Base:
🔄 Repeat issues can be solved quickly
🕒 Support time and dependency decreases
📖 Training of new IT staff becomes easier
@ Key aspects of a KB:-
-----------------------
- Technical Documentation
- Troubleshooting Guides
- FAQs and How-To Articles
- Known Issues and Workarounds
- Software and Hardware Configurations
- Security Guidelines and Best Practices
- Updates and Versioning
- Search Functionality
- User Feedback and Ratings
No comments:
Post a Comment