<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><font face="arial" size="2">I have created a nice video on how to create a MSCS cluster on Proxmox if anyone is interested.</font><div style="font-family: arial; font-size: 10pt; "><br></div><div><font face="arial" size="2"><br></font><a href="http://www.youtube.com/watch?v=ywIgtYT6rJs&context=C310e868ADOEgsToPDskJGxm8qO1xcKjE152d6ewz-">http://www.youtube.com/watch?v=ywIgtYT6rJs&context=C310e868ADOEgsToPDskJGxm8qO1xcKjE152d6ewz-</a> </div><div><br></div><div>and the last 5 or 6 articles on wanfuse.blogspot.com cover this installation and combine it with KVM/Proxmox2.0/ISCSI/ZFS/Windows Server 2008 R2 SP1 cluster</div><div><br></div><div>one small warning bug remains with this setup due to the ISCSI implementation not supporting 
<span style="font-family: monospace; font-size: 14px; line-height: 16px; background-color: rgb(255, 255, 255); ">scsi_id/scsi_sn and vpd 83 type 8h</span>  which generates a warning to that effect during the cluster verification...a fix is in the works.</div><div><br></div><div>enjoy the reading, no strings attached whatsoever, and your results may vary and I am not responsable for any data loss ...make a good backup before trying this setup...</div><div>you have been warned!!!!<br><font face="arial" size="2">--- On </font><b style="font-family: arial; font-size: 10pt; ">Thu, 1/26/12, Dimitri Alexandris <i><d.alexandris@gmail.com></i></b><font face="arial" size="2"> wrote:</font><br><blockquote style="font-family: arial; font-size: 10pt; border-left-width: 2px; border-left-style: solid; border-left-color: rgb(16, 16, 255); margin-left: 5px; padding-left: 5px; "><br>From: Dimitri Alexandris <d.alexandris@gmail.com><br>Subject: Re:
 [PVE-User] Migration / Backup Question<br>To: "David Thompson" <david@digitaltransitions.ca><br>Cc: pve-user@pve.proxmox.com<br>Date: Thursday, January 26, 2012, 10:43 AM<br><br><div class="plainMail">This is probably because vmbr0 is binded to eth0.<br><br>Proxmox builds the cluster on vmbr0, i don't know why.<br><br>Edit manually your /etc/network/interfaces and appoint vmbr0 to eth3<br>which is what you want if i got it right. Then reboot (or restart<br>network).<br><br>Then destroy and build your cluster again, and you will have it on eth3.<br><br>Here is a sample of config doing this:<br><br>-------------------------<br>auto lo<br>iface lo inet loopback<br><br>auto vmbr0<br>iface vmbr0 inet static<br>    address 10.0.2.10<br>    netmask 255.255.255.0<br>    network 10.0.2.0<br>    broadcast 10.0.2.255<br>    bridge_ports eth3<br>    bridge_stp
 off<br>    bridge_fd 0<br><br>auto vmbr1<br>iface vmbr1 inet static<br>    address  172.16.10.10      *****<br>    netmask 255.255.255.0<br>    network  172.16.10.0<br>    broadcast  172.16.10.255<br>    gateway 172.16.10.1           *** GW ***<br>    bridge_ports eth0<br>    bridge_stp off<br>    bridge_fd 0<br><br>auto vmbr2<br>iface vmbr2 inet static<br>    address 10.0.0.1     *************<br>    netmask 255.255.255.0<br>    network 10.0.0.0<br>    broadcast 10.0.0.255<br>    bridge_ports eth2<br>    bridge_stp off<br>    bridge_fd 0<br>--------------------------<br><br>Put your real values to ***** (i assume your default gateway
 is the<br>WAN router 172.16.10.1).<br><br>Keep a backup of the config file just in case...<br>_______________________________________________<br>pve-user mailing list<br><a ymailto="mailto:pve-user@pve.proxmox.com" href="/mc/compose?to=pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br><a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user" target="_blank">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a><br></div></blockquote></div></td></tr></table>