| 1 | [virtualbox@server1 ova]$ VBoxManage modifyvm "SERPTool" --nic1 bridged --bridgeadapter1 em1
|
|---|
| 2 | [virtualbox@server1 ova]$ VBoxHeadless --startvm SERPTool --vrde=off &
|
|---|
| 3 | [1] 2340
|
|---|
| 4 | [virtualbox@server1 ova]$ Oracle VM VirtualBox Headless Interface 5.0.2
|
|---|
| 5 | (C) 2008-2015 Oracle Corporation
|
|---|
| 6 | All rights reserved.
|
|---|
| 7 |
|
|---|
| 8 | terminate called after throwing an instance of 'std::bad_alloc'
|
|---|
| 9 | what(): std::bad_alloc
|
|---|
| 10 |
|
|---|
| 11 | [1]+ Aborted VBoxHeadless --startvm SERPTool --vrde=off
|
|---|
| 12 | [root@server1 ova]# ulimit -c unlimited
|
|---|
| 13 | [root@server1 ova]# echo -n 1 | tee /proc/sys/kernel/core_uses_pid
|
|---|
| 14 | [root@server1 ~]# VBoxManage import /home/virtualbox/ova/SERPTool.ova
|
|---|
| 15 | 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
|
|---|
| 16 | Interpreting /home/virtualbox/ova/SERPTool.ova...
|
|---|
| 17 | OK.
|
|---|
| 18 | Disks:
|
|---|
| 19 | vmdisk2 53687091200 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized SERPTool-disk1.vmdk -1 -1
|
|---|
| 20 |
|
|---|
| 21 | Virtual system 0:
|
|---|
| 22 | 0: Suggested OS type: "RedHat_64"
|
|---|
| 23 | (change with "--vsys 0 --ostype <type>"; use "list ostypes" to list all possible values)
|
|---|
| 24 | 1: Suggested VM name "SERPTool"
|
|---|
| 25 | (change with "--vsys 0 --vmname <name>")
|
|---|
| 26 | 2: Number of CPUs: 1
|
|---|
| 27 | (change with "--vsys 0 --cpus <n>")
|
|---|
| 28 | 3: Guest memory: 4096 MB
|
|---|
| 29 | (change with "--vsys 0 --memory <MB>")
|
|---|
| 30 | 4: Network adapter: orig Bridged, config 3, extra slot=0;type=Bridged
|
|---|
| 31 | 5: CD-ROM
|
|---|
| 32 | (disable with "--vsys 0 --unit 5 --ignore")
|
|---|
| 33 | 6: IDE controller, type PIIX4
|
|---|
| 34 | (disable with "--vsys 0 --unit 6 --ignore")
|
|---|
| 35 | 7: IDE controller, type PIIX4
|
|---|
| 36 | (disable with "--vsys 0 --unit 7 --ignore")
|
|---|
| 37 | 8: SATA controller, type AHCI
|
|---|
| 38 | (disable with "--vsys 0 --unit 8 --ignore")
|
|---|
| 39 | 9: Hard disk image: source image=SERPTool-disk1.vmdk, target path=/root/VirtualBox VMs/SERPTool/SERPTool-disk1.vmdk, controller=8;channel=0
|
|---|
| 40 | (change target path with "--vsys 0 --unit 9 --disk path";
|
|---|
| 41 | disable with "--vsys 0 --unit 9 --ignore")
|
|---|
| 42 | 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
|
|---|
| 43 | Successfully imported the appliance.
|
|---|
| 44 | [root@server1 ~]# VBoxHeadless --startvm "SERPTool"
|
|---|
| 45 | Oracle VM VirtualBox Headless Interface 5.0.2
|
|---|
| 46 | (C) 2008-2015 Oracle Corporation
|
|---|
| 47 | All rights reserved.
|
|---|
| 48 |
|
|---|
| 49 | Error: failed to start machine. Error message: Failed to open/create the internal network 'HostInterfaceNetworking-Intel(R) 82579LM Gigabit Network Connection' (VERR_INTNET_FLT_IF_NOT_FOUND).
|
|---|
| 50 | Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND)
|
|---|
| 51 | [root@server1 ~]# VBoxManage modifyvm "SERPTool" --nic1 bridged --bridgeadapter1 em1
|
|---|
| 52 | [root@server1 ~]# VBoxHeadless --startvm "SERPTool"
|
|---|
| 53 | Oracle VM VirtualBox Headless Interface 5.0.2
|
|---|
| 54 | (C) 2008-2015 Oracle Corporation
|
|---|
| 55 | All rights reserved.
|
|---|
| 56 |
|
|---|