Start a Conversation

Solved!

Go to Solution

374

February 23rd, 2022 07:00

Node Pre Smartfail Preperation - SMB Sessions

4 older X210 nodes have been Suspended one already Smartfailed.  New H400 and A2000 nodes are fully operational.

The three remaining X210 nodes have hundreds of SMB sessions and openfiles.

I would like to work on one X210 node at a time by "moving" the sessions to the H400s.

Would the cmd bellow be a good option for this and how can I modify it to delete computer names 20.200.*.* for example?  

My intention is to delete dozens of computers at a time but not all at once.

for i in `isi smb sessions list -az | awk '{print $1}' | uniq -i` do isi smb sessions delete --computer-name $ (semi colen) done

(https://www.dell.com/support/kbdoc/en-in/000126263/reducing-powerscale-onefs-smb-client-impacts-during-planned-node-reboots)

Thanks

Moderator

 • 

8.6K Posts

February 23rd, 2022 13:00

Hi,

This should work, just limit the command to the names you want to delete.

No Events found!

Top