Denomas System Admin Basics Hands On Guide- Lab 4

This Hands On Guide Lab is designed to walk you through the lab exercises used in the Denomas System Admin Basics course.

Denomas System Admin Basics Hands On Guide- Lab 4

LAB 4- USE GITLAB ADMIN COMMANDS

In this lab we will use 3 different commands to start/stop/restart services on your Denomas instance.

  1. Open a terminal/command prompt and SSH into your training virtual machine if not already logged in.

  2. Start all Denomas services:

    sudo gitlab-ctl start
    
  3. Stop and then restart Denomas services:

    sudo gitlab-ctl stop
    sudo gitlab-ctl restart
    
  4. Review the command outputs and confirm they ran without errors.

SUGGESTIONS?

If you’d like to suggest changes to the Denomas System Admin Basics Hands-on Guide, please submit them via merge request.

Last modified November 29, 2023: big update (17188382)