2
Notesengine.com VIRTUALIZATION EX NO: DATE: OBJECTIVE: To create a virtual environment to test applications,new kernels and isolate applications. DEFINITION: Virtualization is the creation of a virtual (rather than actual) version of something,such as hardware platform,operating system,a storage deviceor network resources. STEPS: 1.Open ApplicationSystem ToolsTerminal 2. Create a directory called ‘virtual’ $mkdir virtual 3. Mount the /student in virtual $ sshfs [email protected]:/student virtual 4. Create another directory called virtual1$ mkdir virtual1 5. Copy the file dsl.iso to virtual1 $ cp virtual/dsl.iso virtual1 6. Change directory to virtual1 $ cd virtual1 7. To create a virtual disk, type in the following command $qemu-img create virtual disk.img 100M 100M-size of the hard disk 8. To start the Virtual OS,type in the following command $qemu-had virtualdisk.img-cdrom dsl.iso boot d 9. Press ENTER key when the boot screen appears to boot into the OS RESULT:

Virtual Ization

Embed Size (px)

Citation preview

Page 1: Virtual Ization

Notesengine.com

VIRTUALIZATION

EX NO:

DATE:

OBJECTIVE:

To create a virtual environment to test applications,new kernels and isolate applications.

DEFINITION:

Virtualization is the creation of a virtual (rather than actual) version of something,such as hardware

platform,operating system,a storage deviceor network resources.

STEPS:

1.Open ApplicationSystem ToolsTerminal

2. Create a directory called ‘virtual’ $mkdir virtual

3. Mount the /student in virtual

$ sshfs [email protected]:/student virtual

4. Create another directory called virtual1$ mkdir virtual1

5. Copy the file dsl.iso to virtual1

$ cp virtual/dsl.iso virtual1

6. Change directory to virtual1

$ cd virtual1

7. To create a virtual disk, type in the following command

$qemu-img create virtual disk.img 100M

100M-size of the hard disk

8. To start the Virtual OS,type in the following command

$qemu-had virtualdisk.img-cdrom dsl.iso –boot d

9. Press ENTER key when the boot screen appears to boot into the OS

RESULT:

Page 2: Virtual Ization

Notesengine.com

Thus the procedure is implemented and tested to create virtualization concept.