<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>rtunisi Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>rtunisi Tracker</description>
    <pubDate>Thu, 23 Nov 2023 12:38:42 GMT</pubDate>
    <dc:date>2023-11-23T12:38:42Z</dc:date>
    <item>
      <title>Re: Running a PowerCLI script against multiple vCenters at the same time</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Running-a-PowerCLI-script-against-multiple-vCenters-at-the-same/m-p/1299709#M38589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just to complete Luc post: when connecting to LinkedMode vCenters, use the '-AllLinked' parameter on Connect-VIServer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 17:18:35 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Running-a-PowerCLI-script-against-multiple-vCenters-at-the-same/m-p/1299709#M38589</guid>
      <dc:creator>rtunisi</dc:creator>
      <dc:date>2013-10-15T17:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Editor with Syntax Highlighting</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Editor-with-Syntax-Highlighting/m-p/1303134#M38793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use Powershell ISE and load powercli on the posh inside... just run the startup script on the screen or make an alias like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Load-PowerCli{&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; . "C:\Program Files\VMware\Infrastructure\vSphere PowerCLI\Scripts\Initialize-PowerCLIEnvironment.ps1"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it loads all the current cmdlets into the autocomplete and syntax highlighter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 17:11:26 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Editor-with-Syntax-Highlighting/m-p/1303134#M38793</guid>
      <dc:creator>rtunisi</dc:creator>
      <dc:date>2013-10-15T17:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: PowerCLI Help Needed With Retrieving ESXi Host Asset Tag Info</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/PowerCLI-Help-Needed-With-Retrieving-ESXi-Host-Asset-Tag-Info/m-p/2716504#M94300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue i found is that 'OtherIdentifyingInfo' is a collection of objects (i suppose)... so you need to use -ExpandProperty on a select statement, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$helper = $_.hardware.systeminfo | Select -ExpandProperty OtherIdentifyingInfo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$helper variable will get all the objects associated which OtherIdentifyingInfo, so you need a foreach to find the attribute needed. I think you should find what you need on 'IdentifierValue' and 'IdentifierType.Label' Attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see if this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 19:16:50 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/PowerCLI-Help-Needed-With-Retrieving-ESXi-Host-Asset-Tag-Info/m-p/2716504#M94300</guid>
      <dc:creator>rtunisi</dc:creator>
      <dc:date>2013-10-14T19:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Size Display Confusion</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Disk-Size-Display-Confusion/m-p/386121#M6383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are using thin, there will be differences in provisionedSpace Size and usedSpace Size...on thick allocation, both will have the same values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using snapsnots, the values will show the used size and plus the size of all disk deltas (as André said above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;about thin allocation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not that this is a bad idea, the drawbacks on thin allocation lies at the more administrative overhead on your datastores. Some experts say thats a little bit of performance loss on thin allocation, which is a very discussable topic... you might want to find some articles about (try at Cormac Hogan blog. He's THE storage guy when the subject is virtualization).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and btw, dont think mr LucD Sleeps at all &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 14:56:28 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Disk-Size-Display-Confusion/m-p/386121#M6383</guid>
      <dc:creator>rtunisi</dc:creator>
      <dc:date>2013-10-01T14:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issues on VM HardDisk information Script</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Weird-issues-on-VM-HardDisk-information-Script/m-p/2706892#M93758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;simple code and trully brilliant&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;... less than 1 second execution time&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;didnt know about the &amp;amp;{} construct... will look closely to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks really much for the PCLI lesson, Mr Dekens.. going back to study book &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 19:05:54 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Weird-issues-on-VM-HardDisk-information-Script/m-p/2706892#M93758</guid>
      <dc:creator>rtunisi</dc:creator>
      <dc:date>2013-09-25T19:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issues on VM HardDisk information Script</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Weird-issues-on-VM-HardDisk-information-Script/m-p/2706890#M93756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the issue does not occur when i substitute the command parameter, however, the execution time went thru the roof, as i expected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seconds&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 24&lt;/P&gt;&lt;P&gt;Milliseconds&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 93&lt;/P&gt;&lt;P&gt;(Measure-Command Statistic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I believe thats because of the string parameter, that forces get-harddisk cmdlet to create a VirtualMachine object (i believe it calls Get-VM, which is very, VERY slow. Thats why i used the Get-View with -ViewType in the first place). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Luc, is there anyway i can make this quickier without the Get-VIObjectByVIView? I tested many options while creating this script and this proved to be the most efficient one, with runtimes around 1 to 2 seconds in the same environment (as i said, the script randomly fails with the disconnection issue, sometimes i can make it work and its pretty fast )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 16:44:15 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Weird-issues-on-VM-HardDisk-information-Script/m-p/2706890#M93756</guid>
      <dc:creator>rtunisi</dc:creator>
      <dc:date>2013-09-25T16:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issues on VM HardDisk information Script</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Weird-issues-on-VM-HardDisk-information-Script/m-p/2706888#M93754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these are all vcenters, multiple versions (4.1, 5.0 and 5.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its really odd that i can use Get-VM on the same server that it claimed disconnection with no errors, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Connected to 3 vCenters: vc01, vc02 and vc03&lt;/P&gt;&lt;P&gt;2) Run script and i get the error 'vc01 is not connected'&lt;/P&gt;&lt;P&gt;3) Get-VM vm01 (which happens to be at 'vc01', that just disconnected) and it retrieves it normally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;ran the command with the modifications to troubleshoot disconnection like you said, and no disconnections at all ! All the 15 vCenters still connected while running the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exception is below&lt;/P&gt;&lt;P&gt;Get-VIObjectByVIView : 25/09/2013 11:25:27&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-VIObjectByVIView&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server XXXXX is not connected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 14:24:32 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Weird-issues-on-VM-HardDisk-information-Script/m-p/2706888#M93754</guid>
      <dc:creator>rtunisi</dc:creator>
      <dc:date>2013-09-25T14:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to login to VM via powercli?</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Is-it-possible-to-login-to-VM-via-powercli/m-p/2706270#M93698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;you can store your credentials in a variable and use invoke-vmscript command to run it into multiple VMs, like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(This will prompt the username/password dialog)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invoke-VMScript -VM VM01 -ScriptText { commands } -GuestCredential (Get-Credential)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to use it on multiple servers, create some txt file with all vm names and use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$cred = Get-Credential&lt;/P&gt;&lt;P&gt;gc text.txt | % { Invoke-VMScript -VM $_ -ScriptText { commands } -GuestCredential&amp;nbsp; $cred }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: all machines must have VMWare tools installed for this to work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 14:14:44 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Is-it-possible-to-login-to-VM-via-powercli/m-p/2706270#M93698</guid>
      <dc:creator>rtunisi</dc:creator>
      <dc:date>2013-09-25T14:14:44Z</dc:date>
    </item>
    <item>
      <title>Weird issues on VM HardDisk information Script</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Weird-issues-on-VM-HardDisk-information-Script/m-p/2706886#M93752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am designing some simple script to retrieve VM Hard Disk information with PowerCli and i got some pretty weird issue: i ocasionally get runtime execution errors with vc server disconnection, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;but after the error, i can retrieve info on the same vcenter with simple commands (like Get-VM for instance). The vc farms still available over viclient and powercli all the time, so it must be something on the code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;the steps i use to reproduce the strange behavior:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Using Powercli 5.5 and Powershell 3.0. Error still happens with Powercli 5.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Connect to vcenter (multiple servers)&lt;/P&gt;&lt;P&gt;- run the command and it eventually gets stuck in line 12 ($ghd = Get-HardDisk (Get-VIObjectByVIView $VMView)) with the error 'Server XXXX is disconnected'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;- Run some other command (like get-vm) to certify that server is still connected&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;sample script is below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13801169372439008" jivemacro_uid="_13801169372439008" modifiedtitle="true"&gt;
&lt;P&gt;Function Get-VMDiskInfo {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [CmdletBinding()]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Param (&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [Parameter(Mandatory=$true,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ValueFromPipeline=$True,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ValueFromPipelineByPropertyName=$true)]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [Alias('Name')]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $VM&lt;/P&gt;
&lt;P&gt;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp; PROCESS{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $VMView = Get-View -ViewType VirtualMachine -Filter @{"Name" = $VM}&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $ghd = Get-HardDisk (Get-VIObjectByVIView $VMView)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $output = @()&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ForEach ($VirtualSCSIController in ($VMView.Config.Hardware.Device | Where {$_.DeviceInfo.Label -match “SCSI Controller”})){&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ForEach ($VirtualDiskDevice in ($VMView.Config.Hardware.Device | Where {$_.ControllerKey -eq $VirtualSCSIController.Key})){&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $VMSummary = “” | Select&amp;nbsp; VM,Disk, SCSI, DiskType, DiskFormat, DiskSizeGB, DiskFile&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $VMSummary.VM = $VM&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $VMSummary.SCSI = [string]::Concat($VirtualSCSIController.BusNumber,":",$VirtualDiskDevice.UnitNumber)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $VMSummary.Disk = $VirtualDiskDevice.DeviceInfo.Label&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; #pegando info do Get-Harddisks&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $d = $ghd | ? {$_.Name -match $VirtualDiskDevice.DeviceInfo.Label}&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $VMSummary.DiskType = $d.DiskType&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $VMSummary.DiskSizeGB = [Math]::Round($d.capacityGB,2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $VMSummary.DiskFile = $d.filename&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if($d.Disktype -eq "Flat"){&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $VMSummary.DiskFormat = $d.StorageFormat&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp; $output += $VMSummary&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Write-Output $output&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone have any idea whats going on ? &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;almost forgot, sorry about the messy code and the poor english...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 14:02:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Weird-issues-on-VM-HardDisk-information-Script/m-p/2706886#M93752</guid>
      <dc:creator>rtunisi</dc:creator>
      <dc:date>2013-09-25T14:02:37Z</dc:date>
    </item>
    <item>
      <title>NIC Teaming / Failover with Active/Passive Switching</title>
      <link>https://communities.vmware.com/t5/vSphere-vNetwork-Discussions/NIC-Teaming-Failover-with-Active-Passive-Switching/m-p/320257#M619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question regarding nic teamming setup with active / passive cisco switching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have the current setup today: each esx4.1 host have two pnics connected to our cisco catalyst 4506 core as a teamming. Both pnics are configured with 802.1q trunking to enable multiple vlan ids. No issues so far as this setup is pretty simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently we are implementing a new switch core to function as a failover switch in active/passive layout. I tried to put another 2 pnics on each host (trunking enabled) on the secondary switch as standby cards, so our pretend-to-be setup is much like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PortGroups - vSwitches - 2 PNICS on SwitchCoreA (active teamming) - 2 PNICS on SwitchCoreB(Standby teamming)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However this setup brought me an issue. I won switch failover because when switch A goes down, both standby cards gets up on core B and network stands up OK, but i lost NIC failover, since when one active card goes down, ESX tries to put one standby card UP and messes up my entire teamming (nics at CORE B arent disable, the switch stays there at some sort of "passive mode")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to know if theres any setup which can make me achieve both NIC and Switch Failover at this setup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help would be apreciated&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rtunisi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 15:43:46 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-vNetwork-Discussions/NIC-Teaming-Failover-with-Active-Passive-Switching/m-p/320257#M619</guid>
      <dc:creator>rtunisi</dc:creator>
      <dc:date>2012-03-01T15:43:46Z</dc:date>
    </item>
  </channel>
</rss>

