search for: vmid

Displaying 20 results from an estimated 80 matches for "vmid".

Did you mean: vmi
2013 Sep 06
2
[PATCH] xen: arm: improve VMID allocation.
The VMID field is 8 bits. Rather than allowing only up to 256 VMs per host reboot before things start "acting strange" instead maintain a simple bitmap of used VMIDs and allocate them statically to guests upon creation. This limits us to 256 concurrent VMs which is a reasonable improvement. Event...
2008 Nov 13
1
Error while creating Guest Domain - Please help
...i386 GNU/Linux [root@xenserver xen]# [root@xenserver xen]# xm list Name                                      ID   Mem VCPUs      State   Time(s) Domain-0                                   0   930     2     r-----    138.2 [root@xenserver xen]# [root@xenserver xen]# xm create -c /etc/xen/xmexample2 vmid=1 Using config file "/etc/xen/xmexample2". Error: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\n'') [root@xenserver xen]# [root@xenserver xen]# ls -l "/boot/vmlinuz-2.6.23.1-42.fc8" -rw-r--r-- 1 root root 1978656 2007-10-30 23:30...
2005 Sep 08
4
Booting FreeBSD diskless in DomU
...cmp_seq=2 ttl=64 time=0.416 ms 64 bytes from 10.0.0.19: icmp_seq=3 ttl=64 time=0.342 ms new FreeBSD guest domain # Wait for the user if we''re called on a VT if [ $PPID -eq 1 ] ; then echo echo "Press Enter to start a new FreeBSD guest OS" read fi # First it needs an ID VMID=`/sbin/get_next_vmid.sh` # Now here we go echo "Starting new guest domain" echo xm create -c -f /etc/xen/freebsd.py \ root=/dev/dns \ name=FreeBSD-$VMID \ kernel=/boot/freebsd \ ip=''10.0.0.246'' \ netmask=''255.255.255.0'' \ nfs_server=''10...
2004 Oct 28
3
xm save error
Hi, I tried to issue: xm save VMID FILE, and got the following error: Error: Error: [Failure instance: Traceback: twisted.internet.error.ConnectionRefusedError, Connection was refused by other side: 111: Connection refused. xm create works fine, xend is running on domain 0, I can log in the VM through xm console VMID and ssh witho...
2005 Oct 11
1
callerid validation and expression parser problems on Solaris 10
...for this is that there will be several asterisk VM frontends, all accessing the same config and vm user info as well as sounds files. The customer's CALLERIDNUM is the same as their vm mailbox. I need to be able to recognize when a customer calls his own mailbox, ie. when CALLERIDNUM equals VMID (VM mailbox) so that the customer can be directed to his or her vm mailbox. So far I have not been able to get this to work. Here is what I have tried (the format may be strange to some, but this is for insertion into the mysql db): priority='1',app='Set',appdata='vmid=0...
2009 Dec 07
1
Automon -> Voicemail
Hi all, What's the best method to send automon call recordings (*1) to the voicemail box of the Asterisk user? Do you have to trap hangups, etc, or is there some global variable that can be set? Thanks! S.
2004 Jul 23
5
help! error in creating a new domain
Maybe this question is a little stupid, but please help me. I am a newbie to Xen. When I tried to create a new domain "domain 1", I followed the Yan-Ching CHU''s guide on :installing quick file systems for new domains in Xen 1.2". But when I do "xc_dom_create.py -Dvmid=1", Xen seems to start to boot with some normal bootup information, but right after several proper messages, Xen dump many messages "kmod: failed to exec /sbin/modprobe -s -k binfmt-9653, errno = 8". I was stuck at this problem for several days. Please help. Here is the detailed ste...
2006 Jan 12
4
Basic xenstore questions (building a watchdog)
...individual run of the instance in question and not persisted across runs), and a counter via the modification of which the watchdog may be pet. http://wiki.xensource.com/xenwiki/XenStoreReference indicates that /tool is likely an appropriate region (perhaps I should create /tool/watchdog/<vmid>/{enabled,counter}?), but this doesn''t provide guidance as to how I can avoid persistance (if this is possible). Alternately, are vm GUIDs unique on a per-invocation basis? If so, /tool/watchdog/vmid/enabled could enable the watchdog only when it contains the current vm''s G...
2006 May 15
0
[PATCH] Document UUID option in example domU configs
...Xen to pick diff -r cb70d4f8d718 -r 347948cff062 tools/examples/xmexample2 --- a/tools/examples/xmexample2 Mon May 15 06:51:07 2006 +++ b/tools/examples/xmexample2 Mon May 15 17:00:51 2006 @@ -54,6 +54,10 @@ # A name for the new domain. All domains have to have different names, # so we use the vmid to create a name. name = "VM%d" % vmid + +# 128-bit UUID for the domain. The default behavior is to generate a new UUID +# on each call to ''xm create''. +#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" # List of which CPUS this domain is allowed to use, d...
2009 Feb 04
3
unable to assign ip from config file
Hi, im using a fedora core 8 domU and fedora core 8 as my dom0 on xen3.1.0-13, my config file reads: kernel = "/boot/vmlinuz-2.6.21-2950.fc8xen" ramdisk="/boot/initrd-2.6.21-2950.fc8xen-no-scsi.img" memory = 428 name = "fedora1.fc8" vif = [ ''mac=00:16:3e:00:00:03,ip=192.168.2.105'' ] dhcp = "off" netmask = "255.255.255.0" gateway
2009 Sep 29
3
Script consumes memory
...umes memory and makes the system inaccessible. All process are halted. First, I don't understand what is wrong with the script Secondly, I'm surprised that Linux allows this to run unchecked to the detriment of the entire system. ---- SCRIPT ----- #!/bin/sh FTP="/usr/bin/ftp" # VMID="asystem.ourcompany.com" VMUser="STATDASD" VMPass="STATDASD" VMDir="VMSYSA:." DataFile="data.txt" VMFile="DS8100.DATA" #--- Get some information about me #--work from the same directory as the script MYSCRIPT=`$BASENAME $0` MYSCRIPTDIR=`$D...
2008 Nov 12
5
xm create- exit with panic message
...n. The below attached message was thrown on the screen. I am not quite sure that the below information is sufficient to root cause the issue. Where do i look for additional logs to root cause the issue. Appreciate any info that you think might be useful. Thanks, Karthik xm create -c guest1.conf vmid=2 Using config file "./guest1.conf". Started domain guest1 NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 4096 (order: 3, 32768 bytes) TCP bind hash table entries: 2048 (order: 2, 16384 bytes) TCP: Hash...
2005 Oct 11
8
More on domU not starting
I get the following warning when running xend start, and a similar warning sometimes when doing xm commands: /usr/lib/python/xen/xend/XendNode.py:26: RuntimeWarning: Python C API version mismatch for module xen.lowlevel.xc: This Python has API version 1012, module xen.lowlevel.xc has version 1011. import xen.lowlevel.xc /usr/lib/python/xen/xend/xenstore/xstransact.py:10: RuntimeWarning:
2004 Sep 14
4
question about network setting for domain1
...tion: in dom0: I have two network cards, the ip addrs are 141.213.10.110 and 192.168.0.4, respectively. 141.213.10.110 is an external IP and can access internet directly. The gateway should be 141.213.10.1. /etc/xen/vfp: the domain1 configuration file, I created domain1 using ''xm create vmid=1 -f /etc/xen/vfp'' Here is the network setting part: /***************************************************************/ #dhcp="dhcp" ip = "192.168.0.188" netmask = "255.255.255.0" gateway = "141.213.10.104" // I also tried "192.168.0.1" #...
2008 Nov 09
2
DomU partition resize problem
...iguration: Dom0: all Xen machine are HVM. They''re installed on LVM. I''ve one VG (XEN) on Dom0 and created a LV (here, xps.101.disk) per DomU. disk configuration in xen conf is as follow: disk = [ ''phy:/dev/XEN/xps.%d.disk,ioemu:hda,w'' % (vmid) ] Where vmid is a parameter given to xm create. All work pretty well but resize2fs. Increasing DomU disk size consists in lvextend. That has been done. Rebooting DomU gives me additionnal free space on virtual disk. Here''s currently what I have: From Dom0: ## lvdisplay...
2015 May 31
4
Re: [ovirt-users] Bug in Snapshot Removing
...hows up in the log while removing snapshots WITHOUT rendering the Vms unresponsive — Jun 01 01:33:45 mc-dc3ham-compute-02-live.mc.mcon.net libvirtd[1657]: Timed out during operation: cannot acquire state change lock Jun 01 01:33:45 mc-dc3ham-compute-02-live.mc.mcon.net vdsm[6839]: vdsm vm.Vm ERROR vmId=`56848f4a-cd73-4eda-bf79-7eb80ae569a9`::Error getting block job info Traceback (most recent call last): File "/usr/share/vdsm/virt/vm.py", line 5759, in qu...
2008 Nov 07
1
Unable to get Networking on HVM Domain
...unable to go over the network (and I cannot reach it over the network either). My configuration file is as follows: import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' def vmid_check(var, val): val = int(val) if val <= 0: raise ValueError return val # Define the ''vmid'' variable so that ''xm create'' knows about it. xm_vars.var(''vmid'', use="Virtual machine id. Integer greater than 0.", check=...
2005 Aug 02
0
LVM access problem
...''/dev/xen-vg/SWAP03'' [512.00 MB] inherit Each machine has a separate SWAP device and uses a snapshot device (listed above). The Original volume is not used. In xen configuration file the disks definition are: disk = [''phy:xen-vg/RH-EL.WS.4-%02d,sda1,w'' % vmid, ''phy:xen-vg/SWAP%02d,sda2,w'' % vmid] Did anybody see this problem before? Is there any solution for it? Regards, Reynaldo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Feb 04
1
domU boot order
Is there a way to specify the order in which domU''s boot? I have 3 and what ''zzz.com'' to start before ''aaa.com''. That is I want zzz.com to have a vmid = 1. It seems to process domU''s in auto/ alphabetically. How can I specify the boot order? Thanks, Paul _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Aug 06
2
guest config xen 3.21 disk problems
...; name = "centos.5-2" vif = [ '''' ] dhcp = "dhcp" disk = [''phy:hda3,sda1,w''] root = "/dev/sda1 ro" netmask="255.255.255.0" gateway="192.168.10.1" memory = 2000 vcpus = 2 with this /usr/sbin/xm create -c cent52.cfg vmid=1 i get nothing .. tried some of the example versions with nearly the same results. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users