Hi, For tests, I use LVM-snapshot (clone) of a reference domU. I can access this clone by "xm console ..." or by "ssh ...". What strange is : - hostname not the same if accessed by xm or by ssh - a file is present (xm) or not (ssh) and it''s the *same* cloned domU ... Is there a cache used by Xen ? What could explain this issue ? Thanks for your help. -- Sylvain _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, Jun 10, 2009 at 1:28 PM, Sylvain Jeanneret<s.jeanneret@cifom.ch> wrote:> Hi, > > For tests, I use LVM-snapshot (clone) of a reference domU. > I can access this clone by "xm console ..." or by "ssh ...". > > What strange is : > - hostname not the same if accessed by xm or by ssh > - a file is present (xm) or not (ssh) > and it''s the *same* cloned domU ... > > Is there a cache used by Xen ? > What could explain this issue ?The most obvious one : you''re accessing different domUs. Possibly because you have two (or more) with the same mac and/or ip address. A simple test is to use the command "wall". It can send broadcast message to all connected users. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 10 Jun 2009, 13:37:15 +0700, Fajar A. Nugraha wrote:> On Wed, Jun 10, 2009 at 1:28 PM, Sylvain Jeanneret<s.jeanneret@cifom.ch> wrote:...> > What strange is : > > - hostname not the same if accessed by xm or by ssh > > - a file is present (xm) or not (ssh) > > and it''s the *same* cloned domU ... > > > > Is there a cache used by Xen ? > > What could explain this issue ? > > The most obvious one : you''re accessing different domUs. Possibly > because you have two (or more) with the same mac and/or ip address. A > simple test is to use the command "wall". It can send broadcast > message to all connected users.Thanks for your quick answer. Though each cloned domU has a different MAC address, defined in xmdefconfig with : vif = [ ''mac=00:16:3e:6b:54:e%d'' % vmid ] you certainly right because I can''t reproduce the issue. -- Sylvain _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users