33
This document contains text automatically extracted from a PDF or image file. Formatting may have been lost and not all text may have been recognized. To remove this note, right-click and select "Delete table".

Installasi VMWARE Di Linux Debian

  • Upload
    jamil

  • View
    61

  • Download
    0

Embed Size (px)

DESCRIPTION

Uploaded from Google Docs

Citation preview

Page 1: Installasi VMWARE Di Linux Debian

This document contains text automatically extracted from a PDF or image file. Formatting may have been lost and not all text may have been recognized.

To remove this note, right-click and select "Delete table".

Page 2: Installasi VMWARE Di Linux Debian
Page 3: Installasi VMWARE Di Linux Debian

Tutorial komputer Copyright © 2006 TC 2

nd

floor on eepis-its

Iwan Setiawan [email protected]

Installasi VMWARE di Linux DebianCopy paket vmware ke direktory home ( \\fileserver.eepis- its.edu\software\tools\vmware\VMware-workstation-4.5.2-8848.tar.gz ).

Masuk ke terminal / shell dan login sebagai root Lihat versi kernel (uname -a). install kernel headeers sesuai versi kernel tsb.

Iwan:/home/iwan$ su Password : iwan:/home/iwan# uname –a Linux e-one 2.6.8-2-386 #1 Thu Feb 9 07:17:13 UTC 2006 i686 GNU/Linux iwan:/home/iwan# apt-get install kernel-headers-2.6.8-2-386 ... ... iwan:/home/iwan# tar –xzvf VMware-workstation-4.5.2-8848.tar.gz ... ... iwan:/home/iwan# cd vmware-distrib/ iwan:/home/iwan/vmware-distrib# ./vmware-install.pl Creating a new installer database using the tar3 format.

Installing the content of the package.

In which directory do you want to install the binary files? [/usr/bin]

What is the directory that contains the init directories (rc0.d/ to rc6.d/)? [/etc]

What is the directory that contains the init scripts? [/etc/init.d]

In which directory do you want to install the library files? [/usr/lib/vmware]

The path "/usr/lib/vmware" does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes]

In which directory do you want to install the manual files? [/usr/share/man]

In which directory do you want to install the documentation files? [/usr/share/doc/vmware]

The path "/usr/share/doc/vmware" does not exist currently. This program is going to create it, including needed parent directories. Is this what you want?[yes]

Installasi Vmware di Linux Debian Iwan Setiawan 1

Page 4: Installasi VMWARE Di Linux Debian
Page 5: Installasi VMWARE Di Linux Debian
Page 6: Installasi VMWARE Di Linux Debian

Tutorial komputer Copyright © 2006 TC 2

nd

floor on eepis-its

The installation of VMware Workstation 4.5.2 build-8848 for Linux completed successfully. You can decide to remove this software from your system at any time by invoking the following command: "/usr/bin/vmware-uninstall.pl".

Before running VMware Workstation for the first time, you need to configure itby invoking the following command: "/usr/bin/vmware- config.pl".

Do you want this program to invoke the command for you now? [yes]

Making sure services for VMware Workstation are stopped.

Stopping VMware services:

Virtual machine monitor done

You must read and accept the End User License Agreement to continue. Press enter to display it.

END USER LICENSE AGREEMENT FOR VMWARE (R) DESKTOP SOFTWARE PRODUCT March 4, 2004

VMWARE, INC. LICENSES THIS DESKTOP SOFTWARE PRODUCT TO YOU SUBJECT TO THE TERMS CONTAINED IN THIS END USER LICENSE AGREEMENT ("EULA"). READ THE TERMS OF THIS EULA CAREFULLY. BY INSTALLING, COPYING OR OTHERWISE USING THE SOFTWARE (AS DEFINED BELOW), YOU AGREE TO BE BOUND BY THE TERMS OF THIS EULA. IF YOU DO NOT AGREE WITH THE TERMS OF THIS EULA, DO NOT INSTALL, COPY OR USE THE SOFTWARE AND IF YOU HAVE PROOF OF PAYMENT, YOU MAY RETURN THE UNOPENED SOFTWARE TO THE LOCATION AT WHICH YOU ACQUIRED IT WITHIN THIRTY (30) DAYS FOR A REFUND OF THE LICENSE FEE.

NOTICE TO CUSTOMER This EULA is a contract between you (either an individual or an entity) and VMware, Inc. ("VMware"), which governs your use of the VMware software product that accompanies this EULA and related software components, which may include associated media, printed materials, and online or electronic documentation. This VMware software product is designed for installation and use on a personal computer only. You may not install or use this VMware software product on a server.

Do you accept? (yes/no) yes

Thank you.

Trying to find a suitable vmmon module for your running kernel.

None of the pre-built vmmon modules for VMware Workstation is suitable for your running kernel. Do you want this program to try to build the vmmon module for your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

Installasi Vmware di Linux Debian Iwan Setiawan 2

Page 7: Installasi VMWARE Di Linux Debian
Page 8: Installasi VMWARE Di Linux Debian
Page 9: Installasi VMWARE Di Linux Debian

Tutorial komputer Copyright © 2006 TC 2

nd

floor on eepis-its

What is the location of the directory of C header files that match your running kernel? [/lib/modules/2.6.8-2-386/build/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system. make: Entering directory `/tmp/vmware-config0/vmmon-only' make -C /lib/modules/2.6.8-2-386/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. mo dules make[1]: Entering directory `/usr/src/kernel-headers-2.6.8-2-386'

CC [M] /tmp/vmware-config0/vmmon-only/linux/driver.o CC [M] /tmp/vmware-config0/vmmon-only/linux/hostif.o CC [M] /tmp/vmware-config0/vmmon-only/common/cpuid.o CC [M] /tmp/vmware-config0/vmmon-only/common/memtrack.o CC [M] /tmp/vmware-config0/vmmon-only/common/phystrack.o CC [M] /tmp/vmware-config0/vmmon-only/common/task.o CC [M] /tmp/vmware-config0/vmmon-only/common/vmx86.o LD [M] /tmp/vmware-config0/vmmon-only/vmmon.o Building modules, stage 2. MODPOST CC /tmp/vmware-config0/vmmon-only/vmmon.mod.o LD [M] /tmp/vmware-config0/vmmon-only/vmmon.ko make[1]: Leaving directory `/usr/src/kernel-headers-2.6.8-2-386' cp -f vmmon.ko ./../vmmon.o make: Leaving directory `/tmp/vmware-config0/vmmon-only' The module loads perfectly in the running kernel.

Extracting the sources of the vmnet module.

Building the vmnet module.

Using 2.6.x kernel build system. make: Entering directory `/tmp/vmware-config0/vmnet-only' make -C /lib/modules/2.6.8-2-386/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. mo dules make[1]: Entering directory `/usr/src/kernel-headers-2.6.8-2-386'

CC [M] /tmp/vmware-config0/vmnet-only/driver.o CC [M] /tmp/vmware-config0/vmnet-only/hub.o CC [M] /tmp/vmware-config0/vmnet-only/userif.o CC [M] /tmp/vmware-config0/vmnet-only/netif.o CC [M] /tmp/vmware-config0/vmnet-only/bridge.o CC [M] /tmp/vmware-config0/vmnet-only/procfs.o LD [M] /tmp/vmware-config0/vmnet-only/vmnet.o Building modules, stage 2. MODPOST CC /tmp/vmware-config0/vmnet-only/vmnet.mod.o LD [M] /tmp/vmware-config0/vmnet-only/vmnet.ko make[1]: Leaving directory `/usr/src/kernel-headers-2.6.8-2-386' cp -f vmnet.ko ./../vmnet.o make: Leaving directory `/tmp/vmware-config0/vmnet-only' The module loads perfectly in the running kernel.

Do you want networking for your virtual machines? (yes/no/help) [yes]

Configuring a bridged network for vmnet0.

Installasi Vmware di Linux Debian Iwan Setiawan 3

Page 10: Installasi VMWARE Di Linux Debian
Page 11: Installasi VMWARE Di Linux Debian
Page 12: Installasi VMWARE Di Linux Debian

Tutorial komputer Copyright © 2006 TC 2

nd

floor on eepis-its

Do you want to be able to use NAT networking in your virtual machines? [yes]

Configuring a NAT network for vmnet8.

Do you want this program to probe for an unused private subnet? (yes/no/help)[yes]

Probing for an unused private subnet (this can take some time)...

The subnet 172.16.175.0/255.255.255.0 appears to be unused.

Do you want to be able to use host-only networking in your virtual machines? [no]

Do you want this program to automatically configure your system to allow your virtual machines to access the host's filesystem? (yes/no/help) yes

The version of Samba used in this version of VMware Workstation is licensed as described in the "/usr/share/doc/vmware/SAMBA-LICENSE" file.

Hit enter to continue.

Creating a host-only network on vmnet1. (this is required to share the host's filesystem).

Configuring a host-only network for vmnet1.

Do you want this program to probe for an unused private subnet? (yes/no/help)[yes]

Probing for an unused private subnet (this can take some time)...

The subnet 192.168.2.0/255.255.255.0 appears to be unused.

Starting VMware services:

Virtual machine monitor done Virtual ethernet done Bridged networking on /dev/vmnet0 done Host-only networking on /dev/vmnet1 (background) done Host-only networking on /dev/vmnet8 (background) done NAT service on /dev/vmnet8 done

You have successfully configured VMware Workstation to allow your virtual machines to access the host's filesystem. Would you like to add a username and password for accessing your host's filesystem via network interface vmnet1 at this time? (yes/no/help) [yes]

Please specify a username that is known to your host: iwan

New SMB password: Retype new SMB password: Added user iwan.

Installasi Vmware di Linux Debian Iwan Setiawan 4

Page 13: Installasi VMWARE Di Linux Debian
Page 14: Installasi VMWARE Di Linux Debian
Page 15: Installasi VMWARE Di Linux Debian

Tutorial komputer Copyright © 2006 TC 2

nd

floor on eepis-its

You have successfully configured VMware Workstation to allow your virtual machines to access the host's filesystem. Your system appears to already be set up with usernames and passwords for accessing the host's filesystem via network interface vmnet1. Would you like to add another username and password at this time? (yes/no/help) [no]

You can add more usernames at any time by invoking the following command as root: "/usr/bin/vmware-smbpasswd vmnet1 -a <username>"

The configuration of VMware Workstation 4.5.2 build-8848 for Linux for this running kernel completed successfully.

You can now run VMware Workstation by invoking the following command: "/usr/bin/vmware".

Enjoy,

--the VMware team

iwan:/home/iwan/vmware-distrib# vmware

Tampilan Vmware di Linux :

Installasi Vmware di Linux Debian Iwan Setiawan 5

VM\-vare Workstation 4.5.2

Vlvlware Workstation allows multiple standard operating systems and their l run With high performance in secure and transportaole virtual rnacnines. Ea rnacnine is equlvalent to a PC With a unique network address and a full cor hardware onoices.

I Use this button to create a new virtuai machine You thei New and run a variety of standard operating systems in the vii

Machine

'-1 Use this button to browse for virtual maohines and to seh disptay in this panel. You then can tnteract With the guest

Open Existing syštefn Within 'this display as you Would a standard Virtua\ Machine

Page 16: Installasi VMWARE Di Linux Debian
Page 17: Installasi VMWARE Di Linux Debian
Page 18: Installasi VMWARE Di Linux Debian

Tutorial komputer Copyright © 2006 TC 2

nd

floor on eepis-its

Create New Virtual Machine :

Klik New Virtual Machine : pilih Custom kemudian Next :

pilih system opreari yang akan diinstall :

Installasi Vmware di Linux Debian Iwan Setiawan 6

Select The .-@appropriate -Cenfiguraüen

How weuld yuu prefer le yeur new wlrtual machine?

V Typical

New Virtual Machine Wizard - IocaEhust.l+::ca|dumair1 EI ta'

H.. Microsofi Windows

Linux

Novell Netware

V Sun Solaris

Page 19: Installasi VMWARE Di Linux Debian
Page 20: Installasi VMWARE Di Linux Debian
Page 21: Installasi VMWARE Di Linux Debian

Tutorial komputer Copyright © 2006 TC 2

nd

floor on eepis-its

Berinama virtual machine :

Tentukan beraba besar memory untuk virtual macjine :

Installasi Vmware di Linux Debian Iwan Setiawan 7

Name the Virtual Machine

What name wzluld yuu like to use for this '-.firtual machine?

virtual machlne name

A

Specriff the amount ef memory alieeated te this

virtual machine. The memory eize must lee e

MEE.

I Mamam? for virtual machine:

Guest -US recommended minimum: SQMIE.

Recommended memory: EIEMIE

Mawlmum ter best performance: 84ru1E

Page 22: Installasi VMWARE Di Linux Debian
Page 23: Installasi VMWARE Di Linux Debian
Page 24: Installasi VMWARE Di Linux Debian

Tutorial komputer Copyright © 2006 TC 2

nd

floor on eepis-its

Menentukan Type Jaringan yang digunakan oeleh virtual machine :

1. Use bridged networking : virtual machine mempunyai ip sendiri untuk

berkomunikasi dengan jaringan luar. 2. Use network address translation (NAT) :virtual machine menggunakan ip

milik Kmputer Host untuk berkomunikasi dengan jaringan luar. 3. Use host-only networking : virtual machine mempunyai jaringan virtual sendiri untuk berkomunikasi dengan virtual machine yang lain pada komputer host. Komputer host mempunyai lebih dari satu virtual machine. 4. Do not use a network connection.

Installasi Vmware di Linux Debian Iwan Setiawan 8

Mamam Type

New Virtual Machine Wizard -I luf:alhust.locaIdor'nain

_ K

What type of netwulk do yuu want tu add?

Mamam connactlcrn

Use bridgecl nemforking

Glve the guest eperetlhg system direct access to ah et-cternaIEtherne:het~±.f1:=r1=:. The guest must have Its ewh IF address eh the et-tterhal network.

... Use netwürk address translaüün (HHTJ

Page 25: Installasi VMWARE Di Linux Debian
Page 26: Installasi VMWARE Di Linux Debian
Page 27: Installasi VMWARE Di Linux Debian

Tutorial komputer Copyright © 2006 TC 2

Membuat virtual disk :

Installasi Vmware di Linux Debian Iwan Setiawan 9

nd

floor on eepis-its

Select a Disk

L New Virtual

IDE Adapter: .f1.TAP|

SCSI Adapter: - BusLugIc

adapter types

V LSI Luglc

New Virtual

Which -disk do you want

Crlaate a new virtual disk

à virtual maehlrle Ie ee-mp-eeed ef ene er mere fliee en the heet eyeiern. -.Hhi-Th wlll appear ae e elngle hard cilei-=1 te the gueel: eeereting eyetern. Vlrtuel dleke een eaelry he eepled er moved en me eame hee! er t:-etween he-ele.

Use an existing virtual

Use a physical disk; (for aüvanoed users)

Page 28: Installasi VMWARE Di Linux Debian
Page 29: Installasi VMWARE Di Linux Debian
Page 30: Installasi VMWARE Di Linux Debian

Tutorial komputer Copyright © 2006 TC 2

nd

floor on eepis-its

Menentukan type dari virtual disk :

menetukan besar/ kapasitas virtual disk :

Installasi Vmware di Linux Debian Iwan Setiawan 10

i I'

Select a DIS!-: Type

What I-:inci ui üisk :lo you Want to create?

'virtual Disk type

Virtual Elias are quite amati at first, men grow as you acid files to the-m. This virtual disk. can

never he larger than me maximum capacity 1:I-iatyruu set here.

vrnwure*| Split disk into 2-GE fites