Changes between Version 27 and Version 28 of TipAndDoc/VM/VMware/Server
- Timestamp:
- Jun 6, 2010 3:54:19 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/VM/VMware/Server
v27 v28 80 80 }}} 81 81 * UI with IE8 => attachment:VMServer.png 82 * 注: VMware on VMwareの場合、入れ子の中のVMは起動不可なので実用にはならない (ESXiはOKだったかもしれず)82 * ~~注: VMware on VMwareの場合、入れ子の中のVMは起動不可なので実用にはならない (ESXiはOKだったかもしれず)~~ 83 83 * attachment:vmonvm.png 84 * see [#VMonVM] 84 85 85 86 = install VMware Server 2.0.1 on CentOS 5 (x86) = … … 160 161 * attachment:snapshot.png 161 162 * VMware ServerはWorkstationと違い、スナップショットは一つのみ可能 163 164 == VM on VM == 165 * vmxファイルに以下の2行を追加すると可能になる(非Intel-VT, 非AMD-V環境では未テスト) 166 {{{ 167 monitor_control.vt32 = "TRUE" 168 monitor_control.restrict_backdoor = "TRUE" 169 }}} 170 * IntelCPU+x64GuestだとVTが必須なので自動的に有効になる 171 {{{ 172 Software virtualization is incompatible with long mode on this platform. Virtual execution will begin in software mode, but will automatically switch to hardware mode if the guest enters long mode. 173 }}} 174 * それ以外の環境では、次の1行もあった方が良いかも知れない(入れ子内のVMguestの起動が非常に遅くなり得る) 175 {{{ 176 monitor.virtual_exec = "hardware" 177 }}}