<?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</title>
    <link>http://communities.vmware.com/index.jspa?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Thu, 26 Nov 2009 08:00:57 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-26T08:00:57Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Keyboard issue in using console from vSphere Client</title>
      <link>http://communities.vmware.com/message/1426437?tstart=0#1426437</link>
      <description>I opened a case with vmware and got this response:&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=quote"&gt;quote&lt;/a&gt;Hello Bram, We opened a bug for this case, we were able to reproduce the problem on house, I add your case to the bug and we will move the case to pending state, we will let you know in what patch this problem will be fix[/quote]</description>
      <pubDate>Thu, 26 Nov 2009 08:00:57 GMT</pubDate>
      <author>bramvermeulen</author>
      <guid>http://communities.vmware.com/message/1426437?tstart=0#1426437</guid>
      <dc:date>2009-11-26T08:00:57Z</dc:date>
      <clearspace:dateToText>22 hours, 42 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX4i on Dell R710 has lost QLA2640 HBA Storage devices</title>
      <link>http://communities.vmware.com/message/1426406?tstart=0#1426406</link>
      <description>There are many entries in the logs, with no references to text "qla" in the hostd, messages or vCenter agent logs. There is one message in the messages log containing text "qlogic" but not at all helpful in resolving the problem.&lt;br /&gt;
&lt;br /&gt;
The Qlogic adapters are seen by the hw as reference to then is displayed during post, furthermore access to the hba BIOS during post is possible. It is ESXi only that cannot see the devices.&lt;br /&gt;
&lt;br /&gt;
Re-install ESXi?&lt;br /&gt;
&lt;br /&gt;
John Balsillie&lt;br /&gt;
VCI VCP4 VCP3&lt;br /&gt;
Explorer IT Services Pty Ltd</description>
      <pubDate>Thu, 26 Nov 2009 08:00:26 GMT</pubDate>
      <author>John Balsillie</author>
      <guid>http://communities.vmware.com/message/1426406?tstart=0#1426406</guid>
      <dc:date>2009-11-26T08:00:26Z</dc:date>
      <clearspace:dateToText>22 hours, 43 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: IPMI message handler: BMC returned incorrect response</title>
      <link>http://communities.vmware.com/message/1426422?tstart=0#1426422</link>
      <description>After firmware updating the BIOS, iLO, and P410 controller my DL380G6 has been running since friday last week under full CPU load..&lt;br /&gt;
Still running and no messages in console... looks good until now...&lt;br /&gt;
&lt;p /&gt;
/Rubeck</description>
      <pubDate>Thu, 26 Nov 2009 08:00:13 GMT</pubDate>
      <author>Rubeck</author>
      <guid>http://communities.vmware.com/message/1426422?tstart=0#1426422</guid>
      <dc:date>2009-11-26T08:00:13Z</dc:date>
      <clearspace:dateToText>22 hours, 43 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>vmware-tools и FreeBSD 8.0</title>
      <link>http://communities.vmware.com/message/1426390?tstart=0#1426390</link>
      <description>Недавно зарелизили FreeBSD 8.0 (официальный анонс будет в ближайшие дни).&lt;br /&gt;
Есть у меня одна тестовая vm-ка с ней, пробую ставить vmware-tools - вываливается ошибка мол скрипт конфигурации не может скопировать модули из vmware-tools-distrib/lib/modules/binary/FreeBSD8.0-i386 в /boot/kernel. проверяю - действительно нет их там. нету даже папочки FreeBSD8.0-i386 (есть только для семерки и шестерки). хотя в в конфигурационном скрипте (vmware-config-tools.pl) при проверке установленной ветки есть проверка на восьмерку (семерку и шестерку).&lt;br /&gt;
ладно... есть сорци, решил скомпилить вручную и подложить в нужное место. модули vmmemctl.ko и vmxnet.ko скомпилились без проблем, а вот при компиляции vmblock.ko вываливается следующая ошибка:&lt;br /&gt;
&lt;br /&gt;
vfsops.c:116: error: conflicting types for 'VMBlockVFSMount'&lt;br /&gt;
vfsops.c:68: error: previous declaration of 'VMBlockVFSMount' was here&lt;br /&gt;
vfsops.c: In function 'VMBlockVFSMount':&lt;br /&gt;
vfsops.c:159: error: 'AT_FDCWD' undeclared (first use in this function)&lt;br /&gt;
vfsops.c:159: error: (Each undeclared identifier is reported only once&lt;br /&gt;
vfsops.c:159: error: for each function it appears in.)&lt;br /&gt;
vfsops.c:190: error: too many arguments to function 'VOP_UNLOCK'&lt;br /&gt;
vfsops.c:212: error: too many arguments to function 'VOP_UNLOCK'&lt;br /&gt;
vfsops.c:220:5: error: "BSD_VERSION" is not defined&lt;br /&gt;
vfsops.c: At top level:&lt;br /&gt;
vfsops.c:257: error: conflicting types for 'VMBlockVFSUnmount'&lt;br /&gt;
vfsops.c:72: error: previous declaration of 'VMBlockVFSUnmount' was here&lt;br /&gt;
vfsops.c:291:55: error: macro "VOP_LOCK" passed 3 arguments, but takes just 2&lt;br /&gt;
vfsops.c: In function 'VMBlockVFSUnmount':&lt;br /&gt;
vfsops.c:291: error: 'VOP_LOCK' undeclared (first use in this function)&lt;br /&gt;
vfsops.c:298: error: too many arguments to function 'VOP_UNLOCK'&lt;br /&gt;
vfsops.c: At top level:&lt;br /&gt;
vfsops.c:341: error: conflicting types for 'VMBlockVFSRoot'&lt;br /&gt;
vfsops.c:69: error: previous declaration of 'VMBlockVFSRoot' was here&lt;br /&gt;
vfsops.c:349:36: error: macro "vn_lock" passed 3 arguments, but takes just 2&lt;br /&gt;
vfsops.c: In function 'VMBlockVFSRoot':&lt;br /&gt;
vfsops.c:349: error: 'vn_lock' undeclared (first use in this function)&lt;br /&gt;
vfsops.c: At top level:&lt;br /&gt;
vfsops.c:377: error: conflicting types for 'VMBlockVFSStatFS'&lt;br /&gt;
vfsops.c:71: error: previous declaration of 'VMBlockVFSStatFS' was here&lt;br /&gt;
vfsops.c:387:64: error: macro "VFS_STATFS" passed 3 arguments, but takes just 2&lt;br /&gt;
vfsops.c: In function 'VMBlockVFSStatFS':&lt;br /&gt;
vfsops.c:387: error: 'VFS_STATFS' undeclared (first use in this function)&lt;br /&gt;
vfsops.c: At top level:&lt;br /&gt;
vfsops.c:427: error: conflicting types for 'VMBlockVFSSync'&lt;br /&gt;
vfsops.c:70: error: previous declaration of 'VMBlockVFSSync' was here&lt;br /&gt;
&lt;ul&gt;

&lt;ul&gt;

&lt;ul&gt;
&lt;li&gt;Error code 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p /&gt;
никто не разбирался с этим? &lt;br /&gt;
&lt;br /&gt;
PS ESX4.0U1&lt;br /&gt;
&lt;br /&gt;
best regards, m0ps</description>
      <pubDate>Thu, 26 Nov 2009 07:57:02 GMT</pubDate>
      <author>m0ps</author>
      <guid>http://communities.vmware.com/message/1426390?tstart=0#1426390</guid>
      <dc:date>2009-11-26T07:57:02Z</dc:date>
      <clearspace:dateToText>22 hours, 44 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Destination does not support 64-bit guests.</title>
      <link>http://communities.vmware.com/message/1426391?tstart=0#1426391</link>
      <description>No your main problem is that you are attempting to convert a 64bit Guest to run on a Nested vSphere guest.  the conversion will work if you point the converter and a phyiscal instance of ESX running of correctly configured hardware.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points&lt;br /&gt;
&lt;br /&gt;
Tom Howarth VCP / vExpert&lt;br /&gt;
VMware Communities User Moderator&lt;br /&gt;
Blog: &lt;a class="jive-link-external" href="http://www.planetvm.net/"&gt;www.planetvm.net&lt;/a&gt;&lt;br /&gt;
Contributing author on "&lt;a class="jive-link-external" href="http://www.amazon.co.uk/VMware-VSphere-Virtual-Infrastructure-Security/dp/0137158009/ref=sr_1_1?ie=UTF8&amp;#38;s=books&amp;#38;qid=1256146240&amp;#38;sr=1-1"&gt;VMware vSphere and Virtual Infrastructure Security: Securing ESX and the Virtual Environment&lt;/a&gt;&amp;rdquo;.</description>
      <pubDate>Thu, 26 Nov 2009 07:59:03 GMT</pubDate>
      <author>tom howarth</author>
      <guid>http://communities.vmware.com/message/1426391?tstart=0#1426391</guid>
      <dc:date>2009-11-26T07:59:03Z</dc:date>
      <clearspace:dateToText>22 hours, 44 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: How to access datastore from a guest OS</title>
      <link>http://communities.vmware.com/message/1426389?tstart=0#1426389</link>
      <description>To access the ISO from your Guest you will need to edit the settings of your guest to point the CD-ROM device to the ISO.  to do this right click the guest and select Edit Settings.  assuming the vStudio is on ESX the path will be something like /datastore_name/vStudio/path to ISO&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points&lt;br /&gt;
&lt;br /&gt;
Tom Howarth VCP / vExpert&lt;br /&gt;
VMware Communities User Moderator&lt;br /&gt;
Blog: &lt;a class="jive-link-external" href="http://www.planetvm.net/"&gt;www.planetvm.net&lt;/a&gt;&lt;br /&gt;
Contributing author on "&lt;a class="jive-link-external" href="http://www.amazon.co.uk/VMware-VSphere-Virtual-Infrastructure-Security/dp/0137158009/ref=sr_1_1?ie=UTF8&amp;#38;s=books&amp;#38;qid=1256146240&amp;#38;sr=1-1"&gt;VMware vSphere and Virtual Infrastructure Security: Securing ESX and the Virtual Environment&lt;/a&gt;&amp;rdquo;.</description>
      <pubDate>Thu, 26 Nov 2009 07:57:00 GMT</pubDate>
      <author>tom howarth</author>
      <guid>http://communities.vmware.com/message/1426389?tstart=0#1426389</guid>
      <dc:date>2009-11-26T07:57:00Z</dc:date>
      <clearspace:dateToText>22 hours, 46 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: A Disk Read Error Occurred. Press Ctrl+alt+del To Restart. Windows 2000</title>
      <link>http://communities.vmware.com/message/1426405?tstart=0#1426405</link>
      <description>Have you choose to install the VMware Tools on the VM during the conversion?&lt;br /&gt;
The source machine has IDE disk? The VM has SCSI disk?&lt;br /&gt;
&lt;br /&gt;
Andre</description>
      <pubDate>Thu, 26 Nov 2009 07:56:18 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426405?tstart=0#1426405</guid>
      <dc:date>2009-11-26T07:56:18Z</dc:date>
      <clearspace:dateToText>22 hours, 47 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Windows 7 VM DOES NOT ACTIVATE FROM BOOTCAMP PARTITION</title>
      <link>http://communities.vmware.com/message/1426404?tstart=0#1426404</link>
      <description>I agree with Richard. I used Fusion with Vista before, there's no activation problem. However, it's not the case with Windows 7. My Windows 7 just won't activate from bootcamp, and we couldn't even get an employee to reply and try to help us. They should warn customers about this. The selling point of VM software is that people can have the best of both world, being able to boot to bootcamp and virtualize it right inside OS X. However, apparently it doesn't work since no way to activate it in Fusion. VMware should at least try to talk to Microsoft and have the thing sort out.</description>
      <pubDate>Thu, 26 Nov 2009 07:54:52 GMT</pubDate>
      <author>LanceFu</author>
      <guid>http://communities.vmware.com/message/1426404?tstart=0#1426404</guid>
      <dc:date>2009-11-26T07:54:52Z</dc:date>
      <clearspace:dateToText>22 hours, 48 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>View 3.1.2 - Restoring View Standard Server with existing replica server</title>
      <link>http://communities.vmware.com/message/1426414?tstart=0#1426414</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I have 2 View Connection broker Server (1 Standard, 1 replica) and 1 security server.  The primary connection broker crashed, so I switched to the replica server. Everything works finde.&lt;br /&gt;
&lt;br /&gt;
But now I want to restore the Standard server. I installed it as Standard Server again. I tried to import the data export file from the replica server but it didn´t work because "there is an existing instance...."&lt;br /&gt;
&lt;br /&gt;
is there a way to add the standard server again into his old position that it gets all the data from the replica without a downtime?</description>
      <pubDate>Thu, 26 Nov 2009 07:53:46 GMT</pubDate>
      <author>Gdriver</author>
      <guid>http://communities.vmware.com/message/1426414?tstart=0#1426414</guid>
      <dc:date>2009-11-26T07:53:46Z</dc:date>
      <clearspace:dateToText>22 hours, 49 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Knowing ESX Details from Guest OS</title>
      <link>http://communities.vmware.com/message/1426413?tstart=0#1426413</link>
      <description>Guys,&lt;br /&gt;
&lt;br /&gt;
Is there any way to view the ESX Server/VC details from Guest operating system..</description>
      <pubDate>Thu, 26 Nov 2009 07:52:31 GMT</pubDate>
      <author>KarthikeyanSundaram</author>
      <guid>http://communities.vmware.com/message/1426413?tstart=0#1426413</guid>
      <dc:date>2009-11-26T07:52:31Z</dc:date>
      <clearspace:dateToText>22 hours, 51 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>A Disk Read Error Occurred. Press Ctrl+alt+del To Restart. Windows 2000</title>
      <link>http://communities.vmware.com/message/1426411?tstart=0#1426411</link>
      <description>Hi.&lt;br /&gt;
&lt;br /&gt;
I have Windows 2000&lt;br /&gt;
on physical computer. On this computer I setup VMware vCenter Converter Standalone.&lt;br /&gt;
I local run convert this computer. Job completed successfully. When I run this&lt;br /&gt;
new VM I have next on my screen:&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
A Disk Read Error Occurred. Press Ctrl+alt+del To Restart.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
What can I do to&lt;br /&gt;
start VM?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
P.S. Sorry for my&lt;br /&gt;
English:)</description>
      <pubDate>Thu, 26 Nov 2009 07:45:39 GMT</pubDate>
      <author>Shingi</author>
      <guid>http://communities.vmware.com/message/1426411?tstart=0#1426411</guid>
      <dc:date>2009-11-26T07:45:39Z</dc:date>
      <clearspace:dateToText>22 hours, 53 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: PSOD after U1 upgrade by updatemanager</title>
      <link>http://communities.vmware.com/message/1426412?tstart=0#1426412</link>
      <description>There is a KB on this issue now&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=1016070"&gt;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1016070&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Ole Thomsen</description>
      <pubDate>Thu, 26 Nov 2009 07:49:03 GMT</pubDate>
      <author>Oletho</author>
      <guid>http://communities.vmware.com/message/1426412?tstart=0#1426412</guid>
      <dc:date>2009-11-26T07:49:03Z</dc:date>
      <clearspace:dateToText>22 hours, 54 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Placement of Request Fails</title>
      <link>http://communities.vmware.com/message/1426388?tstart=0#1426388</link>
      <description>Hi Steven,&lt;br /&gt;
&lt;br /&gt;
It seems that you've encountered some sporadic bug of LCM - for some reason two of the database tables were not properly synchronized (NET_NETWORK_DOMAIN and LCM_INF_ELEMENT) and you have the network only in the first table and not in the second. What I can suggest to you is to delete the networks you have and try to create them again - after creating them again make sure that there're records for them in both tables (NET_NETWORK_DOMAIN and LCM_INF_ELEMENT). Can you give it a try and let me know the result? If the databases are still inconsistent you can try manually to insert the relevant record in LCM_INF_ELEMENT (the dump you sent earlier already contains one record for one of your networks so you can take a look at it)..&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Todor</description>
      <pubDate>Thu, 26 Nov 2009 07:48:37 GMT</pubDate>
      <author>Todor Todorov</author>
      <guid>http://communities.vmware.com/message/1426388?tstart=0#1426388</guid>
      <dc:date>2009-11-26T07:48:37Z</dc:date>
      <clearspace:dateToText>22 hours, 54 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: DNS outage: impact on ESX cluster</title>
      <link>http://communities.vmware.com/message/1426387?tstart=0#1426387</link>
      <description>Troy has basically covered the bases,  As a standard I tend to populate /etc/hosts with the names of all ESX hosts, License server and vCenter servers.  &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points&lt;br /&gt;
&lt;br /&gt;
Tom Howarth VCP / vExpert&lt;br /&gt;
VMware Communities User Moderator&lt;br /&gt;
Blog: &lt;a class="jive-link-external" href="http://www.planetvm.net/"&gt;www.planetvm.net&lt;/a&gt;&lt;br /&gt;
Contributing author on "&lt;a class="jive-link-external" href="http://www.amazon.co.uk/VMware-VSphere-Virtual-Infrastructure-Security/dp/0137158009/ref=sr_1_1?ie=UTF8&amp;#38;s=books&amp;#38;qid=1256146240&amp;#38;sr=1-1"&gt;VMware vSphere and Virtual Infrastructure Security: Securing ESX and the Virtual Environment&lt;/a&gt;&amp;rdquo;.</description>
      <pubDate>Thu, 26 Nov 2009 07:47:27 GMT</pubDate>
      <author>tom howarth</author>
      <guid>http://communities.vmware.com/message/1426387?tstart=0#1426387</guid>
      <dc:date>2009-11-26T07:47:27Z</dc:date>
      <clearspace:dateToText>22 hours, 56 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESXi installation options</title>
      <link>http://communities.vmware.com/message/1426403?tstart=0#1426403</link>
      <description>It's up to you...&lt;br /&gt;
There are pro and cons on both solution.&lt;br /&gt;
&lt;br /&gt;
IMHO I prefer the diskless option. And could be very interesting and probably also the best solution when some server will be shipped with a dual (mirrored) SD card.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
&lt;a href="http://communities.vmware.com/message/1424071#1424071" class="jive-link-message"&gt;Re: What are your thoughts on installing ESXi on flash versus local storage&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Andre</description>
      <pubDate>Thu, 26 Nov 2009 07:46:39 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426403?tstart=0#1426403</guid>
      <dc:date>2009-11-26T07:46:39Z</dc:date>
      <clearspace:dateToText>22 hours, 56 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Windows 2008 R2</title>
      <link>http://communities.vmware.com/message/1426386?tstart=0#1426386</link>
      <description>&lt;br /&gt;
No Windows 2008 R2 is not supported on VI 3.5 U4 ( it may get support if and when U5 is released),  that said you can install it.  but my advice would be to Test Test Test,  there may be issues with the OS.&lt;br /&gt;
&lt;p /&gt;
For your infomation vSphere 4.0 U1 fully supports Windows 2008 R2 &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Tom Howarth VCP / vExpert&lt;br /&gt;
VMware Communities User Moderator&lt;br /&gt;
Blog: &lt;a class="jive-link-external" href="http://www.planetvm.net/"&gt;www.planetvm.net&lt;/a&gt;&lt;br /&gt;
Contributing author on "&lt;a class="jive-link-external" href="http://www.amazon.co.uk/VMware-VSphere-Virtual-Infrastructure-Security/dp/0137158009/ref=sr_1_1?ie=UTF8&amp;#38;s=books&amp;#38;qid=1256146240&amp;#38;sr=1-1"&gt;VMware vSphere and Virtual Infrastructure Security: Securing ESX and the Virtual Environment&lt;/a&gt;&amp;rdquo;.</description>
      <pubDate>Thu, 26 Nov 2009 07:44:34 GMT</pubDate>
      <author>tom howarth</author>
      <guid>http://communities.vmware.com/message/1426386?tstart=0#1426386</guid>
      <dc:date>2009-11-26T07:44:34Z</dc:date>
      <clearspace:dateToText>22 hours, 58 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Bridge problem Vmware server 2.0 host Ubuntu guest Windows xp</title>
      <link>http://communities.vmware.com/message/1426402?tstart=0#1426402</link>
      <description>Thanks for the answer.&lt;br /&gt;
&lt;br /&gt;
There are no MAC restrictions and no firewall.&lt;br /&gt;
nslookup gives this&lt;br /&gt;
Server:  disdc.d-i-s.local&lt;br /&gt;
Address:  192.168.16.50&lt;br /&gt;
&lt;br /&gt;
Non-authoritative answer:&lt;br /&gt;
Name:    www.l.google.com&lt;br /&gt;
Addresses:  74.125.77.99, 74.125.77.104, 74.125.77.147&lt;br /&gt;
Aliases:  www.google.com&lt;br /&gt;
&lt;br /&gt;
But the problem is not to get it on the network. The internet works. &lt;br /&gt;
But the problem is that the other computers on the network can't access the Guest.&lt;br /&gt;
Not even when using ping. &lt;br /&gt;
The guest has the ip 192.168.16.111 and runs windows xp with the vlance adapter.&lt;br /&gt;
and i am setting on a laptop on 192.168.16.177</description>
      <pubDate>Thu, 26 Nov 2009 07:44:09 GMT</pubDate>
      <author>brianvigh</author>
      <guid>http://communities.vmware.com/message/1426402?tstart=0#1426402</guid>
      <dc:date>2009-11-26T07:44:09Z</dc:date>
      <clearspace:dateToText>22 hours, 59 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Dell Open Manage</title>
      <link>http://communities.vmware.com/message/1426401?tstart=0#1426401</link>
      <description>Yes, but you must use OMSA 6.1 (choose the Linux version).&lt;br /&gt;
For the installation procedure see:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.dell.com/downloads/global/solutions/installing_dell_openmanage_on_esx.pdf"&gt;http://www.dell.com/downloads/global/solutions/installing_dell_openmanage_on_esx.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Andre</description>
      <pubDate>Thu, 26 Nov 2009 07:42:33 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426401?tstart=0#1426401</guid>
      <dc:date>2009-11-26T07:42:33Z</dc:date>
      <clearspace:dateToText>23 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: VMware Fusion 2.0.6 is really slow...get your act together VMware</title>
      <link>http://communities.vmware.com/message/1426400?tstart=0#1426400</link>
      <description>You can try VirtualBox by Sun; it is free. Site: &lt;a class="jive-link-external" href="http://www.virtualbox.org/"&gt;http://www.virtualbox.org/&lt;/a&gt;</description>
      <pubDate>Thu, 26 Nov 2009 07:41:26 GMT</pubDate>
      <author>ChipMcK</author>
      <guid>http://communities.vmware.com/message/1426400?tstart=0#1426400</guid>
      <dc:date>2009-11-26T07:41:26Z</dc:date>
      <clearspace:dateToText>23 hours, 2 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Dell Open Manage</title>
      <link>http://communities.vmware.com/message/1426399?tstart=0#1426399</link>
      <description>Is ESX 4.0 supported?&lt;br /&gt;
Can I install OMSA on it?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Max</description>
      <pubDate>Thu, 26 Nov 2009 07:41:05 GMT</pubDate>
      <author>Maximil2000</author>
      <guid>http://communities.vmware.com/message/1426399?tstart=0#1426399</guid>
      <dc:date>2009-11-26T07:41:05Z</dc:date>
      <clearspace:dateToText>23 hours, 2 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>ESXi installation options</title>
      <link>http://communities.vmware.com/message/1426398?tstart=0#1426398</link>
      <description>Is better to install ESXi on a local storage (for example 2 HD configured in RAID1) or a SD card/USB stick?&lt;br /&gt;
&lt;br /&gt;
Max</description>
      <pubDate>Thu, 26 Nov 2009 07:39:30 GMT</pubDate>
      <author>Maximil2000</author>
      <guid>http://communities.vmware.com/message/1426398?tstart=0#1426398</guid>
      <dc:date>2009-11-26T07:39:30Z</dc:date>
      <clearspace:dateToText>23 hours, 4 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: vCenter Privileges by Role</title>
      <link>http://communities.vmware.com/message/1426385?tstart=0#1426385</link>
      <description>Post moved to the vCenter sub-forum&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points&lt;br /&gt;
&lt;br /&gt;
Tom Howarth VCP / vExpert&lt;br /&gt;
VMware Communities User Moderator&lt;br /&gt;
Blog: &lt;a class="jive-link-external" href="http://www.planetvm.net/"&gt;www.planetvm.net&lt;/a&gt;&lt;br /&gt;
Contributing author on "&lt;a class="jive-link-external" href="http://www.amazon.co.uk/VMware-VSphere-Virtual-Infrastructure-Security/dp/0137158009/ref=sr_1_1?ie=UTF8&amp;#38;s=books&amp;#38;qid=1256146240&amp;#38;sr=1-1"&gt;VMware vSphere and Virtual Infrastructure Security: Securing ESX and the Virtual Environment&lt;/a&gt;&amp;rdquo;.</description>
      <pubDate>Thu, 26 Nov 2009 07:38:57 GMT</pubDate>
      <author>tom howarth</author>
      <guid>http://communities.vmware.com/message/1426385?tstart=0#1426385</guid>
      <dc:date>2009-11-26T07:38:57Z</dc:date>
      <clearspace:dateToText>23 hours, 4 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: IPMI message handler: BMC returned incorrect response</title>
      <link>http://communities.vmware.com/message/1426397?tstart=0#1426397</link>
      <description>It looks like the message on the DL580G5 has magically disappeared. I've not seen it for a week now.&lt;br /&gt;
Here is what I did:&lt;br /&gt;
&lt;i&gt;Cleared the IML (on iLO2)&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Cleared the Event Log on (iLO2)&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Reset the Hosts Health Status Sensors in vCenter.&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Logged in to the Console using both F1 and F2 (to remove message from console)&lt;/i&gt; &lt;br /&gt;
I don't now if this was the fix or if the problem will return.&lt;br /&gt;
On the BL460G6 they still appear, but for the last couple of days only when hitting F2 instead of F1 at the console. I'll try to update the iLO2 FW from 1.78 to 1.80 as you have successfully done.&lt;br /&gt;
&lt;br /&gt;
Brg, Per Kristian</description>
      <pubDate>Thu, 26 Nov 2009 07:38:29 GMT</pubDate>
      <author>pkk</author>
      <guid>http://communities.vmware.com/message/1426397?tstart=0#1426397</guid>
      <dc:date>2009-11-26T07:38:29Z</dc:date>
      <clearspace:dateToText>23 hours, 5 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: esxi shutdown script for ups monitoring</title>
      <link>http://communities.vmware.com/message/1426410?tstart=0#1426410</link>
      <description>&lt;br /&gt;
hello,&lt;br /&gt;
&lt;p /&gt;
i did some improvements.... like max loop count.... and script parameters.... no parameter = shutdown but also parameter for reboot and shutdown vms only. handy for maintenance mode.</description>
      <pubDate>Thu, 26 Nov 2009 07:37:11 GMT</pubDate>
      <author>helux</author>
      <guid>http://communities.vmware.com/message/1426410?tstart=0#1426410</guid>
      <dc:date>2009-11-26T07:37:11Z</dc:date>
      <clearspace:dateToText>23 hours, 6 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Destination does not support 64-bit guests.</title>
      <link>http://communities.vmware.com/message/1426408?tstart=0#1426408</link>
      <description>The main problem is that i have to convert the physical machine to a virtual machine with Vmware converter. And the destination of this converter can only be an ESX server. I am right?&lt;br /&gt;
&lt;br /&gt;
Thank you for your help guys.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Olivier.</description>
      <pubDate>Thu, 26 Nov 2009 07:28:36 GMT</pubDate>
      <author>Joskin</author>
      <guid>http://communities.vmware.com/message/1426408?tstart=0#1426408</guid>
      <dc:date>2009-11-26T07:28:36Z</dc:date>
      <clearspace:dateToText>23 hours, 13 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Changed IP on ESX, HA fail</title>
      <link>http://communities.vmware.com/message/1426384?tstart=0#1426384</link>
      <description>&lt;br /&gt;
Hello guys..!!&lt;br /&gt;
&lt;p /&gt;
Think we are on track in this case. Doing a vmkping from one of the host, indicate that it is trying to reach the hosts on the old IP. How to correct this ?? Is the last post from Troy the answer?&lt;br /&gt;
&lt;p /&gt;
I'm not good at Linux. I logged in at one of the host using Putty. Typed: nano /etc/opt/vmware/aam but no file to edit.</description>
      <pubDate>Thu, 26 Nov 2009 07:27:19 GMT</pubDate>
      <author>peaj</author>
      <guid>http://communities.vmware.com/message/1426384?tstart=0#1426384</guid>
      <dc:date>2009-11-26T07:27:19Z</dc:date>
      <clearspace:dateToText>23 hours, 16 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>RAID-5 ON VMWARE ESXI</title>
      <link>http://communities.vmware.com/message/1426382?tstart=0#1426382</link>
      <description>Hello,&lt;br /&gt;
&lt;p /&gt;
 I have installed VMware esxi 4.0 on HP ML 115 G5 server with single 80&lt;br /&gt;
HDD and configured raid-5 with 3*160 HDD. Now I am not able to see raid-5&lt;br /&gt;
volume in VMware esxi server.  When I am trying to add datastorage in&lt;br /&gt;
configure windows there are showing all raid-5 HDD individual Please let me&lt;br /&gt;
know how I can configure datastorage on esxi server with raid-5.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Bhagwan Solanki</description>
      <pubDate>Thu, 26 Nov 2009 07:18:05 GMT</pubDate>
      <author>Bhagwan</author>
      <guid>http://communities.vmware.com/message/1426382?tstart=0#1426382</guid>
      <dc:date>2009-11-26T07:18:05Z</dc:date>
      <clearspace:dateToText>23 hours, 21 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: RAID-5 ON VMWARE ESXI</title>
      <link>http://communities.vmware.com/message/1426383?tstart=0#1426383</link>
      <description>Welcome to the VMware Community forums.  Your server has a software RAID controller (Intel ICH*R or nVidia MCP) which is not a true hardware RAID controller.  The drivers with ESX(i) don't support software RAID for such controllers thus the best you get is a bunch of individual disks.&lt;br /&gt;
&lt;br /&gt;
Dave &lt;br /&gt;
VMware Communities User Moderator &lt;br /&gt;
&lt;br /&gt;
Now available - &lt;a class="jive-link-external" href="http://www.amazon.com/vSphere-Quick-Start-Guide-Virtualization/dp/1439263450/ref=sr_1_1?ie=UTF8&amp;#38;s=books&amp;#38;qid=1259037995&amp;#38;sr=8-1 "&gt;vSphere Quick Start Guide&lt;/a&gt;&lt;br /&gt;
Do you have a system or PCI card working with VMDirectPath?  Submit your specs to the &lt;a class="jive-link-external" href="http://www.vm-help.com/forum/viewforum.php?f=21"&gt;Unofficial VMDirectPath HCL&lt;/a&gt;.</description>
      <pubDate>Thu, 26 Nov 2009 07:21:48 GMT</pubDate>
      <author>Dave.Mishchenko</author>
      <guid>http://communities.vmware.com/message/1426383?tstart=0#1426383</guid>
      <dc:date>2009-11-26T07:21:48Z</dc:date>
      <clearspace:dateToText>23 hours, 21 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: VMotion between different Intel CPU types</title>
      <link>http://communities.vmware.com/message/1426376?tstart=0#1426376</link>
      <description>Attached a screen for you.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;MCP, VCP</description>
      <pubDate>Thu, 26 Nov 2009 07:16:45 GMT</pubDate>
      <author>krowczynski</author>
      <guid>http://communities.vmware.com/message/1426376?tstart=0#1426376</guid>
      <dc:date>2009-11-26T07:16:45Z</dc:date>
      <clearspace:dateToText>23 hours, 26 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Where is the Change Log of VMware Server 2?</title>
      <link>http://communities.vmware.com/message/1426381?tstart=0#1426381</link>
      <description>Are you looking for the release notes?&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/support/server2/doc/releasenotes_vmserver202.html"&gt;http://www.vmware.com/support/server2/doc/releasenotes_vmserver202.html&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/support/server2/doc/releasenotes_vmserver201.html"&gt;http://www.vmware.com/support/server2/doc/releasenotes_vmserver201.html&lt;/a&gt;</description>
      <pubDate>Thu, 26 Nov 2009 07:15:59 GMT</pubDate>
      <author>Jackobli</author>
      <guid>http://communities.vmware.com/message/1426381?tstart=0#1426381</guid>
      <dc:date>2009-11-26T07:15:59Z</dc:date>
      <clearspace:dateToText>23 hours, 27 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: VMotion between different Intel CPU types</title>
      <link>http://communities.vmware.com/message/1426375?tstart=0#1426375</link>
      <description>Attached a screen for you.&lt;br /&gt;
&lt;p /&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;MCP, VCP</description>
      <pubDate>Thu, 26 Nov 2009 07:15:17 GMT</pubDate>
      <author>krowczynski</author>
      <guid>http://communities.vmware.com/message/1426375?tstart=0#1426375</guid>
      <dc:date>2009-11-26T07:15:17Z</dc:date>
      <clearspace:dateToText>23 hours, 28 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: VMotion between different Intel CPU types</title>
      <link>http://communities.vmware.com/message/1426380?tstart=0#1426380</link>
      <description>Attached a screen for you.&lt;br /&gt;
&lt;p /&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;MCP, VCP</description>
      <pubDate>Thu, 26 Nov 2009 07:13:57 GMT</pubDate>
      <author>krowczynski</author>
      <guid>http://communities.vmware.com/message/1426380?tstart=0#1426380</guid>
      <dc:date>2009-11-26T07:13:57Z</dc:date>
      <clearspace:dateToText>23 hours, 29 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: VMotion between different Intel CPU types</title>
      <link>http://communities.vmware.com/message/1426396?tstart=0#1426396</link>
      <description>To enable EVC without downtime (you cannot simple enable on a existing and working cluster) follow this guide:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://malaysiavm.com/blog/how-to-enable-evc-on-esx-35/"&gt;http://malaysiavm.com/blog/how-to-enable-evc-on-esx-35/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Andre</description>
      <pubDate>Thu, 26 Nov 2009 07:10:12 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426396?tstart=0#1426396</guid>
      <dc:date>2009-11-26T07:10:12Z</dc:date>
      <clearspace:dateToText>23 hours, 33 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Problem with Nic after changing to vmxnet on w2k3</title>
      <link>http://communities.vmware.com/message/1426395?tstart=0#1426395</link>
      <description>&lt;br /&gt;
Hello AWo.&lt;br /&gt;
&lt;p /&gt;
 I try it again this morning. The hidden Nic was uninstalled an the server restarted (After take a snapshot). The server starts without problem.&lt;br /&gt;
&lt;p /&gt;
So I think, this problem was solved.&lt;br /&gt;
&lt;p /&gt;
Next I will increase the vmdk file. The systempartion contains to much files... &lt;br /&gt;
&lt;p /&gt;
...Our work will never ends.&lt;br /&gt;
&lt;p /&gt;
Best regards from Hannover, Germany.&lt;br /&gt;
&lt;p /&gt;
Dirk &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 26 Nov 2009 07:09:56 GMT</pubDate>
      <author>Emmermacher</author>
      <guid>http://communities.vmware.com/message/1426395?tstart=0#1426395</guid>
      <dc:date>2009-11-26T07:09:56Z</dc:date>
      <clearspace:dateToText>23 hours, 33 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Major Virtualiztion Events August 2007 - Present</title>
      <link>http://communities.vmware.com/message/1426374?tstart=0#1426374</link>
      <description>Will do. As for that site i've found a couple of those calendars. Unfortunately, the oldest data I've been able to find in them is from November 8th 2008. I'll start up a list when I get to work tomorrow.&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;br /&gt;
&lt;br /&gt;
Kevin</description>
      <pubDate>Thu, 26 Nov 2009 07:09:23 GMT</pubDate>
      <author>K-MaC</author>
      <guid>http://communities.vmware.com/message/1426374?tstart=0#1426374</guid>
      <dc:date>2009-11-26T07:09:23Z</dc:date>
      <clearspace:dateToText>23 hours, 34 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Vsphere Client &amp;#38; Windows 7</title>
      <link>http://communities.vmware.com/message/1426394?tstart=0#1426394</link>
      <description>For download the product have a look at:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://downloads.vmware.com/d/info/datacenter_downloads/vmware_vsphere_4/4"&gt;http://downloads.vmware.com/d/info/datacenter_downloads/vmware_vsphere_4/4&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
If you have ESXi you can also try to use Host Update to manage the upgrade (but I haven't tested yet).&lt;br /&gt;
Or if you have vCenter + VUM you can simple use update manager (and remember to upgrade your vCenter)&lt;br /&gt;
&lt;br /&gt;
Andre</description>
      <pubDate>Thu, 26 Nov 2009 07:06:42 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426394?tstart=0#1426394</guid>
      <dc:date>2009-11-26T07:06:42Z</dc:date>
      <clearspace:dateToText>23 hours, 36 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>compact virtual machine</title>
      <link>http://communities.vmware.com/message/1426379?tstart=0#1426379</link>
      <description>&lt;br /&gt;
Hi!&lt;br /&gt;
&lt;p /&gt;
I just defragmentent my virtual xp machine. Then I saw that the virtual machine now uses much more diskspace on my host. Is there a way to reduce space consumption of my virtual box? &lt;br /&gt;
&lt;p /&gt;
ciao&lt;br /&gt;
&lt;p /&gt;
Detlef&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 26 Nov 2009 07:04:27 GMT</pubDate>
      <author>djockheck</author>
      <guid>http://communities.vmware.com/message/1426379?tstart=0#1426379</guid>
      <dc:date>2009-11-26T07:04:27Z</dc:date>
      <clearspace:dateToText>23 hours, 39 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: VMotion between different Intel CPU types</title>
      <link>http://communities.vmware.com/message/1426373?tstart=0#1426373</link>
      <description>&lt;br /&gt;
With EVC enabled, you should not seen any problem vmotioning VMs with same CPU types.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 26 Nov 2009 07:02:20 GMT</pubDate>
      <author>vmurari</author>
      <guid>http://communities.vmware.com/message/1426373?tstart=0#1426373</guid>
      <dc:date>2009-11-26T07:02:20Z</dc:date>
      <clearspace:dateToText>23 hours, 41 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Keyboard issue in using console from vSphere Client</title>
      <link>http://communities.vmware.com/message/1426393?tstart=0#1426393</link>
      <description>&lt;br /&gt;
Same issue on Windows XP SP3, vSphere Client 4.0.0. Downloaded the latest build (208111), reinstalled the client - exactly the same behaviour. Whenever I leave the Console tab open and switch to another window, keyboard input keeps getting into the virtual machine console in the vSphere Client window. I figured out there are only two things I can do:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Switch to a turned-off virtual machine before switching to another window&lt;/li&gt;
&lt;li&gt;Press Ctrl-Alt-Del and then Escape to regain the control of the keyboard&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Both are crazy things to do being forced to do them a hundred times a day.&lt;br /&gt;
&lt;p /&gt;
What can be done about that?</description>
      <pubDate>Thu, 26 Nov 2009 07:01:47 GMT</pubDate>
      <author>nourish</author>
      <guid>http://communities.vmware.com/message/1426393?tstart=0#1426393</guid>
      <dc:date>2009-11-26T07:01:47Z</dc:date>
      <clearspace:dateToText>23 hours, 41 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Problema lentezza di rete</title>
      <link>http://communities.vmware.com/message/1426392?tstart=0#1426392</link>
      <description>Non sono sicuro che Windows Server 2008 R2 sia già supportato da VMware Server come host.&lt;br /&gt;
Puoi provare ad installarlo su un Windows Server 2003 e vedere se le prestazioni cambiano.&lt;br /&gt;
&lt;br /&gt;
Andrea</description>
      <pubDate>Thu, 26 Nov 2009 06:59:18 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426392?tstart=0#1426392</guid>
      <dc:date>2009-11-26T06:59:18Z</dc:date>
      <clearspace:dateToText>23 hours, 44 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Confusione sulle varie versioni e soluzioni</title>
      <link>http://communities.vmware.com/message/1426361?tstart=0#1426361</link>
      <description>&lt;div class="jive-quote"&gt;1. esxi di base&lt;/div&gt;
Diciamo che è quello gratuito e senza feature a pagamento (a meno di comprare una versione di ESXi enterprise, per esempio)... il vmkernel però di fatto è lo stesso di ESX.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;2. sopra c'è da installarci il vsphere (sempre sul server fisico dove c'è l'esxi immagino)&lt;/div&gt;
No... vSphere = ESX 4 (o ESXi 4) + vCenter Server 4 + VUM + Converter&lt;br /&gt;
Una volta si chiamava Virtual Infrastructure... ma è solo il nome di una famiglia di prodotti... di cui sicuamente almeno ESX o ESXi ci sono.&lt;br /&gt;
&lt;br /&gt;
Quello che è opzionale, ma molto utile e indispensabile per alcune feature, è il vCenter Server con i sui plugin.&lt;br /&gt;
Va installato in un server Windows che può essere anche virtuale (se non voglio sprecare un altro server).&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;3. poi il view connection center, mi sembra di capire che per demo si crea una VM con un win server 2003 (il 2008 no ??) e si installa lì il view connection center&lt;br /&gt;
4. e poi, finalmente, il view manager&lt;br /&gt;
&lt;/div&gt;
View Connector o View Manager sono la stessa cosa... Ti consiglio di installarlo su un Windows Server 2003 (a 32 bit).&lt;br /&gt;
Poi c'è il View Composer che lo installi sul vCenter Server.&lt;br /&gt;
&lt;br /&gt;
Per tutta la parte di View segui la documentazione che trovi su:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/support/pubs/view_pubs.html"&gt;http://www.vmware.com/support/pubs/view_pubs.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Andrea</description>
      <pubDate>Thu, 26 Nov 2009 06:55:53 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426361?tstart=0#1426361</guid>
      <dc:date>2009-11-26T06:55:53Z</dc:date>
      <clearspace:dateToText>23 hours, 47 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Windows 2008 R2 + ESX4 + vCenter Client Console = FREEZE</title>
      <link>http://communities.vmware.com/message/1426359?tstart=0#1426359</link>
      <description>I guess I need to explain a little more.  I was working with VM tech support today about this exact issue.  What we found out was that the Drivers for the SVGA (locked up on me on one system but not a second one....) and the WDDM_video (I decided to use this one and all is working great, no black screens) were not being copied to C:\Program Files\VMware\VMware Tools\Drivers.  They were being place @ C:\Program Files\Common Files\VMware\Drivers.  This has been passed onto the developers and will be passed around to the other tech centers so when users who call in can get their issues resolved and get the driver loaded.&lt;br /&gt;
&lt;br /&gt;
The drivers were inclulded but are being copied to the wrong place.   Which one you want to use is up to you.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Tim</description>
      <pubDate>Thu, 26 Nov 2009 06:49:03 GMT</pubDate>
      <author>TimKleen</author>
      <guid>http://communities.vmware.com/message/1426359?tstart=0#1426359</guid>
      <dc:date>2009-11-26T06:49:03Z</dc:date>
      <clearspace:dateToText>23 hours, 51 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Cannot see Health Status in vSphere 4</title>
      <link>http://communities.vmware.com/message/1426378?tstart=0#1426378</link>
      <description>&lt;br /&gt;
When I connected through vServer, I was not able to see health status.&lt;br /&gt;
&lt;p /&gt;
But when I directly connected the host through VSphere client , I was able to see the health status.&lt;br /&gt;
&lt;p /&gt;
I got the info from VMware tech support. &lt;br /&gt;
&lt;p /&gt;
Thanks.</description>
      <pubDate>Thu, 26 Nov 2009 06:50:13 GMT</pubDate>
      <author>amitdebnath</author>
      <guid>http://communities.vmware.com/message/1426378?tstart=0#1426378</guid>
      <dc:date>2009-11-26T06:50:13Z</dc:date>
      <clearspace:dateToText>23 hours, 53 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX server on VMWare Workstation</title>
      <link>http://communities.vmware.com/message/1426360?tstart=0#1426360</link>
      <description>What's the error on /var... ?&lt;br /&gt;
Use ESXi that has a memory footprint a little smaller.&lt;br /&gt;
&lt;br /&gt;
Andre</description>
      <pubDate>Thu, 26 Nov 2009 06:50:02 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426360?tstart=0#1426360</guid>
      <dc:date>2009-11-26T06:50:02Z</dc:date>
      <clearspace:dateToText>23 hours, 53 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Normal VMDK size for RDMs?</title>
      <link>http://communities.vmware.com/message/1426372?tstart=0#1426372</link>
      <description>That's what I thought also that it should be quite small and just a pointer, not hundreds of meg.</description>
      <pubDate>Thu, 26 Nov 2009 06:49:53 GMT</pubDate>
      <author>bazza52</author>
      <guid>http://communities.vmware.com/message/1426372?tstart=0#1426372</guid>
      <dc:date>2009-11-26T06:49:53Z</dc:date>
      <clearspace:dateToText>23 hours, 53 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Major Virtualiztion Events August 2007 - Present</title>
      <link>http://communities.vmware.com/message/1426358?tstart=0#1426358</link>
      <description>I could be interesting. Post your final result.&lt;br /&gt;
&lt;br /&gt;
PS: you can start from some on-line calendars like this: &lt;a class="jive-link-external" href="http://www.dabcc.com/events.aspx"&gt;http://www.dabcc.com/events.aspx&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Andre</description>
      <pubDate>Thu, 26 Nov 2009 06:47:29 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426358?tstart=0#1426358</guid>
      <dc:date>2009-11-26T06:47:29Z</dc:date>
      <clearspace:dateToText>23 hours, 56 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Normal VMDK size for RDMs?</title>
      <link>http://communities.vmware.com/message/1426357?tstart=0#1426357</link>
      <description>For RDM disk (virtual or physical) the vmdk file is just a proxy.&lt;br /&gt;
I do not know the exactly size but it is very small and (I think) that it does not depend by the LUN size (cause is just a pointer to a LUN).&lt;br /&gt;
&lt;br /&gt;
Andre</description>
      <pubDate>Thu, 26 Nov 2009 06:42:56 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426357?tstart=0#1426357</guid>
      <dc:date>2009-11-26T06:42:56Z</dc:date>
      <clearspace:dateToText>1 day ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: VCB restore using Convertor Standlone fails for larg(ish) VCBs.</title>
      <link>http://communities.vmware.com/message/1426356?tstart=0#1426356</link>
      <description>&lt;div class="jive-quote"&gt;We are tyring to restore our VCBs to another ESX4i server in a DR/DEV environment test.&lt;/div&gt;
Are you doing a remote restore?&lt;br /&gt;
Have you tried to first copy the files to a Windows system in the DR and then run the Converter from this machine?&lt;br /&gt;
&lt;br /&gt;
Andre</description>
      <pubDate>Thu, 26 Nov 2009 06:39:31 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426356?tstart=0#1426356</guid>
      <dc:date>2009-11-26T06:39:31Z</dc:date>
      <clearspace:dateToText>1 day, 4 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: instalar tarjeta de red en un esx imposible ping</title>
      <link>http://communities.vmware.com/message/1426377?tstart=0#1426377</link>
      <description>Hola&lt;br /&gt;
&lt;br /&gt;
Si lo mas facil seria añadir las 2 tarjetas de red al vswif0:&lt;br /&gt;
&lt;br /&gt;
usr/sbin/esxcfg-vswitch vSwitch0 -L vmnic0 &lt;br /&gt;
/usr/sbin/esxcfg-vswitch vSwitch0 -L vmnic1&lt;br /&gt;
&lt;p /&gt;
Saludos&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Si encuentras esta u otras respuesta útiles, por favor considera el asignar puntos seleccionando la respuesta como útil o correcta&lt;br /&gt;
&lt;br /&gt;
If you find this or any other answer useful please consider awarding points by marking the answer helpful or correct.</description>
      <pubDate>Thu, 26 Nov 2009 06:37:54 GMT</pubDate>
      <author>mokymura</author>
      <guid>http://communities.vmware.com/message/1426377?tstart=0#1426377</guid>
      <dc:date>2009-11-26T06:37:54Z</dc:date>
      <clearspace:dateToText>1 day, 5 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Normal VMDK size for RDMs?</title>
      <link>http://communities.vmware.com/message/1426371?tstart=0#1426371</link>
      <description>&lt;br /&gt;
Hi All&lt;br /&gt;
&lt;p /&gt;
 I am trying to find some info on what the normal size of the VMDK file should be for an RDM in physical mode. On a couple of servers I am noticing that it seems to be 0.002% of the RDM size - eg. a 500GB RDM has a 250MB VMDK. We are using a HDS USP for storage.&lt;br /&gt;
&lt;p /&gt;
Thanks</description>
      <pubDate>Thu, 26 Nov 2009 06:31:40 GMT</pubDate>
      <author>bazza52</author>
      <guid>http://communities.vmware.com/message/1426371?tstart=0#1426371</guid>
      <dc:date>2009-11-26T06:31:40Z</dc:date>
      <clearspace:dateToText>1 day, 11 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: copy-datastoreitem</title>
      <link>http://communities.vmware.com/message/1426370?tstart=0#1426370</link>
      <description>Ok, I should have been more precise. It was there (sort of) but it wasn't really usable &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";-)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Some remarks:&lt;br /&gt;
1) It's important to know the difference between vmstores: (all connected vcenters) and vmstore: (the last connected vcenter)&lt;br /&gt;
2) If you have folders in the root of your vcenter or between your datacenter and the datastore(s), they have to be included in the path&lt;br /&gt;
3) The path elements are case-sensitive. Although the vSphere client apparently is not (try creating a 'folder' and a 'Folder' for example)&lt;br /&gt;
4) Use the Copy-DatastoreItem cmdlet (instead of Copy-Item) when the source and/or the destination is a datastore&lt;br /&gt;
&lt;br /&gt;
Would you care to elaborate on the "still not ready for general purpose" ?&lt;br /&gt;
Why do the release notes mention "Files cannot be copied in or out the Datastore Provider" under Datastore Provider in the Known Issues ?</description>
      <pubDate>Thu, 26 Nov 2009 06:30:57 GMT</pubDate>
      <author>LucD</author>
      <guid>http://communities.vmware.com/message/1426370?tstart=0#1426370</guid>
      <dc:date>2009-11-26T06:30:57Z</dc:date>
      <clearspace:dateToText>1 day, 12 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Connecting 2 different subnet on single ESXi with 2 Onboard NIC</title>
      <link>http://communities.vmware.com/message/1426355?tstart=0#1426355</link>
      <description>You need an extern firewall/router, or you can also a virtual appliance to manage your DMZ.&lt;br /&gt;
ESX does not provide routing/natting functions.&lt;br /&gt;
&lt;br /&gt;
Andre</description>
      <pubDate>Thu, 26 Nov 2009 06:27:30 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426355?tstart=0#1426355</guid>
      <dc:date>2009-11-26T06:27:30Z</dc:date>
      <clearspace:dateToText>1 day, 16 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Windows 2003EE x64 и ESX4</title>
      <link>http://communities.vmware.com/message/1426369?tstart=0#1426369</link>
      <description>&lt;br /&gt;
спросит на форуме intel, фигли я VT включил а мнепоказывают что он не работает.&lt;br /&gt;
указать в качестве типа гостя 32 битную ОС, на самом деле поставить 64 битную и попробовать влкючить.&lt;br /&gt;
взять esx(i)последней версии.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.vm4.ru/"&gt;http://www.vm4.ru/&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://wiki.vm4.ru/"&gt;http://wiki.vm4.ru/&lt;/a&gt;</description>
      <pubDate>Thu, 26 Nov 2009 06:22:53 GMT</pubDate>
      <author>michigun</author>
      <guid>http://communities.vmware.com/message/1426369?tstart=0#1426369</guid>
      <dc:date>2009-11-26T06:22:53Z</dc:date>
      <clearspace:dateToText>1 day, 20 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX server on VMWare Workstation</title>
      <link>http://communities.vmware.com/message/1426354?tstart=0#1426354</link>
      <description>&lt;br /&gt;
Hi&lt;br /&gt;
&lt;p /&gt;
I followed the steps mentioned in the links provided and installed ESX 3.5 server in VMware workstation. It takes long time to boot after installation. After long time, it boots to the screen where it says " To manage esx server console use  browser" or Press Alt F1. &lt;br /&gt;
&lt;p /&gt;
At this poing the server is pinging from other VM, but not able to manage the server through IE, its says page cannot be displayed nor able to telnet or nor able to connect using putty.&lt;br /&gt;
&lt;p /&gt;
Also, when i press Alt F1, it does not take me to the console screen, it just sits at process /var/.......&lt;br /&gt;
&lt;p /&gt;
Please help me how to manage the ESX server from this point and how to go to esx console.&lt;br /&gt;
&lt;p /&gt;
Durga Prasad&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 26 Nov 2009 06:20:11 GMT</pubDate>
      <author>ContactDP</author>
      <guid>http://communities.vmware.com/message/1426354?tstart=0#1426354</guid>
      <dc:date>2009-11-26T06:20:11Z</dc:date>
      <clearspace:dateToText>1 day, 23 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: VCB restore using Convertor Standlone fails for larg(ish) VCBs.</title>
      <link>http://communities.vmware.com/message/1426368?tstart=0#1426368</link>
      <description>Thanks for the info.   I d/l vcb again for another install today and noticed the new version.  By now though the NFS storage is all good so I'll leave it as it is.&lt;br /&gt;
&lt;br /&gt;
Will test this new VCB package.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Matt.</description>
      <pubDate>Thu, 26 Nov 2009 06:18:33 GMT</pubDate>
      <author>MattMarcos</author>
      <guid>http://communities.vmware.com/message/1426368?tstart=0#1426368</guid>
      <dc:date>2009-11-26T06:18:33Z</dc:date>
      <clearspace:dateToText>1 day, 24 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Upgrade from vSphere GA to U1 hanging with "rpmdb: unable to lock mutex: Invalid argument"</title>
      <link>http://communities.vmware.com/message/1426346?tstart=0#1426346</link>
      <description>Do you have HP management agent installed on ESX4.0? if so this upgrade issue is expected. &lt;br /&gt;
See the thread &lt;a class="jive-link-external" href="http://communities.vmware.com/message/1422939#1422939"&gt;http://communities.vmware.com/message/1422939#1422939&lt;/a&gt; and KB &lt;a class="jive-link-external" href="http://kb.vmware.com/kb/1016070"&gt;http://kb.vmware.com/kb/1016070&lt;/a&gt; &lt;br /&gt;
&lt;p /&gt;
At this stage don't reboot your host, it may lead the host to a PSOD.  Try this workaround  &lt;a class="jive-link-external" href="http://communities.vmware.com/message/1423133#1423133"&gt;http://communities.vmware.com/message/1423133#1423133&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
:+: VCP,RHCE,EMCPA.</description>
      <pubDate>Thu, 26 Nov 2009 06:18:05 GMT</pubDate>
      <author>yezdi</author>
      <guid>http://communities.vmware.com/message/1426346?tstart=0#1426346</guid>
      <dc:date>2009-11-26T06:18:05Z</dc:date>
      <clearspace:dateToText>1 day, 25 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Vsphere Client &amp;#38; Windows 7</title>
      <link>http://communities.vmware.com/message/1426367?tstart=0#1426367</link>
      <description>Yes, allways use the vSphere Client that you have installed in your env.</description>
      <pubDate>Thu, 26 Nov 2009 06:14:09 GMT</pubDate>
      <author>peter.holmstrom</author>
      <guid>http://communities.vmware.com/message/1426367?tstart=0#1426367</guid>
      <dc:date>2009-11-26T06:14:09Z</dc:date>
      <clearspace:dateToText>1 day, 29 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>NFS file locks not closing.</title>
      <link>http://communities.vmware.com/message/1426366?tstart=0#1426366</link>
      <description>Gday, storage for our dev ESX4i host is an old dl380 running 2008 server with NFS role.  Works a treat.  Have noticed though recently that the *.lck files that are generated when a VM is turned on don't go away.  If I turn off the VM I can't turn it back on without manually deleting the *.lck files.  Once I delete them, no problems.  &lt;br /&gt;
&lt;br /&gt;
Is there an NFS setting to control the file locking stuff?&lt;br /&gt;
&lt;br /&gt;
cheers,&lt;br /&gt;
&lt;br /&gt;
Matt.</description>
      <pubDate>Thu, 26 Nov 2009 06:12:34 GMT</pubDate>
      <author>MattMarcos</author>
      <guid>http://communities.vmware.com/message/1426366?tstart=0#1426366</guid>
      <dc:date>2009-11-26T06:12:34Z</dc:date>
      <clearspace:dateToText>1 day, 30 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Sydney VMUG.... What happened?</title>
      <link>http://communities.vmware.com/message/1426353?tstart=0#1426353</link>
      <description>&lt;br /&gt;
Fellow Sydney siders... what happened to the Sydney Vmware User Group?&lt;br /&gt;
&lt;p /&gt;
Perhaps it's time to start organising the sessions again! I'm keen to help to coordinate and resource the sessions.&lt;br /&gt;
&lt;p /&gt;
Anybody reading this?&lt;br /&gt;
&lt;p /&gt;
Cheers,&lt;br /&gt;
&lt;p /&gt;
Andre Leibovici&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://virtualcloud.wordpress.com"&gt;http://virtualcloud.wordpress.com&lt;/a&gt;</description>
      <pubDate>Thu, 26 Nov 2009 06:12:15 GMT</pubDate>
      <author>andreleibovici</author>
      <guid>http://communities.vmware.com/message/1426353?tstart=0#1426353</guid>
      <dc:date>2009-11-26T06:12:15Z</dc:date>
      <clearspace:dateToText>1 day, 31 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Can not install VMware Workstation on host any XP64 bit</title>
      <link>http://communities.vmware.com/message/1426345?tstart=0#1426345</link>
      <description>I ran XP 64 with WM WKS 6.5 for a year or so.  VM WKS 7 installed as well.&lt;br /&gt;
&lt;br /&gt;
As mentioned earlier, driver support is spotty because it is AS2003, but since I only really needed ethernet and video, and I was able to pass every other USB device to the VM, it was a perfect host environment.&lt;br /&gt;
&lt;br /&gt;
I have no idea why the installation on your machine fails, but I can verify that it will install on XP 64.</description>
      <pubDate>Thu, 26 Nov 2009 06:12:00 GMT</pubDate>
      <author>dpuett</author>
      <guid>http://communities.vmware.com/message/1426345?tstart=0#1426345</guid>
      <dc:date>2009-11-26T06:12:00Z</dc:date>
      <clearspace:dateToText>1 day, 31 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Major Virtualiztion Events August 2007 - Present</title>
      <link>http://communities.vmware.com/message/1426365?tstart=0#1426365</link>
      <description>Hello all. My boss has asked me to put together a spreadsheet of the Major Virtualization events by Citrix, Microsoft and VMware from the August 2007 to present, and plot these events against the stock prices of the companies. I've obtained the stock data already. If possible it would contain things like Citrix Synergy, VMworld, Microsofts release of Hyper-V R1/R2 and major virtualization product releases from each vendor. I figured someone may have something similar. If not I'll create a list myself. If anyone else is interested in the spreadsheet let me know and I'll attach it here after I finish.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;br /&gt;
&lt;br /&gt;
Kevin</description>
      <pubDate>Thu, 26 Nov 2009 06:06:10 GMT</pubDate>
      <author>K-MaC</author>
      <guid>http://communities.vmware.com/message/1426365?tstart=0#1426365</guid>
      <dc:date>2009-11-26T06:06:10Z</dc:date>
      <clearspace:dateToText>1 day, 37 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: How to upload and access ISO image of Windows Base OS</title>
      <link>http://communities.vmware.com/message/1426352?tstart=0#1426352</link>
      <description>1. You can copy Windows 2008 Server ISO in VMware Studio using winscp.exe or Filezilla.exe &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=third+party+tool"&gt;third party tool&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
2. You can copy the ISO file from ESX server to VMware Studio using scp command.&lt;br /&gt;
    scp Windows.iso root@VMwareStudioIP:/opt/vmware/www/ISV/ISO/&lt;br /&gt;
&lt;br /&gt;
Following is the path in VMware Studio, where you suppose to copy the ISO file.&lt;br /&gt;
/opt/vmware/www/ISV/ISO/&lt;br /&gt;
&lt;br /&gt;
Alternet way is, if you have NFS server in your environment then copy Windows 2008 Server ISO in NFS server and mount the NFS server in VMware Studio and softlink the ISO as follows. This way you can save the Studio's disk space.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;mkdir /ISO-Server/&lt;/li&gt;
&lt;li&gt;mount -t nfs IPNFSServer:/ISO_SERVER /ISO-Server/&lt;/li&gt;
&lt;li&gt;cd /opt/vmware/www/ISV/ISO/&lt;/li&gt;
&lt;li&gt;ln -s /ISO-Server/Windows.iso .&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
After that while building VA, VMware Studio will pickup the ISO automatically from this path.</description>
      <pubDate>Thu, 26 Nov 2009 06:04:38 GMT</pubDate>
      <author>chorgeas</author>
      <guid>http://communities.vmware.com/message/1426352?tstart=0#1426352</guid>
      <dc:date>2009-11-26T06:04:38Z</dc:date>
      <clearspace:dateToText>1 day, 38 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: password question</title>
      <link>http://communities.vmware.com/message/1426351?tstart=0#1426351</link>
      <description>Hi Woody, I reread just to make sure I know what I'll be doing..... I do have a couple of questions.</description>
      <pubDate>Thu, 26 Nov 2009 06:01:22 GMT</pubDate>
      <author>Michblit</author>
      <guid>http://communities.vmware.com/message/1426351?tstart=0#1426351</guid>
      <dc:date>2009-11-26T06:01:22Z</dc:date>
      <clearspace:dateToText>1 day, 42 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: How can I change  the vSphere's   default   http&amp;#38;https   port :80 &amp;#38;443   to  others for safty reason ?</title>
      <link>http://communities.vmware.com/message/1426350?tstart=0#1426350</link>
      <description>For change the port on the ESX side follow this KB (it can works also on ESX 4)&lt;br /&gt;
Changing or blocking the default ports 80 (http) and 443 (https) on ESX 3.x&lt;br /&gt;
&lt;a class="jive-link-external" href="http://kb.vmware.com/kb/1007289"&gt;http://kb.vmware.com/kb/1007289&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
On ESXi I do not know with is the right file.&lt;br /&gt;
&lt;br /&gt;
Andre</description>
      <pubDate>Thu, 26 Nov 2009 05:57:01 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426350?tstart=0#1426350</guid>
      <dc:date>2009-11-26T05:57:01Z</dc:date>
      <clearspace:dateToText>1 day, 46 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: password question</title>
      <link>http://communities.vmware.com/message/1426349?tstart=0#1426349</link>
      <description>Well Woody I think I understand everything you wrote, I should dl the link and install (run ?) it. The other link is just for getting instructions for how to do this? If this is correct then I will go there first to see if I understand it first. Once again Woody thank you sooo much for responding......just one more thing I am thankful for !!!!&lt;br /&gt;
&lt;br /&gt;
Michelle</description>
      <pubDate>Thu, 26 Nov 2009 05:51:22 GMT</pubDate>
      <author>Michblit</author>
      <guid>http://communities.vmware.com/message/1426349?tstart=0#1426349</guid>
      <dc:date>2009-11-26T05:51:22Z</dc:date>
      <clearspace:dateToText>1 day, 52 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: VDR restoration horror stories</title>
      <link>http://communities.vmware.com/message/1426348?tstart=0#1426348</link>
      <description>VDR could be one possible solution for a B2D solution. Deduplication and incremental backup are nice.&lt;br /&gt;
But you can use also other solution for B2T, for example VCB (in this case it will be a B2D2T) or 3th part products.&lt;br /&gt;
&lt;br /&gt;
Andre</description>
      <pubDate>Thu, 26 Nov 2009 05:44:09 GMT</pubDate>
      <author>AndreTheGiant</author>
      <guid>http://communities.vmware.com/message/1426348?tstart=0#1426348</guid>
      <dc:date>2009-11-26T05:44:09Z</dc:date>
      <clearspace:dateToText>1 day, 59 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Unable to boot ESX 4 "Failed to load VMKernel"</title>
      <link>http://communities.vmware.com/message/1426344?tstart=0#1426344</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
I tried to install ESX 4 on my server. But since it does not have a VGA port , I tried with scripted installation with PXE.&lt;br /&gt;
&lt;p /&gt;
The script is just fine. I have tested that with other server.  &lt;br /&gt;
&lt;p /&gt;
But it did not work for this particular server. It possibly failed at loading VMkernel (Can't see the logs). &lt;br /&gt;
&lt;p /&gt;
So I installed ESX 4 on another machine and placed the hard disk containing ESX on my server and tried to boot with that.&lt;br /&gt;
&lt;p /&gt;
But it failed at "loading VMkernel".&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Any idea how to get rid of this mess?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 I am puting the logs :&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;span style="color:#808080"&gt; # cat messages.log&lt;br /&gt;
sysboot: vmnix ...&lt;br /&gt;
sysboot: Mounting Kernel File Systems&lt;br /&gt;
sysboot: Executing 'mount -t proc /proc /proc'&lt;br /&gt;
sysboot: Executing 'mount -t sysfs /sys /sys'&lt;br /&gt;
sysboot: Executing 'mkdir /dev/pts'&lt;br /&gt;
sysboot: Executing 'mount -t devpts /dev/pts /dev/pts'&lt;br /&gt;
sysboot: Quieting COS Kernel&lt;br /&gt;
sysboot: Executing 'echo -n 0 4 1 7 &amp;gt; /proc/sys/kernel/printk'&lt;br /&gt;
sysboot: Creating Device Nodes&lt;br /&gt;
sysboot: Executing 'mknod /dev/console c 5 1'&lt;br /&gt;
sysboot: Executing 'mknod /dev/zero c 1 5'&lt;br /&gt;
sysboot: Executing 'mknod /dev/ram b 1 1'&lt;br /&gt;
sysboot: Executing 'mknod /dev/systty c 4 0'&lt;br /&gt;
sysboot: Executing 'mknod /dev/tty0 c 4 0'&lt;br /&gt;
sysboot: Executing 'mknod /dev/loop0 b 7 0'&lt;br /&gt;
sysboot: Executing 'mknod /dev/tty1 c 4 1'&lt;br /&gt;
sysboot: Executing 'mknod /dev/loop1 b 7 1'&lt;br /&gt;
sysboot: Executing 'mknod /dev/tty2 c 4 2'&lt;br /&gt;
sysboot: Executing 'mknod /dev/loop2 b 7 2'&lt;br /&gt;
sysboot: Executing 'mknod /dev/tty3 c 4 3'&lt;br /&gt;
sysboot: Executing 'mknod /dev/loop3 b 7 3'&lt;br /&gt;
sysboot: Executing 'mknod /dev/tty4 c 4 4'&lt;br /&gt;
sysboot: Executing 'mknod /dev/loop4 b 7 4'&lt;br /&gt;
sysboot: Executing 'mknod /dev/tty5 c 4 5'&lt;br /&gt;
sysboot: Executing 'mknod /dev/loop5 b 7 5'&lt;br /&gt;
sysboot: Executing 'mknod /dev/tty6 c 4 6'&lt;br /&gt;
sysboot: Executing 'mknod /dev/loop6 b 7 6'&lt;br /&gt;
sysboot: Executing 'mknod /dev/tty7 c 4 7'&lt;br /&gt;
sysboot: Executing 'mknod /dev/loop7 b 7 7'&lt;br /&gt;
sysboot: Executing 'mknod /dev/mem c 1 1'&lt;br /&gt;
sysboot: Executing 'mknod /dev/psaux c 10 1'&lt;br /&gt;
sysboot: Executing 'mknod /dev/ptmx c 5 2'&lt;br /&gt;
sysboot: Executing 'mknod /dev/random c 1 8'&lt;br /&gt;
sysboot: Executing 'mknod /dev/urandom c 1 9'&lt;br /&gt;
sysboot: Executing 'mknod /dev/tty c 5 0'&lt;br /&gt;
sysboot: Executing 'mknod /dev/vmkcall c 10 167'&lt;br /&gt;
Loading Linux Module ': /usr/lib/vmware/modules/vmnixmod.ko '&lt;br /&gt;
sysboot: Executing 'vmkloader -c /vmkernel/vmkLoadSeed = 182649285 /usr/lib/vmware/vmkernel'&lt;br /&gt;
Failed to load vmkernel: Failure &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=0xbad0001"&gt;0xbad0001&lt;/a&gt;&lt;br /&gt;
Using /usr/lib/vmware/vmkernel&lt;br /&gt;
 0:            0x0:0x0&lt;br /&gt;
 1: .interp    0x34c001c8:0xf&lt;br /&gt;
 2: .hash      0x1d8:0x2c&lt;br /&gt;
 3: .dynsym    0x208:0x90&lt;br /&gt;
 4: .dynstr    0x298:0x20&lt;br /&gt;
 5: .rela.dyn  0x2b8:0x7f4e8&lt;br /&gt;
 6: .text      0x418034c00000:0x29a558&lt;br /&gt;
 7: .rodata    0x418034e9a560:0x7c845&lt;br /&gt;
 8: .eh_frame  0x418034f16da8:0x59dd8&lt;br /&gt;
 9: .data.rel.ro 0x418034f70d80:0x53ba&lt;br /&gt;
10: .dynamic   0x418034f76140:0xf0&lt;br /&gt;
11: .got.plt   0x418034f76230:0x18&lt;br /&gt;
12: .data      0x417ff4c07000:0x51590&lt;br /&gt;
13: .bss       0x417ff4c59000:0x10e3588&lt;br /&gt;
14: .comment   0x34c00000:0x24a2&lt;br /&gt;
15: .shstrtab  0x0:0x8e&lt;br /&gt;
16: .symtab    0x0:0x57e70&lt;br /&gt;
17: .strtab    0x0:0x46113&lt;br /&gt;
sysboot: Failed to load VMKernel&lt;br /&gt;
sysboot: 00.vmnix returned critical failure&lt;br /&gt;
sysboot: Executing 'chvt 1'&lt;br /&gt;
/ #&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
And the boot log from /var/log:&lt;br /&gt;
&lt;p /&gt;
&lt;span style="color:#808080"&gt; 0.000000] ACPI: LAPIC (acpi_id&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=0x18"&gt;0x18&lt;/a&gt; lapic_id&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=0x17"&gt;0x17&lt;/a&gt; disabled)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; ACPI: Found 24 LAPIC entries&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; ACPI: IOAPIC (id&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=0x00"&gt;0x00&lt;/a&gt; address&lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=0xfec00000"&gt;0xfec00000&lt;/a&gt; gsi_base[0])&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; ACPI: Found 1 LAPIC entries&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; Null mpf; faking mpf&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; hand building mp type 5&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; ISA/PCI bus type with no IRQ information... falling back to ELCR&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; Using ELCR to identify PCI interrupts&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; Processors: 1&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; Setting APIC routing to flat&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; Nosave address range: 000000000009b000 - 00000000000a0000&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; Nosave address range: 00000000000a0000 - 00000000000e0000&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; Nosave address range: 00000000000e0000 - 0000000000100000&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; Allocating PCI resources starting at d4000000 (gap: d0000000:2ed1c000)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; Built 1 zonelists.  Total pages: 74700&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; Kernel command line: ro root=UUID=00648da5-5a02-40c4-af38-cdaded4920f1 mem=300M quiet console=ttyS0,9600n8&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; Initializing CPU#0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; PID hash table entries: 2048 (order: 11, 16384 bytes)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://    0.000000"&gt;http://    0.000000&lt;/a&gt; Using PIT for base-timer&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.509769"&gt;http://   84.509769&lt;/a&gt; time.c: Using 1.193182 MHz WALL PIT GTOD PIT/TSC timer.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.509771"&gt;http://   84.509771&lt;/a&gt; time.c: Detected 2133.492 MHz processor.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.509796"&gt;http://   84.509796&lt;/a&gt; Console: colour dummy device 80x25&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.509899"&gt;http://   84.509899&lt;/a&gt; Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.510041"&gt;http://   84.510041&lt;/a&gt; Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.511168"&gt;http://   84.511168&lt;/a&gt; Memory: 278936k/307200k available (2049k kernel code, 27504k reserved, 897k data, 164k init)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659459"&gt;http://   84.659459&lt;/a&gt; Calibrating delay using timer specific routine.. 4269.52 BogoMIPS (lpj=21347608)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659479"&gt;http://   84.659479&lt;/a&gt; Security Framework v1.0.0 initialized&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659481"&gt;http://   84.659481&lt;/a&gt; SELinux:  Initializing.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659487"&gt;http://   84.659487&lt;/a&gt; SELinux:  Starting in permissive mode&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659491"&gt;http://   84.659491&lt;/a&gt; selinux_register_security:  Registering secondary module capability&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659493"&gt;http://   84.659493&lt;/a&gt; Capability LSM initialized as secondary&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659501"&gt;http://   84.659501&lt;/a&gt; Mount-cache hash table entries: 256&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659564"&gt;http://   84.659564&lt;/a&gt; CPU: L1 I cache: 32K, L1 D cache: 32K&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659566"&gt;http://   84.659566&lt;/a&gt; CPU: L2 cache: 256K&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659567"&gt;http://   84.659567&lt;/a&gt; CPU: L3 cache: 8192K&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659569"&gt;http://   84.659569&lt;/a&gt; using mwait in idle threads.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659581"&gt;http://   84.659581&lt;/a&gt; CPU0: Thermal monitoring enabled (TM1)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659585"&gt;http://   84.659585&lt;/a&gt; CPU: Intel(R) Xeon(R) CPU           L5518  @ 2.13GHz stepping 05&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659674"&gt;http://   84.659674&lt;/a&gt; ExtINT not setup in hardware but reported by MP table&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659762"&gt;http://   84.659762&lt;/a&gt; Using IO-APIC 0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.659926"&gt;http://   84.659926&lt;/a&gt; unmask_IO_APIC_irq 0 called&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   84.759840"&gt;http://   84.759840&lt;/a&gt; checking if image is initramfs... it is&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.221849"&gt;http://   86.221849&lt;/a&gt; Freeing initrd memory: 18692k freed&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.225350"&gt;http://   86.225350&lt;/a&gt; NET: Registered protocol family 16&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.225412"&gt;http://   86.225412&lt;/a&gt; PCI: Using configuration type 1&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.225564"&gt;http://   86.225564&lt;/a&gt; SCSI subsystem initialized&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.225586"&gt;http://   86.225586&lt;/a&gt; PCI: Probing PCI hardware&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.225588"&gt;http://   86.225588&lt;/a&gt; PCI: Probing PCI hardware (bus 00)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.227766"&gt;http://   86.227766&lt;/a&gt; PCI: Transparent bridge - 0000:00:1e.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.234861"&gt;http://   86.234861&lt;/a&gt; PCI: Discovered peer bus fe&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.235881"&gt;http://   86.235881&lt;/a&gt; PCI: Discovered peer bus ff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236869"&gt;http://   86.236869&lt;/a&gt; PCI: Using IRQ router PIIX/ICH &lt;strike&gt;8086/3a16&lt;/strike&gt; at 0000:00:1f.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236886"&gt;http://   86.236886&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:0, int pin:0 irq 16 vector 169 apic 124-0.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236889"&gt;http://   86.236889&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:00.0[A] -&amp;gt; IRQ 16&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236894"&gt;http://   86.236894&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:1, int pin:0 irq 17 vector 177 apic 124-1.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236896"&gt;http://   86.236896&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:01.0[A] -&amp;gt; IRQ 17&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236902"&gt;http://   86.236902&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:2, int pin:0 irq 18 vector 185 apic 124-2.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236904"&gt;http://   86.236904&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:02.0[A] -&amp;gt; IRQ 18&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236910"&gt;http://   86.236910&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:3, int pin:0 irq 19 vector 193 apic 124-3.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236911"&gt;http://   86.236911&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:03.0[A] -&amp;gt; IRQ 19&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236917"&gt;http://   86.236917&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:4, int pin:0 irq 20 vector 201 apic 124-4.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236919"&gt;http://   86.236919&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:04.0[A] -&amp;gt; IRQ 20&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236925"&gt;http://   86.236925&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:5, int pin:0 irq 21 vector 209 apic 124-5.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236927"&gt;http://   86.236927&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:05.0[A] -&amp;gt; IRQ 21&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236932"&gt;http://   86.236932&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:6, int pin:0 irq 22 vector 217 apic 124-6.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236934"&gt;http://   86.236934&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:06.0[A] -&amp;gt; IRQ 22&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236940"&gt;http://   86.236940&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:7, int pin:0 irq 23 vector 225 apic 124-7.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236941"&gt;http://   86.236941&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:07.0[A] -&amp;gt; IRQ 23&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236947"&gt;http://   86.236947&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:8, int pin:0 irq 24 vector 233 apic 124-8.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236949"&gt;http://   86.236949&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:08.0[A] -&amp;gt; IRQ 24&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236954"&gt;http://   86.236954&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:9, int pin:0 irq 25 vector 50 apic 124-9.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236956"&gt;http://   86.236956&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:09.0[A] -&amp;gt; IRQ 25&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236962"&gt;http://   86.236962&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:10, int pin:0 irq 26 vector 58 apic 124-10.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236964"&gt;http://   86.236964&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:0a.0[A] -&amp;gt; IRQ 26&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236973"&gt;http://   86.236973&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:22, int pin:0 irq 27 vector 66 apic 124-11.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236975"&gt;http://   86.236975&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:16.0[A] -&amp;gt; IRQ 27&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236980"&gt;http://   86.236980&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:22, int pin:1 irq 28 vector 74 apic 124-12.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236982"&gt;http://   86.236982&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:16.1&lt;b&gt; -&amp;gt; IRQ 28&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236988"&gt;http://   86.236988&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:22, int pin:2 irq 29 vector 82 apic 124-13.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236990"&gt;http://   86.236990&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:16.2[C] -&amp;gt; IRQ 29&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236995"&gt;http://   86.236995&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:22, int pin:3 irq 30 vector 90 apic 124-14.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.236997"&gt;http://   86.236997&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:16.3[D] -&amp;gt; IRQ 30&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237001"&gt;http://   86.237001&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:16.4[A] -&amp;gt; IRQ 27&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237004"&gt;http://   86.237004&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:16.5&lt;b&gt; -&amp;gt; IRQ 28&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237008"&gt;http://   86.237008&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:16.6[C] -&amp;gt; IRQ 29&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237011"&gt;http://   86.237011&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:16.7[D] -&amp;gt; IRQ 30&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237017"&gt;http://   86.237017&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:25, int pin:0 irq 31 vector 98 apic 124-15.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237019"&gt;http://   86.237019&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:19.0[A] -&amp;gt; IRQ 31&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237026"&gt;http://   86.237026&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:26, int pin:0 irq 32 vector 106 apic 124-16.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237028"&gt;http://   86.237028&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:1a.0[A] -&amp;gt; IRQ 32&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237034"&gt;http://   86.237034&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:26, int pin:1 irq 33 vector 114 apic 124-17.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237036"&gt;http://   86.237036&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:1a.1&lt;b&gt; -&amp;gt; IRQ 33&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237042"&gt;http://   86.237042&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:26, int pin:2 irq 34 vector 122 apic 124-18.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237044"&gt;http://   86.237044&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:1a.7[C] -&amp;gt; IRQ 34&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237051"&gt;http://   86.237051&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:29, int pin:0 irq 35 vector 130 apic 124-19.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237052"&gt;http://   86.237052&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:1d.0[A] -&amp;gt; IRQ 35&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237059"&gt;http://   86.237059&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:29, int pin:1 irq 36 vector 138 apic 124-20.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237061"&gt;http://   86.237061&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:1d.1&lt;b&gt; -&amp;gt; IRQ 36&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237065"&gt;http://   86.237065&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:1d.7[A] -&amp;gt; IRQ 35&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237074"&gt;http://   86.237074&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:31, int pin:1 irq 37 vector 146 apic 124-21.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237076"&gt;http://   86.237076&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:1f.2&lt;b&gt; -&amp;gt; IRQ 37&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237083"&gt;http://   86.237083&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:0, slot:31, int pin:2 irq 38 vector 154 apic 124-22.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237085"&gt;http://   86.237085&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:1f.3[C] -&amp;gt; IRQ 38&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237090"&gt;http://   86.237090&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:00:1f.5&lt;b&gt; -&amp;gt; IRQ 37&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237096"&gt;http://   86.237096&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:1, slot:0, int pin:0 irq 39 vector 162 apic 124-23.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237098"&gt;http://   86.237098&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:01:00.0[A] -&amp;gt; IRQ 39&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237105"&gt;http://   86.237105&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:1, slot:0, int pin:1 irq 40 vector 170 apic 124-24.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237106"&gt;http://   86.237106&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:01:00.1&lt;b&gt; -&amp;gt; IRQ 40&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237112"&gt;http://   86.237112&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:4, slot:0, int pin:0 irq 41 vector 178 apic 124-25.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237114"&gt;http://   86.237114&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:04:00.0[A] -&amp;gt; IRQ 41&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237120"&gt;http://   86.237120&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:4, slot:0, int pin:1 irq 42 vector 186 apic 124-26.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237122"&gt;http://   86.237122&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:04:00.1&lt;b&gt; -&amp;gt; IRQ 42&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237128"&gt;http://   86.237128&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:7, slot:0, int pin:0 irq 43 vector 194 apic 124-27.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237130"&gt;http://   86.237130&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:07:00.0[A] -&amp;gt; IRQ 43&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237137"&gt;http://   86.237137&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:8, slot:0, int pin:0 irq 44 vector 202 apic 124-28.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237138"&gt;http://   86.237138&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:08:00.0[A] -&amp;gt; IRQ 44&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237145"&gt;http://   86.237145&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:8, slot:0, int pin:1 irq 45 vector 210 apic 124-29.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237147"&gt;http://   86.237147&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:08:00.1&lt;b&gt; -&amp;gt; IRQ 45&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237153"&gt;http://   86.237153&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:9, slot:0, int pin:0 irq 46 vector 218 apic 124-30.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237155"&gt;http://   86.237155&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:09:00.0[A] -&amp;gt; IRQ 46&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237161"&gt;http://   86.237161&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:10, slot:0, int pin:0 irq 47 vector 226 apic 124-31.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237163"&gt;http://   86.237163&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:0a:00.0[A] -&amp;gt; IRQ 47&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237170"&gt;http://   86.237170&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:10, slot:0, int pin:1 irq 48 vector 234 apic 124-32.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237172"&gt;http://   86.237172&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:0a:00.1&lt;b&gt; -&amp;gt; IRQ 48&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237178"&gt;http://   86.237178&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:11, slot:0, int pin:0 irq 49 vector 51 apic 124-33.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237180"&gt;http://   86.237180&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:0b:00.0[A] -&amp;gt; IRQ 49&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237186"&gt;http://   86.237186&lt;/a&gt; PCI -&amp;gt; IRQ mapping bus:11, slot:0, int pin:1 irq 50 vector 59 apic 124-34.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237188"&gt;http://   86.237188&lt;/a&gt; PCI-&amp;gt;APIC IRQ transform: 0000:0b:00.1&lt;b&gt; -&amp;gt; IRQ 50&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237552"&gt;http://   86.237552&lt;/a&gt; PCI: Bridge: 0000:00:01.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237555"&gt;http://   86.237555&lt;/a&gt;   IO window: e000-efff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237558"&gt;http://   86.237558&lt;/a&gt;   MEM window: fb900000-fbafffff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237561"&gt;http://   86.237561&lt;/a&gt;   PREFETCH window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237564"&gt;http://   86.237564&lt;/a&gt; PCI: Bridge: 0000:00:02.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237565"&gt;http://   86.237565&lt;/a&gt;   IO window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237568"&gt;http://   86.237568&lt;/a&gt;   MEM window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237571"&gt;http://   86.237571&lt;/a&gt;   PREFETCH window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237574"&gt;http://   86.237574&lt;/a&gt; PCI: Bridge: 0000:00:03.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237576"&gt;http://   86.237576&lt;/a&gt;   IO window: d000-dfff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237580"&gt;http://   86.237580&lt;/a&gt;   MEM window: fb500000-fb8fffff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237582"&gt;http://   86.237582&lt;/a&gt;   PREFETCH window: fef00000-feffffff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237586"&gt;http://   86.237586&lt;/a&gt; PCI: Bridge: 0000:00:04.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237587"&gt;http://   86.237587&lt;/a&gt;   IO window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237590"&gt;http://   86.237590&lt;/a&gt;   MEM window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237592"&gt;http://   86.237592&lt;/a&gt;   PREFETCH window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237595"&gt;http://   86.237595&lt;/a&gt; PCI: Bridge: 0000:00:05.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237597"&gt;http://   86.237597&lt;/a&gt;   IO window: c000-cfff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237601"&gt;http://   86.237601&lt;/a&gt;   MEM window: fbe00000-fbefffff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237603"&gt;http://   86.237603&lt;/a&gt;   PREFETCH window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237607"&gt;http://   86.237607&lt;/a&gt; PCI: Bridge: 0000:00:06.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237609"&gt;http://   86.237609&lt;/a&gt;   IO window: b000-bfff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237612"&gt;http://   86.237612&lt;/a&gt;   MEM window: fbd00000-fbdfffff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237614"&gt;http://   86.237614&lt;/a&gt;   PREFETCH window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237618"&gt;http://   86.237618&lt;/a&gt; PCI: Bridge: 0000:00:07.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237620"&gt;http://   86.237620&lt;/a&gt;   IO window: a000-afff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237623"&gt;http://   86.237623&lt;/a&gt;   MEM window: fb200000-fb4fffff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237626"&gt;http://   86.237626&lt;/a&gt;   PREFETCH window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237629"&gt;http://   86.237629&lt;/a&gt; PCI: Bridge: 0000:00:08.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237631"&gt;http://   86.237631&lt;/a&gt;   IO window: 9000-9fff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237634"&gt;http://   86.237634&lt;/a&gt;   MEM window: fbc00000-fbcfffff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237637"&gt;http://   86.237637&lt;/a&gt;   PREFETCH window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237640"&gt;http://   86.237640&lt;/a&gt; PCI: Bridge: 0000:00:09.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237642"&gt;http://   86.237642&lt;/a&gt;   IO window: 8000-8fff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237645"&gt;http://   86.237645&lt;/a&gt;   MEM window: fbb00000-fbbfffff&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237648"&gt;http://   86.237648&lt;/a&gt;   PREFETCH window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237651"&gt;http://   86.237651&lt;/a&gt; PCI: Bridge: 0000:00:0a.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237652"&gt;http://   86.237652&lt;/a&gt;   IO window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237655"&gt;http://   86.237655&lt;/a&gt;   MEM window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237657"&gt;http://   86.237657&lt;/a&gt;   PREFETCH window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237661"&gt;http://   86.237661&lt;/a&gt; PCI: Bridge: 0000:00:1e.0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237662"&gt;http://   86.237662&lt;/a&gt;   IO window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237665"&gt;http://   86.237665&lt;/a&gt;   MEM window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237668"&gt;http://   86.237668&lt;/a&gt;   PREFETCH window: disabled.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237685"&gt;http://   86.237685&lt;/a&gt; PCI: Setting latency timer of device 0000:00:01.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237699"&gt;http://   86.237699&lt;/a&gt; PCI: Setting latency timer of device 0000:00:02.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237713"&gt;http://   86.237713&lt;/a&gt; PCI: Setting latency timer of device 0000:00:03.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237727"&gt;http://   86.237727&lt;/a&gt; PCI: Setting latency timer of device 0000:00:04.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237741"&gt;http://   86.237741&lt;/a&gt; PCI: Setting latency timer of device 0000:00:05.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237755"&gt;http://   86.237755&lt;/a&gt; PCI: Setting latency timer of device 0000:00:06.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237768"&gt;http://   86.237768&lt;/a&gt; PCI: Setting latency timer of device 0000:00:07.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237782"&gt;http://   86.237782&lt;/a&gt; PCI: Setting latency timer of device 0000:00:08.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237795"&gt;http://   86.237795&lt;/a&gt; PCI: Setting latency timer of device 0000:00:09.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237809"&gt;http://   86.237809&lt;/a&gt; PCI: Setting latency timer of device 0000:00:0a.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237819"&gt;http://   86.237819&lt;/a&gt; PCI: Setting latency timer of device 0000:00:1e.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.237832"&gt;http://   86.237832&lt;/a&gt; NET: Registered protocol family 2&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.316103"&gt;http://   86.316103&lt;/a&gt; IP route cache hash table entries: 4096 (order: 3, 32768 bytes)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.316151"&gt;http://   86.316151&lt;/a&gt; TCP established hash table entries: 16384 (order: 5, 131072 bytes)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.316182"&gt;http://   86.316182&lt;/a&gt; TCP bind hash table entries: 8192 (order: 4, 65536 bytes)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.316197"&gt;http://   86.316197&lt;/a&gt; TCP: Hash tables configured (established 16384 bind 8192)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.316199"&gt;http://   86.316199&lt;/a&gt; TCP reno registered&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.316839"&gt;http://   86.316839&lt;/a&gt; audit: initializing netlink socket (disabled)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.316845"&gt;http://   86.316845&lt;/a&gt; type=2000 audit(1259161090.820:1): initialized&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.316876"&gt;http://   86.316876&lt;/a&gt; Total HugeTLB memory allocated, 0&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.316925"&gt;http://   86.316925&lt;/a&gt; VFS: Disk quotas dquot_6.5.1&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.316933"&gt;http://   86.316933&lt;/a&gt; Dquot-cache hash table entries: 512 (order 0, 4096 bytes)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.316956"&gt;http://   86.316956&lt;/a&gt; squashfs: version 3.2-alpha (2006/12/12) Phillip Lougher&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.316975"&gt;http://   86.316975&lt;/a&gt; fuse init (API version 7.7)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.317021"&gt;http://   86.317021&lt;/a&gt; SELinux:  Registering netfilter hooks&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.375979"&gt;http://   86.375979&lt;/a&gt; Initializing Cryptographic API&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.375990"&gt;http://   86.375990&lt;/a&gt; alg: No test for crc32c (crc32c-generic)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.375991"&gt;http://   86.375991&lt;/a&gt; ksign: Installing public key data&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.375993"&gt;http://   86.375993&lt;/a&gt; Loading keyring&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.375994"&gt;http://   86.375994&lt;/a&gt; io scheduler noop registered&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.375999"&gt;http://   86.375999&lt;/a&gt; io scheduler anticipatory registered&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.376002"&gt;http://   86.376002&lt;/a&gt; io scheduler deadline registered&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.376008"&gt;http://   86.376008&lt;/a&gt; io scheduler cfq registered (default)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436449"&gt;http://   86.436449&lt;/a&gt; PCI: Setting latency timer of device 0000:00:01.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436484"&gt;http://   86.436484&lt;/a&gt; assign_interrupt_mode Found MSI capability&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436486"&gt;http://   86.436486&lt;/a&gt; Allocate Port Service&lt;strike&gt;0000:00:01.0:pcie00&lt;/strike&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436522"&gt;http://   86.436522&lt;/a&gt; PCI: Setting latency timer of device 0000:00:02.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436557"&gt;http://   86.436557&lt;/a&gt; assign_interrupt_mode Found MSI capability&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436561"&gt;http://   86.436561&lt;/a&gt; Allocate Port Service&lt;strike&gt;0000:00:02.0:pcie00&lt;/strike&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436592"&gt;http://   86.436592&lt;/a&gt; PCI: Setting latency timer of device 0000:00:03.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436628"&gt;http://   86.436628&lt;/a&gt; assign_interrupt_mode Found MSI capability&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436630"&gt;http://   86.436630&lt;/a&gt; Allocate Port Service&lt;strike&gt;0000:00:03.0:pcie00&lt;/strike&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436662"&gt;http://   86.436662&lt;/a&gt; PCI: Setting latency timer of device 0000:00:04.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436697"&gt;http://   86.436697&lt;/a&gt; assign_interrupt_mode Found MSI capability&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436699"&gt;http://   86.436699&lt;/a&gt; Allocate Port Service&lt;strike&gt;0000:00:04.0:pcie00&lt;/strike&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436732"&gt;http://   86.436732&lt;/a&gt; PCI: Setting latency timer of device 0000:00:05.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436767"&gt;http://   86.436767&lt;/a&gt; assign_interrupt_mode Found MSI capability&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436769"&gt;http://   86.436769&lt;/a&gt; Allocate Port Service&lt;strike&gt;0000:00:05.0:pcie00&lt;/strike&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436800"&gt;http://   86.436800&lt;/a&gt; PCI: Setting latency timer of device 0000:00:06.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436835"&gt;http://   86.436835&lt;/a&gt; assign_interrupt_mode Found MSI capability&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436838"&gt;http://   86.436838&lt;/a&gt; Allocate Port Service&lt;strike&gt;0000:00:06.0:pcie00&lt;/strike&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436869"&gt;http://   86.436869&lt;/a&gt; PCI: Setting latency timer of device 0000:00:07.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436905"&gt;http://   86.436905&lt;/a&gt; assign_interrupt_mode Found MSI capability&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436907"&gt;http://   86.436907&lt;/a&gt; Allocate Port Service&lt;strike&gt;0000:00:07.0:pcie00&lt;/strike&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436942"&gt;http://   86.436942&lt;/a&gt; PCI: Setting latency timer of device 0000:00:08.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436977"&gt;http://   86.436977&lt;/a&gt; assign_interrupt_mode Found MSI capability&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.436979"&gt;http://   86.436979&lt;/a&gt; Allocate Port Service&lt;strike&gt;0000:00:08.0:pcie00&lt;/strike&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.437013"&gt;http://   86.437013&lt;/a&gt; PCI: Setting latency timer of device 0000:00:09.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.437048"&gt;http://   86.437048&lt;/a&gt; assign_interrupt_mode Found MSI capability&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.437050"&gt;http://   86.437050&lt;/a&gt; Allocate Port Service&lt;strike&gt;0000:00:09.0:pcie00&lt;/strike&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.437082"&gt;http://   86.437082&lt;/a&gt; PCI: Setting latency timer of device 0000:00:0a.0 to 64&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.437117"&gt;http://   86.437117&lt;/a&gt; assign_interrupt_mode Found MSI capability&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.437120"&gt;http://   86.437120&lt;/a&gt; Allocate Port Service&lt;strike&gt;0000:00:0a.0:pcie00&lt;/strike&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.437341"&gt;http://   86.437341&lt;/a&gt; pci_hotplug: PCI Hot Plug PCI Core version: 0.5&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.438688"&gt;http://   86.438688&lt;/a&gt; Real Time Clock Driver v1.12ac&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.438690"&gt;http://   86.438690&lt;/a&gt; Linux agpgart interface v0.101 (c) Dave Jones&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.438719"&gt;http://   86.438719&lt;/a&gt; Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.438821"&gt;http://   86.438821&lt;/a&gt; serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.438918"&gt;http://   86.438918&lt;/a&gt; serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.439646"&gt;http://   86.439646&lt;/a&gt; RAMDISK driver initialized: 1 RAM disks of 307200K size 1024 blocksize&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.439826"&gt;http://   86.439826&lt;/a&gt; loop: loaded (max 8 devices)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.439889"&gt;http://   86.439889&lt;/a&gt; Linux video capture interface: v2.00&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.440791"&gt;http://   86.440791&lt;/a&gt; i8042.c: No controller found.&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.488566"&gt;http://   86.488566&lt;/a&gt; mice: PS/2 mouse device common for all mice&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.488645"&gt;http://   86.488645&lt;/a&gt; TCP bic registered&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.488646"&gt;http://   86.488646&lt;/a&gt; Initializing IPsec netlink socket&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.488654"&gt;http://   86.488654&lt;/a&gt; NET: Registered protocol family 1&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.488658"&gt;http://   86.488658&lt;/a&gt; NET: Registered protocol family 17&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.488683"&gt;http://   86.488683&lt;/a&gt; Freeing unused kernel memory: 164k freed&lt;br /&gt;
&lt;a class="jive-link-external" href="http://   86.488747"&gt;http://   86.488747&lt;/a&gt; mask_IO_APIC_irq 4 called&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;p /&gt;
Regards,&lt;br /&gt;
&lt;p /&gt;
Amit &lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;</description>
      <pubDate>Thu, 26 Nov 2009 05:40:14 GMT</pubDate>
      <author>amitdebnath</author>
      <guid>http://communities.vmware.com/message/1426344?tstart=0#1426344</guid>
      <dc:date>2009-11-26T05:40:14Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: password question</title>
      <link>http://communities.vmware.com/message/1426364?tstart=0#1426364</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;Michblit wrote:&lt;/span&gt; Hi Woody,  I am so glad that you made a reply. Do you remember working with me a couple of weeks ago to fix my password problem?&lt;/div&gt;
&lt;br /&gt;
Yes I do remember you and I tried calling you earlier this evening and there was no answer.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;All has been fine, I haven't needed a password then suddenly I was getting the message that I needed to change my password , that it was about to expire. This totally baffled me because I thought we eliminated all that ,&lt;/div&gt;
&lt;br /&gt;
No, what we did was reset the password to a blank password and because you only have one account it just logs in automatically but Vista forces a password reset every after n number of days &lt;i&gt;(IIRC n is 42)&lt;/i&gt; and start notifying 14 days in advance.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;I was just going to ignore the message. But now it's down to a 3 day warning and I started to worry that I will find myself back in the same boat I started in, no access to my Windows. You walked me through the whole password issue.....and know the settings that were made, what should I do here? I am almost wondering if I wouldn't be better off just creating a password and then creating the password reset disc in case there are future problems.&lt;/div&gt;
&lt;br /&gt;
You certainly can do that however you have to create a floppy disk image and assign it to the Floppy drive that you'd have to add it to the Virtual Machine and then format it to use it and since you're technically challenged &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";)" /&gt; you'd probably have a hard time doing it.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;What would you do ?&lt;/div&gt;
&lt;br /&gt;
I would do exactly what I posted in my previously reply in this thread and I've included a direct download link for the User Manager for XP/Vista Home 2.2-RELEASE in that reply as well as a link to the XPHome tools web site and directions and a screenshot.  What in my previous reply do you not understand?&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Thanks Woody,&lt;br /&gt;
Michelle&lt;/div&gt;
&lt;br /&gt;
Your welcome and sorry I haven't had time to reply earlier.</description>
      <pubDate>Thu, 26 Nov 2009 05:26:51 GMT</pubDate>
      <author>WoodyZ</author>
      <guid>http://communities.vmware.com/message/1426364?tstart=0#1426364</guid>
      <dc:date>2009-11-26T05:26:51Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Windows 2003EE x64 и ESX4</title>
      <link>http://communities.vmware.com/message/1426363?tstart=0#1426363</link>
      <description>Михаил есть какие нибудь идеи по поводу моей проблемы....?</description>
      <pubDate>Thu, 26 Nov 2009 05:26:30 GMT</pubDate>
      <author>dfxz</author>
      <guid>http://communities.vmware.com/message/1426363?tstart=0#1426363</guid>
      <dc:date>2009-11-26T05:26:30Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Can I covert an Xp installation from inside another OS</title>
      <link>http://communities.vmware.com/message/1426362?tstart=0#1426362</link>
      <description>Ok after I install the converter on the XP on E drive and then perform the conversion and save the image in lets say D drive.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Now can I use this virtual Image,  while running the Vmware player from inside both the Windows xpinstallations on C drive or E drive. What I mean here is can I run the &lt;br /&gt;
virtual Image of the E drive by booting inside either of the Xp installations on C or E drives.</description>
      <pubDate>Thu, 26 Nov 2009 05:20:44 GMT</pubDate>
      <author>qaznqwerty</author>
      <guid>http://communities.vmware.com/message/1426362?tstart=0#1426362</guid>
      <dc:date>2009-11-26T05:20:44Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
    </item>
    <item>
      <title>VDR restoration horror stories</title>
      <link>http://communities.vmware.com/message/1426331?tstart=0#1426331</link>
      <description>&lt;br /&gt;
I would like to ask the community if anyone has any horror stories regarding restorations from VDR (file and image level). We are evaluating the 1.1 appliance and my management is questioning the restore process. In our environment we have to get the backup to tape nightly which isn't that hard, so before i put my reputation on the line i was hoping that everyone might share some real world problems that they have encountered during the restoration of data.&lt;br /&gt;
&lt;p /&gt;
 I am a big advocate of VDR and i want to see it progress into a great appliance for sys admins. I just don't want to be burnt by it! Our initial eval has been encouraging but I haven't been able to convince my managers that de-duplication is an effective backup method and probably wont until the appliance matures.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks</description>
      <pubDate>Thu, 26 Nov 2009 05:13:25 GMT</pubDate>
      <author>MarkIveli</author>
      <guid>http://communities.vmware.com/message/1426331?tstart=0#1426331</guid>
      <dc:date>2009-11-26T05:13:25Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: password question</title>
      <link>http://communities.vmware.com/message/1426347?tstart=0#1426347</link>
      <description>Hi Woody,  I am so glad that you made a reply. Do you remember working with me a couple of weeks ago to fix my password problem?  All has been fine, I haven't needed a password then suddenly I was getting the message that I needed to change my password , that it was about to expire. This totally baffled me because I thought we eliminated all that , I was just going to ignore the message. But now it's down to a 3 day warning and I started to worry that I will find myself back in the same boat I started in, no access to my Windows. You walked me through the whole password issue.....and know the settings that were made, what should I do here? I am almost wondering if I wouldn't be better off just creating a password and then creating the password reset disc in case there are future problems. What would you do ?&lt;br /&gt;
&lt;br /&gt;
Thanks Woody,&lt;br /&gt;
Michelle</description>
      <pubDate>Thu, 26 Nov 2009 05:11:21 GMT</pubDate>
      <author>Michblit</author>
      <guid>http://communities.vmware.com/message/1426347?tstart=0#1426347</guid>
      <dc:date>2009-11-26T05:11:21Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Viewing Wordpress sites in MAMP via vmware fusion</title>
      <link>http://communities.vmware.com/message/1426343?tstart=0#1426343</link>
      <description>Thank you so much for replying to my question. Is driving me nuts trying to figure out. &lt;br /&gt;
&lt;br /&gt;
I 'think' I have done that bit correctly. The url link that I use in the virtual IE browser is &lt;a class="jive-link-external" href="http://xxx.xxx.xxx.x:8888/"&gt;http://xxx.xxx.xxx.x:8888/&lt;/a&gt;    (xxx being the IP for my OS). I can get the 'Index of.... with all the links to the websites on MAMP come up and I can view the websites that are just html/css files ie. have not yet been converted to wordpress/PHP files. The sites that have been converted to wordpress are coming up exactly as though they would if they couldn't find the css file but it is there and functioning perfectly when viewing from Firefox or Safari on my mac. &lt;br /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;I have set the network up on vm as NAT. VMware Fusion help told me to do it as Bridged but that didn't work at all.&lt;/li&gt;
&lt;li&gt;I have not changed anything else in the set up ie. MAMP is the same as before I installed VM (ports are 8888 and 8889) and have changed nothing in my macs system preferences.&lt;/li&gt;
&lt;li&gt;VMware Fusion Settings/System Settings is set as shared with just documents checked.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Are you able to view both wordpress sites and non wordpress sites in your virtual pc?</description>
      <pubDate>Thu, 26 Nov 2009 05:11:07 GMT</pubDate>
      <author>calicosun</author>
      <guid>http://communities.vmware.com/message/1426343?tstart=0#1426343</guid>
      <dc:date>2009-11-26T05:11:07Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: VCB restore using Convertor Standlone fails for larg(ish) VCBs.</title>
      <link>http://communities.vmware.com/message/1426330?tstart=0#1426330</link>
      <description>&lt;br /&gt;
I have this kind of setup but with VCB15U1 150805 which is working fine.&lt;br /&gt;
&lt;p /&gt;
can you upgrade to latest VCB version. I am sure it will work with this converter. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 26 Nov 2009 05:05:22 GMT</pubDate>
      <author>Lakshmi Gayatri</author>
      <guid>http://communities.vmware.com/message/1426330?tstart=0#1426330</guid>
      <dc:date>2009-11-26T05:05:22Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: How can I change  the vSphere's   default   http&amp;#38;https   port :80 &amp;#38;443   to  others for safty reason ?</title>
      <link>http://communities.vmware.com/message/1426342?tstart=0#1426342</link>
      <description>&lt;br /&gt;
In vSphere Client go to Administration select vCenter server settings, Pop window comes select Ports in left hand side &amp;#38; modify port over here, but you need to reboot  vCenter server for changes to take effect.&lt;br /&gt;
&lt;p /&gt;
 Thanx,&lt;br /&gt;
&lt;p /&gt;
-M</description>
      <pubDate>Thu, 26 Nov 2009 05:00:13 GMT</pubDate>
      <author>mukheem</author>
      <guid>http://communities.vmware.com/message/1426342?tstart=0#1426342</guid>
      <dc:date>2009-11-26T05:00:13Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
    </item>
    <item>
      <title>Has anybody been able to get an upgrade from Fusion 2 bought from Amazon?</title>
      <link>http://communities.vmware.com/message/1426329?tstart=0#1426329</link>
      <description>&lt;br /&gt;
I am still waiting for my Fusion 3 serial number.&lt;br /&gt;
&lt;p /&gt;
I ordered Fusion 2 (with free upgrade to Fusion 3) from Amazon on October 7, 2009.&lt;br /&gt;
I mailed in the required forms to:&lt;br /&gt;
&lt;br /&gt;
Free Upgrade VMware Fusion 3&lt;br /&gt;
PO Box 360767&lt;br /&gt;
Milpitas, CA 95036&lt;br /&gt;
on Oct 31,2009. &lt;br /&gt;
&lt;br /&gt;
I have not heard anything back, and when I check the serial number page with the Fusion 2 serial number, I get the following message:&lt;br /&gt;
&lt;span style="color:#ff0000"&gt;The serial number you entered is not yet processed.&lt;br /&gt;
Please allow 2 weeks to update our systems if you mailed in your form.&lt;br /&gt;
If you have not mailed your upgrade eligibilty form, Please follow the&lt;br /&gt;
instructions below.&lt;br /&gt;
&lt;/span&gt;It has been 3+ weeks since I sent in the the forms and my trial serial number has just expired, so I am getting desperate. I tried to open a support ticket on the web a week ago, but did not hear anything back, not even a ticket number as promised on the web site.   I also called the upgrade phone number this morning and left a message, and I have not received the promised callback.&lt;br /&gt;
&lt;p /&gt;
 Thre days ago I emailed free-upgrade@rebates-vmware.com with essentially the above message.  This created a ticket and when checking it I see, that another ticket was created on 11/17 from my first try.  So now I actually has two open tickets on the subject with no response.&lt;br /&gt;
&lt;p /&gt;
Monday morning I called the phone number on the upgrade page and the only option I was presented with was to leave my phone number and someone would call me back.  Has not happenaed yet!&lt;br /&gt;
&lt;p /&gt;
 So all my attempts (including an earlier message here) have met with deafening silence.&lt;br /&gt;
&lt;p /&gt;
 I am sorry for my long rant, but I am at my wit's end, where do I go from here? &lt;br /&gt;
&lt;p /&gt;
I am usually very patient and understand that things might take a while, especially right after a new release, but as my trial serial number has just expired, I am now faced with having to downgrade to Fusion 2.&lt;br /&gt;
&lt;p /&gt;
To add insult to injury I was supposed to get a $10 rebate from SmithMicro, but they claim that the paper work was not complete (not a valid serial number), even I had sent a copy of the back of the CD sleeve, seems to be their modus operandi.&lt;br /&gt;
&lt;p /&gt;
Bjarne &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 26 Nov 2009 04:53:11 GMT</pubDate>
      <author>bmwdk</author>
      <guid>http://communities.vmware.com/message/1426329?tstart=0#1426329</guid>
      <dc:date>2009-11-26T04:53:11Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: View4 GA - Not using PCoIP?</title>
      <link>http://communities.vmware.com/message/1426328?tstart=0#1426328</link>
      <description>Finally connected the dots...Thanks for the advice!    I was using the Portal, instead the full client - no wonder the PCoIP wasn't working.  Up and running on PCoIP now - Wish the docs would explain that better...  Now I just need to figure out where the full client is hiding on my client machines.</description>
      <pubDate>Thu, 26 Nov 2009 04:50:00 GMT</pubDate>
      <author>JBarsness</author>
      <guid>http://communities.vmware.com/message/1426328?tstart=0#1426328</guid>
      <dc:date>2009-11-26T04:50:00Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: cmd.exe copy speed limitation -&amp;gt; Powershell</title>
      <link>http://communities.vmware.com/message/1426327?tstart=0#1426327</link>
      <description>&lt;br /&gt;
yes, thats right.&lt;br /&gt;
&lt;p /&gt;
you are welcome.</description>
      <pubDate>Thu, 26 Nov 2009 04:45:59 GMT</pubDate>
      <author>Lakshmi Gayatri</author>
      <guid>http://communities.vmware.com/message/1426327?tstart=0#1426327</guid>
      <dc:date>2009-11-26T04:45:59Z</dc:date>
      <clearspace:dateToText>1 day, 1 hour ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: password question</title>
      <link>http://communities.vmware.com/message/1426326?tstart=0#1426326</link>
      <description>Because you are using Microsoft Windows Vista Home Premium you cannot do as rcardona2k has suggested because Microsoft Management Console in that version does not have the lusrmgr.msc snap-in so you need to download and install &lt;a class="jive-link-external" href="http://www.xphometools.com/downloads/xphomeum-2.2-release.msi"&gt;User Manager for XP/Vista Home 2.2-RELEASE&lt;/a&gt; from &lt;a class="jive-link-external" href="http://www.xphometools.com/"&gt;XPHome tools&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
After it's installed just double-click the User Manager shortcut on the Desktop and then double-click on the target User and then check the User Cannot Change Password check box and the Password Never Expires check box.&lt;br /&gt;
&lt;br /&gt;
Note: You do not need to purchase the User Manager for XP/Vista Home and you can just uninstall it after you've changed the setting.&lt;br /&gt;
&lt;br /&gt;
 &lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/2-1426326-7788/User_Manager.png" alt="User_Manager.png" width="450" class="jive-image-thumbnail jive-image" onclick="myJiveImage.start(this, 'http://communities.vmware.com/servlet/JiveServlet/downloadImage/2-1426326-7788/User_Manager.png');return false;"/&gt;</description>
      <pubDate>Thu, 26 Nov 2009 04:40:51 GMT</pubDate>
      <author>WoodyZ</author>
      <guid>http://communities.vmware.com/message/1426326?tstart=0#1426326</guid>
      <dc:date>2009-11-26T04:40:51Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>How to disable smart card login</title>
      <link>http://communities.vmware.com/message/1426341?tstart=0#1426341</link>
      <description>&lt;br /&gt;
I use a smart card for work and I have it constantly in my card reader.  When I try to login to vmware server through the web gui (&lt;a class="jive-link-external" href="https://server-ip:8333"&gt;https://server-ip:8333&lt;/a&gt;), it continues to prompt me for my CAC pin.  If I remove the CAC and cancel the prompt, it gives me the username/password page.  I want it to give me that page even when my smart card (CAC) is inserted into my laptop.&lt;br /&gt;
&lt;p /&gt;
 In my server.xml file from  /usr/lib/vmware/webAccess/tomcat/apache-tomcat-6.0.16/conf has the following in it:&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
    &amp;lt;!--&lt;br /&gt;
    &amp;lt;Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"&lt;br /&gt;
               maxThreads="150" scheme="https" secure="true"&lt;br /&gt;
               clientAuth="false" sslProtocol="TLS" /&amp;gt;&lt;br /&gt;
    --&amp;gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I'm not sure what to change.</description>
      <pubDate>Thu, 26 Nov 2009 04:32:19 GMT</pubDate>
      <author>berky2755</author>
      <guid>http://communities.vmware.com/message/1426341?tstart=0#1426341</guid>
      <dc:date>2009-11-26T04:32:19Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: password question</title>
      <link>http://communities.vmware.com/message/1426340?tstart=0#1426340</link>
      <description>The section I referenced is definitely missing from your configuration of compmgmt.  There's a longer way to get to it that should work.  In the Start menu, search for "mmc.exe" and run it.  Under the File menu choose "Add/remove snap-in", from the Available snap-ins list, choose "Local Users and Groups".  Click "Add &amp;gt;" to add it to the list on the right.  Confirm the snap-in will manage the local computer and click Finish.  Click OK to complete adding the users and groups snap-in.  Under Console Root you should now have the Local Users and Groups item, which has two folders User and Groups.  In the User folder find your login, double-click your login name then the options shown above should be available.</description>
      <pubDate>Thu, 26 Nov 2009 04:32:16 GMT</pubDate>
      <author>rcardona2k</author>
      <guid>http://communities.vmware.com/message/1426340?tstart=0#1426340</guid>
      <dc:date>2009-11-26T04:32:16Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Default Shares Values Weird</title>
      <link>http://communities.vmware.com/message/1426339?tstart=0#1426339</link>
      <description>By default , number of cpus assigned to the VM is also taken into account . For example , if you have 3 vm's with 2 cpus assigned to each and shares are not specified ( or normal by default ) , then share value will be same .  If different shares are specified , ( low , normal , high ) you will oberserve the ratio as expected . &lt;br /&gt;
&lt;br /&gt;
If you assign  a vm with 1 cpu and second vm with 2 cpus , one would expect vm with 2 cpus to get twice the cpu resources compared to vm with 1 cpu . Hence even if shares assigned are same ( normal in your cases ) ,  vm with higher number of cpus are internally assigned more shares .&lt;br /&gt;
&lt;br /&gt;
User still has the option to over ride this behaviour by setting custom shares as you have done .</description>
      <pubDate>Thu, 26 Nov 2009 04:29:22 GMT</pubDate>
      <author>Deepeer</author>
      <guid>http://communities.vmware.com/message/1426339?tstart=0#1426339</guid>
      <dc:date>2009-11-26T04:29:22Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: View4 GA - Not using PCoIP?</title>
      <link>http://communities.vmware.com/message/1426325?tstart=0#1426325</link>
      <description>Yes.  I installed the client via the web connection to the Connection Manager, and double-checked that it is the View 4 client with all options installed except "USB Redirection" and "Log in as current user".  DId I install too many pieces - is something causing it not to enable the PCoIP?</description>
      <pubDate>Thu, 26 Nov 2009 04:23:37 GMT</pubDate>
      <author>JBarsness</author>
      <guid>http://communities.vmware.com/message/1426325?tstart=0#1426325</guid>
      <dc:date>2009-11-26T04:23:37Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Workstation 7 Trial fails to install on Windows 2008 R2 Enterprise x64</title>
      <link>http://communities.vmware.com/message/1426338?tstart=0#1426338</link>
      <description>&lt;br /&gt;
If that is the case, I apologize and stand corrected. I could have swore I read that in the WS7 EULA. &lt;br /&gt;
&lt;p /&gt;
You should probably choose your words a little more carefully. Calling someone's post "nonsense" is poor etiquette.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 26 Nov 2009 04:20:31 GMT</pubDate>
      <author>dlchapman</author>
      <guid>http://communities.vmware.com/message/1426338?tstart=0#1426338</guid>
      <dc:date>2009-11-26T04:20:31Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Simple Network help - bridged mode?</title>
      <link>http://communities.vmware.com/message/1426324?tstart=0#1426324</link>
      <description>It is Windows XP, single NIC.&lt;br /&gt;
&lt;br /&gt;
I have tried with both the windows firewall on and off.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Mick</description>
      <pubDate>Thu, 26 Nov 2009 04:19:59 GMT</pubDate>
      <author>Znelbok</author>
      <guid>http://communities.vmware.com/message/1426324?tstart=0#1426324</guid>
      <dc:date>2009-11-26T04:19:59Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Unable to upgrade ESX4.0 to ESX4.0 U1</title>
      <link>http://communities.vmware.com/message/1426337?tstart=0#1426337</link>
      <description>To resolve the issue I had to reinstall the vSphere U1 again on the host. The host had earlier a vSphere U1 candidate cleanly installed, which was conflicting with the new GA release of U1.&lt;br /&gt;
&lt;br /&gt;
Thanks!</description>
      <pubDate>Thu, 26 Nov 2009 04:18:27 GMT</pubDate>
      <author>Meghaj</author>
      <guid>http://communities.vmware.com/message/1426337?tstart=0#1426337</guid>
      <dc:date>2009-11-26T04:18:27Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: View4 GA - Not using PCoIP?</title>
      <link>http://communities.vmware.com/message/1426314?tstart=0#1426314</link>
      <description>If PCoIP is not showing up as  an option on the client that indicates the necessary components have not been installed. Has the View 4 client been installed on the clients? &lt;br /&gt;
&lt;br /&gt;
WP</description>
      <pubDate>Thu, 26 Nov 2009 04:13:00 GMT</pubDate>
      <author>wponder</author>
      <guid>http://communities.vmware.com/message/1426314?tstart=0#1426314</guid>
      <dc:date>2009-11-26T04:13:00Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: XP virtual machine stopped working ntoskrnl.exe missing or corrupt. PLEASE HELP</title>
      <link>http://communities.vmware.com/message/1426336?tstart=0#1426336</link>
      <description>One way to fix is to boot into the Windows Recovery console from the XP installation disc and follow Microsoft's KB article on replacing ntoskrnl.exe at &lt;a class="jive-link-external" href="http://support.microsoft.com/kb/314477"&gt;Windows could not start because of a computer disk hardware configuration problem&lt;/a&gt;.  The option to run the recovery console is offered during the XP installation disc startup process.</description>
      <pubDate>Thu, 26 Nov 2009 04:11:26 GMT</pubDate>
      <author>rcardona2k</author>
      <guid>http://communities.vmware.com/message/1426336?tstart=0#1426336</guid>
      <dc:date>2009-11-26T04:11:26Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Windows7 Can't Install</title>
      <link>http://communities.vmware.com/message/1426335?tstart=0#1426335</link>
      <description>Thank you again, rcardona2k.&lt;br /&gt;
&lt;br /&gt;
That blog post was very informative, but I believe it is indicated for windows users - when I right click as instructed I don't see "properties" as an option.  When I double click on the .exe file I get text edit with gibberish.&lt;br /&gt;
&lt;br /&gt;
I think this exact topic for Mac is what I really need, so I'm getting closer.  I'll keep searching and if you have any other ideas, let me know!&lt;br /&gt;
&lt;br /&gt;
Thanks again,&lt;br /&gt;
Anicka</description>
      <pubDate>Thu, 26 Nov 2009 04:10:55 GMT</pubDate>
      <author>An1cka</author>
      <guid>http://communities.vmware.com/message/1426335?tstart=0#1426335</guid>
      <dc:date>2009-11-26T04:10:55Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESXi-4.0.0-update01.zip?? Where can I download it?</title>
      <link>http://communities.vmware.com/message/1426323?tstart=0#1426323</link>
      <description>I'm having the same issue. I'm using the free version and I'm trying to use ESXi-4.0.0-1.9.208167-upgrade-release.zip and when I try and update via the host update utility, I get the following error&lt;br /&gt;
&lt;br /&gt;
"Failed to read the upgrade package metadata. CRC mismatch&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
EDIT* Sorry, i just realized this was a "wehre can I download" thread, not a "I cant update" thread</description>
      <pubDate>Thu, 26 Nov 2009 04:07:50 GMT</pubDate>
      <author>lowburb</author>
      <guid>http://communities.vmware.com/message/1426323?tstart=0#1426323</guid>
      <dc:date>2009-11-26T04:07:50Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>How can I change  the vSphere's   default   http&amp;#38;https   port :80 &amp;#38;443   to  others for safty reason ?</title>
      <link>http://communities.vmware.com/message/1426313?tstart=0#1426313</link>
      <description>I want to modified the default http&amp;#38;https ports ,but nof found any config file about this ,anyonr can help me ?</description>
      <pubDate>Thu, 26 Nov 2009 03:57:44 GMT</pubDate>
      <author>realji</author>
      <guid>http://communities.vmware.com/message/1426313?tstart=0#1426313</guid>
      <dc:date>2009-11-26T03:57:44Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Fusion 3 VHD Import N/A...</title>
      <link>http://communities.vmware.com/message/1426334?tstart=0#1426334</link>
      <description>Fusion can open a Microsoft-based virtual machine based off a *.vmc machine descriptor file.  If there is a VHD defined in virtual machine, Fusion will create a differencing VMDK (a snapshot), and import a VMware virtual machine referencing the VMDK file.  A good example of this the &lt;a class="jive-link-external" href="http://www.vmware.com/appliances/directory/649"&gt;Windows Server 2003 R3 virtual appliance&lt;/a&gt; in the VMware VMTN Appliance Market.  The download description even talks about how the import process works.</description>
      <pubDate>Thu, 26 Nov 2009 03:57:18 GMT</pubDate>
      <author>rcardona2k</author>
      <guid>http://communities.vmware.com/message/1426334?tstart=0#1426334</guid>
      <dc:date>2009-11-26T03:57:18Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Where is the Change Log of VMware Server 2?</title>
      <link>http://communities.vmware.com/message/1426333?tstart=0#1426333</link>
      <description>Where is the Change Log of VMware Server 2?</description>
      <pubDate>Thu, 26 Nov 2009 03:46:44 GMT</pubDate>
      <author>easeit</author>
      <guid>http://communities.vmware.com/message/1426333?tstart=0#1426333</guid>
      <dc:date>2009-11-26T03:46:44Z</dc:date>
      <clearspace:dateToText>1 day, 2 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Unidentified Network Again</title>
      <link>http://communities.vmware.com/message/1426322?tstart=0#1426322</link>
      <description>&lt;br /&gt;
I ran into this in version 6.5 and I think Continuum posted a fix by going into Group Policy  and making a change then deleting the virtual network cards in the VM editor and rebootiing.I'm now running Windows 7 with Workstation 7  in bridging mode. In the editor I see no way to delete the network cards.  The network does work but I see the annoying unidentified network in windows. &lt;br /&gt;
&lt;p /&gt;
Joe</description>
      <pubDate>Thu, 26 Nov 2009 03:42:01 GMT</pubDate>
      <author>Joe1948</author>
      <guid>http://communities.vmware.com/message/1426322?tstart=0#1426322</guid>
      <dc:date>2009-11-26T03:42:01Z</dc:date>
      <clearspace:dateToText>1 day, 3 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Windows7 Can't Install</title>
      <link>http://communities.vmware.com/message/1426332?tstart=0#1426332</link>
      <description>The only programs I've seen that Microsoft distributes ISO-format media are MSDN, Technet and Volume License sites.  For retail sales, Microsoft partners (outsources) this function.  Another user, HughBorg707 posted about the delimma of the format the download version comes in and posted this blog posting to help:&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.mydigitallife.info/2009/10/23/how-to-create-and-make-bootable-windows-7-iso-from-exe-plus-setup1-box-and-setup2-box-files/"&gt;How to Create and Make Bootable Windows 7 ISO from EXE Plus Setup1.Box and Setup2.Box Files&lt;/a&gt;</description>
      <pubDate>Thu, 26 Nov 2009 03:35:04 GMT</pubDate>
      <author>rcardona2k</author>
      <guid>http://communities.vmware.com/message/1426332?tstart=0#1426332</guid>
      <dc:date>2009-11-26T03:35:04Z</dc:date>
      <clearspace:dateToText>1 day, 3 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Unable to view certain directories on console.</title>
      <link>http://communities.vmware.com/message/1426321?tstart=0#1426321</link>
      <description>&lt;br /&gt;
You're right about the  right part of the symlink being dark blue and not light blue.  I have compared this ESXi box to another and the output of "df" was different.  There were a lot of mount ponts missing from the "bad" system. Question is how did that happen? ...and How do I get them back?&lt;br /&gt;
&lt;p /&gt;
Senior Hosting Engineer&lt;br /&gt;
ModusLink Open Channel Solutions, Inc.</description>
      <pubDate>Thu, 26 Nov 2009 03:33:40 GMT</pubDate>
      <author>doepain</author>
      <guid>http://communities.vmware.com/message/1426321?tstart=0#1426321</guid>
      <dc:date>2009-11-26T03:33:40Z</dc:date>
      <clearspace:dateToText>1 day, 3 hours ago</clearspace:dateToText>
    </item>
  </channel>
</rss>

