[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-API] XCP 1.6 Yum Update
22.04.2013 07:27, Britton Dodd ÐÐÑÐÑ:Not sure if you doing right thing. Updating some packages (LVM is most well known) will break XCP in subtle way (f.e. no more disk resizes after lvm update on master and possible disk data corruption after updating on slaves). Hypervisor and kernel should NEVER be updated from vanilla centos, they are very different. We usually unpack Citrix updates to XenServer and install hypervisor/kernel from those updates. Good evening, I just wanted to let everybody know that I have successfully upgraded (via yum) XCP 1.6. Here's how I accomplished it: #rpm -qa --queryformat "%{NAME}\t%{VENDOR}\n" | grep -v CentOS (pardon my laziness here I could have used vim but got lazy :o( ) I copied/pasted that output into a text editor, search/replaced each of the vendor names and newlines, creating a space delimited list of packages that don't come from CentOS and therefore should be excluded. Once this was done, I added this list to the 'exclude=' directive in /etc/yum.repos.d/CentOS-Base.repo, enabling the base and update repos. I saved this, and tried a yum update. This actually failed due to a conflict in conf files between some iscsi packages. I went back to CentOS-Base.repo and added *iscsi* to the exclude list. I ran yum update xen-hypervisor first (due to yum complaining about signing errors, and I didn't want the whole transaction to have GPG checking disabled), then did a yum update. After this completed, I rebooted. Once it came back up, I was able to connect via xenserver, add a VM and disk, and I'm installing a CentOS guest. I believe security updates to XCP are important, therefore I wanted to share this in hopes that I can somehow help solve some of the problems we currently face with XCP. Please let me know if this is interesting to someone. I'm willing to help out with this project in *ANY* way I can. Thanks, Britton Dodd Java Developer/DEV-OPS _______________________________________________ Xen-api mailing list Xen-api@xxxxxxxxxxxxx http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api _______________________________________________ Xen-api mailing list Xen-api@xxxxxxxxxxxxx http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |