Cloudbase-init in OCI – join a computer to a domain

join-a-computer-to-a-domain

Cloudbase-init Cloudbase-init is an open-source, cloud-init implementation designed for Windows instances in cloud environments. It provides initial configuration of cloud instances, automating tasks such as setting the hostname, configuring network interfaces, injecting SSH keys, and executing user-defined scripts during the first boot. Cloudbase-init supports various cloud platforms, including Oracle OCI, AWS, Azure, and Google Cloud. …

Software installation with PowerShell in Puppet

powershell-in-puppet

PowerShell in Puppet Integrating PowerShell scripts with Puppet for software installation combines the strengths of both tools to achieve efficient and scalable automation. Puppet, a powerful configuration management tool, allows for the seamless orchestration of infrastructure as code, managing the deployment and configuration of systems across large environments. By incorporating PowerShell scripts into Puppet manifests, …

OCI Security rules for SQL Always On

oci security list

Security rules Security rules in Oracle Cloud Infrastructure (OCI) allow you to specify inbound and outbound traffic rules for your VCN (Virtual Cloud Network). They operate at the subnet level and are used to control traffic flow between resources within the VCN, and between the VCN and the internet. Security rules components Security rules consist …

Automatic Memory Management for SQL Server Failover Cluster Instances

automatic-memory-management

Memory management One of the challenges while using Failover Cluster Instances (FCI) is to manage the memory of the SQL server in case of failover. In general, most SQL Server configurations do not require much attention to memory management beyond the initial configuration. However, Failover Cluster Instances (FCI) architecture is very different from others. Therefore, …