<?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>topic Re: PowerShell cDot - How to Check Multi-Path and ACP in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-cDot-How-to-Check-Multi-Path-and-ACP/m-p/98670#M4088</link>
    <description>&lt;P&gt;for ACP info, this might have what you need:&lt;/P&gt;&lt;P&gt;(get-ncnode | Get-NcShelfEnvironment).ShelfEnvironShelfList.alternatecontrolpathinformation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the shelves, one way might be to check the disks for 4 paths (not sure if that covers all the possible edge cases):&lt;/P&gt;&lt;P&gt;get-ncdisk | where -Property paths -ne 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mark&lt;/P&gt;</description>
    <pubDate>Mon, 22 Dec 2014 17:31:42 GMT</pubDate>
    <dc:creator>markweber</dc:creator>
    <dc:date>2014-12-22T17:31:42Z</dc:date>
    <item>
      <title>PowerShell cDot - How to Check Multi-Path and ACP</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-cDot-How-to-Check-Multi-Path-and-ACP/m-p/98655#M4086</link>
      <description>&lt;P&gt;Hi Guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to check for each node in the cluster the status of the multi-path and the ACP.&lt;/P&gt;&lt;P&gt;Basically both lines appear one after the other in sysconfig &amp;nbsp;output (node run -node * sysconig).&lt;/P&gt;&lt;P&gt;but I cant figure out how to get it from the powershell toolkit.&lt;/P&gt;&lt;P&gt;I can invoke-ncssh "node run -node currnode sysconig" but i am looking for a more suitable way to do it.&lt;/P&gt;&lt;P&gt;I don’t want to do string parsing if there is another option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea will be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tomer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Dec 2014 21:20:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-cDot-How-to-Check-Multi-Path-and-ACP/m-p/98655#M4086</guid>
      <dc:creator>tomers</dc:creator>
      <dc:date>2014-12-21T21:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell cDot - How to Check Multi-Path and ACP</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-cDot-How-to-Check-Multi-Path-and-ACP/m-p/98670#M4088</link>
      <description>&lt;P&gt;for ACP info, this might have what you need:&lt;/P&gt;&lt;P&gt;(get-ncnode | Get-NcShelfEnvironment).ShelfEnvironShelfList.alternatecontrolpathinformation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the shelves, one way might be to check the disks for 4 paths (not sure if that covers all the possible edge cases):&lt;/P&gt;&lt;P&gt;get-ncdisk | where -Property paths -ne 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mark&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2014 17:31:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-cDot-How-to-Check-Multi-Path-and-ACP/m-p/98670#M4088</guid>
      <dc:creator>markweber</dc:creator>
      <dc:date>2014-12-22T17:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell cDot - How to Check Multi-Path and ACP</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-cDot-How-to-Check-Multi-Path-and-ACP/m-p/98682#M4089</link>
      <description>&lt;P&gt;Hi Mark,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for replaying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*For the ACP, that is great. thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*For the MultiPath, i thought on that but its tricky.&lt;/P&gt;&lt;P&gt;since you have too many options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***NoPartner (Single) ***&lt;BR /&gt;DP = 1 Single Path&lt;BR /&gt;DP = 2 Multi path&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;***HA Pair***&lt;BR /&gt;DP = 1 Single Path&lt;BR /&gt;DP = 2&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;DP = 3&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;DP = 4 Multi path&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, using the ACP command you had found i found this:&lt;/P&gt;&lt;P&gt;(get-ncnode| Get-NcShelfEnvironment).ShelfEnvironShelfList.ConnectorInformation.SasConnectorList.IsCableConnected&lt;/P&gt;&lt;P&gt;i need to run a test on it in lab to see if i am correct, but assuming i do,&amp;nbsp;&lt;/P&gt;&lt;P&gt;this check if the SAS cable is connected, and if all are connected then we have a multi-Path&lt;/P&gt;&lt;P&gt;if only one is connected the using the .ShelfModule (A/B) i can try to assume if i have a single-path or a mix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tomer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2014 06:27:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-cDot-How-to-Check-Multi-Path-and-ACP/m-p/98682#M4089</guid>
      <dc:creator>tomers</dc:creator>
      <dc:date>2014-12-23T06:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell cDot - How to Check Shelf Type or Shelf Model #</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-cDot-How-to-Check-Multi-Path-and-ACP/m-p/108028#M4437</link>
      <description>Anyone know how to check via PS for shelf model number (i.e. DS4246, etc) used to be environment shelf in 7-mode command. Looking for similiar in PS?</description>
      <pubDate>Sat, 01 Aug 2015 20:20:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-cDot-How-to-Check-Multi-Path-and-ACP/m-p/108028#M4437</guid>
      <dc:creator>ijm2024</dc:creator>
      <dc:date>2015-08-01T20:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell cDot - How to Check Shelf Type or Shelf Model #</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-cDot-How-to-Check-Multi-Path-and-ACP/m-p/108034#M4438</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its in &lt;STRONG&gt;Get-NcShelfEnvironment&lt;/STRONG&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;I.E:&lt;STRONG&gt;&amp;nbsp;(Get-NcShelfEnvironment -NodeName NODE_NAME).ShelfEnvironShelfList.SesGenericInfo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tomer.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2015 07:55:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PowerShell-cDot-How-to-Check-Multi-Path-and-ACP/m-p/108034#M4438</guid>
      <dc:creator>tomers</dc:creator>
      <dc:date>2015-08-02T07:55:58Z</dc:date>
    </item>
  </channel>
</rss>

