Changes between Version 4 and Version 5 of TipAndDoc/VM/VMware/Server


Ignore:
Timestamp:
Oct 25, 2009 11:56:21 PM (14 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/VM/VMware/Server

    v4 v5  
    1818 
    1919 = VMware = 
    20  * [http://ubuntuforums.org/showthread.php?t=943036 HOW TO: Install VMware Server 2 without X Server - Ubuntu Forums] 
    21  * [http://www.howtoforge.com/how-to-install-vmware-server-2-on-an-ubuntu-8.04-desktop How To Install VMware Server 2 On An Ubuntu 8.04 Desktop | HowtoForge - Linux Howtos and Tutorials] 
    2220 * [http://okyuu.com/ja/tips/3511 VMware Infrastructure ClientでVMware Server 2に接続 ノウハウ(Tips)] 
    2321   * VICのログインウインドウで"IPアドレス/名前"にサーバのIPアドレスやFQDNでなく、下記のようにURLを指定すると、VMware Server 2にも接続できる。 
     
    2624}}} 
    2725   * 最後に「/」は'''付けないこと'''。 
     26 
     27 == install VMware Server 2.0.1 on Ubuntu Hardy (x64) == 
     28 * [http://ubuntuforums.org/showthread.php?t=943036 HOW TO: Install VMware Server 2 without X Server - Ubuntu Forums] 
     29 * [http://www.howtoforge.com/how-to-install-vmware-server-2-on-an-ubuntu-8.04-desktop How To Install VMware Server 2 On An Ubuntu 8.04 Desktop | HowtoForge - Linux Howtos and Tutorials] 
     30 
     31 * sudo aptitude install -R linux-headers-!`uname -r` build-essential 
     32   * xinetdは必須ではない模様 
     33   * build-essentialの代わりにmake gccでも良いかも(未確認) see [../ubuntu#installVMwareToolstoubuntuonVMware] 
     34 
     35 * sudo mkdir /home/vmware 
     36 * sudo chown USERNAME.GROUPNAME /home/vmware/ 
     37 
     38 * tar xzf VMware-server-2.0.1-156745.x86_64.tar.gz 
     39 * ~/vmware-server-distrib$ sudo ./vmware-install.pl 
     40{{{ 
     41Creating a new VMware Server installer database using the tar4 format. 
     42 
     43Installing VMware Server. 
     44 
     45(snip) 
     46 
     47Please specify a port for remote connections to use [902] 
     48 
     49Please specify a port for standard http connections to use [8222] 
     50 
     51Please specify a port for secure http (https) connections to use [8333] 
     52 
     53The current administrative user for VMware Server  is ''.  Would you like to 
     54specify a different administrator? [no] yes 
     55 
     56Please specify the user whom you wish to be the VMware Server administrator 
     57 <<USERNAME>> 
     58 
     59Using <<USERNAME>> as the VMware Server administrator. 
     60 
     61In which directory do you want to keep your virtual machine files? 
     62[/var/lib/vmware/Virtual Machines] /home/vmware/ 
     63 
     64Please enter your 20-character serial number. 
     65 
     66(snip) 
     67 
     68Starting VMware services: 
     69   Virtual machine monitor                                             done 
     70   Virtual machine communication interface                             done 
     71   VM communication interface socket family:                           done 
     72   Virtual ethernet                                                    done 
     73   Bridged networking on /dev/vmnet0                                   done 
     74   Host-only networking on /dev/vmnet1 (background)                    done 
     75   DHCP server on /dev/vmnet1                                          done 
     76   Host-only networking on /dev/vmnet8 (background)                    done 
     77   DHCP server on /dev/vmnet8                                          done 
     78   NAT service on /dev/vmnet8                                          done 
     79   VMware Server Authentication Daemon (background)                    done 
     80   Shared Memory Available                                             done 
     81Starting VMware management services: 
     82   VMware Server Host Agent (background)                               done 
     83   VMware Virtual Infrastructure Web Access 
     84Starting VMware autostart virtual machines: 
     85   Virtual machines                                                    done 
     86 
     87The configuration of VMware Server 2.0.1 build-156745 for Linux for this 
     88running kernel completed successfully. 
     89}}}