similar to: reg REMUS

Displaying 20 results from an estimated 2000 matches similar to: "reg REMUS"

2011 Jul 29
6
Re: Reg REMUS on two VMs
Hi Sriram, Once again, thanks for your timely reply.... I tested as your suggesstion and i found that i don''t have any file in the location "/var/lib/xen" [root@globushead xen]# pwd /var/lib/xen [root@globushead xen]# ls -ll total 0 Further i tested the command "xm save " and results as follows Terminal 1: xm save -c TestVM1 TestVM1.chkpt
2011 May 04
8
Xen 4.1.0, multiple network interfaces, network-bridge failing to create multiple bridges
Hi *, having built Xen 4.1.0 and running my Dom0 on Slackware 13.1, I''m trying to assign different physical network interfaces to different DomU guests: vif = [ ''bridge=ethX'' ] in the DomU configuration files. My /etc/xen/scripts/network-bridge script, however, doesn''t create more than one bridge: root@cen:~# /etc/xen/scripts/network-bridge start
2011 Jun 18
7
problem while xen boot
Hai, I am using dell insprion 580 machine for xen installation and dom0 configuation. I compiled xen source code and configured the kernal. Grub entry given below menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' { insmod ext2 set root=''(hd0,3)'' multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy
2011 Jun 18
7
problem while xen boot
Hai, I am using dell insprion 580 machine for xen installation and dom0 configuation. I compiled xen source code and configured the kernal. Grub entry given below menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' { insmod ext2 set root=''(hd0,3)'' multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy
2011 Jun 15
19
[XCP] XCP network and VLAN by Open vSwitch
Hello Everyone, I am new with XCP. I''ve setup several hosts with* XCP 1.0* and manage it through XenCenter and command console. Each host has two NICs, one (xenbr0) connected to a physical switch for Internet (said sw1), the other (xenbr3) connected to a physical switch for internal network (said sw2). I am trying to setup VMs and VLANs on xenbr3. I created a virtual bridge by
2011 May 25
3
Re: (XEN) Scrubbing Free RAM........................ Reboot
On Wed, May 25, 2011 at 12:41 AM, JAMES BOND 123 007 <james123007@gmail.com> wrote: > Hi , > I saw your thread post at > http://web.archiveorange.com/archive/v/ZvO4jnaavtTfcyqnHoRX > , about problems with XEN 4.0 installation. > I have the same problem and my machine is similar to yours( HP Proliant > DL380G6, 4GB-RAM) This question is better asked on the xen-users list.
2011 Sep 24
3
XCP: Support for driver domains
Does Xen Cloud Platform (XCP) support the notion of a driver domain? I can assign a VIF to a domain, but it seems that I can only attach that VIF to a network. What I''d like to do is attach the front-end VIF in one domain to a backend running in another domain. The second domain will control the physical interface (via PCI passthrough). This use case is easily supported using Xen +
2011 Aug 30
2
using a drbd device
Hi List, is it possible with the virt-manager to choose a drbd device? Example: 9:testsever Connected Primary/Secondary UpToDate/UpToDate C is running on /dev/sda9 but I can´t use it as a drive. (syntax?) Best, Mike _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Sep 25
8
Unable to get IP address in guest OS through DHCP
Hello, I have a Gentoo Linux guest, which was working very well with the past xm tool stack. Since the migration to xen-4.1.1 and to the new xl tool stack, I have a problem for the IP assignation. Actually, when dhcpcd starts at boot time the IP address is not correctly assigned. This also happens if I perform "dhcpcd eth0" once I''ve accessed to the guest shell. I
2010 Sep 29
2
remus support in debian 6.0 (squeeze)
hi xen cracks :-) i managed sucessfully to install xen4 on a debian 6.0 squeeze amd64 box, running 3 hosts windows 2008r2 server and 1 host squeeze. i use a hp server dl 160g6 dual processor with 48gb ram and 2 tb disks with sw raid 1. i have an indentical hardware box to setup remus. now, the problem is, i cant find remus on my box, like i saw it in several descriptions: /usr/bin/remus!
2011 Jun 09
2
A question
Recently I installed Xen on my computer.But there are some problems during the starting time. The /var/log/xen/xend.log is follows: [2011-06-10 14:24:36 1395] DEBUG (XendDomainInfo:1794) Storing domain details: {''cpu/3/availability'': ''online'', ''description'': '''', ''console/limit'': ''1048576'',
2011 Jul 06
5
Error of building dom0 kernel
Hi all, I follow instructions(http://wiki.xensource.com/xenwiki/XenParavirtOps) to build XEN and dom0 kernel. Building XEN has no problem, but there is an error which I cannot solve to build dom0 kernel. The brief instructions for building dom0 are get linux-2.6-xen code from git and make ARCH=x86_64 menuconfig, finally generate kernel.deb. (I did every step exactly as the web page says)
2011 Sep 28
4
Restrict XCP use XenCenter?
Dear all, How to make XCP cannot management by XenCenter? We have an environment about 10 XCP host, and provide about 50 vm for users, We notice that some users want to use XenCenter to connect the XCP host, even they don’t have password, so we want to make XCP cannot use XenCenter and only for console management, is it possible? Sorry for the strange question,
2011 Jun 17
4
Xen Open Manager website seems to be offline?
2013 Oct 21
36
[PATCH 0 of 5 V3] Remus/Libxl: Network buffering support
This patch series adds support for network buffering in the Remus codebase in libxl. Changes in V3: [1/5] Fix redundant checks in configure scripts (based on Ian Campbell''s suggestions) [2/5] Introduce locking in the script, during IFB setup. Add xenstore paths used by netbuf scripts to xenstore-paths.markdown [3/5] Hotplug scripts setup/teardown invocations are now
2012 Oct 01
5
How to get the checkpoint size in remus code?
Hi, I''m doing my master research and I need to adapt remus code. Now... I wanna get the checkpoint size (memory + disk) on each period. Does someone know what function does this? I think some *fd *object''s function in remus code could just get the memory size. Does someone help me? Thanks _______________________________________________ Xen-devel mailing list
2011 Aug 19
8
Why is XenCenter telling me to register my XCP box?
I think the title says it all :) I got far enough along in the Xen documentation that the documentation recommended me to start using XenCenter to manage the server. Why am I being asked by XenCenter to register my XCP 1.0 server? I know it''s similar, but it''s not a Citrix XenServer... ;) >From what I can gather, XCP is open source freeware...correct me if I''m
2011 Oct 09
3
GRUB2 configuration for Xen 4 on Ubuntu Linux 10.04
Hello, I have installed the Xen 4.1.1 and a working kernel 2.6.32.43 which supports Xen on a Ubuntu Linux 10.04 LTS. However, I have never successfully booted the Hypervisor and Dom0. The screen is always black after some kernel messages rapidly go by. I think that I may pass the wrong parameters to the kernel or Hypervisor with GRUB2. Can any one share his/her working grub.cfg for GRUB2 with
2011 Nov 21
7
BLKTAP
I noticed recently that there is no real easy way to get the kernel driver for blktap working in mainline. I''ve pulled down the source from Daniel Stodden''s linux git tree on xensource, but it looks like it''s for debian and I''m running Fedora 14, so I''m trying to sort it out. I run the 3.1.x kernel and don''t want to go back to the 2.6.32 that
2011 Mar 17
5
[XCP] - XCP -> HCL
I''m needing to put a network card on a test server XCP 1.0. I''m seeing the citrix hcl (http://hcl.xensource.com) and I''m a doubt. I base that on which version to look for a compatible card? If the kernel is the same as in 5.6.0 FP1, but if the version of XCP uses the hypervisor 3.4.2 neither appears on the list. ps: I had a RTL-8169 but stopped working with update 0.5