Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.24 KB

task_nde_disable_smartd.adoc

File metadata and controls

35 lines (31 loc) · 1.24 KB
sidebar permalink summary keywords
sidebar
docs/task_nde_disable_smartd.html
Learn how to disable the `smartd` service on compute nodes after you deploy NetApp HCI.
netapp, hci, netapp deployment engine, deployment, vsphere, ESXi, compute, smartd, polling

Disable the smartd service on NetApp HCI compute nodes

By default, the smartd service periodically polls the drives in your compute nodes. You should disable this service on all compute nodes after you deploy NetApp HCI.

Steps
  1. Using SSH or a local console session, log in to VMware ESXi on the compute node using root credentials.

  2. Stop the running smartd service:

    /etc/init.d/smartd stop
  3. Prevent the smartd service from starting at boot:

    chkconfig smartd off
  4. Repeat these steps on the rest of the compute nodes in your installation.

Find more information