Installation Guide
Pulse 4.x.x
Overview
Prerequisites
Installation
Advanced Installation
Admin UI (K8S only)
Pulse Administration
Upgrade
Advanced Feature Integrations
Developer Tools
Troubleshooting
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Reboot Pulse Server and Agent
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
This page describes how to reboot and restart the Pulse Server and Agent during scheduled maintenance or when a reboot is required to apply configuration changes.
Rebooting Pulse Server
- Stop the admon self-monitoring service (if enabled).
Bash
systemctl stop admon && systemctl status -l admon- Run the following command to know the current running services.
Bash
accelo info- Stop and remove all the running containers.
Bash
docker stop $(docker ps -aq) && docker rm $(docker ps -aq)- Stop the Docker service and verify its status.
Bash
systemctl stop docker && systemctl status -l docker- Continue with the scheduled maintenance.
Once the server is back online, perform the following steps to restart the Docker service.
Bash
systemctl start docker && systemctl status -l docker- Deploy the core and addons components.
Bash
x
# Deploy core servicesaccelo deploy core# Get earlier running components from 2nd command accelo infoaccelo deploy addons- Restart the admon service.
Bash
systemctl start admon && systemctl status -l admonThe Pulse server has now completed a restart.
To reboot the Pulse agents follow the steps:
- Stop all the agents by executing the following command.
Bash
systemctl stop pulsenode && systemctl stop pulselogs && systemctl stop pulsejmx- Check status with a single command.
Bash
systemctl status pulsenode && systemctl status pulselogs && systemctl status pulsejmx- Start all agents with a single command
Bash
systemctl start pulsenode && systemctl start pulselogs && systemctl start pulsejmxRebooting Pulse Legacy Agent
Legacy Agent are for Pulse v1.8 or older.
To reboot the Pulse agents, follow the steps:
- Stop all the agents with a single command mentioned.
Bash
systemctl stop telegraf && systemctl stop filebeat && systemctl stop jmxtrans- Check status with a single command
Bash
systemctl status telegraf && systemctl status filebeat && systemctl status jmxtrans- Start all agents with a single command
Bash
systemctl start telegraf && systemctl start filebeat && systemctl start jmxtransThe restart of Pulse agents is now complete.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Reconfigure ClusterFor additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message