Cloud Computing Task1
Cloud Computing Task1
Cloud Computing Task1
BASED LAB
TASK REPORT
TITLE OF THE TASK
Submitted by
RAM PRASATH M
MAY 2021
DECLARATION
I affirm that the lab task work titled “Create two virtual Machine using two different OS
on VMware workstation” being submitted as the record of original work done by us under
the guidance of Mr. Sureshkumar S, Designation, Department of Computer Science and
Engineering.
(Signature of candidate)
RAM PRASATH M
(181CS249)
TABLE OF CONTENTS
1. INTRODUCTION
1.1 Aim
2. MAIN TEXT
3.1 Result
CONCLUSION
REFERENCES
ourceManager is the
master that arbitrates all
the available cluster
resources and
thus helps in
managing the
distributed applications
running on the YARN
system.
Its work is to manage
each NodeManager
ourceManager is the
master that arbitrates all
the available cluster
resources and
thus helps in
managing the
distributed applications
running on the YARN
system.
Its work is to manage
each Nod
TASK.No:1 Install Virtualbox/VMware Workstation
AIM:
Create two virtual Machine using two different OS on VMware workstation.
This experiment is to be performed through portal.
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.
Now you should see User Access Control (UAC) dialog box. Click yes to continue.
Step 5- VMware Workstation Setup wizard
Now you will see VMware Workstation setup wizard dialog box. Click next to continue.
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.
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.
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.
Now you see the begin installation dialog box. Click install to start the installation process.
Below screenshot shows Installation in progress. Wait for this to complete.
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.
1. Visit http://www.virtualbox.org/wiki/downloads
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 “Start Download”
INSTALL LINUX USING VIRTUAL BOX:
1. Run VirtualBox by double-clicking the icon
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)
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. Click Create
RESULT:
RUNNING LINUX:
1. Choose Ubuntu from left column and click Start
2. Click continue on pop-up window
3. Click the folder icon and choose the ubuntu iso file you downloaded and click continue and start
4. Click Install Ubuntu
2. Open gedit by typing “gedit &” on terminal (You can also use any other Text Editor application)
3. Type the following on gedit (or any other text editor)
#include main() {
printf("Hello World\n");
}
4. Save this file as “helloworld.c”
6. Confirm that “helloworld.c” is in the current directory. If not, type cd DIRECTORY_PATH to go to the
directory that has “helloworld.c” C Programming on Linux
7. Type “gcc helloworld.c” to compile, and type “ls” to confirm that a new executable file “a.out” is
created
9. If you see “Hello World” on the next line, you just successfully ran your first C program! C
Programming on Linux
CONCLUSION:
The project has been developed successfully and the performance of the system has been found
satisfactory.
If you plan to distribute application software in the virtual machine, be sure the correct software is
installed.
You may install application software in the virtual machine just as you would on a physical computer —
using a CD or an installer file on a network server, for example.
If you are installing from a file on the network, you may need to change the networking configuration of
the virtual machine or network settings of the guest operating system in order to navigate to the
installer file. If you need to make such changes, be sure to reconfigure the settings as needed after you
finish installing the application software.
REFERENCES:
1. https://www.vmware.com/support/ace/doc/setpol_vmconfig_ace.html
2. https://www.studocu.com/in/dashboard