Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Clustering > Hyper V 2008 R2 Stand Alone Failover Cluster IP change

Reply
Thread Tools Display Modes

Hyper V 2008 R2 Stand Alone Failover Cluster IP change

 
 
James
Guest
Posts: n/a

 
      01-29-2010
Hey,
I have 3 computers configured with Hyper V 2008 R2 Stand alone server. I
initially configured them with DHCP addresses, and now would like to change
them to static IP's. Whats the process to do this, without breaking
anything?


 
Reply With Quote
 
 
 
 
RCan
Guest
Posts: n/a

 
      01-30-2010
Hi James,

this depends on your hyper-v network implementation. But generally ff you
want to change the IP of your host this is totally independent from your VMs
network connectivity. To make it a bit clear, you can change the IP of the
parent parition without having an impact on the VMs network connectivity.
This applies only if you will stay on the same physical network segment
(VLAN), but if the VLAN / subnet changes as well then of course the VM will
loose the connectivity and you need to set them new IP adresses as well.

Also think about, hyper-v networks should have at minimum 2 network cards
(best practice). 1 x parent parition (Host) management interface and min. 1
x DEDICATED for hyper-v only.
More details around Hyper-V Networking and best practices can be found here
:
http://blogs.msdn.com/taylorb/archiv...d-changes.aspx
Understanding Hyper-V Networking
http://www.microsoft.com/downloads/d...2b925ed7eea#tm

regards
Ramazan

"James" <> wrote in message
news:BdL8n.67875$...
> Hey,
> I have 3 computers configured with Hyper V 2008 R2 Stand alone server. I
> initially configured them with DHCP addresses, and now would like to
> change them to static IP's. Whats the process to do this, without
> breaking anything?
>
>

 
Reply With Quote
 
James
Guest
Posts: n/a

 
      01-30-2010
THanks for the info
I basically just want to change from the servers, so instead of getting
their IPs through DHCP they will get a static IP (same subnet, vlan, etc)
Right now each node (node1, node2, and node3) are getting DHCP IP's, and the
cluster HyperVCluster, is also getting a DHCP IP.

So Do I just need to change each node to a static IP? This won't break the
cluster? How about the Cluster, how do I change its IP to static?


"RCan" <> wrote in message
news:...
> Hi James,
>
> this depends on your hyper-v network implementation. But generally ff you
> want to change the IP of your host this is totally independent from your
> VMs network connectivity. To make it a bit clear, you can change the IP of
> the parent parition without having an impact on the VMs network
> connectivity. This applies only if you will stay on the same physical
> network segment (VLAN), but if the VLAN / subnet changes as well then of
> course the VM will loose the connectivity and you need to set them new IP
> adresses as well.
>
> Also think about, hyper-v networks should have at minimum 2 network cards
> (best practice). 1 x parent parition (Host) management interface and min.
> 1 x DEDICATED for hyper-v only.
> More details around Hyper-V Networking and best practices can be found
> here :
> http://blogs.msdn.com/taylorb/archiv...d-changes.aspx
> Understanding Hyper-V Networking
> http://www.microsoft.com/downloads/d...2b925ed7eea#tm
>
> regards
> Ramazan
>
> "James" <> wrote in message
> news:BdL8n.67875$...
>> Hey,
>> I have 3 computers configured with Hyper V 2008 R2 Stand alone server. I
>> initially configured them with DHCP addresses, and now would like to
>> change them to static IP's. Whats the process to do this, without
>> breaking anything?
>>
>>



 
Reply With Quote
 
James
Guest
Posts: n/a

 
      01-30-2010
Just to clarify, each Node does have multiple nics
One for cluster communication/remote management (this is the one I want to
change) , one reserved for the VM's and 2 connected to SAN.


"James" <> wrote in message
news:jp_8n.37098$...
> THanks for the info
> I basically just want to change from the servers, so instead of getting
> their IPs through DHCP they will get a static IP (same subnet, vlan, etc)
> Right now each node (node1, node2, and node3) are getting DHCP IP's, and
> the cluster HyperVCluster, is also getting a DHCP IP.
>
> So Do I just need to change each node to a static IP? This won't break
> the cluster? How about the Cluster, how do I change its IP to static?
>
>
> "RCan" <> wrote in message
> news:...
>> Hi James,
>>
>> this depends on your hyper-v network implementation. But generally ff you
>> want to change the IP of your host this is totally independent from your
>> VMs network connectivity. To make it a bit clear, you can change the IP
>> of the parent parition without having an impact on the VMs network
>> connectivity. This applies only if you will stay on the same physical
>> network segment (VLAN), but if the VLAN / subnet changes as well then of
>> course the VM will loose the connectivity and you need to set them new IP
>> adresses as well.
>>
>> Also think about, hyper-v networks should have at minimum 2 network cards
>> (best practice). 1 x parent parition (Host) management interface and min.
>> 1 x DEDICATED for hyper-v only.
>> More details around Hyper-V Networking and best practices can be found
>> here :
>> http://blogs.msdn.com/taylorb/archiv...d-changes.aspx
>> Understanding Hyper-V Networking
>> http://www.microsoft.com/downloads/d...2b925ed7eea#tm
>>
>> regards
>> Ramazan
>>
>> "James" <> wrote in message
>> news:BdL8n.67875$...
>>> Hey,
>>> I have 3 computers configured with Hyper V 2008 R2 Stand alone server.
>>> I initially configured them with DHCP addresses, and now would like to
>>> change them to static IP's. Whats the process to do this, without
>>> breaking anything?
>>>
>>>

>
>



 
Reply With Quote
 
RCan
Guest
Posts: n/a

 
      01-30-2010
Hi James,

> So Do I just need to change each node to a static IP? This won't break

the
> cluster? How about the Cluster, how do I change its IP to static?


Normally in a well configured cluster environment a short network
connectivity timeout should be covered by different network routes (a.e.
Heartbeat) for cluster comm to stay up. I'm not sure if you MUST change ALL
nodes to static IP to be supported. But I would change node-by-node from
DHCP to static IPs. Ideally you move first all ressources to a other node
:-) Also think about DNS here, if you provide any services other than VMs
(client access points) they will possibly run into an timeout. And all
active connections on this mgmt adapter will be resetted (RDP). At the end
you should run a cluster validation wizard to stay compliant with your
configuration ;-)

Regards
Ramazan

>
> "RCan" <> wrote in message
> news:...
>> Hi James,
>>
>> this depends on your hyper-v network implementation. But generally ff you
>> want to change the IP of your host this is totally independent from your
>> VMs network connectivity. To make it a bit clear, you can change the IP
>> of the parent parition without having an impact on the VMs network
>> connectivity. This applies only if you will stay on the same physical
>> network segment (VLAN), but if the VLAN / subnet changes as well then of
>> course the VM will loose the connectivity and you need to set them new IP
>> adresses as well.
>>
>> Also think about, hyper-v networks should have at minimum 2 network cards
>> (best practice). 1 x parent parition (Host) management interface and min.
>> 1 x DEDICATED for hyper-v only.
>> More details around Hyper-V Networking and best practices can be found
>> here :
>> http://blogs.msdn.com/taylorb/archiv...d-changes.aspx
>> Understanding Hyper-V Networking
>> http://www.microsoft.com/downloads/d...2b925ed7eea#tm
>>
>> regards
>> Ramazan
>>
>> "James" <> wrote in message
>> news:BdL8n.67875$...
>>> Hey,
>>> I have 3 computers configured with Hyper V 2008 R2 Stand alone server.
>>> I initially configured them with DHCP addresses, and now would like to
>>> change them to static IP's. Whats the process to do this, without
>>> breaking anything?
>>>
>>>

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change Cluster Network to different NICs on same subnet RCan Clustering 1 01-26-2010 05:38 PM
Backup a Windows 2008 Cluster Andrea Caldarone Clustering 1 01-08-2010 07:31 AM
Re: Can I migrate/upgrade Windows Server 2008 32-bit to 64-bit? Meinolf Weber [MVP-DS] Server Migration 0 10-26-2009 10:37 AM
Realtek HD Audio Driver Change (from ver. 1.87 to ver. 1.87a) 27 February 2008 Cal Bear '66 Windows Vista Hardware 1 02-28-2008 02:31 AM
Realtek HD Audio Driver Change (from ver. 1.87 to ver. 1.87a) 27 February 2008 Cal Bear '66 Windows Vista Performance 1 02-28-2008 02:31 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59