<?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 How many volumes/cifs shares can a FAS3140 handle? in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-many-volumes-cifs-shares-can-a-FAS3140-handle/m-p/104154#M7707</link>
    <description>&lt;P&gt;Hi people.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are having a problem here to setup Qtrees/Quotas. Our toasters are not working correctly with our LDAP base, so I was thinking about a way to work around it... Well, it's not very elegant, but my main concern is about the FAS3140 performance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently we have one CIFS Share handling something close to 1000&amp;nbsp;user mappings (let's say X:). Each user have their folder, and security is done at micromanagement level. Not really easy to manage...&lt;/P&gt;&lt;P&gt;There's about 100 simultaneous access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My workaround for this situation is far from elegant... :&lt;/P&gt;&lt;P&gt;1) Makes Samba create a vol/cifs share for each active user, ssh'ing commands to the toaster:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;vol create &amp;lt;$user&amp;gt; -l en_US.UTF-8 aggr_USERS 5g&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;cifs shares -add user_&amp;lt;$user&amp;gt; /vol/&amp;lt;$user&amp;gt; -comment "User &amp;lt;$user&amp;gt;" -maxusers 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) In the login script on the user machine, map the share and change the share permissions, so only the user and, let's say, Domain Admins, can mess with it:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;net use X: \\10.18.0.197\user_&amp;lt;$user&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;icacls X:\ /setowner "Domain\&amp;lt;$user&amp;gt;" /inheritance:r&lt;BR /&gt;icacls X:\ &amp;nbsp;&amp;lt;yada-yada&amp;gt; "Domain\Domain Admins" &amp;nbsp;"can_mess_too..."&amp;nbsp;(placeholder.... just ignore this line)&amp;nbsp;&lt;/P&gt;&lt;P&gt;icacls X:\ /inheritance:r&lt;BR /&gt;icacls X:\ /remove Everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tested this script manually... It worked great...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BUT my main concern is really about performance of this 'solution'...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Going this route would create like 1000 volumes and equal number of CIFS shares, and I don't know how to measure the impact of this in my toaster performance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I got some CIFS stat from it, but, frankly, I'm a noob on NetApp performance acessing, so if anyone can give me some clues on this matter, I would appreciate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cifs stat:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Toaster&amp;gt; cifs stat&lt;BR /&gt;reject 775976 0%&lt;BR /&gt;mkdir 24808 0%&lt;BR /&gt;rmdir 940119 0%&lt;BR /&gt;open 0 0%&lt;BR /&gt;create 0 0%&lt;BR /&gt;close 2417441914 12%&lt;BR /&gt;X&amp;amp;close 0 0%&lt;BR /&gt;flush 2368246 0%&lt;BR /&gt;X&amp;amp;flush 0 0%&lt;BR /&gt;delete 1266364 0%&lt;BR /&gt;rename 6096948 0%&lt;BR /&gt;NTRename 0 0%&lt;BR /&gt;getatr 10388830 0%&lt;BR /&gt;setatr 0 0%&lt;BR /&gt;read 0 0%&lt;BR /&gt;X&amp;amp;read 0 0%&lt;BR /&gt;write 2919258 0%&lt;BR /&gt;X&amp;amp;write 0 0%&lt;BR /&gt;lock 0 0%&lt;BR /&gt;unlock 0 0%&lt;BR /&gt;mknew 0 0%&lt;BR /&gt;chkpth 10388822 0%&lt;BR /&gt;exit 0 0%&lt;BR /&gt;lseek 0 0%&lt;BR /&gt;lockread 0 0%&lt;BR /&gt;X&amp;amp;lockread 0 0%&lt;BR /&gt;writeunlock 0 0%&lt;BR /&gt;readbraw 0 0%&lt;BR /&gt;writebraw 0 0%&lt;BR /&gt;writec 0 0%&lt;BR /&gt;gettattre 0 0%&lt;BR /&gt;settattre 0 0%&lt;BR /&gt;lockingX 473910846 2%&lt;BR /&gt;IPC 191177263 1%&lt;BR /&gt;open2 0 0%&lt;BR /&gt;find_first2 2802451745 14%&lt;BR /&gt;find_next2 314550820 2%&lt;BR /&gt;query_fs_info 1628967905 8%&lt;BR /&gt;query_path_info 707136237 3%&lt;BR /&gt;set_path_info 1366147 0%&lt;BR /&gt;query_file_info 3948090746 19%&lt;BR /&gt;set_file_info 440083166 2%&lt;BR /&gt;create_dir2 0 0%&lt;BR /&gt;Dfs_referral 12347736 0%&lt;BR /&gt;Dfs_report 0 0%&lt;BR /&gt;echo 25949259 0%&lt;BR /&gt;writeclose 0 0%&lt;BR /&gt;openX 0 0%&lt;BR /&gt;readX 3672593828 18%&lt;BR /&gt;writeX 667025434 3%&lt;BR /&gt;findclose 0 0%&lt;BR /&gt;tcon 0 0%&lt;BR /&gt;tdis 12745633 0%&lt;BR /&gt;negprot 759217 0%&lt;BR /&gt;login 29502584 0%&lt;BR /&gt;logout 2236126 0%&lt;BR /&gt;tconX 14593483 0%&lt;BR /&gt;dskattr 0 0%&lt;BR /&gt;search 0 0%&lt;BR /&gt;fclose 12848624 0%&lt;BR /&gt;NTCreateX 2932117780 14%&lt;BR /&gt;NTTransCreate 3891 0%&lt;BR /&gt;NTTransIoctl 66774867 0%&lt;BR /&gt;NTTransNotify 107376496 1%&lt;BR /&gt;NTTransSetSec 4349012 0%&lt;BR /&gt;NTTransQuerySec 85124269 0%&lt;BR /&gt;NTNamedPipeMulti 0 0%&lt;BR /&gt;NTCancel CN 22577592 0%&lt;BR /&gt;NTCancel Other 11355 0%&lt;BR /&gt;SMB2Echo 0 0%&lt;BR /&gt;SMB2Negprot 0 0%&lt;BR /&gt;SMB2TreeConnnect 0 0%&lt;BR /&gt;SMB2TreeDisconnect 0 0%&lt;BR /&gt;SMB2Login 0 0%&lt;BR /&gt;SMB2Create 0 0%&lt;BR /&gt;SMB2Read 0 0%&lt;BR /&gt;SMB2Write 0 0%&lt;BR /&gt;SMB2Lock 0 0%&lt;BR /&gt;SMB2Unlock 0 0%&lt;BR /&gt;SMB2OplkBrkAck 0 0%&lt;BR /&gt;SMB2ChgNfy 0 0%&lt;BR /&gt;SMB2CLose 0 0%&lt;BR /&gt;SMB2Flush 0 0%&lt;BR /&gt;SMB2Logout 0 0%&lt;BR /&gt;SMB2Cancel 0 0%&lt;BR /&gt;SMB2IPCCreate 0 0%&lt;BR /&gt;SMB2IPCRead 0 0%&lt;BR /&gt;SMB2IPCWrite 0 0%&lt;BR /&gt;SMB2QueryDir 0 0%&lt;BR /&gt;SMB2QueryFileBasicInfo 0 0%&lt;BR /&gt;SMB2QueryFileStndInfo 0 0%&lt;BR /&gt;SMB2QueryFileIntInfo 0 0%&lt;BR /&gt;SMB2QueryFileEAInfo 0 0%&lt;BR /&gt;SMB2QueryFileFEAInfo 0 0%&lt;BR /&gt;SMB2QueryFileModeInfo 0 0%&lt;BR /&gt;SMB2QueryAltNameInfo 0 0%&lt;BR /&gt;SMB2QueryFileStreamInfo 0 0%&lt;BR /&gt;SMB2QueryNetOpenInfo 0 0%&lt;BR /&gt;SMB2QueryAttrTagInfo 0 0%&lt;BR /&gt;SMB2QueryAccessInfo 0 0%&lt;BR /&gt;SMB2QueryFileUnsupported 0 0%&lt;BR /&gt;SMB2QueryFileInvalid 0 0%&lt;BR /&gt;SMB2QueryFSVolInfo 0 0%&lt;BR /&gt;SMB2QueryFSSizeInfo 0 0%&lt;BR /&gt;SMB2QueryFSDevInfo 0 0%&lt;BR /&gt;SMB2QueryFSAttrInfo 0 0%&lt;BR /&gt;SMB2QueryFSFullSzInfo 0 0%&lt;BR /&gt;SMB2QueryFSObjIdInfo 0 0%&lt;BR /&gt;SMB2QueryFSInvalid 0 0%&lt;BR /&gt;SMB2QuerySecurityInfo 0 0%&lt;BR /&gt;SMB2SetBasicInfo 0 0%&lt;BR /&gt;SMB2SetRenameInfo 0 0%&lt;BR /&gt;SMB2SetFileLinkInfo 0 0%&lt;BR /&gt;SMB2SetFileDispInfo 0 0%&lt;BR /&gt;SMB2SetFullEAInfo 0 0%&lt;BR /&gt;SMB2SetModeInfo 0 0%&lt;BR /&gt;SMB2SetAllocInfo 0 0%&lt;BR /&gt;SMB2SetEOFInfo 0 0%&lt;BR /&gt;SMB2SetUnsupported 0 0%&lt;BR /&gt;SMB2SetInfoInvalid 0 0%&lt;BR /&gt;SMB2SetSecurityInfo 0 0%&lt;BR /&gt;SMB2FsctlPipeTransceive 0 0%&lt;BR /&gt;SMB2FsctlPipePeek 0 0%&lt;BR /&gt;SMB2FsctlEnumSnapshots 0 0%&lt;BR /&gt;SMB2FsctlDfsReferrals 0 0%&lt;BR /&gt;SMB2FsctlSetSparse 0 0%&lt;BR /&gt;SMB2FsctlSecureShare 0 0%&lt;BR /&gt;SMB2FsctlFileUnsupported 0 0%&lt;BR /&gt;SMB2FsctlIpcUnsupported 0 0%&lt;BR /&gt;cancel lock 0&lt;BR /&gt;wait lock 0&lt;BR /&gt;copy to align 80380716&lt;BR /&gt;alignedSmall 77776152&lt;BR /&gt;alignedLarge 826&lt;BR /&gt;alignedSmallRel 0&lt;BR /&gt;alignedLargeRel 0&lt;BR /&gt;FidHashAllocs 640040&lt;BR /&gt;TidHashAllocs 5830&lt;BR /&gt;UidHashAllocs 3096&lt;BR /&gt;mbufWait 0&lt;BR /&gt;nbtWait 0&lt;BR /&gt;pBlkWait 0&lt;BR /&gt;BackToBackCPWait 0&lt;BR /&gt;cwaWait 0&lt;BR /&gt;short msg prevent 38618&lt;BR /&gt;multipleVCs 2210515&lt;BR /&gt;SMB signing 0&lt;BR /&gt;mapped null user 0&lt;BR /&gt;PDCupcalls 0&lt;BR /&gt;nosupport 0&lt;BR /&gt;read pipe busy 0&lt;BR /&gt;write pipe busy 0&lt;BR /&gt;trans pipe busy 0&lt;BR /&gt;read pipe broken 0&lt;BR /&gt;write pipe broken 0&lt;BR /&gt;trans pipe broken 0&lt;BR /&gt;queued writeraw 0&lt;BR /&gt;nbt disconnect 348322&lt;BR /&gt;smb disconnect 288966&lt;BR /&gt;dup disconnect 127409&lt;BR /&gt;OpLkBkXorBatchToL2 25195430&lt;BR /&gt;OpLkBkXorBatchToNone 2274&lt;BR /&gt;OpLkBkL2ToNone 69008542&lt;BR /&gt;OpLkBkNoBreakAck 3213&lt;BR /&gt;OpLkBkNoBreakAck95 0&lt;BR /&gt;OpLkBkNoBreakAckNT 3213&lt;BR /&gt;OpLkBkIgnoredAck 60723702&lt;BR /&gt;OpLkBkWaiterTimedOut 0&lt;BR /&gt;OpLkBkDelayedBreak 64196855&lt;BR /&gt;SharingErrorRetries 982497&lt;BR /&gt;FoldAttempts 0&lt;BR /&gt;FoldRenames 0&lt;BR /&gt;FoldRenameFailures 0&lt;BR /&gt;FoldOverflows 0&lt;BR /&gt;FoldDuplicates 0&lt;BR /&gt;FoldWAFLTooBusy 0&lt;BR /&gt;NoAllocCredStat 0&lt;BR /&gt;RetryRPCcollision 347&lt;BR /&gt;TconCloseTID 0&lt;BR /&gt;GetNTAPExtAttrs 0&lt;BR /&gt;SetNTAPExtAttrs 0&lt;BR /&gt;SearchBusy 0&lt;BR /&gt;ChgNfyNoMemory 0&lt;BR /&gt;ChgNfyNewWatch 15416707&lt;BR /&gt;ChgNfyLastWatch 15415866&lt;BR /&gt;UsedMIDTblCreated 0&lt;BR /&gt;UnusedMIDTblCreated 0&lt;BR /&gt;InvalidMIDRejects 0&lt;BR /&gt;SMB2InvalidSignature 0&lt;BR /&gt;SMB2DurableCreateReceived 0&lt;BR /&gt;SMB2DurableCreateSucceeded 0&lt;BR /&gt;SMB2DurableReclaimReceived 0&lt;BR /&gt;SMB2DurableReclaimSucceeded 0&lt;BR /&gt;SMB2DurableHandlePreserved 0&lt;BR /&gt;SMB2DurableHandlePurged 0&lt;BR /&gt;SMB2DurableHandleExpired 0&lt;BR /&gt;SMB2FileDirInfo 0&lt;BR /&gt;SMB2FileFullDirInfo 0&lt;BR /&gt;SMB2FileIdFullDirInfo 0&lt;BR /&gt;SMB2FileBothDirInfo 0&lt;BR /&gt;SMB2FileIdBothDirInfo 0&lt;BR /&gt;SMB2FileNamesInfo 0&lt;BR /&gt;SMB2FileDirUnsupported 0&lt;BR /&gt;SMB2QueryInfo 0&lt;BR /&gt;SMB2SetInfo 0&lt;BR /&gt;SMB2Ioctl 0&lt;BR /&gt;SMB2RelatedCompRequest 0&lt;BR /&gt;SMB2UnRelatedCompRequest 0&lt;BR /&gt;SMB2FileRequest 0&lt;BR /&gt;SMB2PipeRequest 0&lt;BR /&gt;SMB2nosupport 0&lt;BR /&gt;Max Multiplex = 56, Max pBlk Exhaust = 0, Max pBlk Reserve Exhaust = 0&lt;BR /&gt;Max FIDs = 10713, Max FIDs on one tree = 5846&lt;BR /&gt;Max Searches on one tree = 97, Max Core Searches on one tree = 0&lt;BR /&gt;Max sessions = 1420&lt;BR /&gt;Max trees = 7424&lt;BR /&gt;Max shares = 12&lt;BR /&gt;Max session UIDs = 83, Max session TIDs = 241&lt;BR /&gt;Max locks = 12040&lt;BR /&gt;Max credentials = 2746&lt;BR /&gt;Max group SIDs per credential = 16&lt;BR /&gt;Max pBlks = 1304 Current pBlks = 1298 Num Logons = 129&lt;BR /&gt;Max reserved pBlks = 32 Current reserved pBlks = 32&lt;BR /&gt;Max gAuthQueue depth = 77&lt;BR /&gt;Max gSMBBlockingQueue depth = 18&lt;BR /&gt;Max gSMBTimerQueue depth = 5&lt;BR /&gt;Max gSMBAlfQueue depth = 2&lt;BR /&gt;Max gSMBRPCWorkerQueue depth = 29&lt;BR /&gt;Max gOffloadQueue depth = 121&lt;BR /&gt;Local groups: builtins = 6, user-defined = 4, SIDs = 20&lt;BR /&gt;RPC group count = 20, RPC group active count = 2&lt;BR /&gt;Max Watched Directories = 1194, Current Watched Directories = 1099&lt;BR /&gt;Max Pending ChangeNotify Requests = 1193, Current Pending ChangeNotify Requests = 1099&lt;BR /&gt;Max Pending DeleteOnClose Requests = 3912, Current Pending DeleteOnClose Requests = 0&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 04:22:57 GMT</pubDate>
    <dc:creator>ErickMendes</dc:creator>
    <dc:date>2025-06-05T04:22:57Z</dc:date>
    <item>
      <title>How many volumes/cifs shares can a FAS3140 handle?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-many-volumes-cifs-shares-can-a-FAS3140-handle/m-p/104154#M7707</link>
      <description>&lt;P&gt;Hi people.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are having a problem here to setup Qtrees/Quotas. Our toasters are not working correctly with our LDAP base, so I was thinking about a way to work around it... Well, it's not very elegant, but my main concern is about the FAS3140 performance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently we have one CIFS Share handling something close to 1000&amp;nbsp;user mappings (let's say X:). Each user have their folder, and security is done at micromanagement level. Not really easy to manage...&lt;/P&gt;&lt;P&gt;There's about 100 simultaneous access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My workaround for this situation is far from elegant... :&lt;/P&gt;&lt;P&gt;1) Makes Samba create a vol/cifs share for each active user, ssh'ing commands to the toaster:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;vol create &amp;lt;$user&amp;gt; -l en_US.UTF-8 aggr_USERS 5g&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;cifs shares -add user_&amp;lt;$user&amp;gt; /vol/&amp;lt;$user&amp;gt; -comment "User &amp;lt;$user&amp;gt;" -maxusers 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) In the login script on the user machine, map the share and change the share permissions, so only the user and, let's say, Domain Admins, can mess with it:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;net use X: \\10.18.0.197\user_&amp;lt;$user&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;icacls X:\ /setowner "Domain\&amp;lt;$user&amp;gt;" /inheritance:r&lt;BR /&gt;icacls X:\ &amp;nbsp;&amp;lt;yada-yada&amp;gt; "Domain\Domain Admins" &amp;nbsp;"can_mess_too..."&amp;nbsp;(placeholder.... just ignore this line)&amp;nbsp;&lt;/P&gt;&lt;P&gt;icacls X:\ /inheritance:r&lt;BR /&gt;icacls X:\ /remove Everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tested this script manually... It worked great...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BUT my main concern is really about performance of this 'solution'...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Going this route would create like 1000 volumes and equal number of CIFS shares, and I don't know how to measure the impact of this in my toaster performance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I got some CIFS stat from it, but, frankly, I'm a noob on NetApp performance acessing, so if anyone can give me some clues on this matter, I would appreciate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cifs stat:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Toaster&amp;gt; cifs stat&lt;BR /&gt;reject 775976 0%&lt;BR /&gt;mkdir 24808 0%&lt;BR /&gt;rmdir 940119 0%&lt;BR /&gt;open 0 0%&lt;BR /&gt;create 0 0%&lt;BR /&gt;close 2417441914 12%&lt;BR /&gt;X&amp;amp;close 0 0%&lt;BR /&gt;flush 2368246 0%&lt;BR /&gt;X&amp;amp;flush 0 0%&lt;BR /&gt;delete 1266364 0%&lt;BR /&gt;rename 6096948 0%&lt;BR /&gt;NTRename 0 0%&lt;BR /&gt;getatr 10388830 0%&lt;BR /&gt;setatr 0 0%&lt;BR /&gt;read 0 0%&lt;BR /&gt;X&amp;amp;read 0 0%&lt;BR /&gt;write 2919258 0%&lt;BR /&gt;X&amp;amp;write 0 0%&lt;BR /&gt;lock 0 0%&lt;BR /&gt;unlock 0 0%&lt;BR /&gt;mknew 0 0%&lt;BR /&gt;chkpth 10388822 0%&lt;BR /&gt;exit 0 0%&lt;BR /&gt;lseek 0 0%&lt;BR /&gt;lockread 0 0%&lt;BR /&gt;X&amp;amp;lockread 0 0%&lt;BR /&gt;writeunlock 0 0%&lt;BR /&gt;readbraw 0 0%&lt;BR /&gt;writebraw 0 0%&lt;BR /&gt;writec 0 0%&lt;BR /&gt;gettattre 0 0%&lt;BR /&gt;settattre 0 0%&lt;BR /&gt;lockingX 473910846 2%&lt;BR /&gt;IPC 191177263 1%&lt;BR /&gt;open2 0 0%&lt;BR /&gt;find_first2 2802451745 14%&lt;BR /&gt;find_next2 314550820 2%&lt;BR /&gt;query_fs_info 1628967905 8%&lt;BR /&gt;query_path_info 707136237 3%&lt;BR /&gt;set_path_info 1366147 0%&lt;BR /&gt;query_file_info 3948090746 19%&lt;BR /&gt;set_file_info 440083166 2%&lt;BR /&gt;create_dir2 0 0%&lt;BR /&gt;Dfs_referral 12347736 0%&lt;BR /&gt;Dfs_report 0 0%&lt;BR /&gt;echo 25949259 0%&lt;BR /&gt;writeclose 0 0%&lt;BR /&gt;openX 0 0%&lt;BR /&gt;readX 3672593828 18%&lt;BR /&gt;writeX 667025434 3%&lt;BR /&gt;findclose 0 0%&lt;BR /&gt;tcon 0 0%&lt;BR /&gt;tdis 12745633 0%&lt;BR /&gt;negprot 759217 0%&lt;BR /&gt;login 29502584 0%&lt;BR /&gt;logout 2236126 0%&lt;BR /&gt;tconX 14593483 0%&lt;BR /&gt;dskattr 0 0%&lt;BR /&gt;search 0 0%&lt;BR /&gt;fclose 12848624 0%&lt;BR /&gt;NTCreateX 2932117780 14%&lt;BR /&gt;NTTransCreate 3891 0%&lt;BR /&gt;NTTransIoctl 66774867 0%&lt;BR /&gt;NTTransNotify 107376496 1%&lt;BR /&gt;NTTransSetSec 4349012 0%&lt;BR /&gt;NTTransQuerySec 85124269 0%&lt;BR /&gt;NTNamedPipeMulti 0 0%&lt;BR /&gt;NTCancel CN 22577592 0%&lt;BR /&gt;NTCancel Other 11355 0%&lt;BR /&gt;SMB2Echo 0 0%&lt;BR /&gt;SMB2Negprot 0 0%&lt;BR /&gt;SMB2TreeConnnect 0 0%&lt;BR /&gt;SMB2TreeDisconnect 0 0%&lt;BR /&gt;SMB2Login 0 0%&lt;BR /&gt;SMB2Create 0 0%&lt;BR /&gt;SMB2Read 0 0%&lt;BR /&gt;SMB2Write 0 0%&lt;BR /&gt;SMB2Lock 0 0%&lt;BR /&gt;SMB2Unlock 0 0%&lt;BR /&gt;SMB2OplkBrkAck 0 0%&lt;BR /&gt;SMB2ChgNfy 0 0%&lt;BR /&gt;SMB2CLose 0 0%&lt;BR /&gt;SMB2Flush 0 0%&lt;BR /&gt;SMB2Logout 0 0%&lt;BR /&gt;SMB2Cancel 0 0%&lt;BR /&gt;SMB2IPCCreate 0 0%&lt;BR /&gt;SMB2IPCRead 0 0%&lt;BR /&gt;SMB2IPCWrite 0 0%&lt;BR /&gt;SMB2QueryDir 0 0%&lt;BR /&gt;SMB2QueryFileBasicInfo 0 0%&lt;BR /&gt;SMB2QueryFileStndInfo 0 0%&lt;BR /&gt;SMB2QueryFileIntInfo 0 0%&lt;BR /&gt;SMB2QueryFileEAInfo 0 0%&lt;BR /&gt;SMB2QueryFileFEAInfo 0 0%&lt;BR /&gt;SMB2QueryFileModeInfo 0 0%&lt;BR /&gt;SMB2QueryAltNameInfo 0 0%&lt;BR /&gt;SMB2QueryFileStreamInfo 0 0%&lt;BR /&gt;SMB2QueryNetOpenInfo 0 0%&lt;BR /&gt;SMB2QueryAttrTagInfo 0 0%&lt;BR /&gt;SMB2QueryAccessInfo 0 0%&lt;BR /&gt;SMB2QueryFileUnsupported 0 0%&lt;BR /&gt;SMB2QueryFileInvalid 0 0%&lt;BR /&gt;SMB2QueryFSVolInfo 0 0%&lt;BR /&gt;SMB2QueryFSSizeInfo 0 0%&lt;BR /&gt;SMB2QueryFSDevInfo 0 0%&lt;BR /&gt;SMB2QueryFSAttrInfo 0 0%&lt;BR /&gt;SMB2QueryFSFullSzInfo 0 0%&lt;BR /&gt;SMB2QueryFSObjIdInfo 0 0%&lt;BR /&gt;SMB2QueryFSInvalid 0 0%&lt;BR /&gt;SMB2QuerySecurityInfo 0 0%&lt;BR /&gt;SMB2SetBasicInfo 0 0%&lt;BR /&gt;SMB2SetRenameInfo 0 0%&lt;BR /&gt;SMB2SetFileLinkInfo 0 0%&lt;BR /&gt;SMB2SetFileDispInfo 0 0%&lt;BR /&gt;SMB2SetFullEAInfo 0 0%&lt;BR /&gt;SMB2SetModeInfo 0 0%&lt;BR /&gt;SMB2SetAllocInfo 0 0%&lt;BR /&gt;SMB2SetEOFInfo 0 0%&lt;BR /&gt;SMB2SetUnsupported 0 0%&lt;BR /&gt;SMB2SetInfoInvalid 0 0%&lt;BR /&gt;SMB2SetSecurityInfo 0 0%&lt;BR /&gt;SMB2FsctlPipeTransceive 0 0%&lt;BR /&gt;SMB2FsctlPipePeek 0 0%&lt;BR /&gt;SMB2FsctlEnumSnapshots 0 0%&lt;BR /&gt;SMB2FsctlDfsReferrals 0 0%&lt;BR /&gt;SMB2FsctlSetSparse 0 0%&lt;BR /&gt;SMB2FsctlSecureShare 0 0%&lt;BR /&gt;SMB2FsctlFileUnsupported 0 0%&lt;BR /&gt;SMB2FsctlIpcUnsupported 0 0%&lt;BR /&gt;cancel lock 0&lt;BR /&gt;wait lock 0&lt;BR /&gt;copy to align 80380716&lt;BR /&gt;alignedSmall 77776152&lt;BR /&gt;alignedLarge 826&lt;BR /&gt;alignedSmallRel 0&lt;BR /&gt;alignedLargeRel 0&lt;BR /&gt;FidHashAllocs 640040&lt;BR /&gt;TidHashAllocs 5830&lt;BR /&gt;UidHashAllocs 3096&lt;BR /&gt;mbufWait 0&lt;BR /&gt;nbtWait 0&lt;BR /&gt;pBlkWait 0&lt;BR /&gt;BackToBackCPWait 0&lt;BR /&gt;cwaWait 0&lt;BR /&gt;short msg prevent 38618&lt;BR /&gt;multipleVCs 2210515&lt;BR /&gt;SMB signing 0&lt;BR /&gt;mapped null user 0&lt;BR /&gt;PDCupcalls 0&lt;BR /&gt;nosupport 0&lt;BR /&gt;read pipe busy 0&lt;BR /&gt;write pipe busy 0&lt;BR /&gt;trans pipe busy 0&lt;BR /&gt;read pipe broken 0&lt;BR /&gt;write pipe broken 0&lt;BR /&gt;trans pipe broken 0&lt;BR /&gt;queued writeraw 0&lt;BR /&gt;nbt disconnect 348322&lt;BR /&gt;smb disconnect 288966&lt;BR /&gt;dup disconnect 127409&lt;BR /&gt;OpLkBkXorBatchToL2 25195430&lt;BR /&gt;OpLkBkXorBatchToNone 2274&lt;BR /&gt;OpLkBkL2ToNone 69008542&lt;BR /&gt;OpLkBkNoBreakAck 3213&lt;BR /&gt;OpLkBkNoBreakAck95 0&lt;BR /&gt;OpLkBkNoBreakAckNT 3213&lt;BR /&gt;OpLkBkIgnoredAck 60723702&lt;BR /&gt;OpLkBkWaiterTimedOut 0&lt;BR /&gt;OpLkBkDelayedBreak 64196855&lt;BR /&gt;SharingErrorRetries 982497&lt;BR /&gt;FoldAttempts 0&lt;BR /&gt;FoldRenames 0&lt;BR /&gt;FoldRenameFailures 0&lt;BR /&gt;FoldOverflows 0&lt;BR /&gt;FoldDuplicates 0&lt;BR /&gt;FoldWAFLTooBusy 0&lt;BR /&gt;NoAllocCredStat 0&lt;BR /&gt;RetryRPCcollision 347&lt;BR /&gt;TconCloseTID 0&lt;BR /&gt;GetNTAPExtAttrs 0&lt;BR /&gt;SetNTAPExtAttrs 0&lt;BR /&gt;SearchBusy 0&lt;BR /&gt;ChgNfyNoMemory 0&lt;BR /&gt;ChgNfyNewWatch 15416707&lt;BR /&gt;ChgNfyLastWatch 15415866&lt;BR /&gt;UsedMIDTblCreated 0&lt;BR /&gt;UnusedMIDTblCreated 0&lt;BR /&gt;InvalidMIDRejects 0&lt;BR /&gt;SMB2InvalidSignature 0&lt;BR /&gt;SMB2DurableCreateReceived 0&lt;BR /&gt;SMB2DurableCreateSucceeded 0&lt;BR /&gt;SMB2DurableReclaimReceived 0&lt;BR /&gt;SMB2DurableReclaimSucceeded 0&lt;BR /&gt;SMB2DurableHandlePreserved 0&lt;BR /&gt;SMB2DurableHandlePurged 0&lt;BR /&gt;SMB2DurableHandleExpired 0&lt;BR /&gt;SMB2FileDirInfo 0&lt;BR /&gt;SMB2FileFullDirInfo 0&lt;BR /&gt;SMB2FileIdFullDirInfo 0&lt;BR /&gt;SMB2FileBothDirInfo 0&lt;BR /&gt;SMB2FileIdBothDirInfo 0&lt;BR /&gt;SMB2FileNamesInfo 0&lt;BR /&gt;SMB2FileDirUnsupported 0&lt;BR /&gt;SMB2QueryInfo 0&lt;BR /&gt;SMB2SetInfo 0&lt;BR /&gt;SMB2Ioctl 0&lt;BR /&gt;SMB2RelatedCompRequest 0&lt;BR /&gt;SMB2UnRelatedCompRequest 0&lt;BR /&gt;SMB2FileRequest 0&lt;BR /&gt;SMB2PipeRequest 0&lt;BR /&gt;SMB2nosupport 0&lt;BR /&gt;Max Multiplex = 56, Max pBlk Exhaust = 0, Max pBlk Reserve Exhaust = 0&lt;BR /&gt;Max FIDs = 10713, Max FIDs on one tree = 5846&lt;BR /&gt;Max Searches on one tree = 97, Max Core Searches on one tree = 0&lt;BR /&gt;Max sessions = 1420&lt;BR /&gt;Max trees = 7424&lt;BR /&gt;Max shares = 12&lt;BR /&gt;Max session UIDs = 83, Max session TIDs = 241&lt;BR /&gt;Max locks = 12040&lt;BR /&gt;Max credentials = 2746&lt;BR /&gt;Max group SIDs per credential = 16&lt;BR /&gt;Max pBlks = 1304 Current pBlks = 1298 Num Logons = 129&lt;BR /&gt;Max reserved pBlks = 32 Current reserved pBlks = 32&lt;BR /&gt;Max gAuthQueue depth = 77&lt;BR /&gt;Max gSMBBlockingQueue depth = 18&lt;BR /&gt;Max gSMBTimerQueue depth = 5&lt;BR /&gt;Max gSMBAlfQueue depth = 2&lt;BR /&gt;Max gSMBRPCWorkerQueue depth = 29&lt;BR /&gt;Max gOffloadQueue depth = 121&lt;BR /&gt;Local groups: builtins = 6, user-defined = 4, SIDs = 20&lt;BR /&gt;RPC group count = 20, RPC group active count = 2&lt;BR /&gt;Max Watched Directories = 1194, Current Watched Directories = 1099&lt;BR /&gt;Max Pending ChangeNotify Requests = 1193, Current Pending ChangeNotify Requests = 1099&lt;BR /&gt;Max Pending DeleteOnClose Requests = 3912, Current Pending DeleteOnClose Requests = 0&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:22:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-many-volumes-cifs-shares-can-a-FAS3140-handle/m-p/104154#M7707</guid>
      <dc:creator>ErickMendes</dc:creator>
      <dc:date>2025-06-05T04:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How many volumes/cifs shares can a FAS3140 handle?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-many-volumes-cifs-shares-can-a-FAS3140-handle/m-p/104705#M7729</link>
      <description>Number of volumes per controller for FAS3140 is 500.You can check this limitation in Storage Management Guide or Hardware Universe(&lt;A target="_blank" href="https://hwu.netapp.com)."&gt;https://hwu.netapp.com).&lt;/A&gt;&lt;BR /&gt;Some KB suggests that it depends on amount of memory. But I could not find any public article for limitation of CIFS shares and sessions.</description>
      <pubDate>Thu, 07 May 2015 14:21:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-many-volumes-cifs-shares-can-a-FAS3140-handle/m-p/104705#M7729</guid>
      <dc:creator>YIshikawa</dc:creator>
      <dc:date>2015-05-07T14:21:29Z</dc:date>
    </item>
  </channel>
</rss>

