vineethac.blogspot.com
A blog on SDDCs, Kubernetes, PowerShell, and Python.
Pages
(Move to ...)
Home
Index
vSphere with Tanzu
vRealize Operations (vROps)
VMware PowerCLI
PowerShell
Python
Kubernetes and Containers
Generative AI and LLMs
▼
Monday, November 14, 2016
Best practices while virtualizing Microsoft SQL servers using Hyper-V
›
-Limit min and max memory for SQL server -Use fixed size VHDX -Split data and log files into separate VHDX disks -Use multiple SCSI controll...
Wednesday, October 26, 2016
3 Node Hyper-V 2012 R2 Cluster Design
›
Below diagram shows a traditional 3 tier highly available cluster with 3 Hyper-V nodes and 2 shared storage nodes (storage in Active-Passive...
Saturday, October 15, 2016
Powershell script to monitor Azure AD Sync Scheduler status
›
Following powershell script will hep you to monitor status of AAD Sync Scheduler. Recently we had a requirement to monitor AAD Sync Schedule...
How Windows Logon works
›
This post will give you a brief idea about how interactive logon works in Windows. Logon process is the first step in user authentication an...
Tuesday, August 9, 2016
Hyper-V VM deployment using powershell and VHDX templates
›
Following powershell script can be used to deploy virtual machines on a Hyper-V host. CODE: #Start #VM name [string]$vmname = Read-Host ...
Sunday, July 10, 2016
What happens when you enable Intel VT
›
Lets consider the difference between virtualized and non-virtualized platforms. Here VMM refers to Hypervisor. There are different privilege...
Saturday, July 9, 2016
Anatomy of Hyper-V cluster debug log
›
Get-ClusterLog dumps the events to a text file Location: C:\Windows\Clsuter\Reports\Cluster.log It captures last 72 hours log Cluster log is...
‹
›
Home
View web version