SlideShare a Scribd company logo
1 of 15
TECHNOCRATS INSTITUTE OF TECHNOLOGY (EXCELLENCE)
DEPARTMENT OF INFORMATION TECHNOLOGY

CLOUD COMPUTING
LAB RECORD FILE
IT-703
SUBMITTED TO:
WyomeshDeepanker

SUBMITTED BY:
naaz
S.No.

NAME OF EXPERIMENT

1.

Installation & Configuration of Oracle Virtual
box for windows xp& android.

2.

Installation Configuration of Hadoop.

3.

Using Hadoop for couting word frequency
with map reduce.

4.

Service deployment research & uses over
cloud- Google app &Amazon web services.

5.

Cloud Security Management.

6.

Performance evaluation of services over
cloud- Google App &Amazon web services.

DATE
EXPERIMENT NO. – 1
OBJECTIVE:
Installation & Configuration of Oracle Virtual box for windows xp& android.
REQUIREMENTS:
1. Oracle Virtualbox VM Manager installation file.
2. Windows 2003 Server Installation ISO File and its license key
3. Android X86 ISO file.
INSTALLATION OF ORACLE VIRTUALBOX
1. Download and install the latest Oracle Virtualbox VM Manager.
2. Download and install the latest Extension pack (to support USB 2.0)
3. Create a new virtual disk for Windows 2003 Server.
Start the Oracle VM VirtualBox Manager program.
Click on New
Use the default settings as follows
Install Windows xp Server. (We will be using the ISO image for the installation)
Select the Win 2003 Svr VM image and click on Start
We will mount the ISO image into the virtual Drive as follows. The installation
will start immediately.
Press Enter to continue.
Press Enter to start the installation
Press Enter to format the partition using NTFS file system
The installation will continue after the restart is completed automatically.
Click on Next

Type in the Name and Organization, then click on Next
Ask the instructor for the CD key, type it in, then click on Next.
Click on Next to allow 5 connections to the server at any one time.
Type in a password “em1101j” for the administrator and click on Next.
Use the typical setting and click on Next17.

Use the default Workgroup and click on Next
The installation is completed after the restart.
Remove the disk from the VM: Click on the CD icon and select “Remove disk from
virtual drive”.
4. Clone the VM as backup.
Close the VM. Your Close icon on windows will be on the right handside.
Select “Save the machine state” and click on OK.

Right click on the “Win xpSvr” VM and select Clone.
Type in “Win xpSvr Backup” and click on Continue.
Use the default “Full Clone” and click on Clone.

After this just let the PC runs till the cloning process is completed.

Enable shared folder between host computer and virtualbox VM.
1. Right-click on desktop, select New and then Folder.
2. Name the new folder: sharedfolder.
VirtualBox:
1. Make sure the “Win xpSvr” VM is in Powered Off mode. Click on Settings.

2. Click on Shared Folders tab, then click on.
3.
4.
5.
6.
7.

Click on
and select Other.
Select Desktop, then select sharedfolder and click on Choose.
Check on Auto-mount and click on OK.
Click on OK.
Select “Win 2003 Svr” VM. Click on Start.
8. After successfully login, Select Devices and then Install Guest Additions.

9. Click on Next

10. Click on Next.
11. Click on Install
12. Click on Yes

13. Click on Finish. The VirtualBox VM will Reboot after this step.
14. After successfully login, Click on Start, then My Computer

15. You will see a new network drive (sharedfolder on „vboxsvr‟ (E). That‟s it

INSTALLATION & CONFIGURATION OF ANDROID
1. Start your virtual drive and window will appear. In that select “Installation – Install
Android-86 to hard disk”.

2. Select “Create/Modify partitions”.
3. Select “New” -> “Primary” to create new primary partition.
4. Once created, select “Write” and type “yes” and select “Quit”.
5. Select “sda1 Linux VBOX HARDDISK” and Press “OK”.
6. Select “ext3” and press “OK”.
7. Format the partition by clicking on “Yes”.
8. Press “Yes” to install boot loader GRUB
9. Select “Run Android -86” and press “OK”.
10. Android 4.2 has successfully installed and is now ready to run.
EXPERIMENT No. -2
OBJECTIVE:
Installation & Configuration of Hadoop.
REQUIREMENTS:
1. Java 1.6
2. Eclipse Europa 3.3.2
INSTALLATION & CONFIGURATION OF ANDROID
Download,Copy and Unpack Hadoop
1. Download hadoop 0.19.1 and place in some folder on your computer such as C:Java.
2. Open Cygwin command prompt.
3. Execute the following command
a) cd .
4. Then execute the following command to get your home directory folder shown in the
Windows Explorer window.
b) explorer .
5. Open another explorer window and navigate to the folder that contains the downloaded
hadoop archive.
6. Copy the hadoop archive into your home directory folder.
Unpack Hadoop Installation
The next step is to unpack the downloaded and copied package.To unpack the package
follow these steps:
1. Open the new cygwin window
2. After new cygwin window appears, execute the following command:
tar -xzf hadoop-0.19.1.tar.gz
This will start the process of unpacking the Hadoop distribution. After several minutes
you should see a new CYGWIN prompt again.
3. When you see the new prompt execute the following command:
ls -l
This command will list the contents of your home directory. You should see a newly
created directory called hadoop-0.19.1.
4. Next execute the following commands
cd hadoop-0.19.1
ls–l
if you got the following output everything was unpacked correctly, so you can go to the
next step.

Configure Hadoop
Now that we have unpacked Hadoop we are ready to configure it.
1. Open a new cygwin window and execute the following commands
cd hadoop-0.19.1
cd conf
explorer
2. As a result of the last command you will see the explorer window for the 'conf' directory
popped up. Minimize it for now or move it to the side.
3. Launch eclipse
4. Bring up the the 'conf' explorer window opened in the step 2 and drug the file hadoopsite to the eclipse main window.
5. Insert the following lines between<configuration>and </configuration> tags.
<property>
<name>fs.default.name</name>
<value>hdfs://localhost:9100</value>
</property>
<property>
<name>mapred.job.tracker</name>
<value>localhost:9101</value>
</property>
<property>
<name>dfs.replication</name>
<value>1</value>
</property>
EXPERIMENT NO. – 3
OBJECTIVE:
Using Hadoop for couting word frequency with map reduce.

EXPERIMENT NO. – 4
OBJECTIVE:
Service deployment research & uses over cloud- Google app &Amazon web
services

EXPERIMENT NO. – 5
OBJECTIVE:
Cloud Security Management.

EXPERIMENT NO. – 6
OBJECTIVE:
Performance evaluation of services over cloud- Google App &Amazon web
services..
TECHNOCRATS INSTITUTE OF TECHNOLOGY (EXCELLENCE)
DEPARTMENT OF INFORMATION TECHNOLOGY

CLOUD COMPUTING
LAB RECORD FILE
IT-703
SUBMITTED TO:
WyomeshDeepanker

SUBMITTED BY:
Amrita kumari
0191IT101007

More Related Content

What's hot

VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentation
aleyeldean
 

What's hot (20)

Virtualization
VirtualizationVirtualization
Virtualization
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentation
 
Common Standards in Cloud Computing
Common Standards in Cloud ComputingCommon Standards in Cloud Computing
Common Standards in Cloud Computing
 
Unit 2 Virtualization Part I.pptx
Unit 2 Virtualization Part I.pptxUnit 2 Virtualization Part I.pptx
Unit 2 Virtualization Part I.pptx
 
LAMP TECHNOLOGY
LAMP TECHNOLOGYLAMP TECHNOLOGY
LAMP TECHNOLOGY
 
Cloud computing and Cloudsim
Cloud computing and CloudsimCloud computing and Cloudsim
Cloud computing and Cloudsim
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Introduction to CloudStack
Introduction to CloudStack Introduction to CloudStack
Introduction to CloudStack
 
What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...
 
Virtualization in cloud computing ppt
Virtualization in cloud computing pptVirtualization in cloud computing ppt
Virtualization in cloud computing ppt
 
Cloud Deployment
Cloud DeploymentCloud Deployment
Cloud Deployment
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Server virtualization
Server virtualizationServer virtualization
Server virtualization
 
Cloud Computing Poster
Cloud Computing PosterCloud Computing Poster
Cloud Computing Poster
 
Online Admission System
Online Admission System  Online Admission System
Online Admission System
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Cloud computing
Cloud computing Cloud computing
Cloud computing
 
Virtualization in cloud
Virtualization in cloudVirtualization in cloud
Virtualization in cloud
 

Viewers also liked

Cloud computing lab experiments
Cloud computing lab experimentsCloud computing lab experiments
Cloud computing lab experiments
richendraravi
 
Practical Cloud Security
Practical Cloud SecurityPractical Cloud Security
Practical Cloud Security
Jason Chan
 
soft-computing
 soft-computing soft-computing
soft-computing
student
 
X2 t08 04 inequality techniques (2012)
X2 t08 04 inequality techniques (2012)X2 t08 04 inequality techniques (2012)
X2 t08 04 inequality techniques (2012)
Nigel Simmons
 
Tetrahedron 2007_64_644-651
Tetrahedron 2007_64_644-651Tetrahedron 2007_64_644-651
Tetrahedron 2007_64_644-651
Subrata Ghosh
 

Viewers also liked (20)

Cloud computing-Practical Example
Cloud computing-Practical ExampleCloud computing-Practical Example
Cloud computing-Practical Example
 
Cloud computing lab experiments
Cloud computing lab experimentsCloud computing lab experiments
Cloud computing lab experiments
 
Cloud security From Infrastructure to People-ware
Cloud security From Infrastructure to People-wareCloud security From Infrastructure to People-ware
Cloud security From Infrastructure to People-ware
 
Introduction to soft computing
Introduction to soft computingIntroduction to soft computing
Introduction to soft computing
 
lecturer plan
lecturer planlecturer plan
lecturer plan
 
Virtualization: Security and IT Audit Perspectives
Virtualization: Security and IT Audit PerspectivesVirtualization: Security and IT Audit Perspectives
Virtualization: Security and IT Audit Perspectives
 
Cloud computing in practice
Cloud computing in practiceCloud computing in practice
Cloud computing in practice
 
Cloud Security Secure Your Infrastructure
Cloud Security Secure Your InfrastructureCloud Security Secure Your Infrastructure
Cloud Security Secure Your Infrastructure
 
Cloud Native Data Pipelines (QCon Shanghai & Tokyo 2016)
Cloud Native Data Pipelines (QCon Shanghai & Tokyo 2016)Cloud Native Data Pipelines (QCon Shanghai & Tokyo 2016)
Cloud Native Data Pipelines (QCon Shanghai & Tokyo 2016)
 
Practical Cloud Security
Practical Cloud SecurityPractical Cloud Security
Practical Cloud Security
 
Soft computing
Soft computingSoft computing
Soft computing
 
Security Transformation Services
Security Transformation ServicesSecurity Transformation Services
Security Transformation Services
 
soft-computing
 soft-computing soft-computing
soft-computing
 
Virtualization in cloud computing
Virtualization in cloud computingVirtualization in cloud computing
Virtualization in cloud computing
 
Unit I & II in Principles of Soft computing
Unit I & II in Principles of Soft computing Unit I & II in Principles of Soft computing
Unit I & II in Principles of Soft computing
 
X2 t08 04 inequality techniques (2012)
X2 t08 04 inequality techniques (2012)X2 t08 04 inequality techniques (2012)
X2 t08 04 inequality techniques (2012)
 
Managing the Risks - Sexual Assault Prevention - Presentation 6 of 9
Managing the Risks - Sexual Assault Prevention - Presentation 6 of 9Managing the Risks - Sexual Assault Prevention - Presentation 6 of 9
Managing the Risks - Sexual Assault Prevention - Presentation 6 of 9
 
Baby & Kids Volume 3 - Vector Graphic Artworks
Baby & Kids Volume 3 - Vector Graphic ArtworksBaby & Kids Volume 3 - Vector Graphic Artworks
Baby & Kids Volume 3 - Vector Graphic Artworks
 
Tetrahedron 2007_64_644-651
Tetrahedron 2007_64_644-651Tetrahedron 2007_64_644-651
Tetrahedron 2007_64_644-651
 
Case Study Analysis Lucent Technologies
Case Study Analysis Lucent TechnologiesCase Study Analysis Lucent Technologies
Case Study Analysis Lucent Technologies
 

Similar to rgpv 7th sem for it & cs Cloud computing lab record

Manual 70-410 _Yves
Manual 70-410 _YvesManual 70-410 _Yves
Manual 70-410 _Yves
Yves Mukusa
 
Installation of oracle 12c RAC on linux vm
Installation of oracle 12c RAC  on linux vmInstallation of oracle 12c RAC  on linux vm
Installation of oracle 12c RAC on linux vm
Ron Morgan
 
12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows
rajuy2r
 
Howtoinstallarchlinuxtousb final-120610172253-phpapp01
Howtoinstallarchlinuxtousb final-120610172253-phpapp01Howtoinstallarchlinuxtousb final-120610172253-phpapp01
Howtoinstallarchlinuxtousb final-120610172253-phpapp01
decenttr
 
Installing 12c R1 database on oracle linux
Installing 12c R1 database on oracle linuxInstalling 12c R1 database on oracle linux
Installing 12c R1 database on oracle linux
Anar Godjaev
 
How to Install ArchLinux to a USB Flashdrive in 2012
How to Install ArchLinux to a USB Flashdrive in 2012How to Install ArchLinux to a USB Flashdrive in 2012
How to Install ArchLinux to a USB Flashdrive in 2012
Chukwuma Onyeije, MD, FACOG
 

Similar to rgpv 7th sem for it & cs Cloud computing lab record (20)

Manual 70-410 _Yves
Manual 70-410 _YvesManual 70-410 _Yves
Manual 70-410 _Yves
 
Software industrialization
Software industrializationSoftware industrialization
Software industrialization
 
Running virtual box from the linux command line
Running virtual box from the linux command lineRunning virtual box from the linux command line
Running virtual box from the linux command line
 
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBoxHow to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
 
Virtualization.pdf
Virtualization.pdfVirtualization.pdf
Virtualization.pdf
 
openQRM how-to: Setup UEC and openQRM cloud
openQRM how-to: Setup UEC and openQRM cloudopenQRM how-to: Setup UEC and openQRM cloud
openQRM how-to: Setup UEC and openQRM cloud
 
Os Virtualization
Os VirtualizationOs Virtualization
Os Virtualization
 
Build a private cloud – prototype and test with open nebula
Build a private cloud – prototype and test with open nebulaBuild a private cloud – prototype and test with open nebula
Build a private cloud – prototype and test with open nebula
 
Backbase CXP Manager Setup
Backbase CXP Manager SetupBackbase CXP Manager Setup
Backbase CXP Manager Setup
 
Dell Venue 7 3740
Dell Venue 7 3740Dell Venue 7 3740
Dell Venue 7 3740
 
Installation of oracle 12c RAC on linux vm
Installation of oracle 12c RAC  on linux vmInstallation of oracle 12c RAC  on linux vm
Installation of oracle 12c RAC on linux vm
 
Apache Kafka Setup with Zookeeper - SkillAnything.pdf
Apache Kafka Setup with Zookeeper - SkillAnything.pdfApache Kafka Setup with Zookeeper - SkillAnything.pdf
Apache Kafka Setup with Zookeeper - SkillAnything.pdf
 
12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows
 
html
htmlhtml
html
 
Cloud ready+installation+instructions
Cloud ready+installation+instructionsCloud ready+installation+instructions
Cloud ready+installation+instructions
 
Howtoinstallarchlinuxtousb final-120610172253-phpapp01
Howtoinstallarchlinuxtousb final-120610172253-phpapp01Howtoinstallarchlinuxtousb final-120610172253-phpapp01
Howtoinstallarchlinuxtousb final-120610172253-phpapp01
 
Installing 12c R1 database on oracle linux
Installing 12c R1 database on oracle linuxInstalling 12c R1 database on oracle linux
Installing 12c R1 database on oracle linux
 
setting up v ms
 setting up v ms setting up v ms
setting up v ms
 
Freeradius edir
Freeradius edirFreeradius edir
Freeradius edir
 
How to Install ArchLinux to a USB Flashdrive in 2012
How to Install ArchLinux to a USB Flashdrive in 2012How to Install ArchLinux to a USB Flashdrive in 2012
How to Install ArchLinux to a USB Flashdrive in 2012
 

Recently uploaded

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software Engineering
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governance
 
Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation Computing
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using Ballerina
 

rgpv 7th sem for it & cs Cloud computing lab record

  • 1. TECHNOCRATS INSTITUTE OF TECHNOLOGY (EXCELLENCE) DEPARTMENT OF INFORMATION TECHNOLOGY CLOUD COMPUTING LAB RECORD FILE IT-703 SUBMITTED TO: WyomeshDeepanker SUBMITTED BY: naaz
  • 2. S.No. NAME OF EXPERIMENT 1. Installation & Configuration of Oracle Virtual box for windows xp& android. 2. Installation Configuration of Hadoop. 3. Using Hadoop for couting word frequency with map reduce. 4. Service deployment research & uses over cloud- Google app &Amazon web services. 5. Cloud Security Management. 6. Performance evaluation of services over cloud- Google App &Amazon web services. DATE
  • 3. EXPERIMENT NO. – 1 OBJECTIVE: Installation & Configuration of Oracle Virtual box for windows xp& android. REQUIREMENTS: 1. Oracle Virtualbox VM Manager installation file. 2. Windows 2003 Server Installation ISO File and its license key 3. Android X86 ISO file. INSTALLATION OF ORACLE VIRTUALBOX 1. Download and install the latest Oracle Virtualbox VM Manager. 2. Download and install the latest Extension pack (to support USB 2.0) 3. Create a new virtual disk for Windows 2003 Server. Start the Oracle VM VirtualBox Manager program. Click on New Use the default settings as follows
  • 4.
  • 5. Install Windows xp Server. (We will be using the ISO image for the installation) Select the Win 2003 Svr VM image and click on Start We will mount the ISO image into the virtual Drive as follows. The installation will start immediately.
  • 6. Press Enter to continue. Press Enter to start the installation Press Enter to format the partition using NTFS file system The installation will continue after the restart is completed automatically. Click on Next Type in the Name and Organization, then click on Next Ask the instructor for the CD key, type it in, then click on Next. Click on Next to allow 5 connections to the server at any one time. Type in a password “em1101j” for the administrator and click on Next. Use the typical setting and click on Next17. Use the default Workgroup and click on Next The installation is completed after the restart. Remove the disk from the VM: Click on the CD icon and select “Remove disk from virtual drive”.
  • 7. 4. Clone the VM as backup. Close the VM. Your Close icon on windows will be on the right handside. Select “Save the machine state” and click on OK. Right click on the “Win xpSvr” VM and select Clone. Type in “Win xpSvr Backup” and click on Continue. Use the default “Full Clone” and click on Clone. After this just let the PC runs till the cloning process is completed. Enable shared folder between host computer and virtualbox VM. 1. Right-click on desktop, select New and then Folder. 2. Name the new folder: sharedfolder. VirtualBox: 1. Make sure the “Win xpSvr” VM is in Powered Off mode. Click on Settings. 2. Click on Shared Folders tab, then click on. 3. 4. 5. 6. 7. Click on and select Other. Select Desktop, then select sharedfolder and click on Choose. Check on Auto-mount and click on OK. Click on OK. Select “Win 2003 Svr” VM. Click on Start.
  • 8. 8. After successfully login, Select Devices and then Install Guest Additions. 9. Click on Next 10. Click on Next. 11. Click on Install 12. Click on Yes 13. Click on Finish. The VirtualBox VM will Reboot after this step.
  • 9. 14. After successfully login, Click on Start, then My Computer 15. You will see a new network drive (sharedfolder on „vboxsvr‟ (E). That‟s it INSTALLATION & CONFIGURATION OF ANDROID
  • 10. 1. Start your virtual drive and window will appear. In that select “Installation – Install Android-86 to hard disk”. 2. Select “Create/Modify partitions”. 3. Select “New” -> “Primary” to create new primary partition. 4. Once created, select “Write” and type “yes” and select “Quit”. 5. Select “sda1 Linux VBOX HARDDISK” and Press “OK”. 6. Select “ext3” and press “OK”. 7. Format the partition by clicking on “Yes”. 8. Press “Yes” to install boot loader GRUB 9. Select “Run Android -86” and press “OK”. 10. Android 4.2 has successfully installed and is now ready to run.
  • 11. EXPERIMENT No. -2 OBJECTIVE: Installation & Configuration of Hadoop. REQUIREMENTS: 1. Java 1.6 2. Eclipse Europa 3.3.2 INSTALLATION & CONFIGURATION OF ANDROID Download,Copy and Unpack Hadoop 1. Download hadoop 0.19.1 and place in some folder on your computer such as C:Java. 2. Open Cygwin command prompt. 3. Execute the following command a) cd . 4. Then execute the following command to get your home directory folder shown in the Windows Explorer window. b) explorer . 5. Open another explorer window and navigate to the folder that contains the downloaded hadoop archive. 6. Copy the hadoop archive into your home directory folder. Unpack Hadoop Installation The next step is to unpack the downloaded and copied package.To unpack the package follow these steps: 1. Open the new cygwin window 2. After new cygwin window appears, execute the following command: tar -xzf hadoop-0.19.1.tar.gz This will start the process of unpacking the Hadoop distribution. After several minutes you should see a new CYGWIN prompt again. 3. When you see the new prompt execute the following command: ls -l This command will list the contents of your home directory. You should see a newly created directory called hadoop-0.19.1. 4. Next execute the following commands cd hadoop-0.19.1 ls–l
  • 12. if you got the following output everything was unpacked correctly, so you can go to the next step. Configure Hadoop Now that we have unpacked Hadoop we are ready to configure it. 1. Open a new cygwin window and execute the following commands cd hadoop-0.19.1 cd conf explorer 2. As a result of the last command you will see the explorer window for the 'conf' directory popped up. Minimize it for now or move it to the side. 3. Launch eclipse 4. Bring up the the 'conf' explorer window opened in the step 2 and drug the file hadoopsite to the eclipse main window. 5. Insert the following lines between<configuration>and </configuration> tags. <property> <name>fs.default.name</name>
  • 14. EXPERIMENT NO. – 3 OBJECTIVE: Using Hadoop for couting word frequency with map reduce. EXPERIMENT NO. – 4 OBJECTIVE: Service deployment research & uses over cloud- Google app &Amazon web services EXPERIMENT NO. – 5 OBJECTIVE: Cloud Security Management. EXPERIMENT NO. – 6 OBJECTIVE: Performance evaluation of services over cloud- Google App &Amazon web services..
  • 15. TECHNOCRATS INSTITUTE OF TECHNOLOGY (EXCELLENCE) DEPARTMENT OF INFORMATION TECHNOLOGY CLOUD COMPUTING LAB RECORD FILE IT-703 SUBMITTED TO: WyomeshDeepanker SUBMITTED BY: Amrita kumari 0191IT101007