UNSOLVED

REDp

updated

6 years ago

R

REDp

2 Posts

0

887

June 24th, 2020 11:00

Monitoring SMB service on Isilon 8.x

I'm trying to monitor the SMB service on our Isilon with the following command and it doesn't return anything useful.

isi_for_array -s 'ps -auwx|grep -e lockd |grep -v grep'

What command can I use to monitor lwiod? Is there a better way to monitor the SMB service than looking for lwiod running?

 

Thank you!

 

  • DELL-Sam L

    Community Manager

    8061 Posts

    34395 Points

    785

    0

    Posted June 25th, 2020 12:00

    Hello REDp

    Here is the link to OneFS CLI guide and if you look on page 155-162 it has all the commands that can be used for SMB. https://dell.to/3dG0PrP

    Please let us know if you have any other questions.

  • REDp

    2 Posts

    808

    0

    Posted June 24th, 2020 12:00

    Correction, the command we are using is:

    isi_for_array -s 'ps -auwx|grep -e lwiod |grep -v grep.

    Thank you.