<?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: Get Shelf type and serial number with PSTK (7-Mode) in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/139133#M5684</link>
    <description>&lt;P&gt;sorry no&lt;/P&gt;</description>
    <pubDate>Mon, 26 Mar 2018 11:51:15 GMT</pubDate>
    <dc:creator>JGPSHNTAP</dc:creator>
    <dc:date>2018-03-26T11:51:15Z</dc:date>
    <item>
      <title>Get Shelf type and serial number with PSTK (7-Mode)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127798#M5254</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IHAC that wants to retrieve Shelf type (e.g. DS2246) and shelf serial number from a 7-Mode system. For cDOT there is the Get-NcStorageShelf command.&lt;/P&gt;&lt;P&gt;Is there a similar command available for 7-mode?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And is there any command mapping 7-Mode &amp;lt;=&amp;gt; cDOT for PSTK?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:29:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127798#M5254</guid>
      <dc:creator>hpreckur</dc:creator>
      <dc:date>2025-06-04T15:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shelf type and serial number with PSTK (7-Mode)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127800#M5256</link>
      <description>&lt;P&gt;Here I will help you out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;get-nahelp *shelf*&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 12:45:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127800#M5256</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2017-02-06T12:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shelf type and serial number with PSTK (7-Mode)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127801#M5257</link>
      <description>&lt;P&gt;Thanks! Looks like the shelf S/N is not available for 7-mode...&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 14:08:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127801#M5257</guid>
      <dc:creator>hpreckur</dc:creator>
      <dc:date>2017-02-06T14:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shelf type and serial number with PSTK (7-Mode)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127802#M5258</link>
      <description>&lt;P&gt;On the other hand: a NetAppDocs document show shelf type and S/N for 7-Mode as well. So some PSTK command should show it.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 14:15:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127802#M5258</guid>
      <dc:creator>hpreckur</dc:creator>
      <dc:date>2017-02-06T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shelf type and serial number with PSTK (7-Mode)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127803#M5259</link>
      <description>&lt;P&gt;I think i went thru this years ago and i don't think its availble with direct tru a cmdlet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$d = invoke-nassh "storage show shelf"&lt;/P&gt;&lt;P&gt;PS C:\powershell&amp;gt; $d = $d.split("`n")&lt;/P&gt;&lt;P&gt;PS C:\powershell&amp;gt; $d | ?{$_ -like "*shelf name*" -or $_ -like "*shelf S/N*"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 14:24:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127803#M5259</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2017-02-06T14:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shelf type and serial number with PSTK (7-Mode)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127804#M5260</link>
      <description>&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 14:35:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127804#M5260</guid>
      <dc:creator>hpreckur</dc:creator>
      <dc:date>2017-02-06T14:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shelf type and serial number with PSTK (7-Mode)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127807#M5261</link>
      <description>&lt;P&gt;Can you mark answers and please hit kudos.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 15:00:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/127807#M5261</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2017-02-06T15:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shelf type and serial number with PSTK (7-Mode)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/139132#M5683</link>
      <description>&lt;P&gt;Does NetApp PSK not have possibility to show me my shelf serial numbers direclty (without using ssh) ?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 11:22:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/139132#M5683</guid>
      <dc:creator>LUKASPRELOVSKY</dc:creator>
      <dc:date>2018-03-26T11:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shelf type and serial number with PSTK (7-Mode)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/139133#M5684</link>
      <description>&lt;P&gt;sorry no&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 11:51:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/139133#M5684</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2018-03-26T11:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shelf type and serial number with PSTK (7-Mode)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/139137#M5685</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; ok&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How I can get Shelf Serial Number for my Shelf list?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Get-NcShelf | where {$_.ShelfName -like "NAME*"} | Sort -Property ShelfId -Unique | Format-Table -AutoSize&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 12:21:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/139137#M5685</guid>
      <dc:creator>LUKASPRELOVSKY</dc:creator>
      <dc:date>2018-03-26T12:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shelf type and serial number with PSTK (7-Mode)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/139143#M5687</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/7952"&gt;@LUKASPRELOVSKY&lt;/a&gt; the command you enetred in the last reply is for Cluster mode. while the post is&amp;nbsp;specially for 7-mode.&lt;/P&gt;
&lt;P&gt;which platform do you need the command for ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;adding the Cdot way anyway:.....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Get-NcStorageShelf | ft NcController,Shelf,SerialNumber,ShelfModel,ModuleType


NcController                 Shelf                       SerialNumber                ShelfModel                  ModuleType                 
------------                 -----                       ------------                ----------                  ----------                 
A                                     1.10                        1234567890             DS4243                      iom3                       
A                                     1.11                        1234567890             DS4243                      iom3                       
A                                     1.12                        1234567890             DS4243                      iom3                       
A                                     1.13                        1234567890             DS4243                      iom3                       
A                                     2.20                        1234567890             DS4243                      iom3                       
A                                     2.21                        1234567890             DS4243                      iom3                       
A                                     2.22                        1234567890             DS4243                      iom3                       
A                                     2.23                        1234567890             DS4243                      iom3                       &lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Mar 2018 14:47:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/139143#M5687</guid>
      <dc:creator>GidonMarcus</dc:creator>
      <dc:date>2018-03-26T14:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shelf type and serial number with PSTK (7-Mode)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/139166#M5688</link>
      <description>&lt;P&gt;I discovered the cmdlet last night, but thanks for your help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 06:31:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-Shelf-type-and-serial-number-with-PSTK-7-Mode/m-p/139166#M5688</guid>
      <dc:creator>LUKASPRELOVSKY</dc:creator>
      <dc:date>2018-03-27T06:31:25Z</dc:date>
    </item>
  </channel>
</rss>

