<?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 - Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
    <link>http://communities.vmware.com/community/vmtn/vi/esx3.5?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Mon, 18 Aug 2008 03:50:54 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2008-08-18T03:50:54Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1025406?tstart=0#1025406</link>
      <description>Cool - glad it helped. I actually use a slight more lengthy process, one that links all the important details together. &lt;br /&gt;
&lt;br /&gt;
ie, LUN, Controller,NAA,size,free space, and the VMFS friendly name or RDM. &lt;br /&gt;
I use a modified version of the ESX health check (&lt;a class="jive-link-external" href="http://sourceforge.net/projects/esxhealthscript"&gt;http://sourceforge.net/projects/esxhealthscript&lt;/a&gt;) to generate this on a nightly cron and ftp the html output to an internal website.  &lt;br /&gt;
This way external people (ie, the SAN guys) can see important LUN information, verify their presentations (using the NAA / vdisk UID) etc and see our VMFS friendly name to link it all together.Oh, and for checking the VCB LUNs as well.  &lt;br /&gt;
&lt;br /&gt;
Script is now attached. Simply make it executable by chmod +x &amp;lt;filename&amp;gt; and execute ./getluns.sh&lt;br /&gt;
&lt;p /&gt;
Should return something similar to:&lt;br /&gt;
LUN,VMFS_name,Device,HBA,Target,DiskID,Size,Used,Free,Used%&lt;br /&gt;
 5,DDC1_PAT_HDS_05,/dev/sdf,vmhba1,0,60560768023e01e8f80000000000002d,449G,362G,87G,80%&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
 ps. The shortened version you posted above can be modified to include the full disk ID:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;esxcfg-mpath -lv | grep ^Disk | awk '{print $3,$5,$2}' | cut -c15-46,59-&lt;/b&gt;&lt;br /&gt;
Cheers,&lt;br /&gt;
SP&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;
Don't forget to award points where appropriate &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Message was edited by: snapper</description>
      <pubDate>Sat, 16 Aug 2008 09:52:03 GMT</pubDate>
      <author>snapper</author>
      <guid>http://communities.vmware.com/message/1025406?tstart=0#1025406</guid>
      <dc:date>2008-08-16T09:52:03Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1023105?tstart=0#1023105</link>
      <description>snapper,&lt;br /&gt;
&lt;br /&gt;
Thanks, exactly what I was looking for! For completenes' sake, I'll add that in the &lt;b&gt;vcbSanDbg.exe&lt;/b&gt; output, the UID's that you get from the ESX host are followed by 12 other digits that (in my case) I ignored.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;u&gt;Edit:&lt;/u&gt; I have shortened the command syntax to:&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;b&gt;esxcfg-mpath -lv | grep ^Disk | grep -v vmhba0 | awk '{print $3,$5,$2}' | cut -b15-&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
This also leaves out local storage and is a bit easier on the output &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;. Furthermore, the 12 "extra digits" that I was talking about that you see on the vcbSanDbg.exe output are also no longer stripped in this command syntax.</description>
      <pubDate>Thu, 14 Aug 2008 07:36:59 GMT</pubDate>
      <author>TiJa</author>
      <guid>http://communities.vmware.com/message/1023105?tstart=0#1023105</guid>
      <dc:date>2008-08-14T07:36:59Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1022788?tstart=0#1022788</link>
      <description>&lt;br /&gt;
I could be mistaken, but this is the process I use, that has worked reliably between our VCB host and ESX server.&lt;br /&gt;
&lt;p /&gt;
Step 1. Find the correct LUN mappings on ESX hosts by running the following command:&lt;br /&gt;
 &lt;b&gt;esxcfg-mpath -lv | grep ^Disk | awk '{print $3,$5,$2}' | while read line; do echo ${line:14:32}; echo ${line}; done&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
This will display a list of UID and corresponding devices (which you can get the LUN from; ie vmhba1:0:5 is LUN 5) &lt;br /&gt;
&lt;p /&gt;
The important part is the 32 digit number. Use this to locate the corresponding device from the output of  vcbsandbg.exe&lt;br /&gt;
&lt;p /&gt;
ie, vcbsandbg.exe &amp;gt; c:\LUNs.log&lt;br /&gt;
&lt;p /&gt;
Open LUNs.log and search for the above 32 digit number. If the LUN is present, it should appear in the form of:&lt;br /&gt;
&lt;p /&gt;
Found SCSI Device: NAA:&amp;lt;number&amp;gt;&lt;br /&gt;
the following line should display the number of paths it is present on. The line after will display the CTL which will display the LUN.&lt;br /&gt;
&lt;p /&gt;
You now have a way of  matching LUNs and disk presentations between ESX and VCB. This will include RDMs as well. &lt;br /&gt;
&lt;br /&gt;
Hope this helps resolve the issue.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
SP&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Wed, 13 Aug 2008 22:50:22 GMT</pubDate>
      <author>snapper</author>
      <guid>http://communities.vmware.com/message/1022788?tstart=0#1022788</guid>
      <dc:date>2008-08-13T22:50:22Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1018302?tstart=0#1018302</link>
      <description>&lt;div class="jive-quote"&gt;Steven Rodenburg wrote:&lt;br /&gt;
So all you have to go on is WWN's or IQN's as long as the VCB box does not ask anyone in the ESX/VI world what VMFS volume name an ESX box uses (the long names under /vmfs/volumes ). The VCB box would need to know how the ESX boxes translate LUN's from the lowest levels to the name you see in the Service Console under /vmfs/volumes. &lt;/div&gt;
I am not sure this is correct: the VMFS ID is really a unique identifier that is created and stored on the partition that contains the filesystem. The long alphanumeric code represents this ID and each ESX host (or VMFS-capable interpreter) recognizes it as the same. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Initially, I thought it was sufficient to match the WWPN's of the LUN's. Apparently, our SAN team has presented the same LUN using &lt;i&gt;different&lt;/i&gt; WWPN's to the ESX and VCB box. That seems to rule out that the WWPN is the (only) identifier used to recognize a partition, which leads us to the VMFS ID again. If you run vcbSanDbg.exe, you can also see the first 100k of each LUN is read and when a VMFS volume is found, the corresponding identifiers are displayed on screen -- again strenghtening my suspicion that the VMFS ID is in fact what we are looking for. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I totally agree with your statement that a Virtual Center or ESX host itself must be contacted in order to retrieve the VMFS ID (long name) of the storage that hosts the VM. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;dconvery wrote:&lt;/span&gt;&lt;br /&gt;
I belive that part of the "LVID" in Windows is based on the switch port WWN/ switch node WWN depending on zoning method.&lt;/div&gt;
That would explain the large similarity and yet slight differences in the LVID's that I am seeing: the first bytes of the WWPN are the SAN Manufacturer/Type ID and only the last digits indicate the WWN port... They are only different because in my case the LUNs are presented under different WWPN's (and of course the fact that three different SAN manufacturers are presented to our ESX hosts which explains some of the "larger" differences between the LVID's).&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
So unless someone can say with certainty that indeed the VMFS ID's are not used for unique identification... the question remains open why they are different on the VCB box and ESX host (or perhaps vcbSanDbg.exe doesn't show the VMFS ID??). Any further suggestions and comments are highly appreciated!</description>
      <pubDate>Mon, 11 Aug 2008 07:46:50 GMT</pubDate>
      <author>TiJa</author>
      <guid>http://communities.vmware.com/message/1018302?tstart=0#1018302</guid>
      <dc:date>2008-08-11T07:46:50Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1017937?tstart=0#1017937</link>
      <description>&lt;br /&gt;
I belive that part of the "LVID" in Windows is based on the switch port WWN/ switch node WWN depending on zoning method.&lt;br /&gt;
&lt;p /&gt;
Dave</description>
      <pubDate>Sun, 10 Aug 2008 17:15:49 GMT</pubDate>
      <author>dconvery</author>
      <guid>http://communities.vmware.com/message/1017937?tstart=0#1017937</guid>
      <dc:date>2008-08-10T17:15:49Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1017882?tstart=0#1017882</link>
      <description>&lt;br /&gt;
I'd say the cause of the discrepancy's is that the ESX servers and the VCB Windows server have a completely different take on thing as soon as you get higher than the fundamental building-blocks of a FC or iSCSI SAN.&lt;br /&gt;
They "happen" to be able to see the same LUN's because the SAN administrator has set the FC zoning to enable that (which of course, is the correct way) for example.&lt;br /&gt;
&lt;p /&gt;
However, the Windows VCB box and the ESX boxes see, fundamentaly speaking, only the same WWN's (or in iSCSI land, the IQN's).&lt;br /&gt;
That is all they have incommon. How the ESX and Windows boxes present those LUN's to their user-interfaces is a whole different matter.&lt;br /&gt;
&lt;br /&gt;
So all you have to go on is WWN's or IQN's as long as the VCB box does not ask anyone in the ESX/VI world what VMFS volume name an ESX box uses (the long names under /vmfs/volumes ). The VCB box would need to know how the ESX boxes translate LUN's from the lowest levels to the name you see in the Service Console under /vmfs/volumes.&lt;br /&gt;
For that the VCB box should ask that question to VC which in turn, askes that question to ESX and so on.</description>
      <pubDate>Sun, 10 Aug 2008 13:38:56 GMT</pubDate>
      <author>Steven Rodenburg</author>
      <guid>http://communities.vmware.com/message/1017882?tstart=0#1017882</guid>
      <dc:date>2008-08-10T13:38:56Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1016403?tstart=0#1016403</link>
      <description>I noticed the VCB Diagnostic Tool that you mentioned is actually an older version of the &lt;b&gt;vcbSanDbg.exe&lt;/b&gt; tool that I have already been using. The problem that started this thread is in fact that in its output, the VMFS ID's that are shown are not the same as the VMFS ID's I see on the ESX host. Yet, &lt;b&gt;vcbMounter.exe&lt;/b&gt; can succesfully perform the backup. I interpret this as having one of the two following meanings:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;either the vcbSanDbg.exe tool does not output the "real" VMFS ID but rather a partition or LUN ID that VMFS also assigns.&lt;/li&gt;
&lt;li&gt;or, vcbMounter.exe uses another mechanism to discover the partition it should access to perform a virtual machine backup; in that case, I am interested in knowing how the partition/volume/lun identification is performed on the Windows side.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
 This will allow me to identify the other 7 LUN's that I am seeing on my VCB proxy and to discover which ESX host they belong to, which seems to me like a common problem in a big environment, many hosts, many different teams working on the virtual infrastructure, no?&lt;br /&gt;
&lt;p /&gt;
Thanks for any feedback!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Tim</description>
      <pubDate>Fri, 08 Aug 2008 08:01:10 GMT</pubDate>
      <author>TiJa</author>
      <guid>http://communities.vmware.com/message/1016403?tstart=0#1016403</guid>
      <dc:date>2008-08-08T08:01:10Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1016385?tstart=0#1016385</link>
      <description>Try running the VCB Diagnostic Tool; &lt;a class="jive-link-external" href="http://www.vmware.com/download/eula/vcbsdt_eula.html"&gt;http://www.vmware.com/download/eula/vcbsdt_eula.html&lt;/a&gt;. You can also see the LUN IDs in Windows Disk Managment.&lt;br /&gt;
&lt;br /&gt;
Message was edited by: seniord&lt;br /&gt;
&lt;br /&gt;
Sorry - read your message too quickly, notice you have already used this tool.</description>
      <pubDate>Fri, 08 Aug 2008 07:55:39 GMT</pubDate>
      <author>seniord</author>
      <guid>http://communities.vmware.com/message/1016385?tstart=0#1016385</guid>
      <dc:date>2008-08-08T07:55:39Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1016366?tstart=0#1016366</link>
      <description>&lt;br /&gt;
Any hints on how I can check how the LUN ID's are the same? Because that is precisely the problem I am trying to solve: identifying from the OS perspective which VMFS partitions are presented &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;. Our VCB host has over 10 LUN's presented of which I need to find 2 which belong to a specific ESX host.</description>
      <pubDate>Fri, 08 Aug 2008 07:36:24 GMT</pubDate>
      <author>TiJa</author>
      <guid>http://communities.vmware.com/message/1016366?tstart=0#1016366</guid>
      <dc:date>2008-08-08T07:36:24Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1015613?tstart=0#1015613</link>
      <description>&lt;br /&gt;
I have seen these configs fail when the Lun ID's are not the same, so I would venture that this is the first check.  If this is correct, then the process continues.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Not much more help to you, but the Lun IDs matching is the very start of the entire process.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
-KjB</description>
      <pubDate>Thu, 07 Aug 2008 16:02:14 GMT</pubDate>
      <author>kjb007</author>
      <guid>http://communities.vmware.com/message/1015613?tstart=0#1015613</guid>
      <dc:date>2008-08-07T16:02:14Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1015551?tstart=0#1015551</link>
      <description>Yes, I explicitly asked our SAN team to verify it as I do not have access to do that myself. I can take VCB backups of machines located on the datastores I mentioned so I am pretty sure the LUN presentation is ok.&lt;br /&gt;
&lt;br /&gt;
I must emphasize that there is no problem and that everything is working correctly. It is just that I want to find out how VCB on Windows detects the correct VMFS volume to back up from (FYI, it is not based on any SAN/WWPN based detection because apparently our SAN team presents the same LUN to the ESX host and our VCB proxy using different WWPN's). From &lt;b&gt;vcbSanDbg.exe&lt;/b&gt; I cannot find anything more than a few digits (no full UUIDs) leading back to the VMFS ID's I see on the ESX hosts.</description>
      <pubDate>Thu, 07 Aug 2008 15:28:14 GMT</pubDate>
      <author>TiJa</author>
      <guid>http://communities.vmware.com/message/1015551?tstart=0#1015551</guid>
      <dc:date>2008-08-07T15:28:14Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1015506?tstart=0#1015506</link>
      <description>&lt;br /&gt;
Are you sure you've presented to vcb the same LUN ID's as the ESX host sees?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
-KjB</description>
      <pubDate>Thu, 07 Aug 2008 15:11:19 GMT</pubDate>
      <author>kjb007</author>
      <guid>http://communities.vmware.com/message/1015506?tstart=0#1015506</guid>
      <dc:date>2008-08-07T15:11:19Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Matching VMFS volumes between a ESX 3.5 host and a VCB proxy</title>
      <link>http://communities.vmware.com/message/1015357?tstart=0#1015357</link>
      <description>Hi all,&lt;br /&gt;
&lt;br /&gt;
I am trying to find a way to match the SAN LUNs that have been presented to a VCB proxy server in our VI 3.5 environment with the LUN ID's/VMFS ID's I can see in the service console of our ESX 3.5U2 hosts. However, I see some discrepancies that I cannot explain with my (limited) knowledge of VMFS.&lt;br /&gt;
&lt;br /&gt;
On the ESX 3.5 hosts, I log onto the service console and issue the following commands to obtain the VMFS ID's:&lt;br /&gt;
&lt;blockquote&gt;&lt;b&gt;ls -al /vmfs/volumes&lt;/b&gt; &lt;br clear="all" /&gt;&lt;b&gt;esxcfg-vmhbadevs -m&lt;/b&gt;&lt;/blockquote&gt;
The results are (obviously) consistent and the ID's I obtain are the following:&lt;br /&gt;
&lt;blockquote&gt;&lt;b&gt;(A) vmhba1:4:1:1       /dev/sdc1                           483cf914-29b60dc5-dbfd-001cc497e630&lt;/b&gt; &lt;br clear="all" /&gt;&lt;b&gt;(B) vmhba1:0:2:1       /dev/sdb1                           48858dc4-f4e218d1-d3a8-001cc497e630&lt;/b&gt;&lt;/blockquote&gt;
I added the letters for later reference. The next step is to go to our VCB proxy server which runs a Windows 2003 Enterprise Edition. This is a physical machine that has the same LUN's &amp;#38; some additional LUN's from other ESX servers presented and has the latest VCB 1.5 installed. Here, I use the vcbSanDbg.exe command to discover the VMFS volumes that are presented to that host (the exact command is &lt;b&gt;vcbSanDbg.exe | findstr "ID"&lt;/b&gt; ). The output is the following:&lt;br /&gt;
&lt;blockquote&gt;&lt;b&gt;(1) &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=info"&gt;info&lt;/a&gt; ID: LVID:48761b97-dacedf9f-ebb9-0017085d0f91/48761b97-a4f562bd-6875-0017085d0f91/1 Name: 48761b97-a4f562bd-6875-0017085d&lt;/b&gt; &lt;br clear="all" /&gt;&lt;b&gt;(2) &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=info"&gt;info&lt;/a&gt; ID: LVID:48761bc6-7b4afa63-97d9-0017085d0f91/48761bc5-3f508baa-2f5d-0017085d0f91/1 Name: 48761bc5-3f508baa-2f5d-0017085d&lt;/b&gt; &lt;br clear="all" /&gt;&lt;b&gt;(3) &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=info"&gt;info&lt;/a&gt; ID: LVID:483cf913-458f9fa5-a749-001cc497e630/483cf913-05b4f526-45b5-001cc497e630/1 Name: 483cf913-05b4f526-45b5-001cc497&lt;/b&gt; &lt;br clear="all" /&gt;&lt;b&gt;(4) &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=info"&gt;info&lt;/a&gt; ID: LVID:479da7b6-877867e9-dd06-001cc497e630/479da7ac-55fe7dfe-378c-001cc497e630/1 Name: 479da7ac-55fe7dfe-378c-001cc497&lt;/b&gt; &lt;br clear="all" /&gt;&lt;b&gt;(5) &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=info"&gt;info&lt;/a&gt; ID: LVID:477c2b4a-969e01e0-8d49-001cc495fb46/477c2b4a-7db36616-30ea-001cc495fb46/1 Name: 477c2b4a-7db36616-30ea-001cc495&lt;/b&gt; &lt;br clear="all" /&gt;&lt;b&gt;(6) &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=info"&gt;info&lt;/a&gt; ID: LVID:48843bec-28cc17a4-ca9e-001cc495fb46/48843bec-154cf784-871a-001cc495fb46/1 Name: 48843bec-154cf784-871a-001cc495&lt;/b&gt;&lt;/blockquote&gt;
The problem is linking the two outputs; as you can see, the VMFS ID's are not entirely the same, but there is some resemblance: &lt;br /&gt;
&lt;br /&gt;
(A) vmhba1:4:1:1 &lt;span style="color:#ff0000"&gt;483cf91&lt;/span&gt;4-29b60dc5-dbfd-&lt;span style="color:#ff0000"&gt;001cc497e630&lt;/span&gt;    is more or less   (2) LVID:xyz / &lt;span style="color:#ff0000"&gt;483cf91&lt;/span&gt;3-05b4f526-45b5-&lt;span style="color:#ff0000"&gt;001cc497e630&lt;/span&gt; / 1&lt;br /&gt;
(B) vmhba1:4:2:1 &lt;span style="color:#ff0000"&gt;479da7&lt;/span&gt;c1-4494cd90-d327-&lt;span style="color:#ff0000"&gt;001cc497e630&lt;/span&gt;  is more or less   (4) LVID: xyz / &lt;span style="color:#ff0000"&gt;479da7&lt;/span&gt;ac-55fe7dfe-378c-&lt;span style="color:#ff0000"&gt;001cc497e630&lt;/span&gt; / 1&lt;br /&gt;
&lt;br /&gt;
Is this just a pure coincidence? Am I missing something, and in that case, is there some other way of retrieving the VMFS ID's of LUNs presented to a Windows host? &lt;br /&gt;
&lt;br /&gt;
Thanks for any help!&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Tim</description>
      <pubDate>Thu, 07 Aug 2008 13:23:46 GMT</pubDate>
      <author>TiJa</author>
      <guid>http://communities.vmware.com/message/1015357?tstart=0#1015357</guid>
      <dc:date>2008-08-07T13:23:46Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
    </item>
  </channel>
</rss>

