Displaying 2 results from an estimated 2 matches for "64bitvm".
Did you mean:
64bit
2011 Aug 15
0
The saga continues ....
...could lose the current VM (but
*NOT* its HDD image) & recreate it fairly easily w/ the right combo of
arguments to virt-install. The proceedings:
[root at Q6600:/etc, Mon Aug 15, 04:30 PM] 1163 # virsh list
Id Name State
----------------------------------
1 CentOS-5.6-64bitVM running
[root at Q6600:/etc, Mon Aug 15, 04:30 PM] 1164 # virsh destroy
CentOS-5.6-64bitVM
Domain CentOS-5.6-64bitVM destroyed
[root at Q6600:/etc, Mon Aug 15, 04:30 PM] 1165 # virsh list
Id Name State
----------------------------------
[root at Q6600:/etc, Mon Aug 15, 04:30...
2011 Aug 10
1
Problems setting up a VM ....
...ns in runlevel 3
& has no gfx card onboard, so I am working from the command line. I had
a couple of abortive attempts at setup, which got as far as initializing
my disk storage for the VM, then the following:
[root at Q6600:/etc, Sun Aug 07, 05:08 PM] 1339 # virt-install -n
CentOS-5.6-64bitVM -r 2048 --arch=x86_64 --cpu core2duo,disable=vmx
--vcpus=1,maxvcpus=1,sockets=1,cores=2,threads=1 --os-type=linux
--os-variant=rhel5 --disk
path=/home/VMs/CentOS.5.6-64bit-VM/disk.img,size=50 --cdrom
/home/ISOs/CentOS-5.6/64bit/CentOS-5.6-x86_64-bin-DVD-1of2.iso
--autostart --prompt...