cpuplugd service utility syntax

Red Hat Enterprise Linux 9.2 LPAR mode z/VM guest KVM guest

If you run the cpuplugd daemon through the service utility, you configure the daemon through specifications in the /etc/cpuplugd.conf configuration file.

Read syntax diagramSkip visual syntax diagram service cpuplugd  start stop status restart
Where:
start
starts the cpuplugd daemon with the configuration in /etc/cpuplugd.conf. Do not run multiple instances of cpuplugd simultaneously. Check the cpuplugd status before starting a new instance.
stop
stops the cpuplugd daemon.
status
shows current status of cpuplugd.
restart
stops and restarts the cpuplugd daemon. Useful to re-read the configuration file when it was changed.

Examples

  • To stop a running instance of cpuplugd:
    # service cpuplugd stop
  • To display the status:
    # service cpuplugd status
    ...
       Active: active (running) ...