[[PageOutline]] = VMware = * [http://okyuu.com/ja/tips/3511 VMware Infrastructure ClientでVMware Server 2に接続 ノウハウ(Tips)] * VICのログインウインドウで"IPアドレス/名前"にサーバのIPアドレスやFQDNでなく、下記のようにURLを指定すると、VMware Server 2にも接続できる。 {{{ https://127.0.0.1:8333 }}} * 最後に「/」は'''付けないこと'''。 = install VMware Server 2.0.1 on Ubuntu Hardy (x64) = * [http://ubuntuforums.org/showthread.php?t=943036 HOW TO: Install VMware Server 2 without X Server - Ubuntu Forums] * [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] * sudo aptitude install -R linux-headers-!`uname -r` build-essential * xinetdは必須ではない模様 * build-essentialの代わりにmake gccでも良い see [../../ubuntu#installVMwareToolstoubuntuonVMware] * sudo mkdir /home/vmware * sudo chown USERNAME.GROUPNAME /home/vmware/ * tar xzf VMware-server-2.0.1-156745.x86_64.tar.gz * ~/vmware-server-distrib$ sudo ./vmware-install.pl {{{ Creating a new VMware Server installer database using the tar4 format. Installing VMware Server. (snip) Please specify a port for remote connections to use [902] Please specify a port for standard http connections to use [8222] Please specify a port for secure http (https) connections to use [8333] The current administrative user for VMware Server is ''. Would you like to specify a different administrator? [no] yes Please specify the user whom you wish to be the VMware Server administrator <> Using <> as the VMware Server administrator. In which directory do you want to keep your virtual machine files? [/var/lib/vmware/Virtual Machines] /home/vmware/ Please enter your 20-character serial number. (snip) Starting VMware services: Virtual machine monitor done Virtual machine communication interface done VM communication interface socket family: done Virtual ethernet done Bridged networking on /dev/vmnet0 done Host-only networking on /dev/vmnet1 (background) done DHCP server on /dev/vmnet1 done Host-only networking on /dev/vmnet8 (background) done DHCP server on /dev/vmnet8 done NAT service on /dev/vmnet8 done VMware Server Authentication Daemon (background) done Shared Memory Available done Starting VMware management services: VMware Server Host Agent (background) done VMware Virtual Infrastructure Web Access Starting VMware autostart virtual machines: Virtual machines done The configuration of VMware Server 2.0.1 build-156745 for Linux for this running kernel completed successfully. }}} * UI with IE8 => attachment:VMServer.png * 注: VMware on VMwareの場合、入れ子の中のVMは起動不可なので実用にはならない (ESXiはOKだったかもしれず) = Windows XP guest with SCSI HDD = * [http://communities.vmware.com/thread/141936 VMware Communities: Can i change the SSL Cert being used by VMWare Server?] * vmscsi-1.2.0.4.flpをFDDにマウントしてからCD bootしないと、SCSIドライバが無いためHDDにアクセスできないと言われるので注意 = Autostart with host boot = * attachment:autoboot.png * VMware Serverではゲストの自動起動が可能 * ホストの起動に合わせた自動起動は可能だが、自動shutdownのやり方は不明(ここでただ設定するだけでは不足?) = misc = * attachment:snapshot.png * VMware ServerはWorkstationと違い、スナップショットは一つのみ可能