<?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 - Renaming VMnics to match PCI Slot Numbers</title>
    <link>http://communities.vmware.com/community/vmtn/vi/install?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Mon, 28 Sep 2009 19:24:11 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-09-28T19:24:11Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1376018?tstart=0#1376018</link>
      <description>Hey Guys --&lt;br /&gt;
&lt;br /&gt;
Currently installing vsphere 4.0 and I noticed that my nics are out of order. I want the internal broadcom nic to come up as nic 0 but it is showing up has nic2. &lt;br /&gt;
&lt;p /&gt;
Linux Dynasty I spent all day trying to get your script to run but since I am very new to linux it took me a bit to realize I needed to install Python and then once I downloaded Python I then needed GCC. I have spent the better half of the day trying to locate a binary for GCC but with no luck. I have not yet installed GCC which means I cannot install Python. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
How can I get pass this ? What information will you like ?</description>
      <pubDate>Mon, 28 Sep 2009 19:22:40 GMT</pubDate>
      <author>livinma1</author>
      <guid>http://communities.vmware.com/message/1376018?tstart=0#1376018</guid>
      <dc:date>2009-09-28T19:22:40Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1348388?tstart=0#1348388</link>
      <description>&lt;br /&gt;
Hello, &lt;br /&gt;
&lt;p /&gt;
 I downloaded the script and used it, it works great, however since i'm new to the whole ks and post script arena i would like to know how could i include this script in the %post section of my ks. I need to deploy more than 40 hosts in one night and i don't want to configure them manually. i jsut want to automate as much as possible. Thanks for your help!!&lt;br /&gt;
&lt;p /&gt;
 -- Ken</description>
      <pubDate>Thu, 27 Aug 2009 15:55:19 GMT</pubDate>
      <author>keinstein</author>
      <guid>http://communities.vmware.com/message/1348388?tstart=0#1348388</guid>
      <dc:date>2009-08-27T15:55:19Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1225537?tstart=0#1225537</link>
      <description>that's all I was asking for. I just wanted to know why you have to set modules.conf. and what you are saying does makes sense. I never had to boot into linux mode on any of my esx servers  so I never ran into this issue. the reason for the flaming is that you made this personal by implying that I am soliciting my site and throwing your title around as well. all I wanted to know is why and now that you explained it to me. I will research this issue. fyi... I run my site out of my own pocket and the sole purpose of the site is to share my knowledge with every one..</description>
      <pubDate>Tue, 14 Apr 2009 21:21:45 GMT</pubDate>
      <author>linuxdynasty</author>
      <guid>http://communities.vmware.com/message/1225537?tstart=0#1225537</guid>
      <dc:date>2009-04-14T21:21:45Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1225499?tstart=0#1225499</link>
      <description>&lt;br /&gt;
&lt;div class="jive-quote"&gt;The bnx aliases point to the LAST NICs even though they are the on-boards. &lt;/div&gt;
&lt;p /&gt;
It's important to note that modules.conf and esx.conf are two different problems, for two different boot states/kernels. &lt;br /&gt;
&lt;p /&gt;
It's also important to note that the kernel in the installer has the same problem with NIC ordering, but that this is unique to that kernel and the driver loading order on the install image.&lt;br /&gt;
&lt;p /&gt;
So there are three places you need to implement a workaround:&lt;br /&gt;
&lt;p /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;By selecting a different adapter during kickstart;&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;by re-ordering NICs during POST using either of the scripts in this thread, and;&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;by reordering modules.conf. &lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
We wrote the make-modules_conf script to address the latter, to get the bnx's in their appropriate spot, and this consistent with nic renumeration of esx.conf (i.e. always in PCI address order, consistent with Best Practices).  &lt;br /&gt;
&lt;p /&gt;
make-modules_conf achieves this by parsing the PCI IDs, the driver tables provided by vmware, and building modules.conf from scratch. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I'm not sure why I'm getting flamed for pointing this out, but modules.conf needs to be fixed in order for the nic re-ordering to be complete. Of course fixing esx.conf will resolve nic ordering while running vmnix, and that is what matters 99.9% of the time. But if you reboot in linux mode you lose connectivity. make-modules_conf is the only script I am aware of that currently fixes this issue, which is why I wanted to share it with the class.&lt;br /&gt;
&lt;p /&gt;
-Richard Dagenais, VCP</description>
      <pubDate>Tue, 14 Apr 2009 20:37:31 GMT</pubDate>
      <author>RichD</author>
      <guid>http://communities.vmware.com/message/1225499?tstart=0#1225499</guid>
      <dc:date>2009-04-14T20:37:31Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1225445?tstart=0#1225445</link>
      <description>I just thought of something when I looked at my post...The bnx aliases point to the LAST NICs even though they are the on-boards. The python script was not run on this server.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Dave Convery&lt;br /&gt;
VMware vExpert 2009&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.dailyhypervisor.com"&gt;http://www.dailyhypervisor.com&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/download/38-20623/vExpert_logo_100x57.jpg" alt="http://communities.vmware.com/servlet/JiveServlet/download/38-20623/vExpert_logo_100x57.jpg" class="jive-image"  /&gt;&lt;br /&gt;
Careful. We don't want to learn from this.&lt;br /&gt;
Bill Watterson, "Calvin and Hobbes"</description>
      <pubDate>Tue, 14 Apr 2009 20:06:57 GMT</pubDate>
      <author>dconvery</author>
      <guid>http://communities.vmware.com/message/1225445?tstart=0#1225445</guid>
      <dc:date>2009-04-14T20:06:57Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1225443?tstart=0#1225443</link>
      <description>Looking at a modules.conf file from a recent engagement, it looks like it MAY need to be edited. I am not sure if kudzu discovers the changes are re-orders the modules.conf file. I would have to try it the next time I come into the need to give a definite answer. I CAN say, however, that on the last engagement where I used it with different NICs, the server ran fine. I do not have a modules.conf file available from one where I actually ran the script. Like I said, I would assume that kudzu would handle the changes to modules.conf. Here's what I did last time:&lt;br /&gt;
&lt;br /&gt;
kickstart install&lt;br /&gt;
reboot&lt;br /&gt;
ran python script on ESX console&lt;br /&gt;
reboot&lt;br /&gt;
Kudzu detects changes during boot up and reboots again&lt;br /&gt;
system comes up fine&lt;br /&gt;
&lt;br /&gt;
Maybe someone can confirm this on their system? The latest engagement I am working is ALL e1000 NICs, so modules.conf does not NEED to be edited&lt;br /&gt;
&lt;br /&gt;
Here's an output from a modules.conf file from an HP:&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;alias eth0 e1000
alias eth1 e1000
alias eth2 e1000
alias eth3 e1000
alias eth4 e1000
alias eth5 e1000
alias eth6 e1000
alias eth7 e1000
alias eth8 e1000
alias eth9 e1000
alias eth10 e1000
alias eth11 e1000
alias eth12 e1000
alias eth13 e1000
alias eth14 e1000
alias eth15 e1000
alias eth16 bnx2
alias eth17 bnx2
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Dave Convery&lt;br /&gt;
VMware vExpert 2009&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.dailyhypervisor.com"&gt;http://www.dailyhypervisor.com&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/download/38-20623/vExpert_logo_100x57.jpg" alt="http://communities.vmware.com/servlet/JiveServlet/download/38-20623/vExpert_logo_100x57.jpg" class="jive-image"  /&gt;&lt;br /&gt;
Careful. We don't want to learn from this.&lt;br /&gt;
Bill Watterson, "Calvin and Hobbes"</description>
      <pubDate>Tue, 14 Apr 2009 20:04:26 GMT</pubDate>
      <author>dconvery</author>
      <guid>http://communities.vmware.com/message/1225443?tstart=0#1225443</guid>
      <dc:date>2009-04-14T20:04:26Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1225308?tstart=0#1225308</link>
      <description>WoW, you really went there, as professional as possible you are throwing your title around as well as your years of experience.... All I have been asking since the beginning of this thread and the other threads is WHY do you have to modify modules.conf. And I am not looking for because that is the VMware standard. Technically WHY??? The only reason I am harping on this, is because the Linux  Kernel will assign the NIC's in the proper order based on PCI ID. Then after you are done with the ESX install, ESX will reorder them based on what ever criteria they are using. So All my script is doing is reordering back in the correct order based on PCI ID. Which you will never have to do again. So my question stands.. WHY do you HAVE to modify modules.conf?? &lt;br /&gt;
&lt;p /&gt;
I do not resent that you have another script out there. I really do not, as I am not in competition with you or anyone else, I just love giving back to the community. That is the sole purpose of my website! I just do not understand why you "HAVE" to modify modules.conf..... Let me ellaborate further.... You are the 1st user who has told me you "HAVE" to modify modules.conf and made it mandatory in all of your postings. I have yet to modify modules.conf with HP boxes and successfully pxe kicked my esx host's and yes my script has been used in 100's of esx deployments. So that is the only reason for me going back and forth with you. This is the first time that you say there is no reason not to modify modules.conf.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
And you really do not want to make this posting about Experience and throwing around titles, because I can embarrass Admins who have been doing this type of work 3 to 4 longer then I have.</description>
      <pubDate>Tue, 14 Apr 2009 17:44:24 GMT</pubDate>
      <author>linuxdynasty</author>
      <guid>http://communities.vmware.com/message/1225308?tstart=0#1225308</guid>
      <dc:date>2009-04-14T17:44:24Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1225297?tstart=0#1225297</link>
      <description>&lt;br /&gt;
It's funny that you say that because the impression I got is that you kinda resented that I posted an alternate solution to the problem. &lt;br /&gt;
&lt;p /&gt;
I think its quite cool that you posted your script online, and that you've been actively maintaining it, and I've given you credit for that since my first post. &lt;br /&gt;
&lt;p /&gt;
There are two reasons why I started from scratch on this problem after trying your much earlier script in the lab.&lt;br /&gt;
&lt;p /&gt;
First, you used python which was not supported by any of our resources in-house. We decided to leverage bash, gawk/awk, sed - tools that were very supportable and consistent with the rest of the deployment script suite we were developing. Your original version was not working correctly in our environment and we couldn't debug it, so we figured the problem out on our own and wrote our own script. &lt;br /&gt;
&lt;p /&gt;
Also, you ignored the modules.conf file which is necessary to complete the nic renumeration properly. Otherwise you are going to have a port assignment mismatch in linux boot mode and lose connectivity. Further, you would leave the system inconsistent with the way it is intended to be deployed by VMware and when you do a support call and run into that problem, support will poo-poo the script.&lt;br /&gt;
&lt;p /&gt;
Since I am a VCP and my primary mandate is to make things as conform to standards of practice as possible, I could not leave out the modules.conf fix from my script suite. If you look at the code I shared here, you'll see that the modules.conf fix is quite a bit more fancy that the esx.conf renumeration script. It had to be, to interpret the driver tables and pick the correct one.&lt;br /&gt;
&lt;p /&gt;
The script was made by myself and another expert; combined we have over 30 years of Unix experience. We felt strongly that this was a required part of the solution and spent the extra time for good reason. The client (Federal Gov't) agreed. We wanted a reliable fix, not a partial hack. &lt;br /&gt;
&lt;p /&gt;
An important note here is that &lt;b&gt;there is no reason why you can't use my modules.conf fix script with your own python script. The two stand alone.&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
I don't have a website which I am driving traffic to with this thread. I published the scripts on the VMware community to help out my colleagues, not to compete with you. I think there is plenty of room for different solutions to this problem. In fact, I think that having a little "competition" of sorts has driven you to improve your script greatly which can only be a positive thing all around for those who choose to use it.&lt;br /&gt;
&lt;br /&gt;
Cheers!&lt;br /&gt;
&lt;br /&gt;
-Richard Dagenais, VCP</description>
      <pubDate>Tue, 14 Apr 2009 17:29:38 GMT</pubDate>
      <author>RichD</author>
      <guid>http://communities.vmware.com/message/1225297?tstart=0#1225297</guid>
      <dc:date>2009-04-14T17:29:38Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1225207?tstart=0#1225207</link>
      <description>Hey RichD I know in the past we had our little tit for tat about the modules.conf on esx3.5, but You are the first person who I have heard mention that they needed to change modules.conf and use my script at the same time.&lt;br /&gt;
&lt;br /&gt;
Dconvery do you have to modify the modules.conf when you run my script &lt;a class="jive-link-external" href="http://www.linuxdynasty.org/View-details/Linux-Dynasty-Scripts-and-Programs/1-Vmware-ESX-NIC-Reordering-FIX-Script.html"&gt;http://www.linuxdynasty.org/View-details/Linux-Dynasty-Scripts-and-Programs/1-Vmware-ESX-NIC-Reordering-FIX-Script.html&lt;/a&gt; as well??&lt;br /&gt;
Till this day I have not have to modify modules.conf with 4+ nics running in my environment.</description>
      <pubDate>Tue, 14 Apr 2009 16:03:07 GMT</pubDate>
      <author>linuxdynasty</author>
      <guid>http://communities.vmware.com/message/1225207?tstart=0#1225207</guid>
      <dc:date>2009-04-14T16:03:07Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1225185?tstart=0#1225185</link>
      <description>&lt;br /&gt;
You need to fix both esx.conf and modules.conf in order to complete the fix properly.  &lt;br /&gt;
&lt;p /&gt;
I used the attached scripts to achieve that.&lt;br /&gt;
&lt;p /&gt;
If you run into problems, respond to thread and I'll post an update. &lt;br /&gt;
&lt;p /&gt;
-&lt;br /&gt;
Richard Dagenais, VCP</description>
      <pubDate>Tue, 14 Apr 2009 15:25:49 GMT</pubDate>
      <author>RichD</author>
      <guid>http://communities.vmware.com/message/1225185?tstart=0#1225185</guid>
      <dc:date>2009-04-14T15:25:49Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1224908?tstart=0#1224908</link>
      <description>Has anyone bothered with updating the modules.conf as well?&lt;br /&gt;
&lt;br /&gt;
If so, has anyone had success with the make-modules_conf  script(?), I just got a load of syntax errors when trying this...</description>
      <pubDate>Tue, 14 Apr 2009 12:24:27 GMT</pubDate>
      <author>ksf</author>
      <guid>http://communities.vmware.com/message/1224908?tstart=0#1224908</guid>
      <dc:date>2009-04-14T12:24:27Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1205768?tstart=0#1205768</link>
      <description>You're right Tom. It is weird too. I have it with the DL580 servers, but blades are OK. I did a deployment recently with 16 Dell R900 servers and had no problem with it. I include itin all deployments just in case now anyway. I think it has something to do with the way the kernel treats the addressing of internal components vs. slot components. &lt;br /&gt;
&lt;br /&gt;
Dave Convery&lt;br /&gt;
VMware vExpert 2009&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.dailyhypervisor.com"&gt;http://www.dailyhypervisor.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Careful. We don't want to learn from this.&lt;br /&gt;
Bill Watterson, "Calvin and Hobbes"</description>
      <pubDate>Sun, 22 Mar 2009 18:34:29 GMT</pubDate>
      <author>dconvery</author>
      <guid>http://communities.vmware.com/message/1205768?tstart=0#1205768</guid>
      <dc:date>2009-03-22T18:34:29Z</dc:date>
      <clearspace:dateToText>8 months, 6 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1205666?tstart=0#1205666</link>
      <description>It is not a just HP servers that suffer from it,  Dell , and Fujitsu Seimens server do as well,  I have not really found it to be an issue with HP servers, but then I could have been lucky.&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 for the upcoming book "VMware Virtual Infrastructure Security: Securing ESX and the Virtual Environment&amp;rdquo;.</description>
      <pubDate>Sun, 22 Mar 2009 13:57:00 GMT</pubDate>
      <author>tom howarth</author>
      <guid>http://communities.vmware.com/message/1205666?tstart=0#1205666</guid>
      <dc:date>2009-03-22T13:57:00Z</dc:date>
      <clearspace:dateToText>8 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1205702?tstart=0#1205702</link>
      <description>&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;aenagy wrote:&lt;/span&gt;&lt;br /&gt;
Will this script work on ESXi via RCLI? (Obviously not for the vswif NICs &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";)" /&gt; )&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I don't think this will work using the RCLI because of the way the script works. It needs to be executed locally, I believe. Although I haven't tested it, I would assume it would work by entering "unsupported mode" (also sometimes referred to as "Tech support mode") and running it from there. &lt;/div&gt;
&lt;br /&gt;
If you DO run it from the unsupported mode on the ESXi server, it WILL change vswif0 as well.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
After running the script, a reboot is required. The vswif0 reference could now potentially cause a disconnect if your vswif0 is not pointing to the first NIC on the PCI bus. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
The intent here is for scripted installations where the NIC order is not what is expected and needs to be reset. I have seen this primarily on HP servers. It could be differences in the way isolinux kernel and the hypervisor kernel handles the PCI addresses.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Dave Convery&lt;br /&gt;
VMware vExpert 2009&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.dailyhypervisor.com"&gt;http://www.dailyhypervisor.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Careful. We don't want to learn from this.&lt;br /&gt;
Bill Watterson, "Calvin and Hobbes"</description>
      <pubDate>Sun, 22 Mar 2009 13:44:51 GMT</pubDate>
      <author>dconvery</author>
      <guid>http://communities.vmware.com/message/1205702?tstart=0#1205702</guid>
      <dc:date>2009-03-22T13:44:51Z</dc:date>
      <clearspace:dateToText>8 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1205559?tstart=0#1205559</link>
      <description>I have not tested this script on ESXi, so I really can not say. But if you have issues with the vmnic names being out of order with the PCI ID's then I would assume it should work as well.</description>
      <pubDate>Sun, 22 Mar 2009 01:57:35 GMT</pubDate>
      <author>linuxdynasty</author>
      <guid>http://communities.vmware.com/message/1205559?tstart=0#1205559</guid>
      <dc:date>2009-03-22T01:57:35Z</dc:date>
      <clearspace:dateToText>8 months, 6 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1205578?tstart=0#1205578</link>
      <description>Haven't tested it at all, so can't say.&lt;br /&gt;
&lt;br /&gt;
-Rich</description>
      <pubDate>Sun, 22 Mar 2009 01:39:35 GMT</pubDate>
      <author>RichD</author>
      <guid>http://communities.vmware.com/message/1205578?tstart=0#1205578</guid>
      <dc:date>2009-03-22T01:39:35Z</dc:date>
      <clearspace:dateToText>8 months, 6 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1205544?tstart=0#1205544</link>
      <description>&lt;br /&gt;
Will this script work on ESXi via RCLI? (Obviously not for the vswif NICs &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";)" /&gt; )&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Sun, 22 Mar 2009 00:42:41 GMT</pubDate>
      <author>aenagy</author>
      <guid>http://communities.vmware.com/message/1205544?tstart=0#1205544</guid>
      <dc:date>2009-03-22T00:42:41Z</dc:date>
      <clearspace:dateToText>8 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1199312?tstart=0#1199312</link>
      <description>EXACTLY. I used this script after a kickstart and before a configure script. Works like a charm.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Dave Convery&lt;br /&gt;
VMware vExpert 2009&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.dailyhypervisor.com"&gt;http://www.dailyhypervisor.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/5441/VMW_vExpert_Q109_200px.jpg" width="100" height="50"/&gt;&lt;br /&gt;
&lt;br /&gt;
Careful. We don't want to learn from this.&lt;br /&gt;
Bill Watterson, "Calvin and Hobbes"</description>
      <pubDate>Sun, 15 Mar 2009 17:50:55 GMT</pubDate>
      <author>dconvery</author>
      <guid>http://communities.vmware.com/message/1199312?tstart=0#1199312</guid>
      <dc:date>2009-03-15T17:50:55Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1199161?tstart=0#1199161</link>
      <description>The reason for the renaming with the script is for automation purposes. Especially in an environment when you have to kickstart many ESX hosts. If you are running ESX only on a few host, then you are write just log in to each one manually.</description>
      <pubDate>Sun, 15 Mar 2009 04:01:35 GMT</pubDate>
      <author>linuxdynasty</author>
      <guid>http://communities.vmware.com/message/1199161?tstart=0#1199161</guid>
      <dc:date>2009-03-15T04:01:35Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1199159?tstart=0#1199159</link>
      <description>You don't have to reinstall ESX you can simply do:&lt;br /&gt;
&lt;br /&gt;
esxcfg-vswitch -U vmnicx vSwitch0&lt;br /&gt;
esxcfg-vswitch -L vmnicx vSwitch0&lt;br /&gt;
&lt;br /&gt;
The first one unlinks the vmnic(x) from your service console (vSwitch0 by default) the second links it to the correct vmnic(x).  So you really don't need to renumber them (unless for some reason you are a control freak with OCD and it drives you nuts to see the numbers unmatched &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;  Otherwise once your system is up, it won't make a difference anyway.</description>
      <pubDate>Sun, 15 Mar 2009 03:53:41 GMT</pubDate>
      <author>RParker</author>
      <guid>http://communities.vmware.com/message/1199159?tstart=0#1199159</guid>
      <dc:date>2009-03-15T03:53:41Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1198990?tstart=0#1198990</link>
      <description>Version 2.0 of the script is now available. The article is here &lt;a class="jive-link-external" href="http://www.linuxdynasty.org/script-to-fix-vmware-esx-35-nic-reordering-after-kickstart.html"&gt;linuxdynasty&lt;/a&gt; and the download  link is there as well. You must become a member to download and membership is free. &lt;br /&gt;
Once you run the script, then all you have to do is reboot and vmware will reorder the nics back in the correct order.&lt;br /&gt;
&lt;br /&gt;
1- Added the verbose option to the script.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
2- fixed the verious non updates of the esx.conf..&lt;br /&gt;
example below.....&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
./esx_nic_fix.py --verbose&lt;br /&gt;
Pre Sort&lt;br /&gt;
011:00.0&lt;br /&gt;
005:00.0&lt;br /&gt;
003:00.0&lt;br /&gt;
011:00.1&lt;br /&gt;
015:00.0&lt;br /&gt;
&lt;br /&gt;
Post Sort&lt;br /&gt;
003:00.0&lt;br /&gt;
005:00.0&lt;br /&gt;
011:00.0&lt;br /&gt;
011:00.1&lt;br /&gt;
015:00.0&lt;br /&gt;
Original Line: /device/011:00.0/vmkname = "vmnic2"&lt;br /&gt;
New Line: /device/011:00.0/vmkname = "vmnic2"&lt;br /&gt;
&lt;br /&gt;
Original Line: /device/005:00.0/vmkname = "vmnic0"&lt;br /&gt;
New Line: /device/005:00.0/vmkname = "vmnic1"&lt;br /&gt;
&lt;br /&gt;
Original Line: /device/003:00.0/vmkname = "vmnic1"&lt;br /&gt;
New Line: /device/003:00.0/vmkname = "vmnic0"&lt;br /&gt;
&lt;br /&gt;
Original Line: /device/011:00.1/vmkname = "vmnic3"&lt;br /&gt;
New Line: /device/011:00.1/vmkname = "vmnic3"&lt;br /&gt;
&lt;br /&gt;
Original Line: /device/015:00.0/vmkname = "vmnic4"&lt;br /&gt;
New Line: /device/015:00.0/vmkname = "vmnic4"</description>
      <pubDate>Sat, 14 Mar 2009 17:07:09 GMT</pubDate>
      <author>linuxdynasty</author>
      <guid>http://communities.vmware.com/message/1198990?tstart=0#1198990</guid>
      <dc:date>2009-03-14T17:07:09Z</dc:date>
      <clearspace:dateToText>8 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1173104?tstart=0#1173104</link>
      <description>&lt;br /&gt;
Hey no Problem, I will see what  I can do. Make sure you grab my latest script since its fixed 2 issues in my previous esx_nic_fix.py.&lt;br /&gt;
&lt;p /&gt;
Hey do me a favor, could you post this request on linuxdynasty.org in the Forums section. Also in the post please give me a little more details.. Like for the esx_nics_fix.py script I run a esxcfg-nics -l to get the output. How would I do it for the problem you are having with the qlogic adapters and SAS. And wat does the entry look like in esx.conf..</description>
      <pubDate>Mon, 16 Feb 2009 13:11:55 GMT</pubDate>
      <author>linuxdynasty</author>
      <guid>http://communities.vmware.com/message/1173104?tstart=0#1173104</guid>
      <dc:date>2009-02-16T13:11:55Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1173068?tstart=0#1173068</link>
      <description>Allen - &lt;br /&gt;
&lt;br /&gt;
Kudos on the script. I used it again last week to get out of a jam. The customer forgot to disable the onboard NICs before an install and the NICs got out of order. Incidentally,  it also changed the order of the onboard SAS and the PCI QLogic adapters, not as big of a deal, but it would be nice to have a script to fix this as well... Same type of info in the esx.conf file. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Dave&lt;br /&gt;
&lt;br /&gt;
************************&lt;br /&gt;
Accomplishing the impossible means only that the boss will add it to your regular duties.&lt;br /&gt;
Doug Larson</description>
      <pubDate>Mon, 16 Feb 2009 12:55:53 GMT</pubDate>
      <author>dconvery</author>
      <guid>http://communities.vmware.com/message/1173068?tstart=0#1173068</guid>
      <dc:date>2009-02-16T12:55:53Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1172399?tstart=0#1172399</link>
      <description>&lt;br /&gt;
Hey guys, just to let you know I updated my esx_nics_fix.py script that I have posted on &lt;a class="jive-link-external" href="http://linuxdynasty.org"&gt;http://linuxdynasty.org&lt;/a&gt;. It fixed 2 issues...&lt;br /&gt;
One was that I assumed their would not be more then 1 0 in the beginning of the PCI ID in esx.conf and the other because of issue 1 it would not reorder the vmnic name.&lt;br /&gt;
&lt;p /&gt;
Both issues are fixed... Also I have yet a need to modify modules.conf at both my revious employment and at my current one..&lt;br /&gt;
&lt;p /&gt;
the script is here &lt;a class="jive-link-external" href="http://www.linuxdynasty.org/script-to-fix-vmware-esx-35-nic-reordering-after-kickstart.html"&gt;http://www.linuxdynasty.org/script-to-fix-vmware-esx-35-nic-reordering-after-kickstart.html&lt;/a&gt;</description>
      <pubDate>Sat, 14 Feb 2009 23:02:28 GMT</pubDate>
      <author>linuxdynasty</author>
      <guid>http://communities.vmware.com/message/1172399?tstart=0#1172399</guid>
      <dc:date>2009-02-14T23:02:28Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1111328?tstart=0#1111328</link>
      <description>I think the audience for this thread is clustered environments, where standardized and automated deployment is considered a requirement.&lt;br /&gt;
&lt;br /&gt;
In order to deliver a consistent host install across varied hardware, you need to be absolutely sure of your NIC assignments. In a big company, many different people touch the various components of the system - one person is racking servers and patching things, another configuring switches, and yet another deploying the OS. Everything is documented, and fully tested beforehand.&lt;br /&gt;
&lt;br /&gt;
I would agree that, if you only have one ESX box, you clearly aren't doing HA. And probably not looking for this thread. You'd most likely just swap the cables around or tinker with the file by hand, as you suggest.&lt;br /&gt;
&lt;br /&gt;
My hope is that the community can benefit from the time I spent to solve this problem.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;P.S. I also hope that editing my posts is not spamming everyone in the thread. This post editor is a little persnickety.&lt;/i&gt;</description>
      <pubDate>Sat, 29 Nov 2008 20:44:51 GMT</pubDate>
      <author>RichD</author>
      <guid>http://communities.vmware.com/message/1111328?tstart=0#1111328</guid>
      <dc:date>2008-11-29T20:44:51Z</dc:date>
      <clearspace:dateToText>11 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1110568?tstart=0#1110568</link>
      <description>You can implement the nic reordering scripts during the first boot. Because networking is broken at that point, retrieving scripts during POST is a no-go. So I like to inject files during pre-install from the kickstart:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;%pre
# declare the deploy path
http_addr=http://&amp;lt;deploy_host&amp;gt;/scripts
# get the pre-install script
echo &amp;quot;* GETTING the pre-install script...&amp;quot;
wget $http_addr/scripts/pre-install.sh
echo &amp;quot;*&amp;quot;
# make a backup, create a new file, inject the http_addr variable from above
echo &amp;quot;* INJECTING the http deploy host URL to pre-install.sh...&amp;quot;
mv pre-install.sh pre-install.orig
echo &amp;quot;*&amp;quot;
echo http_addr=$http_addr &amp;gt; pre-install.sh
echo &amp;quot;*&amp;quot;
# append the rest of the script
cat ./pre-install.orig &amp;gt;&amp;gt; pre-install.sh
echo &amp;quot;*&amp;quot;
# make it executable
echo &amp;quot;* MAKING pre-install.sh executable...&amp;quot;
chmod 755 ./pre-install.sh
echo &amp;quot;*&amp;quot;
# so lets go
echo &amp;quot;* STARTING pre-install.sh...&amp;quot;
./pre-install.sh &amp;#38;
echo &amp;quot;*&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
Attached is a vanilla version of my pre-install script.&lt;br /&gt;
&lt;br /&gt;
It will install and cue up a post-install.sh of your design on second boot, after the NICs have been re-ordered.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Updated Nov29&lt;/i&gt;</description>
      <pubDate>Fri, 28 Nov 2008 08:35:37 GMT</pubDate>
      <author>RichD</author>
      <guid>http://communities.vmware.com/message/1110568?tstart=0#1110568</guid>
      <dc:date>2008-11-28T08:35:37Z</dc:date>
      <clearspace:dateToText>11 months, 4 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1110525?tstart=0#1110525</link>
      <description>This script is to make modules.conf correspond to PCI device ID order.&lt;br /&gt;
&lt;br /&gt;
usage: &lt;b&gt;make-modules_conf &amp;lt; /etc/vmware/esx.conf &amp;gt; /etc/modules.conf.renum&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
It will re-order your modules.conf according to PCI device order and detect modules from /etc/vmware/vmware-devices.map&lt;br /&gt;
&lt;br /&gt;
Use after running the vmnic-renum script during first boot tasks.&lt;br /&gt;
&lt;p /&gt;
&lt;i&gt;Updated with bugfix on Nov29&lt;/i&gt;</description>
      <pubDate>Fri, 28 Nov 2008 07:39:52 GMT</pubDate>
      <author>RichD</author>
      <guid>http://communities.vmware.com/message/1110525?tstart=0#1110525</guid>
      <dc:date>2008-11-28T07:39:52Z</dc:date>
      <clearspace:dateToText>11 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1110461?tstart=0#1110461</link>
      <description>I had trouble with that python script. The author responds to posts on the forum about it though, which deserves a nod.&lt;br /&gt;
&lt;br /&gt;
But I got impatient (see attached):&lt;br /&gt;
&lt;br /&gt;
usage:   &lt;b&gt;renum-vmnic &amp;lt; esx.conf &amp;gt; esx.conf.renum&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The key to vmnic ordering in esx.conf is to remember that the devices are listed in ascending PCI address order. &lt;br /&gt;
&lt;br /&gt;
The first instance of an Ethernet card in the device section of  esx.conf (look for vmkname) should be vmnic0, and increment up one from there for each subsequent device with a vmkname.&lt;br /&gt;
&lt;br /&gt;
Then you need to go to the pnic section and make sure that child 0000 is vmnic0 and child 0001 is vmnic1 and so on.  Don't worry about the MAC addresses - they are correct. It's all in PCI address ascending order.&lt;br /&gt;
&lt;br /&gt;
If you end up with more pnic childs than vmnics in the device section, these are orphans from ESX trying to remap things. I delete them. You should have one device instance per pnic "child" id, with the vmkname/name being the association between them.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
When you experience this NIC ordering insanity as I have with DL380 G5s, you will also note that modules.conf is wrong. modules.conf is going to be used when you boot in linux mode.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
alias eth0 e1000&lt;br /&gt;
alias eth1 e1000&lt;br /&gt;
alias eth2 e1000&lt;br /&gt;
alias eth3 e1000&lt;br /&gt;
alias eth4 bnx2&lt;br /&gt;
alias eth5 bnx2&lt;br /&gt;
&lt;br /&gt;
In a nutshell, e1000 gets loaded first, even if the Broadcom NICs have lower PCI addresses. Change it to:&lt;br /&gt;
&lt;br /&gt;
alias eth0 bnx2&lt;br /&gt;
alias eth1 bnx2&lt;br /&gt;
alias eth2 e1000&lt;br /&gt;
alias eth3 e1000&lt;br /&gt;
alias eth4 e1000&lt;br /&gt;
alias eth5 e1000&lt;br /&gt;
&lt;br /&gt;
I'm still working on a script to reorder modules.conf in a portable and programmatic way, based on PCI order, and the device to module mappings.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
If you are kickstarting via http or ftp, you may be scratching your head about connectivity. In the above example, where e1000 got loaded first by default, it was the same in the kernel on the ISO. (See for yourself - in esx text mode installation, ALT-F2 once anaconda installer is kicked off to enter the shell, and go ahead and 'more /tmp/modules.conf')&lt;br /&gt;
&lt;br /&gt;
For the DL380 G5's with this issue, I had to ksdevice=eth4 in order to use my first onboard NIC (i.e. the first bnx2 device in modules.conf) for network installation. By the time we get to post-install and my little awk script runs, we are in the  kernel installed on the disk, so we've made this right - vmnic0 and eth0 are where they are supposed to be. But you can't do anything about the boot image other than hack the module load order and make a new ISO (I've been tempted to...) We just noted in our build book that for our specific G5's use ksdevice=eth4.</description>
      <pubDate>Fri, 28 Nov 2008 04:25:22 GMT</pubDate>
      <author>RichD</author>
      <guid>http://communities.vmware.com/message/1110461?tstart=0#1110461</guid>
      <dc:date>2008-11-28T04:25:22Z</dc:date>
      <clearspace:dateToText>11 months, 4 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1110572?tstart=0#1110572</link>
      <description>if it's just one machine then manually editting "esx.conf" is the best solution in my opinion.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Duncan&lt;br /&gt;
Blogging: &lt;a class="jive-link-external" href="http://www.yellow-bricks.com"&gt;http://www.yellow-bricks.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
If you find this information useful, please award points for "correct" or "helpful".</description>
      <pubDate>Fri, 28 Nov 2008 08:43:15 GMT</pubDate>
      <author>depping</author>
      <guid>http://communities.vmware.com/message/1110572?tstart=0#1110572</guid>
      <dc:date>2008-11-28T08:43:15Z</dc:date>
      <clearspace:dateToText>12 months, 13 hours ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1027811?tstart=0#1027811</link>
      <description>&lt;br /&gt;
Jason - &lt;br /&gt;
&lt;p /&gt;
Check out this python script. I use it all the time for kiskstarts...&lt;a class="jive-link-external" href="http://www.linuxdynasty.org/script-to-fix-vmware-esx-35-nic-reordering-after-kickstart.html"&gt;http://www.linuxdynasty.org/script-to-fix-vmware-esx-35-nic-reordering-after-kickstart.html&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Dave</description>
      <pubDate>Tue, 19 Aug 2008 15:18:19 GMT</pubDate>
      <author>dconvery</author>
      <guid>http://communities.vmware.com/message/1027811?tstart=0#1027811</guid>
      <dc:date>2008-08-19T15:18:19Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Renaming VMnics to match PCI Slot Numbers</title>
      <link>http://communities.vmware.com/message/1027690?tstart=0#1027690</link>
      <description>&lt;br /&gt;
When installing ESX is choose the wrong Pnic for the service console.  The end result is that vmnic0 is in PCI slot 2, vmnic1 is in PCI slot 2, and so on.  Is there any way to ny way to rename the vmins so that the vmnic number matches the PCI slot number?  I know I can very easily reinstall ESX but I'd like to know if there is an other way.&lt;br /&gt;
&lt;p /&gt;
Jason</description>
      <pubDate>Tue, 19 Aug 2008 14:06:19 GMT</pubDate>
      <author>JDLangdon</author>
      <guid>http://communities.vmware.com/message/1027690?tstart=0#1027690</guid>
      <dc:date>2008-08-19T14:06:19Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>30</clearspace:replyCount>
    </item>
  </channel>
</rss>

