Provide a screenshot of your debian VM immediately after logging in as the ‘normal’ (non-root) user
Provide an excerpt of the first 12 lines from the debian.vbox
file which defines the Debian VM which you created in Lab 1
<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->
<VirtualBox xmlns="http://www.virtualbox.org/" version="1.19-linux">
<Machine uuid="{b4693980-1151-453c-bece-77d70882e689}" name="Debian" OSType="Debian_64" snapshotFolder="Snapshots" lastStateChange="2023-10-17T15:43:13Z">
<MediaRegistry>
<HardDisks>
<HardDisk uuid="{04720a73-98c2-4e68-9fc7-3721a0a4df5e}" location="Debian.vdi" format="VDI" type="Normal"/>
After completing Lab 1, cut and paste the output of the VBoxManage
which lists all VMs (not just the running ones)
<HyperV>
Provide a directory listing which includes the .ova
file which the OVF export creates
Provide a screenshot of network settings for the cloned debian-gui
VM after you have generated a random MAC address for it.
Provide an excerpt of the debian.vbox
file which shows the UUID of its hard disk image
Provide a screenshot of the snapshot hierarchy of the debian
VM before removing all the snapshots at the end of the lab.
Provide a listing of the contents of the Snapshots/
directory of the debian
VM after some snapshots have been taken.
Provide the config
file for your MyDebian
LXC container
Provide the output of the lxc-ls -f
command when at least one of your LXC containers is running.
Provide the output of the lxc list
command when the TinyBox
LXD container is running.
Provide a screenshot of VirtualBox’s network settings for Adaptor 2
of debian-virt
, with the Advanced
settings shown.
Provide a screenshot of the output of the ip addr
command running in the WebServer
container when it is configured with a phys
interface
Provide the output of the ovs-vsctl show
command when debian-virt
, NewServer
and enp0s9
are all connected to it
Provide the output of mdadm -D /dev/md0
after you have configured a RAID device
Provide the output of the lvs -v
command after you have configured two logical volumes on the data volume group.
Provide a screenshot of VirtualBox’s Media after successfully configuring an iSCSI volume for debian-gui
- have this volume highlighted, with the “Information” tab open.
Provide a screenshot of desktop PC with an RDP connection open to debian-gui
, in which there is an xterm
running remotely on debian-virt
displayed (using ssh -X
).
Note: unable to connect
Provide a screenshot of debian-gui
with a virt-manager
connection open to your LXC MyDebian
container, where you have logged in and typed the uptime
command.