Difference between revisions of "OPS705 Lab 2 (2207)"

From CDOT Wiki
Jump to: navigation, search
m (INVESTIGATION 2: Managing a CentOS Linux VM in Azure)
m (Part 1: Creating A CentOS VM From An Image)
Line 71: Line 71:
  
 
== Part 1: Creating A CentOS VM From An Image ==
 
== Part 1: Creating A CentOS VM From An Image ==
[[Image:Ops705_lab2_fig8.png|thumb|right|450px|Figure 4. Searching for a CentOS 8 Minimal image.]]
+
[[Image:Ops705_lab2_fig8.png|thumb|right|450px|Figure 4. Searching for a CentOS 7.8 Minimal image.]]
 
To create your CentOS VM, follow the steps from ''Investigation 1, Part 1'', but with the following settings:
 
To create your CentOS VM, follow the steps from ''Investigation 1, Part 1'', but with the following settings:
  
Line 81: Line 81:
 
# '''Password:''' Same as your Windows Server VM
 
# '''Password:''' Same as your Windows Server VM
 
# '''Save as default password:''' Checked
 
# '''Save as default password:''' Checked
# '''Virtual machine size:''' DS1_v2
+
# '''Virtual machine size:''' Standard_B1ms
 
# Click on the ''Advanced Settings'' tab.
 
# Click on the ''Advanced Settings'' tab.
 
# Under '''IP address''', select ''Public''.
 
# Under '''IP address''', select ''Public''.

Revision as of 00:31, 22 September 2020

LAB PREPARATION

Purpose / Objectives of Lab 2

In this lab, you will learn how to create Windows and Linux virtual machines using a pre-built image, how to remotely connect to each, and basic management of these VMs from the Azure web interface. These two VMs will be used extensively in your later labs. This lab assumes you have completed Lab 1 successfully. Refer back to that lab for reminders on the basics of the Azure Dashboard interface.

While you are working through this lab, it is highly recommended that you write notes down in your OPS705 Lab Logbook. These are general notes and commands to help you remember how to do this lab. Each lab has its own page in the logbook. You may use this logbook during all quizzes, so fill it out accordingly!

If you encounter technical issues, please contact your professor via e-mail or in your section's Microsoft Teams group.

Minimum Requirements

Before beginning, you must have:

  1. Successfully completed Lab 1
  2. Watched the Week 2 video lecture
  3. Read through the Week 2 slides, and have them handy as a reference for concepts
  4. Your Seneca Azure login credentials
  5. Your linked mobile device for 2FA
  6. Your OPS705 Lab Logbook

INVESTIGATION 1: Managing a Windows Server 2016 VM in Azure

In this investigation, you'll create, configure, and manage a Windows Server 2016 Virtual Machine using Microsoft Azure and a pre-built image. This means no tedious and time-consuming Windows installation! You'll also login to the VM remotely, using Microsoft's Remote Desktop Protocol to share its desktop.

Part 1: Creating A Windows VM From An Image

Figure 1. A partial view of the Basics tab on the VM creation page.

To create your Windows Server 2016 Virtual machine, perform the following steps:

  1. Navigate to DevTest Labs > OPS705 > My virtual machines
  2. Click the + Add button.
  3. Wait for the Choose a base listing to populate. This may take a few moments.
  4. In the search field, type: Windows Server 2016 Datacenter
  5. Select the item titled Windows Server 2016 Datacenter exactly. Be careful here! There are many other options.
  6. A new blade, Create lab resource appears.
  7. In the Virtual machine name field, type: yourSenecaUsername-win (you only have 15 characters, you may need to abbreviate)
  8. Username: yourSenecaUsername
  9. Use a saved secret: Unchecked
  10. Password: Your choice, but use the same for all VMs and resources in this course.
  11. Save as default password: Checked.
  12. Virtual machine size: Standard_B2ms
  13. Leave the remaining options as they are.
  14. Click on the Create button at the bottom of the screen.
  15. You are now back in the My virtual machines blade while Azure creates your personal virtual machine. This may take a few minutes.
  16. When it finishes, you should see a Your deployment is complete. message near the top of the page. Congratulations!
  17. Click on the Go to resource button at the bottom left of the page and move on to the next section of the lab.

Part 2: Accessing Your Windows VM Remotely Using RDP

Figure 2. The Remote Desktop Connection application on Windows.

In this section, we'll discover how to remotely connect to the Windows Server's desktop environment over the Internet from your computer.

  1. In the Overview tab for the Virtual Machine created in Part 1, look for the IP address or FQDN entry. This is the address you will use to connect later in this section. Write it down (Hover over the URL, and you'll see a Copy to clipboard icon).
  2. Look for the NAT protocol entry. This is the port number you'll use to connect. Write this down as well.
  3. If you're on a Windows PC: Open the Remote Desktop Connection application. It comes pre-installed with the OS.
  4. If you're on a Mac: Download the Microsoft Remote Desktop app from the Mac App Store here.
  5. Open the Remote Desktop application.
  6. In the Computer field, enter the IP address and port you wrote down from step 1 and 2. Use the following format: URL:portnumber (Example: ops705108.canadacentral.cloudapp.azure.com:62245)
  7. In the User name field, enter your Seneca username.
  8. Click the Connect button.
  9. Type the password you used when creating the VM in Part 1.
  10. Accept the certificate warning. (Click yes.)
  11. You should see a login progress screen, and a Windows Server desktop after a few moments.
  12. Congratulations! You've set up a Windows Server VM and logged in remotely.
  13. Open Notepad, and write My name is insertFullName, and I've completed the Windows Server VM investigation! Save the file to your VM's desktop, with the filename yourSenecaUsername.txt.
  14. Do not skip Part 3 at this stage! Otherwise, you'll be bleeding funds by leaving the VM running.

Part 3: Shutting Down Windows Safely

Figure 3. The Overview page for the winserv VM. Notice its status as Stopped.

This section is fairly simple. The one thing to never forget: Ensure your VM's status is set to Stopped (Deallocated).

  1. In the Overview blade of your Windows Server VM, click on the Stop button.
  2. A notification will appear in the top right of your browser window, confirming your action.
  3. Don't worry about going into the Windows OS and shutting down first. Azure sends a signal to the VM to shut down safely.
  4. If your VM status says stopped, but does not include the (Deallocated) text, then resources are still being held by the VM and we're still being charged. The stop button will still be available, so click it.

INVESTIGATION 2: Managing a CentOS Linux VM in Azure

In this investigation, we'll create, configure, and manage a CentOS Minimal Virtual Machine using Microsoft Azure. This is a command line only OS, so you'll be using SSH to remotely connect to the VM and issue basic commands. This VM will be used extensively in Lab 3.

Part 1: Creating A CentOS VM From An Image

Figure 4. Searching for a CentOS 7.8 Minimal image.

To create your CentOS VM, follow the steps from Investigation 1, Part 1, but with the following settings:

  1. Choose a base: CentOS-based 7.8
  2. Virtual machine name: yourSenecaUsername
  3. User name: yourSenecaUsername-lnx
  4. Authentication type: Password
  5. Use a saved secret: Unchecked
  6. Password: Same as your Windows Server VM
  7. Save as default password: Checked
  8. Virtual machine size: Standard_B1ms
  9. Click on the Advanced Settings tab.
  10. Under IP address, select Public.
  11. Click back to Basic Settings.
  12. Leave all other options as they are.
  13. Click Create!

When deployment is complete, click on the new VM in My virtual machines to verify its status and find the VM's address and SSH port. Write both down.

Part 2: Accessing Your CentOS VM Remotely Using SSH

Figure 5. The initial PuTTY screen on Windows.

We will be accessing our new Linux VM remotely using SSH, which is a command-line (CLI) only protocol. We'll be diving into CLI in more detail during our next lab.

Requirements: An SSH Client

  1. Windows: Download the PuTTY client here.
  2. macOS/Linux: Use the built-in Terminal application.

On Windows Using PuTTY:

  1. Open PuTTY
  2. In the Host Name (or IP address) field: Insert your address from Part 1. (Refer to Figure 7)
  3. In the Port field: 22
  4. Leave all other fields as their defaults.
  5. Click on the Open button.
  6. Click Yes on the security alert.
  7. In the login as: prompt, type your SenecaUsername, the press Enter.
  8. In the password field, type the password you gave when creating the VM. (You won't see anything as you type here; that's normal.)
  9. If login is successful, you should see a prompt like this: [cjohnson30@cjohnson30-lnx ~]$
  10. To prove you've completed this section, run the following: echo "My name is insertFullName, and I've completed the CentOS investigation!" > ~/lab2.txt
  11. To quit, type exit. Don't do this, yet! Move to Part 3.

On macOS/Linux Using Terminal:

  1. From the command line, type ssh yourSenecaUsername@address, press Enter.
  2. When prompted for a password, use the one you gave when you created the VM. (You won't see anything as you type here; that's normal.)
  3. If login is successful, you should see a prompt like this: [cjohnson30@cjohnson30-lnx ~]$
  4. To prove you've completed this section, run the following: echo "My name is insertFullName, and I've completed the CentOS VM investigation!" > ~/lab2.txt
  5. To quit, type exit. Don't do this, yet! Move to Part 3.

Part 3: Shutting Down CentOS Safely

As with the Windows Server VM, shutting down safely is paramount for keeping your data and OS safe.

From the Linux command line:

  1. Type: sudo systemctl poweroff
  2. Enter your password if asked.

In Azure's Overview of your CentOS VM:

  1. Ensure its Status is set to Stopped

That's it!

INVESTIGATION 3: Managing Your VMs Directly Through Azure's UI

In this quick investigation, we'll walk through how to directly manage virtual machines from the Azure Dashboard interface on a basic level. This is useful for starting up VMs, shutting them down when unresponsive, and deleting them when you're finished. (Warning: Do not delete either VM created in this lab!)

Part 1: Powering On / Restarting A Virtual Machine

From the DevTest Labs blade:

  1. Click on the My virtual machines menu bar item.
  2. Click on the virtual machine you'd like to manage.
  3. Click the Start menu button near the top.

Part 2: Powering Off A Virtual Machine

From the DevTest Labs blade:

  1. Click on the My virtual machines menu bar item.
  2. Click on the virtual machine you'd like to manage.
  3. Click the Stop menu button near the top.

Notice the difference between the status Stopped and Stopped (deallocated).

Part 3: Deleting A Virtual Machine

Part 4: A Note About Resource Usage

Lab Submission

Similar to Lab 1, just finish the lab! Your professor will have access to the two VMs you created and will verify your work. Once you've finished working on your lab, shut down (not delete!) your VMs to not waste funds. Your professor will spin them up again when marking.