virtualbox_cli_configuration
差别
这里会显示出您选择的修订版和当前版本之间的差别。
virtualbox_cli_configuration [2011/10/31 21:11] – 创建 admin | virtualbox_cli_configuration [2011/10/31 21:11] (当前版本) – Formatting admin | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | < | ||
+ | $Rev 0.0.0.1 | ||
+ | $Author Alex | ||
+ | $Date 03/11/2011 | ||
+ | </ | ||
+ | |||
+ | ====== How to Install VirtualBox VMs on Oracle Solaris with CLI Interface ====== | ||
+ | ===== Creation of Zone ===== | ||
+ | |||
+ | ===== Creation of VM ===== | ||
+ | |||
+ | Switch to `/VM' then issue the following command: | ||
+ | |||
+ | '' | ||
+ | |||
+ | Then, default configuration files will be created in ''/ | ||
+ | |||
+ | To limit memory of the VM, use the following command: | ||
+ | |||
+ | '' | ||
+ | |||
+ | And memory limit will be set to 4096MB. | ||
+ | |||
+ | ===== Basic settings ===== | ||
+ | |||
+ | |||
+ | |||
+ | '' | ||
+ | |||
+ | Create virtual disk: | ||
+ | |||
+ | '' | ||
+ | |||
+ | A 73GB disk image will be created after issuing the command. A sample output: | ||
+ | |||
+ | < | ||
+ | winwebvm# VBoxManage createhd --filename `pwd`/ | ||
+ | 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% | ||
+ | Disk image created. UUID: 1fa133c8-8611-4d43-911f-40e6ba4cfc48 | ||
+ | </ | ||
+ | |||
+ | ===== Attach IO Controller ===== | ||
+ | |||
+ | In order to avoid installing hardware drivers, use IDE controller. | ||
+ | |||
+ | '' | ||
+ | |||
+ | ===== Attach the HD and Installation Medium ===== | ||
+ | |||
+ | '' | ||
+ | |||
+ | And, the installation medium: | ||
+ | |||
+ | '' | ||
+ | |||
+ | ===== Enable RDC ===== | ||
+ | |||
+ | We have to set user/pass combination. | ||
+ | |||
+ | Enable RDC: | ||
+ | |||
+ | '' | ||
+ | |||
+ | Set password: | ||
+ | |||
+ | '' | ||
+ | |||
+ | Replace '' | ||
+ | |||
+ | '' | ||