Technical Change Management - CompTIA Security+ SY0-701 - 1.3
Change Control Process in IT
Overview of Change Management
- The video discusses the change management process, emphasizing the need for implementation by technical staff in environments with multiple devices.
- Changes to a single device are straightforward, but managing updates across hundreds or thousands of devices complicates the process.
Role of Technicians in Change Control
- Technicians perform actual changes, such as modifying allow and deny lists that control application access based on security concerns.
- Allow lists restrict applications to only those specified, while deny lists permit all except those explicitly named.
Scope and Documentation in Change Control
- A change control board documents specific scopes for changes; technicians must adhere strictly to these guidelines during scheduled windows.
- If additional modifications are necessary (e.g., configuration file changes), policies may allow technicians to adjust scope within reason.
Managing Downtime During Changes
- Change control often raises concerns about downtime; thus, changes are typically scheduled during non-production hours to minimize impact.
- In 24/7 operations, organizations may use secondary systems for seamless transitions without downtime.
Implementation and Recovery Procedures
- Automated systems facilitate quick switches between primary and secondary setups, allowing monitoring and easy rollback if issues arise.
Change Control Processes and Legacy Applications
Managing Service Restarts
- Power cycling may be necessary for certain applications, which can often be done quickly by stopping and restarting services through Windows Services or Task Manager.
- Users might need to log out and completely close applications before updating executables, ensuring the new version is properly loaded.
Challenges with Legacy Applications
- Legacy applications pose unique challenges as they are often outdated, unsupported, and critical to operations without plans for replacement.
- Documenting legacy systems can help integrate them into normal support cycles, although complexities may still arise due to their age and operating environment.
Dependencies in Change Management
- Upgrading one application can complicate change control due to dependencies requiring multiple updates across different services or systems.
- For instance, updating firewall management software may necessitate prior updates to the firewalls themselves.
The Nature of Change Control
- Change control processes are frequent in data centers, leading to constant modifications that require ongoing documentation efforts.
- Keeping documentation current is essential; this includes updating network diagrams and configurations after changes occur.
Version Control Importance
- Tracking different versions of software and configurations is crucial for managing changes effectively; it allows reversion if issues arise post-update.