---
title: 'News aus dem Oktober'
url: 'https://hilgert.de/en/news/news-aus-dem-oktober'
markdown: 'https://hilgert.de/en/news/news-aus-dem-oktober.md'
lang: en
date: '2026-09-22'
description: 'CIO Executive Briefing: IT Operations & Strategy – Outlook for October 2026 The ongoing automation of IT processes and ensuring business continuity will shape the strategic focus in the fourth quarter of 2026. Recent incidents involving infrastructure backups, as well as opportunities for optim…'
---

# CIO Executive Briefing: IT Operations & Strategy – Outlook for October 2026

The ongoing automation of IT processes and ensuring business continuity will shape the strategic focus in the fourth quarter of 2026. Recent incidents involving infrastructure backups, as well as opportunities for optimization in software deployment, require targeted adjustments to operational IT processes in order to minimize risks and reduce support efforts.

## Business Continuity: Risks Associated with Linux Infrastructure Backups

## Regular patch cycles and kernel updates on Linux servers are currently causing critical disruptions in backup chains, which can easily be overlooked in standard monitoring.

- A specific risk arises with block-based snapshot drivers (such as the Datto Block Driver), which are essential for cloud backups.
- Failed automatic recompilations via the DKMS (Dynamic Kernel Module Support) framework result in incomplete or missing backups.
- This is reflected in error messages, such as those recorded in the file "FATAL: Module dattobd not found in directory ".
- The operational issue: Backup agents incorrectly report an error-free "Idle" status to central dashboards, even though they are unable to create file system snapshots due to the missing kernel module.

**Strategic Action:** To ensure disaster recovery capabilities are not compromised, the IT operations team must be instructed to implement automated verification routines for DKMS statuses after each patch window. Monitoring must not be limited to the availability of backup services; it must also validate the integrity of the underlying block drivers.

## Operational Excellence: Zero-Touch Deployment for Line-of-Business Applications

The efficient and error-free deployment of complex line-of-business applications remains a key factor in reducing the total cost of ownership (TCO) in client management.

- Manual installations or faulty deployments of industry-specific software (e.g., legal applications such as AnNoText) tie up a disproportionately large amount of the service desk's resources.
- Full automation ("silent installation") absolutely requires that all dependencies (such as .NET Frameworks) be properly packaged before the actual software is delivered.
- In addition, infrastructure requirements—such as the mapping of network drives—must be configured within the administrative context (system user) to ensure that cloud-based deployment platforms such as Microsoft Intune or SCCM can function smoothly.

**Strategic Measure:** Client engineering teams must transition to strictly orchestrating software rollouts using standardized MSI parameters and script-based pre-deployment checks. Manual interventions on end devices must be prohibited for security and efficiency reasons.

# Management Guidelines for Q4 2026

| **Area of Action** | **Identified Risk / Potential** | **Priority** | **IT Directive** |
|---|---|---|---|
| **BCDR & Cloud Backup** | Backup failures following system updates due to missing kernel drivers. | **High** | Audit backup logs for driver errors; implement post-update scripts for DKMS validation. |
| **Client Management** | High support costs due to manual installations of complex software. | **Medium** | Promote 100% silent deployments, including all dependencies, via centralized endpoint management systems. |
| **IT Security & Patching** | Asynchronous states between local agents and cloud portals. | **High** | Integrating patch management with automated functional tests of core services (backup, antivirus). |

---

## Navigation

- Parent: [News](https://hilgert.de/en/news.md)
- Next: [Neues im Juni](https://hilgert.de/en/news/neues-im-juni.md)
