similar to: XenServer download links dead

Displaying 20 results from an estimated 10000 matches similar to: "XenServer download links dead"

2011 Apr 25
1
xenserver and xenvm connectivity issue
Hi, I am new to citrix xen server. I have sucesfully installed citrix xen server 5.6.1 Fp1(free version) on my system. and through xencenter I have connected citrix xenserver and created vm (centos 5.5 32 bit), Installed Xen-tools in centos. My xenserver and xen vm ip details are below Xenserver Ip address - 192.168.1.5 Netmask - 255.255.255.0 Gateway - 192.168.1.1 which is my xencenter
2012 Jul 18
48
LSI SAS2008 Option Rom Failure
Hi- I am trying to pass an LSI SAS2008-based HBA (IBM M1015) through to an HVM Solaris VM, using Xen 4.2 unstable and the qemu-traditional device model. On boot I see the following error: MPT BIOS Fault 09h encountered at adapter PCI(00h,05h,00h) A list search yielded (http://comments.gmane.org/gmane.comp.emulators.xen.devel/128172), however there was no solution for an HVM VM. I''ve
2013 Oct 07
16
Primary VGA Passthrough Status
Hi All- Is it possible yet to pass through a ATI or Nvidia GPU as the primary VGA card to a Win 7/8 VM, and have it fully functional there (DXVA etc), without crashing the guest or the host during operation or when resetting the guest? For hardware I have an E3 v2 Xeon, Tyan S5512 board, and an ATI 7750. Thanks! David _______________________________________________ Xen-users mailing list
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
2012 Jul 10
3
Best dom0 for GPU pass through?
Hi all- I''ve been working with XenServer for years but have decided to build a home server running the latest version of Xen to do GPU pass through to a Win 7 x64 Media Center. What is the best dom0 OS to install to enable this? I''ve seen lots of people using Debian Squeeze, but I wonder why that is being chosen rather than say Ubuntu 12.04 which has a much newer stock kernel?
2012 Jul 14
9
4.2 unstable kernel restarting before booting OS kernel
Hi all- I''m using Ubuntu 12.04 and compiled unstable on revision 25605:9950f2dc2ee6, the compilation completed cleanly and I issued sudo make install. I modified the grub entry for Xen 4.1 as follows: menuentry ''Ubuntu GNU/Linux, with Xen 4.2-unstable and Linux 3.2.19'' --class ubuntu --class gnu-linux --class gnu --class os --class xen { insmod part_msdos insmod ext2
2010 Dec 17
6
XCP 1.0 Beta - Boot-from-SAN with multipathing - howto?
Hi How can i enable this feature because: Running /opt/xensource/libexec/mpp-rdac --enable it says: No module mppUpper found for kernel 2.6.32.12-0.7.1.xs1.0.0.298.170582xen, aborting. There is no MPP modules... Terveisin/Regards, Pekka Panula, Sofor Oy - Jatkuvat palvelut _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2011 Nov 14
1
Showing sda or hda disk as xvhda on Xen Center5.6 FP1
Hi, I am using Xen Center5.6 FP1 since last 8 months and it was working fine since last few weeks, when i observed that suddenly all new Xen VMs started showing me sda or hda disks as xvhd. This is observed when i try to create any new Xen VM on my XenCenter5.6FP1. All my earlier Xen VMs are still showing hda or sda but when i try to upgrade the respective VMs say from SLES11GA to SLES11 SP1, it
2011 Nov 14
1
Showing sda or hda disk as xvhda on Xen Center5.6 FP1
Hi, I am using Xen Center5.6 FP1 since last 8 months and it was working fine since last few weeks, when i observed that suddenly all new Xen VMs started showing me sda or hda disks as xvhd. This is observed when i try to create any new Xen VM on my XenCenter5.6FP1. All my earlier Xen VMs are still showing hda or sda but when i try to upgrade the respective VMs say from SLES11GA to SLES11 SP1, it
2010 Dec 11
6
How to use "xe tunnel-create" to create GRE tunnel?
Hi, In XenServer5.6 FP1 beta, I have switched default bridge to open vswitch, I wonder how to use "xe tunnel-create" to create a GRE tunnel. my commands: xe tunnel-create pif-uuid=eth0_uuid network-uuid=network_created_by_xe_network_create then I got an uuid which is "access-PIF" of output from "xe tunnel-list". what should I do next? how to set remote_ip
2011 Jun 08
1
HVM --> PV, success on 1st time, failed on 2nd time
Hello list, I''m having a perplexing problem. I''m currently trying to install Gentoo Linux on XenServer 5.6 fp1. When I''ve compiled the kernel, I shutdown, eject CD, activate PV mode, and turn on. It worked, except for the fact that I forgot to change the entries in /etc/fstab to point to /dev/xvd?. So I shutdown, change back to HVM, and reboot into Gentoo''s
2011 May 03
0
XenServer 5.6 FP1 - CPU utilization using sar
Hi all, Using XenServer with a RHEL6 beta VM, I have sar installed on the hypervisor and VM. If I do a ''md5sum < /dev/urandom'' to spike CPU usage on the VM, I see the indication on the XenCenter performance graph on CPU 0. It does increase quickly. Neither sar output gives any sort of indication that the CPU is being loaded. This VM is pinned to both processor 0 and 1
2012 Aug 10
4
subsetting levels of a vector
Hi, I need to subset different levels of vector in a dataset to create a new dataframe that contains only these. These observations are not numerical, so I can't use the subset() function (at least this is the response I get from R). Suppose the dataframe looks like this:   ParticipID    ERP   Electrode 1         s1  0.0370       FP1 2         s2 35.0654       FP2 3         s3
2012 Jul 11
0
[LLVMdev] RFC: Pass Manager Redux
Hi Chandler, this seems sound to me. For example, consider running function passes. Currently it works like this: if you schedule two function passes in succession, FP1 and FP2, then for each function F, FP1 is run on F then FP2 is run on F. In your new scheme, if you schedule FP1 followed by FP2, then each will act as a module pass and thus: for each function F, FP1 is run on F. Once this is
2016 Jun 20
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
> On Jun 20, 2016, at 12:53 PM, Sanjoy Das via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi Vivek, > > vivek pandya via llvm-dev wrote: > > int foo() { > > return 12; > > } > > > > int bar(int a) { > > return foo() + a; > > } > > > > int (*fp)() = 0; > > int (*fp1)(int) = 0;
2010 Oct 19
5
max utilization
hi, --> i have 8cores cpu. but my xenserver is using only one cpu, how to make use of all cpu cores --> machine is having 16G ram but domain0 is having very less memory. is there any way to increase memory for domain0 [root@xenserver-DZONGRI ~]# cat /proc/meminfo MemTotal: 574464 kB MemFree: 111776 kB Buffers: 9500 kB Cached: 117320 kB SwapCached: 100
2011 Mar 16
5
Xen and the InfiniBand
Hi, all, Is the Xen currently compatible with the InfiniBand? I found some information about the Smart I/O module, but it was posted in 2006. Is the module still maintained? Or, are there any up-to-date alternatives for that? Many thanks, Chiu _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Feb 18
2
Wiki state
Hello, I would like to understand how come the wiki seems to so deprived of attention. I am trying to research XCP for example and a lot of the links point to pages that don''t exist etc. Is the documentation team under-staffed? Is there some other resource that has become the de-facto place to go when wanting documentation? Thank you for your time, Remember -- I am only trying to
2011 Jan 13
2
[Xen-API] Frequent I/O error of HTTP server and memory error on XenServer5.6 FP1
Hi, I am using XenServer5.6 FP1 GA release with openvswitch as network backend. When I create VM through xapi, "apache.xmlrpc.XmlRpcException: I/O error" happens very frequently. At meanwhile my xencenter lost connection to hosts. Another thing is when I tried to kill VMs from xencenter, it complains "Internal error:Sys_error("Thread.create: Cannot allocate
2016 Jun 21
0
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
On Tue, Jun 21, 2016 at 1:45 AM, Matthias Braun <matze at braunis.de> wrote: > > > On Jun 20, 2016, at 12:53 PM, Sanjoy Das via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > Hi Vivek, > > > > vivek pandya via llvm-dev wrote: > > > int foo() { > > > return 12; > > > } > > > > > >