While I am in the process of mail system migration to MS Exchange 2007 SCC, I faced two problems to setup the failover clustering for Windows Server 2008.
With Background:
· Clustering nodes: HP Prolaint DL 380 G5
· Shared Storage: HP EVA 4100
This environment did not pass the validation test, each time the test ran the result end with two errors:
Found duplicate IP address IPV6IPADDRESS on node NODE1-FQDN adapter Local Area Connection* # and node NODE2-FQDN adapter Local Area Connection* # Microsoft Failover Cluster Virtual Adapter
Cluster Disk 0 does not support Persistent Reservation.
After about 2 days of research I found that the duplicate IP address problem is raised because of “Teredo” interface is enabled. Teredo is IPv6 tunneling technology over IPv4, it is technology intended home users, It enables NAT traversal for peer-to-peer applications, Teredo is not intended for use in enterprise or any server environment, Teredo uses a static IPv6 address that is consistent across all machines, and because the address on all nodes is the same the Validate wizard detects it as a duplicate IP Address. Teredo is disabled by default on server installations. There may be something about my environment that enabled it; since I don’t need it I disabled it.
To Turn Off Teredo:
1. Open Device Manager
2. Click View, then Show Hidden Devices
3. Under Network Adapters find “Teredo Tunneling Pseudo-Interface”
4. Right Click and select Disable
Additional instructions to disable Teredo
So ran the validation test again with one problem still raised the Persistent reservation.
Windows 2008 uses Persistent SCSI reservations. The SCSI Reserve command and the SCSI Persistent Reserve command are specified by the SCSI standards. Servers can use these commands to prevent HBA ports in other servers from accessing the LUN, This prevents accidental data corruption that is caused when a server overwrites data on another server, This is why you can add your disks to both nodes before the cluster is configured, The Reserve and Persistent Reserve commands are often used by clustering software to control access to SAN Volume Controller virtual disks (VDisks), If a server is not shut down or removed from the server cluster in a controlled way, the server reserves and persistent reserves are maintained, This prevents other servers from accessing data that is no longer in use by the server that holds the reservation, In this situation, you might want to release the reservation and allow a new server to access the VDisk, If you ever had a node in a cluster hang and not failover to other nodes in the cluster this will help by letting a different node force access to the disk and allow failover.
After that the good news my SAN solution support Persistent Reservation, just by choosing “Microsoft Windows LH” as host type, and if it is not listed we can choose custom type then type in the custom type field the following HEX number 00000004198009A8.
After all validation test has been passed.
VN:F [1.1.6_502]
Rating: 4.8/5 (5 votes cast)