Category: Operating System
An operating system (OS) is system software that manages computer hardware and software resources and provides common services for computer programs.
We have a problem on our Oracle Database servers which are hosting by Oracle Linux servers, when Oracle Databases putting to Maximum Availability protection mode, some workloads impacts performance whole database ecosystem. The workloads are related to some tasks which performed from by application servers and the tasks needs huge read/write I/O on storage arrays. We are using DELL EMC Unity/Unity XT (All Flash/Hybrid Flash) family in most of projects. I did lots of searches and found nothing at first step. I had only one clue, I/O block size was very large during performing tasks by database servers.
Operating system is the core of any system and we have to keep operating system update cause of preventing performance issues, unplanned downtime and fix security vulnerabilities. Windows (client and servers) has a standard terminology for receiving updates monthly and most of organizations using Windows Server Update Services to applying updates of multiple servers/client. Updates would be downloaded and installed on multiple servers/clients automatically but service downtime is always the biggest concern but another concern is installing updates on multiple machines and rebooting systems during planned downtime. PowerShell and WinRM would help us when they come as PSWindowsUpdate PowerShell module!
CentOS born from nothing and was everything for some businesses but Red Hat deposed him from the kingdom. I have published a post about CentOS Replacement Candidates and Rocky Linux was one of candidates. Rocky Linux was under development by Rocky community and release candidate version of Rocky Linux was released on April 30, 2021.
CentOS was most popular operating system for cloud but Red Hat acting same as COVID-19 and change the world forever. CentOS was a real Community Enterprise Operating System but till December 2020.
Virtual Machine needs guest operating system (OS) to operates same as physical machine. Operating system is a system software and has life cycle same as other software. But what should we do about updating and upgrading guest operating systems in virtual environments. Guest Operating System Life-Cycle Most implemented services don’t need to any new features on operating system, so we should choose guest operating system with long term support. Both Windows and Linux (Some distributions) offering different of channels. You can choose a path that more stable or choose a path for have new features. Update vs Upgrade When you...