> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Verification

1. Restart host manager and the database using:

   ```
   service gpudb_host_manager start
   service gpudb start
   ```
2. Run a *Host Manager* status check:

   ```
   /opt/gpudb/core/bin/gpudb status
   ```
3. Verify the output shows *HTTPD* is running:

   ```
   ...
   Httpd            : Running (14250 14277 14278 14279 14280 14282)
   ...
   ```
4. Ensure *HTTPD* is working:

   ```
   curl <hostname>:8082
   ```
5. Ensure Kinetica is running properly:

   ```
   curl <hostname>:8082/gpudb-0
   ```
