vbox的更動 60838 路徑 trunk/doc/manual
- 時間撮記:
- 2016-5-4 下午03:39:45 (9 年 以前)
- 位置:
- trunk/doc/manual/en_US
- 檔案:
-
- 修改 3 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r59886 r60838 711 711 virtual machine:<screen>VBoxManage modifyvm "VM name" --cpuhotplug on</screen></para> 712 712 713 <para>After that, the --cpusoption specifies the maximum number of CPUs713 <para>After that, the <computeroutput>--cpus</computeroutput> option specifies the maximum number of CPUs 714 714 that the virtual machine can have:<screen>VBoxManage modifyvm "VM name" --cpus 8</screen>When 715 the VM is off, you can then add and remove virtual CPUs with the modifyvm 716 --plugcpu and --unplugcpu subcommands, which take the number of the 715 the VM is off, you can then add and remove virtual CPUs with the 716 <computeroutput>modifyvm --plugcpu</computeroutput> and 717 <computeroutput>--unplugcpu</computeroutput> subcommands, which take the number of the 717 718 virtual CPU as a parameter, like this:<screen>VBoxManage modifyvm "VM name" --plugcpu 3 718 719 VBoxManage modifyvm "VM name" --unplugcpu 3</screen>Note that CPU 0 can never 719 720 be removed.</para> 720 721 721 <para>While the VM is running, CPUs can be added with the 722 <computeroutput>controlvm plugcpu/unplugcpu</computeroutput> commands 722 <para>While the VM is running, CPUs can be added and removed with the 723 <computeroutput>controlvm plugcpu</computeroutput> and 724 <computeroutput>unplugcpu</computeroutput> commands 723 725 instead:<screen>VBoxManage controlvm "VM name" plugcpu 3 724 726 VBoxManage controlvm "VM name" unplugcpu 3</screen></para> -
trunk/doc/manual/en_US/user_Networking.xml
r60833 r60838 457 457 <para>This command does not remove the DHCP server if one is enabled on the 458 458 internal network.</para> 459 <para>Port-forwarding is supported (using the "--port-forward-4" switch for IPv4 and "--port-forward-6" 459 <para>Port-forwarding is supported (using the 460 <computeroutput>--port-forward-4</computeroutput> switch for IPv4 and 461 <computeroutput>--port-forward-6</computeroutput> 460 462 for IPv6):</para> 461 463 <para><screen>VBoxManage natnetwork modify --netname natnet1 --port-forward-4 "ssh:tcp:[]:1022:[192.168.15.5]:22"</screen></para> -
trunk/doc/manual/en_US/user_VBoxManage.xml
r60725 r60838 870 870 <para><computeroutput>--hostonlyadapter<1-N> 871 871 none|<devicename></computeroutput>: If host-only networking 872 has been enabled for a virtual network card (see the --nic option 872 has been enabled for a virtual network card (see the 873 <computeroutput>--nic</computeroutput> option 873 874 above; otherwise this setting has no effect), use this option to 874 875 specify which host-only networking interface the given virtual … … 4538 4539 <hostonly_if_name></computeroutput>.</para> 4539 4540 4540 <para>Alternatively, you can also use the --netname option as with 4541 <para>Alternatively, you can also use the 4542 <computeroutput>--netname</computeroutput> option as with 4541 4543 internal networks if you know the host-only network's name; you can 4542 4544 see the names with <computeroutput>VBoxManage list
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器