0% found this document useful (0 votes)
31 views14 pages

Lab Manual Template

The document is a laboratory manual for a Cloud Computing course, detailing experiments for the academic year 2024-2025. It includes a list of experiments such as installing VirtualBox, setting up a C compiler, and creating web applications using Google App Engine. Each experiment outlines the aim and procedure, along with steps for successful execution.

Uploaded by

akileshwari R
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views14 pages

Lab Manual Template

The document is a laboratory manual for a Cloud Computing course, detailing experiments for the academic year 2024-2025. It includes a list of experiments such as installing VirtualBox, setting up a C compiler, and creating web applications using Google App Engine. Each experiment outlines the aim and procedure, along with steps for successful execution.

Uploaded by

akileshwari R
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 14

DEPARTEMENT OF COMPUTER SCIENCE AND ENGINEERING

[ARTIFICIAL INTELLIEGENCE AND MACHINE LEARNING]]

22PCS44 – CLOUD COMPUTING LABORATORY


MANUAL
ACADEMIC YEAR: 2024-2025[ODD]
YEAR/SEMESTER: III/V
22PCS44 – CLOUD COMPUTING LABORATORY
LIST OF EXPERIMENTS
S.No Title of the Experiment Pg.No Marks Sign
1. Install Virtualbox / VMware Workstation with
different flavours of linux or windows OS on top of
windows7 or 8.
2. Install a C compiler in the virtual machine created
using virtual box and execute Simple Programs.
3. Install Google App Engine. Create hello world app
and other simple web applications using python/java.
4. Use GAE launcher to launch the web applications.
5. Simulate a cloud scenario using CloudSim and run a
scheduling algorithm that is not present in CloudSim.
6. Find a procedure to transfer the files from one virtual
machine to another virtual machine.
7. Find a procedure to launch virtual machine using try
stack (Online Openstack DemoVersion).
8. Install Hadoop single node cluster and run simple
applications like wordcount..
Content Beyond Syllabus
9. Set up a private cloud using OpenNebula
10. Install the OpenStack and KVM and implement one
simple application.
Total

Subject Incharge
Ex.No : 01 INSTALL VIRTUALBOX/VMWARE WORKSTATION WITH
DIFFERENT FLAVOURS OF LINUX OR WINDOWS OS ON
TOPOF WINDOWS7 OR 8.

Aim:
To Install Virtualbox / VMware Workstation with different flavours of linux or windows
OS on top of windows7 or 8.

PROCEDURE:

Steps to install Virtual Box:


1. Download the Virtual box exe and click the exe file…and select next buttoN.
2. Click the next button.

3. Click the next button


4. Click the YES button.

5. Click the install button


6. Then installation was completed and show virtual box icon on desktop screen….

Steps to import Open nebula sandbox:


1. Open Virtual box
2. File - import Appliance
3. Browse OpenNebula-Sandbox-5.0.ova file
4. Then go to setting, select USB and choose USB 1.1
5. Then Start the Open Nebula
6. Login using username: root, password:opennebula
Steps to create Virtual Machine through opennebula
1. Open Browser, type localhost:9869
2. Login using username: oneadmin, password: opennebula
3. Click on instances, select VMs then follow the steps to create Virtual machine
a. Expand the + symbol
b. Select user one admin
c. Then enter the VM name, no.of instance, CPU.
d. Then click on create button.
e. Repeat the steps the C, D for creating more than one VMs.
OUTPUT SCREENSHOTS:
RESULT:

Thus the Virtual box / VMware Workstation with different flavours of Linux or windows OS
on top of windows7 or 8 was installed successfully.
Ex.No : 02 INSTALL A C COMPILER IN THE VIRTUAL MACHINE
CREATED USING VIRTUAL BOX AND EXECUTE
SIMPLE PROGRAMS

AIM:
To Install a C compiler in the virtual machine created using virtual box and execute Simple
Program.

PROCEDURE:

Steps to import .ova file:


1. Open Virtual box
2. File - import Appliance
3. Browse ubuntu_gt6.ova file
4. Then go to setting, select USB and choose USB 1.1
5. Then Start the ubuntu_gt6
6. Login using username: raju, password:99425.
Steps to run c program:
1. Open the terminal
2. Type cd /opt/axis2/axis2-1.7.3/bin then press enter
3. gedit hello.c
4. gcc hello.c
5. ./a.out

1. Type cd /opt/axis2/axis2-1.7.3/bin then press enter

2. Type gedit first.c


1. Type the c program

1. Running the C program


y Output Screenshots:

RESULT:
Thus the C compiler in the virtual machine created using virtual box and Simple Programs was executed
successfully.

12
Ex.No : 03 INSTALL A C COMPILER IN THE VIRTUAL MACHINE
CREATED USING VIRTUAL BOX AND EXECUTE SIMPLE
PROGRAMS
Aim:
To Install the Google App Engine and Create hello world app and other simple web
applications using python/java.

Procedure:

1. Install Google Plugin for Eclipse


Read this guide – how to install Google Plugin for Eclipse. If you install the Google App
Engine Java SDK together with “Google Plugin for Eclipse“, then go to step 2, Otherwise,
get the Google App Engine Java SDK and extract it.

2. Create New Web Application Project


In Eclipse toolbar, click on the Google icon, and select “New Web Application Project…”

Figure – New Web Application Project

Figure – Deselect the “Google Web ToolKit“, and link your GAE
Java SDK via the “configure SDK” link.

13
14

You might also like