diff --git a/docs/setup_installation/admin/services.md b/docs/setup_installation/admin/services.md deleted file mode 100644 index 7c8addb6a..000000000 --- a/docs/setup_installation/admin/services.md +++ /dev/null @@ -1,46 +0,0 @@ -# Manage Services - -## Introduction -Hopsworks provides administrators with a view of the status/health of the cluster. -This information is provided through the Services page. - -## Prerequisites -Administrator account on a Hopsworks cluster. - -### Step 1: Check service status -You can find the Services page by clicking on your name, in the top right corner of the navigation bar, and choosing -_Cluster Settings_ from the dropdown menu and going to the _Services_ tab. - -
- services page -
Services page
-
- -This page give administrators an overview of which services are running on the cluster. -It provides information about their status as reported by agents that monitor the status of the different -Systemd units. - -Columns in the services table represent machines in your cluster. Each service running on a machine will have a status -_running_ (green) or _stopped_ (red). If a service is not installed on a machine it will have a status _not installed_ (gray). - - -### Step 2: Find a service -Services are divided into groups, and you can search for a service by its name or group. You can also search for machines -by their host name. - -
- services -
Services
-
- -### Step 3: Manage a service -After you find the correct service you will be able to **start**, **stop** or **restart** it, by clicking on its status. -
- start services -
Start, Stop and Restart a service
-
- -!!!Note - - Stopping some services like the web server (glassfish_domain1) is not recommended. If you stop it you will have to - access the machine running the service and start it with ```systemctl start glassfish_domain1```. diff --git a/mkdocs.yml b/mkdocs.yml index abd3a1948..4fc841c9b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -214,7 +214,6 @@ nav: - User Management: setup_installation/admin/user.md - Project Management: setup_installation/admin/project.md - Configure Alerts: setup_installation/admin/alert.md - - Manage Services: setup_installation/admin/services.md - Monitoring: - Services Dashboards: setup_installation/admin/monitoring/grafana.md - Export metrics: setup_installation/admin/monitoring/export-metrics.md