|

Mono vs Multi – Which Repo Structure Is Right For You?

Recently, while engaged on a large geographically dispersed and multi-team project, the question was posed: “Should we use a single (aka “mono”) repository for our Infrastructure-as-Code (IaC), or should we use multiple (aka “multi”) repositories?” So, what’s the right answer? The Hashi-Terraform Suggestion Since this project was using HashiCorp’s Terraform templating language (along with the…

SCSM 2012 SP1 in a LAB – Configuration Guide (Configure The Operations Manager Alert Connector And CI Connector)

Two connectors for Operations Manager are available in System Center 2012 – Service Manager: the configuration item (CI) connector that imports objects that are discovered by Operations Manager into the Service Manager database, and an alert connector that can create incidents based on alerts. System Center Operations Manager collects information about many different types of…

|

What Is 314159U | Understand 314159U Endless Possibilities?

In this article, I will explain to you all the endless possibilities of 314159U in traditional calculations and modern computing. The digital era opens endless possibilities for new technologies such as Artificial Intelligence, Machine Learning, Super Calculations, and so on. What Is 314159U? 314159U is a sequence of natural numbers that has a special place…

What Is Amazon’s GPT55X And How To Use Amazon’s GPT-55X?
|

What Is Amazon’s GPT55X And How To Use Amazon’s GPT-55X?

In today’s era where AI and ML reshaping the world, digital innovation goes beyond our imagination. Here a new program came into existence known as GPT (Generative pre-trained transformer). Many AI programs are built on GPT that uses neural networks to generate responses according to the question asked by the user. Amazon is also in…

|

DPM Central Console – ID: 810. Details: Fatal error during installation

I encountered this error while attempting to install the System Center Data Protection Manager (DPM) Central Console on my Operations Manager (SCOM) Management Server. I was following this TechNet article: http://technet.microsoft.com/en-us/library/hh758189.aspx. The TechNet article lists 2 steps for this process, namely Install the Operations Manager agent, and Install Central Console. Of interesting note, the second step within the Install…

|

Data Protection Manager Remote Administration Console Error ID 948

I encountered an issue with using the Data Protection Manager (DPM) console on a system that had the DPM Protection Agent also installed. Here is the synopsis. Data Protection Manager (DPM) Configuration In my lab environment, I have deployed the entire System Center suite of products using the PowerShell Deployment Toolkit (PDT). Note: The current version of…

|

Publishing TFSec Terraform Quality Checks to Azure DevOps Pipelines

When working with DevOps (either Azure DevOps or GitHub), and using multi-stage YAML pipelines, it is a best practice to include some type of quality check (ie. Unit Test, Linting, etc.). This makes sense when evaluating application code, but how does it work/relate to Infrastructure-as-Code (IaC)? Quality Controls for Terraform While working with Infrastructure-as-Code (IaC),…