Start a Conversation

Unsolved

F

1 Rookie

 • 

3 Posts

32

March 1st, 2024 20:33

View continous availability from cli

I have ran multiple command variations without success. I am trying (other than looking from within the gui) to see whether or not CA is enabled on a share / shares on our Isilon. Can this be done if anyone knows? Would be a lot faster vs. me having to click each share and viewing its properties from the gui.

Moderator

 • 

6.9K Posts

March 4th, 2024 21:24

Hello footunny,

I am not aware of any command to view CA via CLI.

12 Posts

March 11th, 2024 08:28

Hi,

do you want to see 

a) whether a client connected via SMBv3 uses the CA feature or 
b) whether CA is activated for an SMB share in general?

For a) there is no easy way.

As far as I know, this is only possible if you look at the SMB connection via Wireshark or the PCAPs of the session.

For b) you can use the CLI. However, you must specify the AccessZone and the share name, e.g. for the ifs$ share:

isi smb shares view --zone=System ifs$ | grep "Continuously Available"

1 Rookie

 • 

573 Posts

April 29th, 2024 15:35

@footunny , try netstat, you should see multi ESTABLISH form IP

 isi_for_array -s netstat -an | grep <IP>

No Events found!

Top