WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Quick question on uninstallation

Hi,

If you can download src tree, you can probably uninstall it via doing "make 
uninstall".
If cannot, you can probably do the bellow manually. :-)

        [ -d /etc/xen ] && mv -f /etc/xen /etc/xen.old-`date +%s` || true
        rm -rf /etc/init.d/xend*
        rm -rf /etc/hotplug/xen-backend.agent
        rm -f  /etc/udev/rules.d/xen-backend.rules
        rm -f  /etc/udev/xen-backend.rules
        rm -f  /etc/sysconfig/xendomains
        rm -rf /var/run/xen* /var/lib/xen*
        rm -rf /boot/*xen*
        rm -rf /lib/modules/*xen*
        rm -rf /usr/bin/xen* /usr/bin/lomount
        rm -rf /usr/bin/cpuperf-perfcntr $(D)/usr/bin/cpuperf-xen
        rm -rf /usr/bin/xc_shadow
        rm -rf /usr/bin/pygrub
        rm -rf /usr/bin/setsize /usr/bin/tbctl
        rm -rf /usr/bin/xsls
        rm -rf /usr/include/xenctrl.h /usr/include/xenguest.h
        rm -rf /usr/include/xs_lib.h /usr/include/xs.h
        rm -rf /usr/include/xen
        rm -rf /usr/$(LIBDIR)/libxenctrl* /usr/$(LIBDIR)/libxenguest*
        rm -rf /usr/$(LIBDIR)/libxenstore*
        rm -rf /usr/$(LIBDIR)/python/xen /usr/$(LIBDIR)/python/grub
        rm -rf /usr/$(LIBDIR)/xen/
        rm -rf /usr/lib/xen/
        rm -rf /usr/local/sbin/setmask /usr/local/sbin/xen*
        rm -rf /usr/sbin/xen* /usr/sbin/netfix /usr/sbin/xm
        rm -rf /usr/share/doc/xen
        rm -rf /usr/share/xen
        rm -rf /usr/share/man/man1/xen*
        rm -rf /usr/share/man/man8/xen*

Best Regards,

Akio Takebe

>Could not find anything on this on the xensource or via google ..
>
>I plan to "clean" up my system and reinstall Xen .. Is there a clean, 
>published/suggested way of uninstalling Xen (I installed it via the 
>Xensource tar ball binaries)
>
>If not can anyone point me to what directories/files I should be deleting
>
>Many Thanks
>Srini
>
>-- 
>_______________________________________________
>Check out the latest SMS services @ http://www.linuxmail.org
>This allows you to send and receive SMS through your mailbox.
>
>Powered by Outblaze
>
>_______________________________________________
>Xen-users mailing list
>Xen-users@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-users


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>