wiki:TipAndDoc/VM/VMware/Server

Version 7 (modified by mitty, 14 years ago) (diff)

--

Virtual Machine

Xen

KVM

  • Intel-VT or AMD-V が必須
    egrep '(vmx|svm)' --color=always /proc/cpuinfo
    

VMware

install VMware Server 2.0.1 on Ubuntu Hardy (x64)

  • sudo aptitude install -R linux-headers-`uname -r` build-essential
    • xinetdは必須ではない模様
    • build-essentialの代わりにmake gccでも良いかも(未確認) see ubuntu?
  • 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
     <<USERNAME>>
    
    Using <<USERNAME>> 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

Windows XP guest with SCSI HDD

Attachments (4)

Download all attachments as: .zip