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

Cloud Lab Ex-1

ClOUD LAB

Uploaded by

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

Cloud Lab Ex-1

ClOUD LAB

Uploaded by

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

SANGAM UNIVERSITY

Department of Computer Science & Engineering

CLOUD COMPUTING LAB

V SEMESTER CSE
CLOUD COMPUTING LIST OF EXPERIMENTS

Exercises:

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 trystack (Online Openstack Demo Version)

8. Install Hadoop single node cluster and run simple applications like wordcount.

9. Working experience on Git & GitHUB & GITBASH

10. Introduction to AWS & GI Cloud (MeghRaj)


CLOUD COMPUTING

EX.No:1 Install Virtualbox/VMware Workstation

Aim:

Find procedure to Install Virtualbox/VMware Workstation with different flavours of linux or windows OS on top of windows7 or 8.

This experiment is to be performed through portal.

PROCEDURE TO INSTALL
Step 1- Download Link
Link for downloading the software is https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html. Download the software for windows. Good thing is that there
is no signup process. Click and download begins. Software is around 541 MB.

Step 2- Download the installer file


It should probably be in the download folder by default, if you have not changed the settings in your browser. File name should be something like VMware-workstation-full-15.5.1-
15018445.exe. This file name can change depending on the version of the software currently available for download. But for now, till the next version is available, they will all be VMware
Workstation 15 Pro.

Step 3- Locate the downloaded installer file


For demonstration purpose, I have placed the downloaded installer on my desktop. Find the installer on your system and double click to launch the application.

Step 4- User Access Control (UAC) Warning


Now you should see User Access Control (UAC) dialog box. Click yes to continue.

VMware Workstation 12 Pro installer windows 10 UAC Initial Splash screen will appear. Wait for the process to complete.

Step 5- VMware Workstation Setup wizard


Now you will see VMware Workstation setup wizard dialog box. Click next to continue.

Step 6- End User Licence Agreement


This time you should see End User Licence Agreement dialog box. Check “I accept the terms in the
Licence Agreement” box and press next to continue.

Agreement Step 7- Custom Setup options


Select the folder in which you would like to install the application. There is no harm in leaving the defaults as it is. Also select Enhanced Keyboard Driver check box.
Step 8- User Experience Settings
Next you are asked to select “Check for Updates” and “Help improve VMware Workstation Pro”.

Step 9- Application Shortcuts preference


Next step is to select the place you want the shortcut icons to be placed on your system to launch the application. Please select both the options, desktop and start menu and click next.

Step 10- Installation begins


Now you see the begin installation dialog box. Click install to start the installation process.

At the end you will see installation complete dialog box. Click finish and you are done with the installation process. You may be asked to restart your computer. Click on Yes to restart.

Step 11- Launch VMware Workstation


After the installation completes, you should see VMware Workstation icon on the desktop. Double click on it to launch the application.

Step 12- Licence Key


If you see the dialog box asking for licence key, click on trial or enter the licence key. Then what you have is the VMware Workstation 15 Pro running on your windows 10 desktop. If don’t have
the licence
key, you will have 30 days trial.
InstallVirtualBox

1. Visit http://www.virtualbox.org/wiki/downloads

2. Download VirtualBox platform packages for your OS

3. Open the Installation Package by double clicking

Download Linux

1. Visit the page


http://www.ubuntu.com/download/ubuntu/download

2. Choose the Latest version of Ubuntu and 32-bit and click to Start Download

CLICK
Install Linux using Virtual Box

1. Run VirtualBox by double-clicking the icon

2. Click New button on the top left corner

3. Click Continue on the pop-up window

4. Type VM name, select Linux for the OS and choose Ubuntu for the version.

5. Choose the amount of memory to allocate (I suggest choosing between 512 MB to 1024 MB)

6. Click Continue or Next


7. Choose create a new virtual hard disk
8. Click Continue or Next

9. Choose VDI (VirtualBox Disk Image)

10. Click Continue or Next

11. Choose Dynamically Allocated click continue. This way, the size of your Virtual Hard Disk will grow as you use.

12. Click the folder icon and choose the ubuntu iso file you downloaded.

13. Select the size of the Virtual Disk (I recommend choosing 8 GB) and click continue

14. 14. Click Create

Running Linux

1. Choose Ubuntu from left column and click Start

MAC & PC
Running Linux

2. Click continue on the pop-up window

MAC
PC
Running Linux

3. Click the folder icon and choose the ubuntu iso file you downloaded and click continue and start

MAC PC
Running Linux

4. Click Install Ubuntu


Running Linux

4. Check Download updates and click Forward


Running Linux

5. Choose Erase disk and install Ubuntu and click Forward (Dont worry, it wont wipe your computer)
Running Linux

6. Click Install Now and wait. Maybe grab a snack.

7. When Finished, click Restart and press Enter.


C Programming on Linux

1. Open Terminal (Applications-Accessories-Terminal)

You might also like