Using Disk2vhd Convert Physical Machine to Hyper-V
Using Disk2vhd Convert Physical Machine to Hyper-V Disk2vhd v2.02 Stop the application service, change IP address, and then running disk2vhd64.exe to start convert. a) Select Use Volume Shadow Copy and Use Vhdx. b) Locate VHD file: \192.168.3.211\c$\ClusterStorage\Volume1\VM1\XXX.vhdx. c) Select volumes to include. Create a new virtual machine VM1 with the existing virutal hard disk 0. Modify the settings of VM1, add the existing virtual hard disk 1. Start VM1. Unin...
Converting a Physical or Virtual Machine to Hyper-V
Converting a Physical or Virtual Machine to Hyper-V P2V ・ StarWind V2V Converter Physical to Hyper-V (Recommand) ・ Using Disk2vhd Convert Physical Machine to Hyper-V Shared Path: \\192.168.3.211\c$\ClusterStorage\Volume1 V2V ・ Using SCVMM Convert Virtual Machine to Hyper-V (Recommand) ・ StarWind V2V Converter VMware to Hyper-V Using MvmcCmdlet. Import-Module "C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1"ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath "D:\Metasp...
Installing SCVMM 2025 on Windows Server 2025
Installing SCVMM 2025 on Windows Server 2025 SCVMM 2025 Windows Server 2025 Create a hypervscvmm domain user on AD. User DC Host Hyper-V Host VMM Host sj\hypervscvmm Domain Users / Administrators Convert an evaluation version to a retail version. DISM /online /Get-CurrentEditionDISM /online /Get-TargetEditionsDISM /online /Set-Edition:ServerDatacenter /ProductKey:D764K-2NDRG-47T6Q-P8T8W-YP6DF /AcceptEula Set date and timezone. w32tm /config /manualpeerlist:"ntp.ntsc.ac.cn" ...
Upgrade a Windows Server failover cluster with a cluster OS rolling upgrade
Upgrade a Windows Server failover cluster with a cluster OS rolling upgrade Windows Server Datacenter Core 2022 -> 2025 Prepare the cluster for the upgrade. PS C:\> Get-ClusterNodeName State Type---- ----- ----HYPER-V-1 Up NodeHYPER-V-2 Up NodePS C:\> Get-CauRunRunNotInProgressWARNING: No Updating Run is currently in progress on cluster MyCluster.PS C:\> Disable-CauClusterRoleAre you sure?Do you want to disable the Cluster-Aware Updating clustered role on clus...
Deploying a Hyper-V Failover Cluster on Windows Server 2025 Core
Deploying a Hyper-V Failover Cluster on Windows Server 2025 Core Windows Server 2025 Datacenter Core Deployment requirements ・ Installing Active Directory Domain Controller on Windows Server 2019 ・ Upgrade and conversion options for Windows Server DISM /online /Get-CurrentEditionDISM /online /Set-Edition:ServerDatacenterCor /ProductKey:D764K-2NDRG-47T6Q-P8T8W-YP6DF /AcceptEulaslmgr.vbs /dlvslmgr /ipk <key> System Configuration Create the LBFO teaming, assign interface IP address. ...
Enabling Delegation of User Credentials in Hyper-V
Enabling Delegation of User Credentials in Hyper-V Windows Server 2022,2025 On the Hyper-V host Enable PowerShell Remoting. Enable-PSRemoting Enable CredSSP Authentication. Enable-WSManCredSSP -Role server On the client machine Configure Trusted Hosts. Set-Item WSMan:\localhost\Client\TrustedHosts -Value "fqdn-of-hyper-v-host" Enable CredSSP Authentication. Enable-WSManCredSSP -Role client -DelegateComputer "fqdn-of-hyper-v-host" Modify Local Group Policy. a) Open gpedit.msc -&...
Using parted to Manage Disk on Linux
Using parted to Manage Disk on Linux List disk information. ~]# parted -lModel: VMware Virtual disk (scsi)Disk /dev/sda: 64.4GBSector size (logical/physical): 512B/512BPartition Table: gptDisk Flags:Number Start End Size File system Name Flags 1 1049kB 211MB 210MB fat16 EFI System Partition boot 2 211MB 1285MB 1074MB xfs 3 1285MB 64.4GB 63.1GB lvmModel: VMware Virtual disk (scsi)Disk /dev/sdb: 2...
How to Remove an Invalid Active Directory Domain Controller
How to Remove an Invalid AD Domain Controller Windows Server 2019 Standard Using ntdsutil to cleanup metadata. PS C:\> ntdsutilC:\Windows\system32\ntdsutil.exe: metadata cleanupmetadata cleanup: connectionsserver connections: connect to domain demo.comserver connections: quitmetadata cleanup: select operation targetselect operation target: list domainsselect operation target: select domain 0select operation target: list sitesselect operation target: select site 0select operation targe...
Installing QEMU-KVM on Linux
Installing QEMU-KVM on Linux Check cpu virtualization was enabled. grep -E 'vmx|svm' /proc/cpuinfolscpu | grep Virtualization Install packages. CentOS 6CentOS 7RHEL 8yum -y install qemu-kvm qemu-img virt-manager libvirt libvirt-python python-virtinst libvirt-clientchkconfig libvirtd onservice libvirtd startiptables -I INPUT -p tcp --dport 49152:49215 -j ACCEPTiptables -I INPUT -p tcp --dport 16509 -j ACCEPTyum -y install qemu-kvm libvirt virt-install libvirt-python virt-manager virt-install ...
Installing QEMU-KVM Pacemaker Corosync Cluster on RHEL 8
Installing QEMU-KVM Pacemaker Corosync Cluster on RHEL 8 RHEL 8.7 pacemaker-2.1.7-5.2.el8_10.x86_64 corosync-3.1.8-1.el8.x86_64 Object Value Node kvm01, kvm02 Node Public IP 192.168.3.211, 192.168.3.212 Node Private IP 100.100.100.211, 100.100.100.212 Cluster Name vmcluster BusType iSCSI, 192.168.3.112 Shared Disk 1 20GB, data Shared Disk 2 5GB, data Shared Disk 3 1GB, fence_scsi Setting Media ISO YUM Repository ・ Configuring Yum Repositories Enable High Availabil...













