Manually Restarting HPE Ezmeral Runtime Enterprise Services
This topic describes restarting HPE Ezmeral Runtime Enterprise services in non-Kubernetes hosts.
NOTE
This article does not apply to Kubernetes hosts.
To manually restart HPE Ezmeral Runtime Enterprise services:
- Log in to the web interface as a Platform Administrator, as described in Launching and Signing In.
- Determine which host is the Controller host. If Platform High Availability protection is enabled (see High Availability), then also determine which hosts are the Shadow Controller and Arbiter.
- Log in to the Controller host as either
root
or the ID that was used to install HPE Ezmeral Runtime Enterprise. -
If Platform High Availability protection is enabled, then execute the following command to suspend this protection:
/opt/bluedata/bundles/<epic install bin folder>/startscript.sh --action suspendha
-
Execute the following commands on every host except Gateway hosts to shut down services:
systemctl stop bds-monitoring systemctl stop bds-worker systemctl stop bds-controller
NOTEThe namecontroller
in the service namebds-controller
may be misleading, as it runs on both the Controller and Worker hosts. On every host (including the Controller), bring the services up in the following order:
This step is only needed after a system reboot.systemctl start bds-cgroup
systemctl start bds-worker systemctl start bds-controller systemctl start bds-monitoring
-
Within each host, verify that the following services are up and running:
systemctl status bds-worker systemctl status bds-controller systemctl status bds-monitoring
-
If applicable, re-enable platform High Availability protection by executing the following command on the Controller host:
/opt/bluedata/bundles/<epic install bin folder>/startscript.sh --action resumeha