<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - Changing IP address</title>
    <link>http://communities.vmware.com/community/vmtn/vsphere/automationtools/windows_toolkit?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Fri, 25 Jul 2008 15:45:20 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2008-07-25T15:45:20Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Changing IP address</title>
      <link>http://communities.vmware.com/message/1003038?tstart=0#1003038</link>
      <description>&lt;br /&gt;
I attempted to use the "change IP address in a VM" code snippet from the FAQ unsuccessfully.  After some tweaking here and there I got the got code to execute but it did not change the IP addr.  Since (for this particular situation) all of the VMs that I needed to do this address change in are MS W2K3, as a work-around I am using psexec to remote execute netsh.&lt;br /&gt;
&lt;p /&gt;
 It would be really nice if the toolkit customization method would really work because I will have to do this same thing with linux VMs very soon.&lt;br /&gt;
&lt;p /&gt;
 Note, do not know if it had anything to do with the code snippet not working but in this development testbed we do not have any VC OS Customization entries.</description>
      <pubDate>Fri, 25 Jul 2008 15:45:20 GMT</pubDate>
      <author>rolandt</author>
      <guid>http://communities.vmware.com/message/1003038?tstart=0#1003038</guid>
      <dc:date>2008-07-25T15:45:20Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Changing IP address</title>
      <link>http://communities.vmware.com/message/1001319?tstart=0#1001319</link>
      <description>There is an entry for this in our &lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-4210"&gt;FAQ&lt;/a&gt; (search for IP address), has anyone tried it?</description>
      <pubDate>Wed, 23 Jul 2008 22:12:27 GMT</pubDate>
      <author>c_shanklin</author>
      <guid>http://communities.vmware.com/message/1001319?tstart=0#1001319</guid>
      <dc:date>2008-07-23T22:12:27Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Changing IP address</title>
      <link>http://communities.vmware.com/message/1001099?tstart=0#1001099</link>
      <description>&lt;br /&gt;
Luc,&lt;br /&gt;
&lt;p /&gt;
I just spoke with someone very knowledgable of SRM and he said we don't have any built in way for doing it with powered off VMs.&lt;br /&gt;
&lt;p /&gt;
That being said, you could use a tool like the VDDK to edit the files of an offline VM, which you could use to change Linux IP addresses, and I believe they are also going to add the ability to do this with offline registry hives at some point, which would cover Windows.&lt;br /&gt;
&lt;p /&gt;
Obviously this would be rather ugly, but if anyone goes down this route, please let us all know.</description>
      <pubDate>Wed, 23 Jul 2008 18:03:26 GMT</pubDate>
      <author>c_shanklin</author>
      <guid>http://communities.vmware.com/message/1001099?tstart=0#1001099</guid>
      <dc:date>2008-07-23T18:03:26Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Changing IP address</title>
      <link>http://communities.vmware.com/message/1001021?tstart=0#1001021</link>
      <description>&lt;br /&gt;
Guys,&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Thank you very much for all your replies.  I suppose I should tell you all what my reason for asking is.  Basically we are implementing ESX with snapshots in a staging environment.  We dont want to have to manually change every IP ( unfortunately we're using Static addresses ).  In order to automate the method we would like to know of a way to change a VMs IP without turning it on or at least set the network interface, through a script, to DHCP.</description>
      <pubDate>Wed, 23 Jul 2008 17:35:41 GMT</pubDate>
      <author>chgarcia</author>
      <guid>http://communities.vmware.com/message/1001021?tstart=0#1001021</guid>
      <dc:date>2008-07-23T17:35:41Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Changing IP address</title>
      <link>http://communities.vmware.com/message/1001015?tstart=0#1001015</link>
      <description>Carter, now you made me very curious. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";-)" /&gt;&lt;br /&gt;
If that is possible for a &lt;u&gt;powered off&lt;/u&gt; guest (Windows or Linux) some of our problems would be solved.&lt;br /&gt;
&lt;br /&gt;
In fact we have been following a recent discussion on SRM and changing IP addresses on the Dell Inside IT blog.&lt;br /&gt;
It boiled down to this:&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;use a " customization wizard" similar to what we now do when we clone a guest or create a new one from a template&lt;/li&gt;
&lt;li&gt;but for the actual change (hostname, IP addr...) the guest needs to be powered on&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
And during the SRM Deep Dive session last February we got a similar view.</description>
      <pubDate>Wed, 23 Jul 2008 17:28:56 GMT</pubDate>
      <author>LucD</author>
      <guid>http://communities.vmware.com/message/1001015?tstart=0#1001015</guid>
      <dc:date>2008-07-23T17:28:56Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Changing IP address</title>
      <link>http://communities.vmware.com/message/1001007?tstart=0#1001007</link>
      <description>&lt;br /&gt;
This is possible, using guest customization. Unfortunately I don't have an example ATM but we're working on one.&lt;br /&gt;
&lt;p /&gt;
For reference, this is how VMware Site Recovery Manager works. It's not a very pretty process (we'll have a much better one when we hook up VIX a bit more than it is today) but it does work.</description>
      <pubDate>Wed, 23 Jul 2008 17:00:20 GMT</pubDate>
      <author>c_shanklin</author>
      <guid>http://communities.vmware.com/message/1001007?tstart=0#1001007</guid>
      <dc:date>2008-07-23T17:00:20Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Changing IP address</title>
      <link>http://communities.vmware.com/message/1000546?tstart=0#1000546</link>
      <description>Not that I know of.&lt;br /&gt;
The IP address is defined in the OS that runs on the VM.&lt;br /&gt;
It will always require at least starting the VM.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color:#3366ff"&gt;&lt;i&gt;Sorry about the duplicate.&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;We're still having problems with access to the communities in my neck of the woods.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Message was edited by: LucD</description>
      <pubDate>Wed, 23 Jul 2008 08:46:07 GMT</pubDate>
      <author>LucD</author>
      <guid>http://communities.vmware.com/message/1000546?tstart=0#1000546</guid>
      <dc:date>2008-07-23T08:46:07Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Changing IP address</title>
      <link>http://communities.vmware.com/message/1000535?tstart=0#1000535</link>
      <description>Not that I know of.&lt;br /&gt;
The IP address is defined in the OS that runs on the VM.&lt;br /&gt;
&lt;br /&gt;
There are ways of changing/defining the IP address but it would always require starting the VM.</description>
      <pubDate>Wed, 23 Jul 2008 08:33:31 GMT</pubDate>
      <author>LucD</author>
      <guid>http://communities.vmware.com/message/1000535?tstart=0#1000535</guid>
      <dc:date>2008-07-23T08:33:31Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Changing IP address</title>
      <link>http://communities.vmware.com/message/1000195?tstart=0#1000195</link>
      <description>Would i be able to change the IP address of a VM that is powered off using powershell?</description>
      <pubDate>Tue, 22 Jul 2008 21:35:14 GMT</pubDate>
      <author>chgarcia</author>
      <guid>http://communities.vmware.com/message/1000195?tstart=0#1000195</guid>
      <dc:date>2008-07-22T21:35:14Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
  </channel>
</rss>

