Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.
Some article numbers may have changed. If this isn't what you're looking for, try searching all articles. Search articles

Isilon: How to check if a process is running or not after a maintenance activity on a Node?

Summary: How to check if a process running or not on a Node after maintenance activity, say a Node Offline event. Error "Process [Process Name] of service [Service Name] has failed to restart after multiple attempts." How to restart services on a Node. ...

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

A process may fail to start automatically after a maintenance activity.
The following alert may be noticed:
Event : Process <Process Name> of service <Service Name> has failed to restart after multiple attempts

Example:
Process isi_healthcheck of service isi_healthcheck has failed to restart after multiple attempts 

Usually, the process restarts automatically.
In case a process does not restart automatically, manually restarting the process typically resolves the issue.

Verify if the process is running or not:

  1. Open an SSH connection on any node in the cluster and log on using the "root" account
  2. Check if the process is running now on the Node on which you see the error message
# isi_for_array -n <Node Numeber> 'ps auxwww | grep -i <Process name> | grep -v grep'
Where <Node Number> is the Node on which the process is not running.

Example:                                                   
# isi_for_array -n1 'ps auxwww | grep isi_healthcheck | grep -v grep'

If the process IS Running:
  1. Get the group id using the following command
# isi event groups list
  1. Clear the alert
# isi event groups modify --resolved=yes --ignore=yes --id=<Group ID from Step #1>

If the process is NOT Running:
  1. Please contact Isilon Support to manually restart the process for further troubleshooting.

Warning: Serious problems might occur if you incorrectly restart the services on a wrong node.

A video demonstrating the steps documented here can be found here:
Isilon: How to Check if a Process is Running on a Node After a Maintenance or Node Offline Event

Additional Information

Article Properties


Affected Product

Isilon

Product

Isilon

Last Published Date

23 Jun 2023

Version

3

Article Type

How To