<?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: To list all connected clients(Window  servers) ? in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/To-list-all-connected-clients-Window-servers/m-p/61458#M5591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick and dirty is a simple "netstat" for NAS connections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for CIFS, you could run "cifs sessions"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For SAN specific information&lt;/P&gt;&lt;P&gt;iscsi show initiator or iscsi initiator show(on newer ONTAP versions)&lt;/P&gt;&lt;P&gt;fcp show initiator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Sep 2013 15:00:57 GMT</pubDate>
    <dc:creator>cscott</dc:creator>
    <dc:date>2013-09-13T15:00:57Z</dc:date>
    <item>
      <title>To list all connected clients(Window  servers) ?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/To-list-all-connected-clients-Window-servers/m-p/61445#M5589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any ways, by using any tools/software or any commands, to list all connected clients on the filer? these clients could be NAS/SAN connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your advices!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:54:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/To-list-all-connected-clients-Window-servers/m-p/61445#M5589</guid>
      <dc:creator>netappmagic</dc:creator>
      <dc:date>2025-06-05T05:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: To list all connected clients(Window  servers) ?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/To-list-all-connected-clients-Window-servers/m-p/61450#M5590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many CLI options for this. And many ways to skin this cat.&amp;nbsp; But below should get you pointed in the right direction.&lt;/P&gt;&lt;P&gt;CIFS for instance.&amp;nbsp; For the NFS and CIFS options, make sure you turn them back off after you are done using the commands to see clients as they do add minor overhead to your filer while collecting data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;option &lt;SPAN style="color: #555555; font-family: Verdana, 'BitStream vera Sans', Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;&lt;STRONG&gt;cifs.per_client_stats.enable&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #555555; font-family: Verdana, 'BitStream vera Sans', Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt; on&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; font-family: Verdana, 'BitStream vera Sans', Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;and you can run &lt;STRONG&gt;cifs top&lt;/STRONG&gt; to see clients&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; font-family: Verdana, 'BitStream vera Sans', Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;You may also be able to 'manage' your filer from a windows system to view connected clients via CIFS as well.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; font-family: Verdana, 'BitStream vera Sans', Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;NFS &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #555555; font-size: 12px; background-color: #ffffff; font-family: Verdana, 'BitStream vera Sans', Helvetica, sans-serif;"&gt;option nfs.per_client_stats.enable on&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; font-family: Verdana, 'BitStream vera Sans', Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;then run &lt;SPAN style="font-weight: bold; color: #444444; font-family: arial, sans-serif; font-size: small; background-color: #ffffff;"&gt;vfiler run vfiler0 &lt;/SPAN&gt;&lt;STRONG&gt;nfsstat -z&lt;/STRONG&gt; to clear your table, then &lt;SPAN style="color: #444444; font-family: arial, sans-serif; font-size: small; font-weight: bold; background-color: #ffffff;"&gt;vfiler run vfiler0&lt;/SPAN&gt;&lt;STRONG&gt; nfsstat -l&lt;/STRONG&gt; to list NFS clients (of course your vfiler may not be 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; font-family: Verdana, 'BitStream vera Sans', Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;for SAN, check out your iscsi and fcp commands below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wafl.co.uk/iscsi/" target="_blank"&gt;http://wafl.co.uk/iscsi/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wafl.co.uk/fcp/" target="_blank"&gt;http://wafl.co.uk/fcp/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; font-family: Verdana, 'BitStream vera Sans', Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;-dave w&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; font-family: Verdana, 'BitStream vera Sans', Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 14:29:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/To-list-all-connected-clients-Window-servers/m-p/61450#M5590</guid>
      <dc:creator>DAVE_WITHERS</dc:creator>
      <dc:date>2013-09-13T14:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: To list all connected clients(Window  servers) ?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/To-list-all-connected-clients-Window-servers/m-p/61458#M5591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick and dirty is a simple "netstat" for NAS connections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for CIFS, you could run "cifs sessions"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For SAN specific information&lt;/P&gt;&lt;P&gt;iscsi show initiator or iscsi initiator show(on newer ONTAP versions)&lt;/P&gt;&lt;P&gt;fcp show initiator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 15:00:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/To-list-all-connected-clients-Window-servers/m-p/61458#M5591</guid>
      <dc:creator>cscott</dc:creator>
      <dc:date>2013-09-13T15:00:57Z</dc:date>
    </item>
  </channel>
</rss>

