22
Penulis: Abdullah A. Koro Email: [email protected] Update terakhir: 08/13/07 Langkah-langkah instalasi vmware pada Debian 4.0 (Etch) Tutorial ini dibuat terinspirasi dari situs howtoforge.com dengan artikel berjudul “How to install vmware server on Debian 4.0 (Etch)”. Hal lain yang juga memicu tulisan ini yaitu dari kebutuhan agar dapat menggunakan bermacam-macam sistem operasi dalam satu komputer. Biasanya selama ini digunakan dual-boot. Namun dirasakan masih kurang karena sistem dual boot semisal satu komputer diinstall dua sistem operasi Windows XP dan Debian Linux. Ketika menggunakan Windows XP dan ingin pindah ke Debian Linux terpaksa harus restart komputer terlebih dahulu. Begitu juga sebaliknya. Dengan adanya vmware ini, terutama vmware server yang untungnya lagi gratis, maka kita tidak perlu memboot bila ingin pindah dari sistem operasi yang satu dengan yang lain. Malah seolah-olah kita mempunyai beberapa atau banyak sistem operasi pada satu komputer. Hanya kekurangannya adalah kita harus mempunyai RAM yang cukup besar. Pengalaman pribadi, sekurangnya 512 MB RAM harus dimiliki. Karena RAM ini nantinya akan digunakan oleh sistem operasi utama/induk/tuan rumah (Host OS) dan juga akan digunakan oleh sistem operasi tamu (Guest OS). Sebagai tambahan informasi, kami tidak menjamin anda pasti akan dapat menginstall vmware menggunakan langkah-langkah yang diberikan. Tetapi kami berusaha membagi pengalaman kami ini sebagai sesama pengguna. Anda juga bisa memberitahukan kami bila ada hal-hal yang salah pada dokumen tutorial ini. Berikut sistem komputer yang digunakan: CPU: Intel P4 3.0 Ghz RAM: 512 HDD: SATA 80 GB IP Address: 192.168.0.106 (dari DHCP) koro@debian:~$ /sbin/ifconfig eth0 eth0      Link encap:Ethernet  HWaddr 00:14:85:E5:A1:0D           inet addr:192.168.0.106  Bcast:192.168.0.255  Mask:255.255.255.0           inet6 addr: 2001:e00:f00c:142:214:85ff:fee5:a10d/64 Scope:Global           inet6 addr: fe80::214:85ff:fee5:a10d/64 Scope:Link           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1           RX packets:967271 errors:0 dropped:0 overruns:0 frame:0           TX packets:338481 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1000           RX bytes:513268319 (489.4 MiB)  TX bytes:41415344 (39.4 MiB)           Interrupt:177 Base address:0xc000 Isi file /etc/network/interfaces: Halaman 1 dari 22 halaman

Langkah-langkah instalasi vmware pada Debian 4.0 (Etch) fileLangkah-langkah instalasi vmware pada Debian 4.0 (Etch) Tutorial ini dibuat terinspirasi dari situs howtoforge.com dengan

Embed Size (px)

Citation preview

Penulis: Abdullah A. KoroEmail: [email protected] Update terakhir: 08/13/07

Langkah-langkah instalasi vmware pada Debian 4.0 (Etch)

Tutorial ini dibuat terinspirasi dari situs howtoforge.com dengan artikel berjudul “How to install vmware server on Debian 4.0 (Etch)”. Hal lain yang juga memicu tulisan ini yaitu dari kebutuhan agar dapat menggunakan bermacam-macam sistem operasi dalam satu komputer. Biasanya selama ini digunakan dual-boot. Namun dirasakan masih kurang karena sistem dual boot semisal satu komputer diinstall dua sistem operasi Windows XP dan Debian Linux. Ketika menggunakan Windows XP dan ingin pindah ke Debian Linux terpaksa harus restart komputer terlebih dahulu. Begitu juga sebaliknya.

Dengan adanya vmware ini, terutama vmware server yang untungnya lagi gratis, maka kita tidak perlu memboot bila ingin pindah dari sistem operasi yang satu dengan yang lain. Malah seolah-olah kita mempunyai beberapa atau banyak sistem operasi pada satu komputer. Hanya kekurangannya adalah kita harus mempunyai RAM yang cukup besar. Pengalaman pribadi, sekurangnya 512 MB RAM harus dimiliki. Karena RAM ini nantinya akan digunakan oleh sistem operasi utama/induk/tuan rumah (Host OS) dan juga akan digunakan oleh sistem operasi tamu (Guest OS).

Sebagai tambahan informasi, kami tidak menjamin anda pasti akan dapat menginstall vmware menggunakan langkah-langkah yang diberikan. Tetapi kami berusaha membagi pengalaman kami ini sebagai sesama pengguna. Anda juga bisa memberitahukan kami bila ada hal-hal yang salah pada dokumen tutorial ini.

Berikut sistem komputer yang digunakan:

● CPU: Intel P4 3.0 Ghz● RAM: 512● HDD: SATA 80 GB● IP Address: 192.168.0.106 (dari DHCP)

koro@debian:~$ /sbin/ifconfig eth0eth0      Link encap:Ethernet  HWaddr 00:14:85:E5:A1:0D          inet addr:192.168.0.106  Bcast:192.168.0.255  Mask:255.255.255.0          inet6 addr: 2001:e00:f00c:142:214:85ff:fee5:a10d/64 Scope:Global          inet6 addr: fe80::214:85ff:fee5:a10d/64 Scope:Link          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1          RX packets:967271 errors:0 dropped:0 overruns:0 frame:0          TX packets:338481 errors:0 dropped:0 overruns:0 carrier:0          collisions:0 txqueuelen:1000          RX bytes:513268319 (489.4 MiB)  TX bytes:41415344 (39.4 MiB)          Interrupt:177 Base address:0xc000

● Isi file /etc/network/interfaces:

Halaman 1 dari 22 halaman

koro@debian:~$ more /etc/network/interfaces# This file describes the network interfaces available on your system# and how to activate them. For more information, see interfaces(5).

# The loopback network interfaceauto loiface lo inet loopback

# The primary network interfaceallow­hotplug eth0iface eth0 inet dhcp

● Isi file /etc/resolv.conf sebagai setting DNS Client:

koro@debian:~$ more /etc/resolv.confnameserver 152.118.24.2

● Isi file /etc/hosts:

koro@debian:~$ more /etc/hosts127.0.0.1       localhost127.0.1.1       debian.fib.ui.ac.id     debian

# The following lines are desirable for IPv6 capable hosts::1     ip6­localhost ip6­loopbackfe00::0 ip6­localnetff00::0 ip6­mcastprefixff02::1 ip6­allnodesff02::2 ip6­allroutersff02::3 ip6­allhosts

● Isi file /etc/apt/sources.list

debian:/home/koro/Desktop/Downloads/vmware­server­distrib# more /etc/apt/sources.list## deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ ­ Official i386 DVD Binary­1 20070407­11:40]/ etch contrib main

#deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ ­ Official i386 DVD Binary­1 20070407­11:40]/ etch contrib main

deb http://kambing.ui.edu/debian/ etch contrib main

# Line commented out by installer because it failed to verify:#deb http://security.debian.org/ etch/updates main contrib# Line commented out by installer because it failed to verify:#deb­src http://security.debian.org/ etch/updates main contrib

Halaman 2 dari 22 halaman

1. Pra instalasi: Download dan Install paket software yang dibutuhkan vmware

Sebelum melakukan instalasi vmware ada beberapa program yang dibutuhkan. Bila anda melakukan instalasi Debian 4.0 secara default, maka program gcc (compiler bahasa C) belum terdapat.

Setelah itu lakukan perintah berikut untuk menginstall paket-paket software yang dibutuhkan Vmware.

# apt­get install linux­headers­`uname ­r` libx11­6 libx11­dev x­window­system­core x­window­system xspecs libxtst6 psmisc build­essential

Jangan lupa lakukan dengan menggunakan account root atau menggunakan sudo. Maka yang akan muncul pada layar komputer seperti berikut:

debian:/home/koro/download/vmware­server­distrib# apt­get install linux­headers­`uname ­r` libx11­6 libx11­dev x­window­system­core x­window­system xspecs libxtst6 psmisc build­essentialReading package lists... DoneBuilding dependency tree... Donelibx11­6 is already the newest version.libxtst6 is already the newest version.psmisc is already the newest version.The following extra packages will be installed:  g++ g++­4.1 libc6­dev libstdc++6­4.1­dev libxau­dev libxdmcp­dev libxext­dev  linux­headers­2.6.18­4 linux­kbuild­2.6.18 linux­kernel­headers  x11proto­core­dev x11proto­input­dev x11proto­kb­dev x11proto­xext­dev  xtrans­devSuggested packages:  gcc­4.1­doc lib64stdc++6 glibc­doc manpages­dev libstdc++6­4.1­docThe following NEW packages will be installed:  build­essential g++ g++­4.1 libc6­dev libstdc++6­4.1­dev libx11­dev  libxau­dev libxdmcp­dev libxext­dev linux­headers­2.6.18­4  linux­headers­2.6.18­4­686 linux­kbuild­2.6.18 linux­kernel­headers  x­window­system x­window­system­core x11proto­core­dev x11proto­input­dev  x11proto­kb­dev x11proto­xext­dev xspecs xtrans­dev0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.Need to get 19.6MB of archives.After unpacking 77.7MB of additional disk space will be used.Do you want to continue [Y/n]? YGet:1 http://kambing.ui.edu etch/main x11proto­core­dev 7.0.7­2 [78.4kB]Get:2 http://kambing.ui.edu etch/main libxau­dev 1:1.0.1­2 [10.8kB]Get:3 http://kambing.ui.edu etch/main libxdmcp­dev 1:1.0.1­2 [13.8kB]Get:4 http://kambing.ui.edu etch/main x11proto­input­dev 1.3.2­4 [14.6kB]Get:5 http://kambing.ui.edu etch/main x11proto­xext­dev 7.0.2­5 [41.7kB]Get:6 http://kambing.ui.edu etch/main libxext­dev 1:1.0.1­2 [74.9kB]Get:7 http://kambing.ui.edu etch/main x11proto­kb­dev 1.0.3­2 [26.8kB]Get:8 http://kambing.ui.edu etch/main xtrans­dev 1.0.1­3 [59.0kB]Get:9 http://kambing.ui.edu etch/main libx11­dev 2:1.0.3­7 [1269kB]Get:10 http://kambing.ui.edu etch/main linux­kernel­headers 2.6.18­7 [1875kB]Get:11 http://kambing.ui.edu etch/main libc6­dev 2.3.6.ds1­13 [2716kB]Get:12 http://kambing.ui.edu etch/main libstdc++6­4.1­dev 4.1.1­21 [1634kB]

Halaman 3 dari 22 halaman

Get:13 http://kambing.ui.edu etch/main g++­4.1 4.1.1­21 [2615kB]Get:14 http://kambing.ui.edu etch/main g++ 4:4.1.1­15 [1360B]Get:15 http://kambing.ui.edu etch/main build­essential 11.3 [6982B]Get:16 http://kambing.ui.edu etch/main linux­headers­2.6.18­4 2.6.18.dfsg.1­12 [3163kB]Get:17 http://kambing.ui.edu etch/main linux­kbuild­2.6.18 2.6.18­1 [168kB]Get:18 http://kambing.ui.edu etch/main linux­headers­2.6.18­4­686 2.6.18.dfsg.1­12 [275kB]Get:19 http://kambing.ui.edu etch/main x­window­system 1:7.1.0­16 [18.3kB]Get:20 http://kambing.ui.edu etch/main x­window­system­core 1:7.1.0­16 [18.3kB]Get:21 http://kambing.ui.edu etch/main xspecs 1:1.2+git20061105­3 [5529kB]Fetched 19.6MB in 42m14s (7737B/s)Selecting previously deselected package x11proto­core­dev.(Reading database ... 72074 files and directories currently installed.)Unpacking x11proto­core­dev (from .../x11proto­core­dev_7.0.7­2_all.deb) ...Selecting previously deselected package libxau­dev.Unpacking libxau­dev (from .../libxau­dev_1%3a1.0.1­2_i386.deb) ...Selecting previously deselected package libxdmcp­dev.Unpacking libxdmcp­dev (from .../libxdmcp­dev_1%3a1.0.1­2_i386.deb) ...Selecting previously deselected package x11proto­input­dev.Unpacking x11proto­input­dev (from .../x11proto­input­dev_1.3.2­4_all.deb) ...Selecting previously deselected package x11proto­xext­dev.Unpacking x11proto­xext­dev (from .../x11proto­xext­dev_7.0.2­5_all.deb) ...Selecting previously deselected package libxext­dev.Unpacking libxext­dev (from .../libxext­dev_1%3a1.0.1­2_i386.deb) ...Selecting previously deselected package x11proto­kb­dev.Unpacking x11proto­kb­dev (from .../x11proto­kb­dev_1.0.3­2_all.deb) ...Selecting previously deselected package xtrans­dev.Unpacking xtrans­dev (from .../xtrans­dev_1.0.1­3_all.deb) ...Selecting previously deselected package libx11­dev.Unpacking libx11­dev (from .../libx11­dev_2%3a1.0.3­7_i386.deb) ...Selecting previously deselected package linux­kernel­headers.Unpacking linux­kernel­headers (from .../linux­kernel­headers_2.6.18­7_i386.deb) ...Selecting previously deselected package libc6­dev.Unpacking libc6­dev (from .../libc6­dev_2.3.6.ds1­13_i386.deb) ...Selecting previously deselected package libstdc++6­4.1­dev.Unpacking libstdc++6­4.1­dev (from .../libstdc++6­4.1­dev_4.1.1­21_i386.deb) ...Selecting previously deselected package g++­4.1.Unpacking g++­4.1 (from .../g++­4.1_4.1.1­21_i386.deb) ...Selecting previously deselected package g++.Unpacking g++ (from .../g++_4%3a4.1.1­15_i386.deb) ...Selecting previously deselected package build­essential.Unpacking build­essential (from .../build­essential_11.3_i386.deb) ...Selecting previously deselected package linux­headers­2.6.18­4.Unpacking linux­headers­2.6.18­4 (from .../linux­headers­2.6.18­4_2.6.18.dfsg.1­12_i386.deb) ...Selecting previously deselected package linux­kbuild­2.6.18.Unpacking linux­kbuild­2.6.18 (from .../linux­kbuild­2.6.18_2.6.18­1_i386.deb) ...Selecting previously deselected package linux­headers­2.6.18­4­686.Unpacking linux­headers­2.6.18­4­686 (from .../linux­headers­2.6.18­4­686_2.6.18.dfsg.1­12_i386.deb) ...Selecting previously deselected package x­window­system.Unpacking x­window­system (from .../x­window­system_1%3a7.1.0­16_all.deb) ...Selecting previously deselected package x­window­system­core.Unpacking x­window­system­core (from .../x­window­system­core_1%3a7.1.0­

Halaman 4 dari 22 halaman

16_all.deb) ...Selecting previously deselected package xspecs.Unpacking xspecs (from .../xspecs_1%3a1.2+git20061105­3_all.deb) ...Setting up x11proto­core­dev (7.0.7­2) ...Setting up libxau­dev (1.0.1­2) ...Setting up libxdmcp­dev (1.0.1­2) ...Setting up x11proto­input­dev (1.3.2­4) ...Setting up x11proto­xext­dev (7.0.2­5) ...Setting up x11proto­kb­dev (1.0.3­2) ...Setting up xtrans­dev (1.0.1­3) ...Setting up linux­kernel­headers (2.6.18­7) ...Setting up libc6­dev (2.3.6.ds1­13) ...Setting up linux­headers­2.6.18­4 (2.6.18.dfsg.1­12) ...Setting up linux­kbuild­2.6.18 (2.6.18­1) ...Setting up linux­headers­2.6.18­4­686 (2.6.18.dfsg.1­12) ...Setting up x­window­system (7.1.0­16) ...Setting up x­window­system­core (7.1.0­16) ...Setting up xspecs (1.2+git20061105­3) ...Setting up g++­4.1 (4.1.1­21) ...Setting up libstdc++6­4.1­dev (4.1.1­21) ...Setting up g++ (4.1.1­15) ...

Setting up build­essential (11.3) ...Setting up libx11­dev (1.0.3­7) ...Setting up libxext­dev (1.0.1­2) ...

2. Download vmware

Software vmware dapat di download di alamat http://register.vmware.com/content/download.html

Atau download langsung filenya di http://download3.vmware.com/software/vmserver/VMware-server-1.0.3-44356.tar.gz

Jangan lupa register terlebih dahulu agar mendapat serial number di http://register.vmware.com/content/registration.html

3. Install vmware

Sebelum anda mendownload vmware, pastikan versi Vmware server yang didownload adalah versi 1.0.3. Jika menggunakan versi dibawah itu seperti versi 1.0.0 tidak dapat di install pada Debian 4.0.

Extract terlebih dahulu program vmware

debian:/home/koro/Desktop/Downloads# lsVMware­server­1.0.3­44356.tar.gz

debian:/home/koro/Desktop/Downloads# tar xvfz VMware­server­1.0.3­44356.tar.gz

Setelah di extract maka akan terbentuk direktori baru yaitu vmware-server-distrib

Halaman 5 dari 22 halaman

debian:/home/koro/Desktop/Downloads# ls ­ltotal 104220­rw­r­­r­­  1 koro koro 106604355 2007­08­10 18:24 VMware­server­1.0.3­44356.tar.gzdrwxr­xr­x 10 root root      4096 2007­04­13 10:24 vmware­server­distrib

Lalu masuklah ke direktori tersebut

debian:/home/koro/Desktop/Downloads# cd vmware­server­distrib/debian:/home/koro/Desktop/Downloads/vmware­server­distrib# ls ­ltotal 368drwxr­xr­x  2 root root   4096 2007­04­13 10:24 bindrwxr­xr­x  2 root root   4096 2007­04­13 10:24 docdrwxr­xr­x  3 root root   4096 2007­04­13 10:24 etc­r­­r­­r­­  1 root root 339962 2007­04­13 10:24 FILESdrwxr­xr­x  2 root root   4096 2007­04­13 10:24 installerdrwxr­xr­x 17 root root   4096 2007­04­13 10:24 libdrwxr­xr­x  3 root root   4096 2007­04­13 10:24 mandrwxr­xr­x  2 root root   4096 2007­04­13 10:24 sbinlrwxrwxrwx  1 root root     23 2007­08­13 08:15 vmware­install.pl ­> bin/vmware­uninstall.pldrwxr­xr­x  5 root root   4096 2007­04­13 10:24 vmware­vix

Kemudian jalankan vmware-install.plAkan tetapi pastikan perl telah terinstall. Secara default installation perl akan terinstall.

debian:/home/koro/Desktop/Downloads/vmware­server­distrib# ./vmware­install.plA previous installation of VMware software has been detected.

The previous installation was made by the tar installer (version 3).

Keeping the tar3 installer database format.

Uninstalling the tar installation of VMware Server.

Stopping VMware services:   Virtual machine monitor                                             done

The removal of VMware Server 1.0.0 build­28343 for Linux completedsuccessfully. Thank you for having tried this software.

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 daemon files?

Halaman 6 dari 22 halaman

[/usr/sbin]

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 tocreate 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 isgoing to create it, including needed parent directories. Is this what you want?[yes]

The installation of VMware Server 1.0.3 build­44356 for Linux completedsuccessfully. You can decide to remove this software from your system at anytime by invoking the following command: "/usr/bin/vmware­uninstall.pl".

Before running VMware Server for the first time, you need to configure it byinvoking the following command: "/usr/bin/vmware­config.pl". Do you want thisprogram to invoke the command for you now? [yes]

Making sure services for VMware Server 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.

VMWARE MASTER END USER LICENSE AGREEMENT

NOTICE:  BY DOWNLOADING AND INSTALLING,COPYING OR OTHERWISE USING THE SOFTWARE, YOUAGREE TO BE BOUND BY THE TERMS OF THIS EULA.IF YOU DO NOT AGREE TO THE TERMS OF THIS EULA,YOU MAY NOT DOWNLOAD, INSTALL, COPY OR USE THESOFTWARE, AND YOU MAY RETURN THE UNUSEDSOFTWARE TO THE VENDOR FROM WHICH YOU ACQUIREDIT WITHIN THIRTY (30) DAYS AND REQUEST AREFUND OF THE LICENSE FEE, IF ANY, ALREADYPAID UPON SHOWING PROOF OF PAYMENT.

1.      DEFINITIONS

1.1     "Designated Administrative Access" meansthat access to the standard userinterfaces of a given instance of theSoftware (designated in this section) thatyou may grant to a designated third partyfor which you have provided advance

Halaman 7 dari 22 halaman

written notice to VMware that you areproviding outsourced services and forwhose dedicated benefit you have licensed

Do you accept? (yes/no) yes

Thank you.

Configuring fallback GTK+ 2.4 libraries.

In which directory do you want to install the mime type icons?[/usr/share/icons]

What directory contains your desktop menu entry files? These files have a.desktop file extension. [/usr/share/applications]

In which directory do you want to install the application's icon?[/usr/share/pixmaps]

/usr/share/applications/vmware­server.desktop: error: Categories values must be one of "Core", "Development", "Building", "Debugger", "IDE", "GUIDesigner", "Profiling", "RevisionControl", "Translation", "Office", "Calendar", "ContactManagement", "Database", "Dictionary", "Chart", "Email", "Finance", "FlowChart", "PDA", "ProjectManagement", "Presentation", "Spreadsheet", "WordProcessor", "Graphics", "2DGraphics", "VectorGraphics", "RasterGraphics", "3DGraphics", "Scanning", "OCR", "Photography", "Viewer", "Settings", "DesktopSettings", "HardwareSettings", "PackageManager", "Network", "Dialup", "InstantMessaging", "IRCClient", "FileTransfer", "HamRadio", "News", "P2P", "RemoteAccess", "Telephony", "WebBrowser", "WebDevelopment", "AudioVideo", "Audio", "Midi", "Mixer", "Sequencer", "Tuner", "Video", "TV", "AudioVideoEditing", "Player", "Recorder", "DiscBurning", "Game", "ActionGame", "AdventureGame", "ArcadeGame", "BoardGame", "BlocksGame", "CardGame", "KidsGame", "LogicGame", "RolePlaying", "Simulation", "SportsGame", "StrategyGame", "Education", "Art", "Construction", "Music", "Languages", "Science", "Astronomy", "Biology", "Chemistry", "Geology", "Math", "MedicalSoftware", "Physics", "Teaching", "Amusement", "Applet", "Archiving", "Electronics", "Emulator", "Engineering", "FileManager", "Shell", "ScreenSaver", "TeminalEmulator", "TrayIcon", "System", "Filesystem", "Monitor", "Security", "Utility", "Accessibility", "Calculator", "Clock", "TextEditor", "KDE", "GNOME", "GTK", "Qt", "Motif", "Java", "ConsoleOnly" (found "Application")desktop­file­install created an invalid desktop file!Unable to install the .desktop menu entry file. You must add it to your menusby hand./usr/share/applications/vmware­console­uri­handler.desktop: error: Categories values must be one of "Core", "Development", "Building", "Debugger", "IDE", "GUIDesigner", "Profiling", "RevisionControl", "Translation", "Office", "Calendar", "ContactManagement", "Database", "Dictionary", "Chart", "Email", "Finance", "FlowChart", "PDA", "ProjectManagement", "Presentation", "Spreadsheet", "WordProcessor", "Graphics", "2DGraphics", "VectorGraphics", "RasterGraphics", "3DGraphics", "Scanning", "OCR", "Photography", "Viewer", "Settings", "DesktopSettings", "HardwareSettings", "PackageManager", "Network", "Dialup", "InstantMessaging", "IRCClient", "FileTransfer", "HamRadio", "News", "P2P", "RemoteAccess", "Telephony", "WebBrowser", "WebDevelopment", "AudioVideo", "Audio", "Midi", "Mixer", "Sequencer", "Tuner", "Video", "TV", "AudioVideoEditing", "Player", "Recorder", "DiscBurning", "Game", "ActionGame", "AdventureGame", "ArcadeGame", "BoardGame", "BlocksGame", "CardGame", "KidsGame", 

Halaman 8 dari 22 halaman

"LogicGame", "RolePlaying", "Simulation", "SportsGame", "StrategyGame", "Education", "Art", "Construction", "Music", "Languages", "Science", "Astronomy", "Biology", "Chemistry", "Geology", "Math", "MedicalSoftware", "Physics", "Teaching", "Amusement", "Applet", "Archiving", "Electronics", "Emulator", "Engineering", "FileManager", "Shell", "ScreenSaver", "TeminalEmulator", "TrayIcon", "System", "Filesystem", "Monitor", "Security", "Utility", "Accessibility", "Calculator", "Clock", "TextEditor", "KDE", "GNOME", "GTK", "Qt", "Motif", "Java", "ConsoleOnly" (found "Application")desktop­file­install created an invalid desktop file!Unable to install the .desktop menu entry file. You must add it to your menusby hand.Trying to find a suitable vmmon module for your running kernel.

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

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

What is the location of the directory of C header files that match your runningkernel? [/lib/modules/2.6.18­4­686/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.18­4­686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modulesmake[1]: Entering directory `/usr/src/linux­headers­2.6.18­4­686'  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/hash.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  CC [M]  /tmp/vmware­config0/vmmon­only/vmcore/moduleloop.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.komake[1]: Leaving directory `/usr/src/linux­headers­2.6.18­4­686'cp ­f vmmon.ko ./../vmmon.omake: Leaving directory `/tmp/vmware­config0/vmmon­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.

The following bridged networks have been defined:

Halaman 9 dari 22 halaman

. vmnet0 is bridged to eth0

All your ethernet interfaces are already bridged.

Do you want to be able to use NAT networking in your virtual machines? (yes/no)[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 192.168.207.0/255.255.255.0 appears to be unused.

The following NAT networks have been defined:

. vmnet8 is a NAT network on private subnet 192.168.207.0.

Do you wish to configure another NAT network? (yes/no) [no]

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

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.8.0/255.255.255.0 appears to be unused.

The following host­only networks have been defined:

. vmnet1 is a host­only network on private subnet 192.168.8.0.

Do you wish to configure another host­only network? (yes/no) [no]

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.18­4­686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modulesmake[1]: Entering directory `/usr/src/linux­headers­2.6.18­4­686'  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

Halaman 10 dari 22 halaman

  CC [M]  /tmp/vmware­config0/vmnet­only/smac_compat.o  SHIPPED /tmp/vmware­config0/vmnet­only/smac_linux.x386.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.komake[1]: Leaving directory `/usr/src/linux­headers­2.6.18­4­686'cp ­f vmnet.ko ./../vmnet.omake: Leaving directory `/tmp/vmware­config0/vmnet­only'The module loads perfectly in the running kernel.

Please specify a port for remote console connections to use [902]

Configuring the VMware VmPerl Scripting API.

Building the VMware VmPerl Scripting API.

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

Installing the VMware VmPerl Scripting API.

The installation of the VMware VmPerl Scripting API succeeded.

Generating SSL Server Certificate

In which directory do you want to keep your virtual machine files?[/var/lib/vmware/Virtual Machines]

The path "/var/lib/vmware/Virtual Machines" does not exist currently. Thisprogram is going to create it, including needed parent directories. Is thiswhat you want? [yes]

Please enter your 20­character serial number.

Type XXXXX­XXXXX­XXXXX­XXXXX or 'Enter' to cancel:  9AW0D­Y2U49­2C53H­413H9

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

The configuration of VMware Server 1.0.3 build­44356 for Linux for this runningkernel completed successfully.

4. Menjalankan vmware

Berikut langkah-langkah menjalan vmware. Klik icon Vmware dari: Menu -> Applications -> System Tools -> Vmware Server Console. Pada tutorial dibuat contoh membuat virtual machine Sistem Operasi Ubuntu 7.04.

Halaman 11 dari 22 halaman

Gambar 1.a: Tampilan menjalankan Vmware server console

Halaman 12 dari 22 halaman

Gambar 1.b: Tampilan awal vmware server console

Default instalasi vmware server pada gambar 1 diatas akan memilihkan kita untuk membuat koneksi ke localhost. Sebenarnya ada pilihan lain yaitu remote host. Pilihan kedua ini digunakan apabila anda ingin terhubung pada vmware server pada komputer lain.

Halaman 13 dari 22 halaman

Gambar 2: Tampilan setelah berhasil login

Halaman 14 dari 22 halaman

Gambar 3: Langkah membuat Virtual Machine

Halaman 15 dari 22 halaman

Gambar 4: Memlih konfigurasi Virtual Machine

Halaman 16 dari 22 halaman

Gambar 5: Memilih sistem operasi tamu

Halaman 17 dari 22 halaman

Gambar 6: Mengisikan nama virtual machine

Halaman 18 dari 22 halaman

Gambar 7: Memilih tipe jaringan

Halaman 19 dari 22 halaman

Gambar 8: menentukan ukuran harddisk

Halaman 20 dari 22 halaman

Gambar 9: Setting Virtual Machine Selesai

Setelah proses pembuatan vmware machine selesai, silakan anda klik power on dan masukkan CD/DVD instalasi Ubuntu 7.04. Proses instalasi itu dilakukan seperti anda menginstall sistem operasi pada komputer dengan harddisk yang masih kosong. Anda juga bisa melakukan hal yang sama seperti menginstall Windows XP, Vista, Fedora, FreeBSD dan sistem operasi lainnya. Yang membedakan hanyalah pada saat memlilih sistem operasi tamu (Guest OS).

Halaman 21 dari 22 halaman

Gambar 10: Contoh virtual machine Ubuntu 7.04 yang dijalankan pada vmware

Pada gambar 10 diatas adalah sistem operasi Ubuntu Desktop 7.04 yang dijalankan dari vmware console. Anda dapat menjalan sistem operasi yang diinginkan secara cepat dan mudah.

5. Links

● www.debian.org ● www.vmware.com ● www.howtoforge.com ● kambing.ui.edu/debian/

Halaman 22 dari 22 halaman