<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Christian FERRERO</title>
    <link>http://communities.vmware.com/blogs/cfo</link>
    <description>Blog de Christian FERRERO, IT AEQUALIS</description>
    <pubDate>Thu, 14 Aug 2008 11:43:10 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2008-08-14T11:43:10Z</dc:date>
    <item>
      <title>How to change IP Address on ESX Server</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/11/12/how-to-change-ip-address-on-esx-server</link>
      <description>#esxcfg-vswif -l&lt;br /&gt;
#esxcfg-vswif -p Service\ Console -i IP_Address -n IP_Mask&lt;br /&gt;
#esxcfg-vswif -p Service\ Console -i x.x.x.x -n x.x.x.x vswif0&lt;br /&gt;
&lt;br /&gt;
Change GW&lt;br /&gt;
Edit this file "/etc/sysconfig/network" and change IP GW</description>
      <pubDate>Wed, 12 Nov 2008 11:58:10 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/11/12/how-to-change-ip-address-on-esx-server</guid>
      <dc:date>2008-11-12T11:58:10Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/how-to-change-ip-address-on-esx-server</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2058</wfw:commentRss>
    </item>
    <item>
      <title>Deploy VM on Esxi with SCOM 2007</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/10/31/deploy-vm-on-esxi-with-scom-2007</link>
      <description>For deploy a virtual machine with scom 2007, you need modify network settings to the .vmx file&lt;br /&gt;
&lt;p /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;Remove VM to Virtual Center	&lt;/li&gt;
&lt;li&gt;Edit .vmx file &lt;/li&gt;
&lt;li&gt;Add line « ethernet0.virtualDev = “e1000" »&lt;/li&gt;
&lt;li&gt;Add VM to Virtual Center Inventory &lt;/li&gt;
&lt;/ul&gt;
       - browsing DataStore&lt;br /&gt;
       - click right to .vmx file&lt;br /&gt;
       - Add Inventory&lt;br /&gt;
&lt;p /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;Add network card&lt;/li&gt;
&lt;li&gt;Start VM&lt;/li&gt;
&lt;/ul&gt;</description>
      <pubDate>Fri, 31 Oct 2008 14:48:57 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/10/31/deploy-vm-on-esxi-with-scom-2007</guid>
      <dc:date>2008-10-31T14:48:57Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/deploy-vm-on-esxi-with-scom-2007</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2256</wfw:commentRss>
    </item>
    <item>
      <title>ESXi and SSH</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/10/29/esxi-and-ssh</link>
      <description>-Go to the ESXi console and press alt+F1 &lt;br /&gt;
-Type: unsupported &lt;br /&gt;
-Enter the root password &lt;br /&gt;
-At the prompt type “vi /etc/inetd.conf” &lt;br /&gt;
-Look for the line that starts with “#ssh” (you can search with pressing “/”) &lt;br /&gt;
-Remove the “#” (press the “x” if the cursor is on the character) &lt;br /&gt;
-Save “/etc/inetd.conf” by typing “:wq!” &lt;br /&gt;
-Restart the management service “/sbin/services.sh restart”</description>
      <pubDate>Wed, 29 Oct 2008 15:05:06 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/10/29/esxi-and-ssh</guid>
      <dc:date>2008-10-29T15:05:06Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/esxi-and-ssh</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2251</wfw:commentRss>
    </item>
    <item>
      <title>Change ESX root password to a new one</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/09/18/change-esx-root-password-to-a-new-one</link>
      <description>sh-2.05b# passwd&lt;br /&gt;
Changing password for user root.&lt;br /&gt;
New UNIX password:&lt;br /&gt;
Retype new UNIX password:&lt;br /&gt;
passwd: all authentication tokens updated successfully.&lt;br /&gt;
&lt;br /&gt;
That's it! You have changed the ESX password! Now it's time to reboot (Optional) the system and allow ESX server to come back up online.</description>
      <pubDate>Thu, 18 Sep 2008 13:38:00 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/09/18/change-esx-root-password-to-a-new-one</guid>
      <dc:date>2008-09-18T13:38:00Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/change-esx-root-password-to-a-new-one</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2190</wfw:commentRss>
    </item>
    <item>
      <title>Redhat Entreprise 4 &amp;#38; ESX3.5</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/09/04/redhat-entreprise-4-38-esx35</link>
      <description>The driver disk is only supported for Red Hat Enterprise Linux 4.0 Update 2 (kernel version 2.6.9-22.EL). Other versions of the kernel are not yet supported.&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/support/esx2/doc/esx2-rhel4-update.html"&gt;http://www.vmware.com/support/esx2/doc/esx2-rhel4-update.html&lt;/a&gt;</description>
      <pubDate>Thu, 04 Sep 2008 11:32:00 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/09/04/redhat-entreprise-4-38-esx35</guid>
      <dc:date>2008-09-04T11:32:00Z</dc:date>
      <clearspace:dateToText>4 months, 5 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/redhat-entreprise-4-38-esx35</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2138</wfw:commentRss>
    </item>
    <item>
      <title>Enable SSH on ESXi</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/09/02/enable-ssh-on-esxi</link>
      <description>1. On ESXi, press "ALT-F1" &lt;br /&gt;
2. Tapez &amp;ldquo;unsupported&amp;rdquo; and "Enter" &lt;br /&gt;
3. Enter password root&lt;br /&gt;
4. Enter:sed -e &amp;ldquo;s/#ssh/ssh/g&amp;rdquo; -i /etc/inetd.conf&lt;br /&gt;
5. Reboot daemon inetd # kill -HUP `ps | grep inetd | cut -c1-5`</description>
      <pubDate>Tue, 02 Sep 2008 11:43:00 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/09/02/enable-ssh-on-esxi</guid>
      <dc:date>2008-09-02T11:43:00Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/enable-ssh-on-esxi</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2135</wfw:commentRss>
    </item>
    <item>
      <title>IBM Blade Machine Type 8853G6G "PCPU didn't have a heartbeat"</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/08/28/ibm-blade-machine-type-8853g6g-pcpu-didnt-have-a-heartbeat</link>
      <description>For resolve this issue, you must apply the last CD UPDATEXPRESS on the server&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;img class="jive-image-thumbnail" src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-2125-3594/250-137/Sans+titre.JPG" width="250" height="137" alt="Sans titre.JPG" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/38-2125-3594/Sans+titre.JPG');return false;"/&gt;</description>
      <pubDate>Thu, 28 Aug 2008 14:18:00 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/08/28/ibm-blade-machine-type-8853g6g-pcpu-didnt-have-a-heartbeat</guid>
      <dc:date>2008-08-28T14:18:00Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/ibm-blade-machine-type-8853g6g-pcpu-didnt-have-a-heartbeat</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2125</wfw:commentRss>
    </item>
    <item>
      <title>Changing gateway and hostname of the Service Console ESX 3.X</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/08/25/changing-gateway-and-hostname-of-the-service-console-esx-3x</link>
      <description>These settings can be changed using the Virtual Infrastructure Client or from the physical or a remote console connection (ILO, RSA, DRAC, etc)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;From the Virtual Infrastructure Client&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1.Highlight the ESX Server host and click on the Configuration tab&lt;br /&gt;
2.Click on DNS and Routing&lt;br /&gt;
3.Click on Properties...&lt;br /&gt;
4.To change the hostname, domain, and DNS servers, click on the DNS Configuration tab and enter the appropriate values&lt;br /&gt;
5.To change the default gateway, click on the Routing tab and enter the appropriate values&lt;br /&gt;
&lt;br /&gt;
Note: Hostname and domain changes through the Virtual Infrastructure Client do not take place until the ESX host is rebooted.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;From the physical or remote console connection&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Edit the &lt;b&gt;/etc/hosts&lt;/b&gt; file with an editor and modify it so that it reflects the proper IP address and hostname.&lt;br /&gt;
&lt;br /&gt;
To change the default gateway address and the hostname for the Service Console edit the &lt;b&gt;/etc/sysconfig/network&lt;/b&gt; file and change the GATEWAY and HOSTNAME parameters to the proper values.&lt;br /&gt;
&lt;br /&gt;
After you edit these files, you must reboot the host or restart the network service using the following command:&lt;br /&gt;
&lt;br /&gt;
--root@server root--# service network restart&lt;br /&gt;
&lt;br /&gt;
Note: This command will break any current network connections to the service console.&lt;br /&gt;
&lt;br /&gt;
You can also dynamically change the hostname using the command:&lt;br /&gt;
&lt;br /&gt;
--root@server root--# hostname newname&lt;br /&gt;
&lt;br /&gt;
Note: This command creates a temporary hostname change. This change is lost when the system is rebooted.&lt;br /&gt;
&lt;br /&gt;
To change the DNS server settings, edit the /etc/resolv.conf file, update the nameserver IPs, and search domain if applicable.&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1003796"&gt;Verifying ESX Server host networking configuration on the service console&lt;/a&gt;</description>
      <pubDate>Mon, 25 Aug 2008 12:57:00 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/08/25/changing-gateway-and-hostname-of-the-service-console-esx-3x</guid>
      <dc:date>2008-08-25T12:57:00Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/changing-gateway-and-hostname-of-the-service-console-esx-3x</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2120</wfw:commentRss>
    </item>
    <item>
      <title>Acrobat Reader 5.0 Won't Run in a Virtual Machine</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/08/22/acrobat-reader-50-wont-run-in-a-virtual-machine</link>
      <description>When I try to start Acrobat Reader 5.0 inside a Windows virtual machine, I get an error message and must restart the guest operating system.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Solution&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This problem is resolved as of Acrobat Reader 5.0.5 or later. You can download the current version at no charge from the Adobe Web site at www.adobe.com/support/downloads/main.html.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Product Versions&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
VMware ESX Server 2.5.x and later&lt;br /&gt;
VMware GSX Server 3.x (Linux hosts)&lt;br /&gt;
VMware GSX Server 3.x (Windows hosts)&lt;br /&gt;
VMware Workstation 5.5.x (Linux hosts)&lt;br /&gt;
VMware Workstation 5.5.x (Windows hosts)</description>
      <pubDate>Fri, 22 Aug 2008 15:09:00 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/08/22/acrobat-reader-50-wont-run-in-a-virtual-machine</guid>
      <dc:date>2008-08-22T15:09:00Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/acrobat-reader-50-wont-run-in-a-virtual-machine</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2114</wfw:commentRss>
    </item>
    <item>
      <title>How can I set a static MAC address for Virtual Machine</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/08/20/how-can-i-set-a-static-mac-address-for-virtual-machine</link>
      <description>&lt;ol&gt;
&lt;li&gt;Editing the VMX file of the VM&lt;/li&gt;
&lt;li&gt;Edit the VMX file of the VM&lt;/li&gt;
&lt;li&gt;Change the following line from ethernetN.addressType="vpx" to ethernetN.addressType="static" (N is the number of your ethernet adapter, usually 0)&lt;/li&gt;
&lt;li&gt;Next change the line "ethernetN.GeneratedAddress" to "ethernetN.address" and then change the current MAC address to "00:50:56:XX:YY:ZZ" (again N is the number of your ethernet adapter and XX is a valid hex number between 00 and 3F, and YY and ZZ are valid hex numbers between 00 and FF. The value for XX must not be greater than 3F in order to avoid conflict with MAC addresses that are generated by the VMware Workstation and VMware GSX Server products.)&lt;/li&gt;
&lt;li&gt;Power your VM back on. Login to the OS, go to the CMD prompt and type "ipconfig /all", your manually assigned MAC address should be listed for the NIC that you changed&lt;/li&gt;
&lt;/ol&gt;
&lt;b&gt;Setting the NIC properties in Windows&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Edit the Local Area Connection propeties for the NIC you want to change&lt;/li&gt;
&lt;li&gt;Click the Configure button next to the NIC name&lt;/li&gt;
&lt;li&gt;On the Advanced tab select NetworkAddress&lt;/li&gt;
&lt;li&gt;In the Value field enter a new value for the MAC address, enter only numbers or letters, no spaces, dashes or colons. This MAC address can be any valid hex numbers between 00 and FF for any of the octets&lt;/li&gt;
&lt;li&gt;Click OK and that's it, the new MAC address takes effect immediately and will override any MAC address set by Vmware&lt;/li&gt;
&lt;/ol&gt;</description>
      <pubDate>Wed, 20 Aug 2008 11:06:00 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/08/20/how-can-i-set-a-static-mac-address-for-virtual-machine</guid>
      <dc:date>2008-08-20T11:06:00Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/how-can-i-set-a-static-mac-address-for-virtual-machine</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2101</wfw:commentRss>
    </item>
    <item>
      <title>How can I kill a stuck virtual machine?</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/08/14/how-can-i-kill-a-stuck-virtual-machine</link>
      <description>Login to the service console&lt;br /&gt;
Type "vmware-cmd -l" to get a list of all VM's and there paths&lt;br /&gt;
You can check the VM state by typing "vmware-cmd //server.vmx getstate"&lt;br /&gt;
To forcibly stop type vmware-cmd //server.vmx stop hard"&lt;br /&gt;
Check VM state again, it should now be off&lt;br /&gt;
Type "vmware-cmd //server.vmx start" to power on VM</description>
      <pubDate>Thu, 14 Aug 2008 11:50:00 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/08/14/how-can-i-kill-a-stuck-virtual-machine</guid>
      <dc:date>2008-08-14T11:50:00Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/how-can-i-kill-a-stuck-virtual-machine</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2059</wfw:commentRss>
    </item>
    <item>
      <title>How to change password on ESX server</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/08/14/how-to-change-password-on-esx-server</link>
      <description>1. Use Virtual Center to Vmotion all of the VMs to other ESX hosts. (if you have a stand alone host then power down all your VMs)&lt;br /&gt;
2. Put the host in Maintenance Mode&lt;br /&gt;
3. Reboot your ESX host.&lt;br /&gt;
4. Physically go to the ESX console. You will not be able to use a remote console like WinSCP for the next few steps.&lt;br /&gt;
5. At the first menu type "a"&lt;br /&gt;
6. At the next prompt type "single"&lt;br /&gt;
7. After ESX finishes booting you will end up at a # prompt&lt;br /&gt;
8. Type "passwd" and enter a new password&lt;br /&gt;
9. re-type the new password again when prompted&lt;br /&gt;
10. Reboot the ESX server normally. ( just type "reboot" at the # prompt)&lt;br /&gt;
11. Don't forget to take the host out of Maintenance Mode in Virtual Center.</description>
      <pubDate>Thu, 14 Aug 2008 11:41:00 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/08/14/how-to-change-password-on-esx-server</guid>
      <dc:date>2008-08-14T11:41:00Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/how-to-change-password-on-esx-server</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2057</wfw:commentRss>
    </item>
    <item>
      <title>Enable SSH on ESX server</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/08/14/enable-ssh-on-esx-server</link>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;span style="color:#3333ff"&gt;&lt;b&gt;cd /etc/ssh&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;vi sshd_config&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Aller &amp;agrave; la ligne &lt;b&gt;&lt;span style="color:#3333ff"&gt;PermitRootLogin no&lt;/span&gt;&lt;/b&gt; et changer&lt;span style="color:#3333ff"&gt; &lt;b&gt;no&lt;/b&gt;&lt;/span&gt; par &lt;b&gt;&lt;span style="color:#3333ff"&gt;yes&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Sauvegarder le fichier (:wq !)&lt;/li&gt;
&lt;li&gt;Redemarrer le service sshd :&lt;b&gt;&lt;span style="color:#3333ff"&gt;service sshd restart&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
      <pubDate>Thu, 14 Aug 2008 11:26:00 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/08/14/enable-ssh-on-esx-server</guid>
      <dc:date>2008-08-14T11:26:00Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/enable-ssh-on-esx-server</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2056</wfw:commentRss>
    </item>
    <item>
      <title>How to change hour on ESX server</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/08/13/how-to-change-hour-on-esx-server</link>
      <description>vi /etc/sysconfig/clock&lt;br /&gt;
et renseigner le fichier clock de la fa&amp;ccedil;on suivant :&lt;br /&gt;
ZONE = "Europe/Paris"&lt;br /&gt;
UTC = False&lt;br /&gt;
ARC = False&lt;br /&gt;
cp /usr/share/zoneinfo/Europe/Paris /etc/localtime&lt;br /&gt;
date =&amp;gt; doit afficher un ... CET...&lt;br /&gt;
hwclock affiche l'heure hardware de la machine&lt;br /&gt;
hwclock --hctosys =&amp;gt; copie l'heure hardware (BIOS) vers l'ESX&lt;br /&gt;
hwclock --systohc =&amp;gt; copie l'heure ESX vers le BIOS</description>
      <pubDate>Wed, 13 Aug 2008 16:15:00 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/08/13/how-to-change-hour-on-esx-server</guid>
      <dc:date>2008-08-13T16:15:00Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/how-to-change-hour-on-esx-server</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2053</wfw:commentRss>
    </item>
    <item>
      <title>How to change Virtual Machine name with service console</title>
      <link>http://communities.vmware.com/blogs/cfo/2008/08/13/how-to-change-virtual-machine-name-with-service-console</link>
      <description>There might come a time that you might need to rename a vmdk.  How would you go about doing this via the service console? &lt;br /&gt;
Scenario:  You have vm01 located at /vmfs/volumes/VMFS01/vm01 and need to rename it to web01 and move it to  /vmfs/volumes/VMFS01/web01&lt;br /&gt;
Steps&lt;br /&gt;
1.  Power off vm01&lt;br /&gt;
2.  Right-click vm01 in VIC and remove it from inventory&lt;br /&gt;
Note:  you could also run&lt;br /&gt;
vmware-cmd -s unregister /vmfs/volumes/VMFS01/vm01/vm01.vmx&lt;br /&gt;
from the service console&lt;br /&gt;
3.  SSH to your host, logging in with a non-root account&lt;br /&gt;
4.  SU to root using, su -&lt;br /&gt;
5.  Enter&lt;br /&gt;
mv /vmfs/volumes/VMFS01/vm01 /vmfs/volumes/VMFS01/web01&lt;br /&gt;
This will move your vmdk, vmx, vmsd, vmxf, and nvram files to the new directory&lt;br /&gt;
6.  cd to /vmfs/volumes/VMFS01/web01&lt;br /&gt;
7.  Enter&lt;br /&gt;
vmkfstools -E vm01.vmdk web01.vmdk&lt;br /&gt;
-E correctly renames the virutal disk, -renamevirtualdisk could also be used&lt;br /&gt;
This command renames the .vmdk, flat.vmdk, and updates the .vmdk pointer&lt;br /&gt;
8.  Using vi, modify the .vmx and .vmxf, files to show the new VM name&lt;br /&gt;
9.  Register the new virtual machine using the following command:&lt;br /&gt;
&lt;br /&gt;
vmware-cmd -s register /vmfs/volumes/VMFS01/web01/web01.vmx&lt;br /&gt;
You should see register(/vmfs/volumes/VMFS01/web01/web01.vmx) = 1 if the command was correctly entered.&lt;br /&gt;
If you logon to VIC, you will now see the updated VM in your inventory.</description>
      <pubDate>Wed, 13 Aug 2008 16:06:00 GMT</pubDate>
      <author>cfo</author>
      <guid>http://communities.vmware.com/blogs/cfo/2008/08/13/how-to-change-virtual-machine-name-with-service-console</guid>
      <dc:date>2008-08-13T16:06:00Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <wfw:comment>http://communities.vmware.com/blogs/cfo/comment/how-to-change-virtual-machine-name-with-service-console</wfw:comment>
      <wfw:commentRss>http://communities.vmware.com/blogs/cfo/feeds/comments?blogPostID=2052</wfw:commentRss>
    </item>
  </channel>
</rss>

