Logging into a Virtual Machine (Active System, Standby System, Client)
- From Azure Home > Virtual machines > Overview, select Connect, then obtain a Remote Desktop (RDP) connection point (IP address).
- Connect via RDP from your computer.
Security Settings (Active System, Standby System)
- Configure the IE enhanced security configuration appropriately. In this verification, it was set to OFF as shown below.
Server Manager > Local Server > IE enhanced security configuration off
- Configure the Windows Defender Firewall appropriately according to your environment and the application used. In this verification, it was set to OFF as shown below.
From Server Manager > Local Server > Windows Defender Firewall, turn off domain, private network and public network.
Security Settings (Client)
- Configure the Windows defender firewall appropriately according to your environment and the application used. In this verification, it was set to OFF as shown below.
Select Control panel > System security > Windows Defender and Firewall > and on the Turn Windows Defender Firewall on or off section, set domain, private, and public network all to off.
Disk Configuration (Active System, Standby System)
Format the new 30GB disk as NTFS in the Windows disk manager and set it as drive F. The settings should be as follows:
New Simple Volume Wizard | ||
---|---|---|
Simple volume size | 30717 | Set the same value as maximum disk space |
Assign the following drive letter | F | |
File system | NTFS | |
Allocation unit size | Default | |
Volume label | New Volume | |
Perform a quick format | check | |
Enable file and folder compression | uncheck |
Disabling DNS Dynamic Updates (Active System, Standby System)
When LifeKeeper activates a VIP resource (with the same IP address as ILB primary IP address (10.20.1.200)), if the Windows OS automatically creates an entry on the DNS server with a pair of the VIP address and computer name, a problem such as resolving to a VIP address (10.20.1.200) may occur when the LifeKeeper GUI resolves a computer name to an IP address. To prevent this, disable dynamic DNS updates on the NIC associated with the LifeKeeper VIP resources.
- Control Panel > Network and Internet > Network and Sharing Center
Click on the network interface connected to 10.20.2.0/24.
• In ipconfig, locate the NIC with 10.20.2.11 or 10.20.2.12 activated and specify the adapter name (Ethernet, Ethernet 2, etc.)
• In this case click the link for the NIC with the specified adapter name.
- Open the dialogs in the following order:
Properties > click Internet Protocol Version 4 (TCP/IPv4) > Properties > Advanced > DNS tab
- Uncheck Register this connection’s address in DNS.
Fixing the NIC Routing Metric (Active System, Standby System)
Here we configure the network settings required by LifeKeeper.
- Control Panel > Network and Internet > Network and Sharing Center
- NIC with 10.20.1.xx activated
Select Ethernet > Properties then click Internet Protocol Version 4 (TCP/IPv4) > Properties > Advanced
- Uncheck Automatic metric
- Interface metric 1
- NIC with 10.20.2.xx activated
Select Ethernet > Properties, then click Internet Protocol Version 4 (TCP/IPv4) > Properties > Advanced
- Uncheck Automatic metric
- Interface metric 2
Restart the virtual machine in order for settings to take effect.
Enable weak host model (Active System, Standby System)
To communicate with client using VIP through the ILB (floating IP enabled), enable weak host model. Open the command prompt and run the following commands:
- netsh interface ipv4 set interface "Ethernet" weakhostreceive=enabled
- netsh interface ipv4 set interface "Ethernet 2" weakhostreceive=enabled
- netsh interface ipv4 set interface "Ethernet 2" weakhostsend=enabled
LifeKeeper for Windows and Microsoft Azure Performance Test Report
Post your comment on this topic.