Displaying 4 results from an estimated 4 matches for "vm001".
Did you mean:
v001
2010 Dec 03
5
XCP 1.0 beta : NOOB: how do i log into a newly created VM?
...9;'t see it.
2. How can I log into my VM?
I created the VM on my XCP host using the following commands:
% xe template-list -s 10.45.2.100 -pw test | grep -B 1 ''CentOS 5.5''
% xe vm-install template=''CentOS 5.5 (64-bit)'' new-name-label=''vm001'' -s
10.45.2.100 -pw test
% xe network-list -s 10.45.2.100 -pw test
% xe network-list bridge=xenbr0 --minimal -s 10.45.2.100 -pw test
% xe vif-create \
network-uuid=8d77c968-f362-befa-fc57-92d63d656e1d \
vm-uuid=0409c60f-d209-1105-e884-9a25dd238430 \
device=0 \...
2010 May 08
0
Tool to generate a domu.sxp from a running DomU
...and the same problem in a few other scenarios too).
For an easier solution, i created a tool to generate a domU-sxp-file
from/for a running DomU.
If anyone need it too, it is available here (compiled for amd64):
http://www.xncore.com/download/stuff/xntool-running2sxp.gz
Usage:
xntool-running2sxp vm001 > /etc/xen/domains/vm001.sxp
Example for all running DomUs:
for U in `xm list | grep -v "Name" | grep -v "Domain-0" | awk {''print
$1''} | tr "\n" " "`; do xntool-running2sxp $U >
/etc/xen/domains/${U}.sxp ; done
I dont test it for a...
2018 Oct 26
2
lvm vs qcow (on NVMe)
hi guys,
anybody observed, maybe has measured performance difference between the
two with qemu quests(windows OS)?
Any conclusions, recommendations?
many thanks, L.
2018 May 23
0
Rebalance state stuck or corrupted
.... I tried restarting all the glusterfs-server
service (we're using Gluster 3.8.15 on Ubuntu) but that did not help
user at gfs-vm000:~$ sudo gluster volume stop gv0
Stopping volume will make its data inaccessible. Do you want to continue?
(y/n) y
volume stop: gv0: failed: Staging failed on gfs-vm001. Error: rebalance
session is in progress for the volume 'gv0'
Staging failed on gfs-vm017. Error: rebalance session is in progress for
the volume 'gv0'
Staging failed on gfs-vm011. Error: rebalance session is in progress for
the volume 'gv0'
Staging failed on gfs-vm006. Erro...