Thursday, November 21, 2024
OpenShift Virtualization

Enhancing Resilience in OpenShift 4.17: Exploring the 3+2 Control Plane Architecture for On-Prem Deployments

Introduction On-premises OpenShift deployments, especially on platforms like vSphere, often grapple with maintaining cluster quorum in the face of data center failures. To address this, OpenShift 4.17 introduces the 3+2 control plane architecture, a five-node configuration designed to enhance resilience and simplify deployment in multi-failure-domain environments. Challenges with Traditional Three-Node Control Planes Deploying a three-node […]

Read More
Microsoft SQL Server

Connect to SQL Server with out a password

Steps to connect to your SQL Server and reset the sa password with out having permissions. You can recover your sa password, or this can be used to connect to any sql server instance your ex DBAs left you with out providing you the necessary permissions or credentials. First you have to shutdown your SQL […]

Read More
Microsoft SQL Server

How to move model database files in SQL Server

Detailed steps on how to move model database files (mdf and ldf) from one location to another. This change requires a restart of your SQL Server Instance, so make sure to do this during a maintenance window. First find the model database files location which we want to move. To do that, execute the following […]

Read More
Back To Top
error: Content is protected !!