I''ve been looking for a way to manage my xen environment running on sles11. The tools I have been looking at are ConVirture and OpenQRM. I really like ConVirture, but came across an issue. It seems that starting with xen 3.3 xentop now cuts off the domU names at 8 or 10 characters. My xen 3.2 servers do not do this. Here''s what I''m wondering: 1) Why would they change this? 2) Is is just Novell''s version of xen, or is it all versions starting with 3.3? Thanks, James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, 2010-03-17 at 10:29 -0400, James Pifer wrote:> I''ve been looking for a way to manage my xen environment running on > sles11. The tools I have been looking at are ConVirture and OpenQRM. I > really like ConVirture, but came across an issue. It seems that starting > with xen 3.3 xentop now cuts off the domU names at 8 or 10 characters. > My xen 3.2 servers do not do this. > > Here''s what I''m wondering: > > 1) Why would they change this? > 2) Is is just Novell''s version of xen, or is it all versions starting > with 3.3? >Looks like this is easily resolved with the following commands to modify xentop: cd /usr/sbin cp -p xentop xentop.orig sed -i.bak -e "s/10\.10/20\.20/g" xentop James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> On Thu, Mar 18, 2010 at 8:04 AM, James Pifer <jep@obrien-pifer.com> wrote: > > > Looks like this is easily resolved with the following commands to modify > > xentop: > > cd /usr/sbin > > cp -p xentop xentop.orig > > sed -i.bak -e "s/10\.10/20\.20/g" xentopSorry, didn''t mean to take credit. ConVirture support figured it out. Works great! James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users