Start a Conversation

Unsolved

AU

242 Posts

2384

December 13th, 2018 14:00

How to know which IP client is accessing which SMB on isilon

How to know which IP client is accessing which SMB on isilon

2 Intern

 • 

1.3K Posts

December 14th, 2018 06:00

Do you use Insight IQ that come along with Isilon? from CLI also give some insights.

netstat -an | grep 445

8 Posts

December 14th, 2018 08:00

The onefs GUI gives that details.

3 Apprentice

 • 

592 Posts

December 14th, 2018 08:00

kgoudus

you can also try # isi_for_array -sX 'isi smb openfiles list -v'. path correspond to a share path.

x400-1# isi_for_array -sX 'isi smb openfiles list -v'

x400-2:          ID: 638

x400-2:        Path: C:\ifs\phil

x400-2:        User: admin

x400-2:      #Locks: 0

x400-2: Permissions: read

x400-3:          ID: 869

x400-3:        Path: C:\ifs\phil

x400-3:        User: phil

x400-3:      #Locks: 0

x400-3: Permissions: read

x400-3: --------------------------------------------------------------------------------

x400-3:          ID: 871

x400-3:        Path: C:\ifs\phil

x400-3:        User: phil

x400-3:      #Locks: 0

x400-3: Permissions: read

x400-3: --------------------------------------------------------------------------------

x400-3:          ID: 873

x400-3:        Path: C:\ifs\phil\ICSLAB.LOCAL_phil.txt

x400-3:        User: phil

x400-3:      #Locks: 0

x400-3: Permissions: read

x400-3: --------------------------------------------------------------------------------

x400-3:          ID: 874

x400-3:        Path: C:\ifs\phil

x400-3:        User: phil

x400-3:      #Locks: 0

x400-3: Permissions: read

x400-1#

x400-1# isi smb shares list

Share Name                 Path

------------------------------------

DM_mt3LbP6I4IdY_FBMboSj-g$ /ifs

ifs                        /ifs

phil                       /ifs/phil

------------------------------------

Total: 3

x400-1#

No Events found!

Top