Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

DEPARTMENT OF

COMPUTER SCIENCE & ENGINEERING

WORKSHEET 2.3
STUDENT NAME: Vibhanshu Vaibhav UID: 21BCS1037
BRANCH: B.E.CSE SECTION: 21BCS_CC-605(A)
SEMESTER: 6TH D.O.P: 29/02/2024
SUBJECT: Cloud Computing Lab(21CST-378)
Aim: Discover a method for initiating a virtual machine using the TryStack(Online
OpenStack Demo Version).
Objective: To use a platform that uses virtual resources to build and manage private
and public cloud.
Procedure:
Step 1: Log into the ubuntu OS and open the terminal and run the command: “sudo
snap install microstack –beta” to install the microstack.

Fig.1
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

Step 2: After installing the microstack ,check whether the installation is completed
with the command: “snap list microstack”. Then, initialize the microstack and open
the browser and type ip: 10.20.20.1 to access the OpenStack dashboard.

Fig.2
Step 3: After opening the dashboard, go to images and create a image using the
image that you have downloaded. Then setup the image and launch it’s instance.

Fig.3
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

Fig.4
Step 4: After creating the image, and it’s other settings like instance name, source,
flavor , network options, and key pairs. Launch instance from your dashboard.

Fig.5
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

Step 5: Create instance using terminal interface with NetBSD image using:
“microstack.openstack hypervisor list.

Fig.6

Fig.7
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

Analysis:
The virtual machine is not running as the VMware workstation caused a error of snap
demon error after I tired to run the installation steps for the first time. I have to re-
install the ubuntu OS to run the installation steps.
It got an error of invalid script as it needs to access of root to download. So the
“sudo” command is used to run every command.
In the installation process, it sometimes takes more time as some functionalities are
not installed correctly.
After the installation completed ,the default Ip is 192.202.168.23 to access the open
stack, but when I typed 10.20.20.1 in the browser the dashboard is opened and I just
have to type admin as username and the password is provided in the terminal by
typing a command.
In image creation process, it got an error that : ssh key is not configured and the https
is not accessible.

You might also like