Yes.. important thing is to make sure that the node down detection is solid and at no point more than one VM is accessing the disk.. which might result in corruption.
/Jd --- On Mon, 12/22/08, Himanshu Khona <himanshukh...@gmail.com> wrote: > From: Himanshu Khona <himanshukh...@gmail.com> > Subject: Re: [convirt-users] AOE - Using it for HA/Livemigration > To: jdsw2...@yahoo.com, xenman-users@lists.sourceforge.net > Date: Monday, December 22, 2008, 7:50 PM > Yes, This works absolutely fine.I also test a way to achieve > offline HA. > Meaning that if a VM were to go down or a physical machine > were to go down. > Provision a VM with exact same disk on another physical > server and you get > the last working state of the image. > So from a HA perspective, the easiest way would be to have > volumes or disks > visible on multiple physical servers and as soon as a > physical server is > lost, start up the VM on another node rather then manually > provision the VM. > Thanks, > Himanshu > > On Tue, Dec 23, 2008 at 12:15 AM, jd > <jdsw2...@yahoo.com> wrote: > > > No it is not necessary. It should work. > > The device name on both machines should be the same. > > Post the results on the convirt-users mailing list. > > /Jd > > > > > > --- On Sun, 12/21/08, Himanshu Khona > <himanshukh...@gmail.com> wrote: > > > > > From: Himanshu Khona > <himanshukh...@gmail.com> > > > Subject: Re: [convirt-users] AOE - Using it for > HA/Livemigration > > > To: jdsw2...@yahoo.com > > > Date: Sunday, December 21, 2008, 10:15 PM > > > Hi jd -If I have AOE storage configured and > visible o > > > another server. > > > Can I livemigrate VMs? Or it necessarily needs > NFS? > > > Please let me know. > > > Thanks, > > > Himanshu > > > > > > On Sat, Dec 20, 2008 at 12:56 AM, jd > > > <jdsw2...@yahoo.com> wrote: > > > > > > > Lets handle AOE on a separate thread. I > think lets get > > > this paramiko issue > > > > get resolved. As for using AOE also, we use > exec > > > cmds.. to get the aoe-stat > > > > etc > > > > > > > > By the way, you seem to be adding sunstorage > box as > > > the managed server.. is > > > > that correct ? Can u explain a bit about the > setup. It > > > might be relevant. > > > > > > > > Thanks > > > > /Jd > > > > > > > > > > > > --- On Thu, 12/18/08, Himanshu Khona > > > <himanshukh...@gmail.com> wrote: > > > > > > > > > From: Himanshu Khona > > > <himanshukh...@gmail.com> > > > > > Subject: Re: [convirt-users] ssh > configuration > > > issue > > > > > To: jdsw2...@yahoo.com > > > > > Date: Thursday, December 18, 2008, 9:57 > PM > > > > > Looks like it connects the box but not > working > > > very well > > > > > when I add AOE > > > > > storage.I am attaching the logs with > this email. > > > Please let > > > > > me know your > > > > > observation. > > > > > I will register to paramiko for the > keys issus. > > > > > Thanks, > > > > > Himanshu > > > > > > > > > > On Fri, Dec 19, 2008 at 11:15 AM, jd > > > > > <jdsw2...@yahoo.com> wrote: > > > > > > > > > > > http://www.lag.net/paramiko/ > > > > > > They have a mailing list. > param...@lag.net, > > > you will > > > > > have to register for > > > > > > it. > > > > > > btw, password auth is also done > via > > > paramiko. > > > > > > Please cc me on the > communications. > > > > > > Thanks > > > > > > /Jd > > > > > > > > > > > > > > > > > > --- On Thu, 12/18/08, Himanshu > Khona > > > > > <himanshukh...@gmail.com> wrote: > > > > > > > > > > > > > From: Himanshu Khona > > > > > <himanshukh...@gmail.com> > > > > > > > Subject: Re: [convirt-users] > ssh > > > configuration > > > > > issue > > > > > > > To: jdsw2...@yahoo.com > > > > > > > Date: Thursday, December 18, > 2008, 9:42 > > > PM > > > > > > > Well one good news. It worked > with the > > > password > > > > > ;) So issue > > > > > > > is definitely > > > > > > > with the keys based > authentication. Is > > > that what > > > > > paramiko > > > > > > > does? Who from > > > > > > > paramiko can help here? > > > > > > > Thanks, > > > > > > > Himanshu > > > > > > > > > > > > > > > > > > > > > On Fri, Dec 19, 2008 at 11:09 > AM, > > > Himanshu Khona > > > > > > > > <himanshukh...@gmail.com>wrote: > > > > > > > > > > > > > > > I have already send the > debug info > > > from ssh > > > > > to > > > > > > > you.More details - > > > > > > > > Currently in the eval > phase with 3 > > > node > > > > > setup and one > > > > > > > of them is a sun > > > > > > > > storage, plan to use the > same as > > > AOE > > > > > storage. > > > > > > > > We plan to have 10-15 > vms per > > > machine with > > > > > HA, > > > > > > > scalability, gigabit > > > > > > > > network. Each will have > private > > > and public > > > > > network > > > > > > > interface. > > > > > > > > Vms will be tiered based > on > > > customer > > > > > requirement. > > > > > > > > Let me know if you need > more > > > details, happy > > > > > to provide > > > > > > > the same. > > > > > > > > Thanks, > > > > > > > > Himanshu > > > > > > > > > > > > > > > > > > > > > > > > On Fri, Dec 19, 2008 at > 11:02 AM, > > > jd > > > > > > > <jdsw2...@yahoo.com> > wrote: > > > > > > > > > > > > > > > >> > > > > > > > >> yes.. put the sshd > on the > > > server in > > > > > debug mode. > > > > > > > >> shutdown the normal > service. > > > > > > > >> sshd -d should put > the thing > > > in debug. > > > > > look up man > > > > > > > for more detail. > > > > > > > >> Send me details of > sshd log > > > and paramiko > > > > > log. > > > > > > > >> > > > > > > > >> If the log does not > point to > > > anything > > > > > obvious, we > > > > > > > might have to involve > > > > > > > >> the paramiko guys. > > > > > > > >> > > > > > > > >> btw,would you like > to share > > > some details > > > > > about > > > > > > > your virtualization > > > > > > > >> setup... how many > machines, > > > VMs, storage > > > > > setup, > > > > > > > n/w, what kinds of vms.... > > > > > > > >> plans. etc. > > > > > > > >> /Jd > > > > > > > >> > > > > > > > >> > > > > > > > >> --- On Thu, > 12/18/08, Himanshu > > > Khona > > > > > > > > <himanshukh...@gmail.com> wrote: > > > > > > > >> > > > > > > > >> > From: Himanshu > Khona > > > > > > > > <himanshukh...@gmail.com> > > > > > > > >> > Subject: Re: > > > [convirt-users] ssh > > > > > > > configuration issue > > > > > > > >> > To: > jdsw2...@yahoo.com > > > > > > > >> > Date: Thursday, > December > > > 18, 2008, > > > > > 9:21 PM > > > > > > > >> > -- What is the > client > > > stack ? > > > > > distro, > > > > > > > version..etc. > > > > > > > >> > Linux resource2 > > > > > > > >> > > 2.6.18-92.1.18.el5xen #1 > > > SMP Wed > > > > > Nov 12 > > > > > > > 10:35:03 EST 2008 > > > > > > > >> > i686 i686 i386 > > > > > > > >> > GNU/Linux > centos 5.2 32 > > > bit. > > > > > > > >> > -- What are > sshd > > > versions on > > > > > client and > > > > > > > server distros. > > > > > > > >> > On the > client > > > (convirt > > > > > client > > > > > > > machine) - > > > > > > > >> > > > > > > openssh-clients-4.3p2-26.el5_2.1 > > > > > > > >> > On the > managed > > > node (ssh > > > > > server) - > > > > > > > >> > > > > > > openssh-server-4.3p2-16.el5 > > > > > > > >> > I have > updgraded and it > > > still gives > > > > > the same > > > > > > > error. > > > > > > > >> > > > > > > > > >> > -- If this > does not > > > work out, we > > > > > might have > > > > > > > to have sshd > > > > > > > >> > in debug mode > and > > > > > > > >> > see whats going > on. > > > > > > > >> > How to run sshd > in debug > > > mode? This > > > > > will be > > > > > > > on the server, > > > > > > > >> > right? > > > > > > > >> > Paramiko log > shows it is > > > using aes > > > > > keys, I > > > > > > > have configured > > > > > > > >> > using rsa, can > > > > > > > >> > that be an > issue? > > > > > > > >> > DEB > > > [20081219-10:48:17.202] thr=2 > > > > > > > paramiko.transport: > > > > > > > >> > starting thread > > > > > > > >> > (client mode): > 0x9D683ECL > > > > > > > >> > INF > > > [20081219-10:48:17.210] thr=2 > > > > > > > paramiko.transport: > > > > > > > >> > Connected > (version > > > > > > > >> > 2.0, client > OpenSSH_4.3) > > > > > > > >> > DEB > > > [20081219-10:48:17.212] thr=2 > > > > > > > paramiko.transport: kex > > > > > > > >> > > > > > > > > > > > > > > > > > algos:['diffie-hellman-group-exchange-sha1', > > > > > > > >> > > > > > > 'diffie-hellman-group14-sha1', > > > > > > > >> > > > > > > 'diffie-hellman-group1-sha1'] > server > > > > > > > >> > > key:['ssh-rsa', > > > > > 'ssh-dss'] > > > > > > > client > > > > > > > >> > > > > encrypt:['aes128-cbc', > > > > > > > '3des-cbc', > > > > > > > >> > > 'blowfish-cbc', > > > > > > > 'cast128-cbc', > > > > > > > >> > > 'arcfour128', > > > > > 'arcfour256', > > > > > > > >> > > 'arcfour', > > > > > 'aes192-cbc', > > > > > > > >> > > 'aes256-cbc', > > > ' > > > > > > > >> > > > > rijndael-...@lysator.liu.se', > > > > > > > 'aes128-ctr', > > > > > > > >> > > 'aes192-ctr', > > > > > 'aes256-ctr'] > > > > > > > >> > server > > > > > encrypt:['aes128-cbc', > > > > > > > '3des-cbc', > > > > > > > >> > > 'blowfish-cbc', > > > > > > > 'cast128-cbc', > > > > > > > >> > > 'arcfour128', > > > > > 'arcfour256', > > > > > > > >> > > 'arcfour', > > > > > 'aes192-cbc', > > > > > > > >> > > 'aes256-cbc', > > > ' > > > > > > > >> > > > > rijndael-...@lysator.liu.se', > > > > > > > 'aes128-ctr', > > > > > > > >> > > 'aes192-ctr', > > > > > 'aes256-ctr'] > > > > > > > >> > client > > > mac:['hmac-md5', > > > > > > > 'hmac-sha1', > > > > > > > >> > > 'hmac-ripemd160', > > > ' > > > > > > > >> > > > > hmac-ripemd...@openssh.com', > > > > > > > 'hmac-sha1-96', > > > > > > > >> > > 'hmac-md5-96'] > > > server > > > > > > > >> > > mac:['hmac-md5', > > > > > 'hmac-sha1', > > > > > > > >> > > 'hmac-ripemd160', > > > > > > > >> > > > > > > 'hmac-ripemd...@openssh.com', > > > > > > > >> > > 'hmac-sha1-96', > > > > > > > 'hmac-md5-96'] client > > > > > > > >> > > compress:['none', > > > > > > > 'z...@openssh.com'] > > > > > > > >> > server > > > compress:['none', > > > > > > > >> > > > > 'z...@openssh.com'] client > > > > > > > lang:[''] server > > > > > > > >> > > lang:[''] kex > > > follows?False > > > > > > > >> > DEB > > > [20081219-10:48:17.212] thr=2 > > > > > > > paramiko.transport: > > > > > > > >> > Ciphers agreed: > > > > > > > >> > > local=aes128-cbc, > > > remote=aes128-cbc > > > > > > > >> > DEB > > > [20081219-10:48:17.212] thr=2 > > > > > > > paramiko.transport: > > > > > > > >> > using kex > > > > > > > >> > > > > diffie-hellman-group1-sha1; server > > > > > key type > > > > > > > ssh-rsa; > > > > > > > >> > cipher: local > > > > > > > >> > aes128-cbc, > remote > > > aes128-cbc; mac: > > > > > local > > > > > > > hmac-sha1, remote > > > > > > > >> > hmac-sha1; > > > > > > > >> > compression: > local none, > > > remote > > > > > none > > > > > > > >> > DEB > > > [20081219-10:48:17.370] thr=2 > > > > > > > paramiko.transport: > > > > > > > >> > Switch to new > keys > > > > > > > >> > > > > > > > > >> > Please let me > know. > > > > > > > >> > Thanks, > > > > > > > >> > Himanshu > > > > > > > >> > > > > > > > > >> > On Fri, Dec 19, > 2008 at > > > 12:09 AM, > > > > > jd > > > > > > > >> > > > > <jdsw2...@yahoo.com> wrote: > > > > > > > >> > > > > > > > > >> > > Hey > > > > > > > >> > > Nothing > very > > > apparent > > > > > here... > > > > > > > >> > > -- What > is the > > > client stack > > > > > ? distro, > > > > > > > version..etc. > > > > > > > >> > > -- What > are sshd > > > versions on > > > > > client > > > > > > > and server > > > > > > > >> > distros. > > > > > > > >> > > -- Note > down the > > > versions.. > > > > > and see if > > > > > > > there are any > > > > > > > >> > pending updates > on > > > > > > > >> > > for ssh on > both > > > client and > > > > > server. > > > > > > > >> > > -- If > this does > > > not work > > > > > out, we might > > > > > > > have to have > > > > > > > >> > sshd in debug > mode > > > > > > > >> > > and see > whats going > > > on. > > > > > > > >> > > /Jd > > > > > > > >> > > > > > > > > > >> > > > > > > > > > >> > > --- On > Wed, > > > 12/17/08, Himanshu > > > > > Khona > > > > > > > >> > > > > <himanshukh...@gmail.com> > > > > > wrote: > > > > > > > >> > > > > > > > > > >> > > > From: > Himanshu > > > Khona > > > > > > > >> > > > > <himanshukh...@gmail.com> > > > > > > > >> > > > > Subject: Re: > > > > > [convirt-users] ssh > > > > > > > configuration > > > > > > > >> > issue > > > > > > > >> > > > To: > > > jdsw2...@yahoo.com > > > > > > > >> > > > Date: > > > Wednesday, December > > > > > 17, 2008, > > > > > > > 9:04 PM > > > > > > > >> > > > Hi jd > - > > > > > > > >> > > > > > > > > > > >> > > > The > managed > > > server is 64 > > > > > bit centos > > > > > > > 5.2. > > > > > > > >> > > > > > > > > python-paramiko-1.7.4-1.el5.rf > > > > > > > >> > > > > > > convirt-0.9.6-1.fedora. > > > > > > > >> > > > I can > ssh > > > directly using > > > > > ssh to the > > > > > > > target > > > > > > > >> > server. > > > > > > > >> > > > > [r...@resource2 > > > ~]# ssh > > > > > sunstorage > > > > > > > >> > > > Last > login: Thu > > > Dec 18 > > > > > 17:53:03 > > > > > > > 2008 from X.X.X.X > > > > > > > >> > > > > [r...@resource1 > > > ~]# > > > > > > > >> > > > > > > > > > > >> > > > > Attaching the > > > complete > > > > > logs. > > > > > > > >> > > > Let > me know if > > > you need > > > > > more > > > > > > > details. > > > > > > > >> > > > > Thanks, > > > > > > > >> > > > > Himanshu > > > > > > > >> > > > > > > > > > > >> > > > On > Thu, Dec 18, > > > 2008 at > > > > > 12:05 AM, > > > > > > > jd > > > > > > > >> > > > > > > > > <jdsw2...@yahoo.com> wrote: > > > > > > > >> > > > > > > > > > > >> > > > > > Hi > > > Himanshu, > > > > > > > >> > > > > > > > > > > > >> > > > > > Can you > > > please > > > > > provide some > > > > > > > more details. > > > > > > > >> > > > > > > > > > > > >> > > > > > What > > > distro? is it > > > > > 64 bit ? > > > > > > > What version > > > > > > > >> > of ConVirt > > > > > > > >> > > > ? Do > you know > > > version > > > > > > > >> > > > > > of > > > Paramiko ? > > > > > > > >> > > > > > > > > > > > >> > > > > > They > > > probably are > > > > > not > > > > > > > related. can u attach > > > > > > > >> > the log > > > > > > > >> > > > and > send it to > > > my > > > > > > > >> > > > > > email > > > addr. The eof > > > > > seems to > > > > > > > be happening > > > > > > > >> > after 2 > > > > > > > >> > > > > min... is there > > > anything > > > > > > > >> > > > > > else in > > > thread 2 ? > > > > > > > >> > > > > > > > > > > > >> > > > > > I am > > > assuming that > > > > > without > > > > > > > convirt you are > > > > > > > >> > able to > > > > > > > >> > > > talk > to the > > > server > > > > > > > >> > > > > > using ssh > > > from a > > > > > shell without > > > > > > > password. > > > > > > > >> > right ? > > > > > > > >> > > > > > > > > > > > >> > > > > > Thanks > > > > > > > >> > > > > > /Jd > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > --- On > > > Wed, > > > > > 12/17/08, Himanshu > > > > > > > Khona > > > > > > > >> > > > > > > > > <himanshukh...@gmail.com> > > > > > > > wrote: > > > > > > > >> > > > > > > > > > > > >> > > > > > > From: > > > Himanshu > > > > > Khona > > > > > > > >> > > > > > > > > <himanshukh...@gmail.com> > > > > > > > >> > > > > > > > > > Subject: Re: > > > > > > > [convirt-users] ssh > > > > > > > >> > configuration > > > > > > > >> > > > issue > > > > > > > >> > > > > > > To: > > > > > > > > xenman-users@lists.sourceforge.net > > > > > > > >> > > > > > > Date: > > > > > Wednesday, December > > > > > > > 17, 2008, > > > > > > > >> > 4:29 AM > > > > > > > >> > > > > > > Also > > > When I try > > > > > to run > > > > > > > convirt on the > > > > > > > >> > managed > > > > > > > >> > > > > server, it > > > > > > > >> > > > > > > gives > > > me the > > > > > > > >> > > > > > > > > > following error > > > > > > > -ImportError: > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > > > > > > > > /usr/lib/python2.4/site-packages/Crypto/Cipher/DES3.so: > > > > > > > >> > > > > > > wrong > > > ELF > > > > > class: > > > > > > > >> > > > > > > > > > ELFCLASS32 > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > I am > > > not sure > > > > > if these > > > > > > > are related in > > > > > > > >> > anyways. > > > > > > > >> > > > > > > > > > Thanks, > > > > > > > >> > > > > > > > > > Himanshu > > > > > > > >> > > > > > > On > > > Wed, Dec 17, > > > > > 2008 at > > > > > > > 5:32 PM, > > > > > > > >> > Himanshu Khona > > > > > > > >> > > > > > > > > > > > > > > <himanshukh...@gmail.com>wrote: > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > Hi -I have > > > > > > > configured ssh with > > > > > > > >> > keys and ssh > > > > > > > >> > > > agent > and > > > > > > > >> > > > > > > > > > trying to add > > > > > the > > > > > > > >> > > > > > > > > > > server. > > > > > > > >> > > > > > > > > > > It give me > > > > > an error > > > > > > > saying 0agent > > > > > > > >> > > > > authentication > > > > > > > >> > > > > > > > > > failed. > > > > > > > >> > > > > > > > > > > The > > > > > convirt.log is > > > > > > > as follows - > > > > > > > >> > > > > > > > > > > Could not > > > > > initialize > > > > > > > ssh for > > > > > > > >> > sunstorage 22 > > > > > > > >> > > > > > > > > > > Traceback > > > > > (most > > > > > > > recent call last): > > > > > > > >> > > > > > > > > > > File > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > > > > > > > > "/usr/share/convirt/src/convirt/client/XenUI.py", > > > > > > > >> > > > > > > line > > > 278, in > > > > > > > >> > > > > > > > > > > > > on_ok_button_clicked > > > > > > > >> > > > > > > > > > > > > node.connect() > > > > > > > >> > > > > > > > > > > File > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > > > > > > > > "/usr/share/convirt/src/convirt/core/model/VNode.py", > > > > > > > >> > > > > > > line > > > 278, in > > > > > > > >> > > > > > > > > > > connect > > > > > > > >> > > > > > > > > > > > > > > ManagedNode.connect(self) > > > > > > > >> > > > > > > > > > > File > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > > > > > > > > "/usr/share/convirt/src/convirt/core/model/ManagedNode.py", > > > > > > > >> > > > > > > line > > > > > > > >> > > > > > > > > > > 120, in > > > > > connect > > > > > > > >> > > > > > > > > > > > > > > self._init_node_proxy() > > > > > > > >> > > > > > > > > > > File > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > > > > > > > > "/usr/share/convirt/src/convirt/core/model/ManagedNode.py", > > > > > > > >> > > > > > > line > > > > > > > >> > > > > > > > > > > 255, in > > > > > > > _init_node_proxy > > > > > > > >> > > > > > > > > > > raise > > > > > e > > > > > > > >> > > > > > > > > > > > > > > AuthenticationException: > [Error > > > > > > > >> > 0], Agent > > > > > > > >> > > > > > > > > > authentication > > > > > failed > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > > > > > The > > > > > paramiko.log is > > > > > > > as follows - > > > > > > > >> > > > > > > > > > > DEB > > > > > > > [20081217-17:17:10.128] thr=1 > > > > > > > >> > > > > > > > > > > > paramiko.transport: > > > > > > > starting thread > > > > > > > >> > > > > > > > > > > (client > > > > > mode): > > > > > > > 0xB79088CCL > > > > > > > >> > > > > > > > > > > INF > > > > > > > [20081217-17:17:10.134] thr=1 > > > > > > > >> > > > > > > > > > > > paramiko.transport: > > > > > > > Connected (version > > > > > > > >> > > > > > > > > > > 2.0, > > > > > client > > > > > > > OpenSSH_4.3) > > > > > > > >> > > > > > > > > > > DEB > > > > > > > [20081217-17:17:10.137] thr=1 > > > > > > > >> > > > > > > > > > > > paramiko.transport: kex > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > > > > > > > > algos:['diffie-hellman-group-exchange-sha1', > > > > > > > >> > > > > > > > > > > > > > > 'diffie-hellman-group14-sha1', > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > 'diffie-hellman-group1-sha1'] > server > > > > > > > >> > > > > > > > > > > > key:['ssh-rsa', > > > > > > > >> > > 'ssh-dss'] client > > > > > > > >> > > > > > > > > > > > > > > > encrypt:['aes128-cbc', > > > > > > > >> > > > > > > '3des-cbc', > > > > > > > >> > > > > > > > > > > > 'blowfish-cbc', > > > > > > > >> > > 'cast128-cbc', > > > > > > > >> > > > > > > > > > > > > > > 'arcfour128', > > > > > > > >> > > 'arcfour256', > > > > > > > >> > > > > > > > > > > > 'arcfour', > > > > > > > >> > > 'aes192-cbc', > > > > > > > >> > > > > > > > > > > > 'aes256-cbc', > > > > > > > ' > > > > > > > >> > > > > > > > > > > > > > > > rijndael-...@lysator.liu.se', > > > > > > > >> > > > > > > > > > > > 'aes128-ctr', > > > > > > > >> > > 'aes192-ctr', > > > > > > > >> > > > > > > > > > > > 'aes256-ctr'] > > > > > > > >> > > > > > > > > > > server > > > > > > > >> > > > > encrypt:['aes128-cbc', > > > > > > > >> > > > > > > > > > > > '3des-cbc', > > > > > > > >> > > 'blowfish-cbc', > > > > > > > >> > > > > > > > > > > > 'cast128-cbc', > > > > > > > >> > > > > > > > > > > > > > > 'arcfour128', > > > > > > > >> > > 'arcfour256', > > > > > > > >> > > > > > > > > > > > 'arcfour', > > > > > > > >> > > 'aes192-cbc', > > > > > > > >> > > > > > > > > > > > 'aes256-cbc', > > > > > > > ' > > > > > > > >> > > > > > > > > > > > > > > > rijndael-...@lysator.liu.se', > > > > > > > >> > > > > > > > > > > > 'aes128-ctr', > > > > > > > >> > > 'aes192-ctr', > > > > > > > >> > > > > > > > > > > > 'aes256-ctr'] > > > > > > > >> > > > > > > > > > > client > > > > > > > mac:['hmac-md5', > > > > > > > >> > > > > > > 'hmac-sha1', > > > > > > > >> > > > > > > > > > > > 'hmac-ripemd160', > > > > > > > ' > > > > > > > >> > > > > > > > > > > > > > > > hmac-ripemd...@openssh.com', > > > > > > > >> > > > > > > > > > > > 'hmac-sha1-96', > > > > > > > >> > > 'hmac-md5-96'] > > > > > > > >> > > > > server > > > > > > > >> > > > > > > > > > > > > > > mac:['hmac-md5', > > > > > > > >> > > > > > > 'hmac-sha1', > > > > > > > >> > > > > > > > > > > > 'hmac-ripemd160', > > > > > > > ' > > > > > > > >> > > > > > > > > > > > > > > > hmac-ripemd...@openssh.com', > > > > > > > >> > > > > > > > > > > > 'hmac-sha1-96', > > > > > > > >> > > 'hmac-md5-96'] > > > > > > > >> > > > > client > > > > > > > >> > > > > > > > > > > > > > > compress:['none', > > > > > > > >> > > > > > > > > 'z...@openssh.com'] > > > > > > > >> > > > > > > > > > server > > > > > > > compress:['none', > ' > > > > > > > >> > > > > > > > > > > > > > > z...@openssh.com'] client > > > > > > > >> > > > > > > lang:[''] server > > > > > > > >> > > > > > > > > > > > lang:[''] kex > > > > > > > follows?False > > > > > > > >> > > > > > > > > > > DEB > > > > > > > [20081217-17:17:10.137] thr=1 > > > > > > > >> > > > > > > > > > > > paramiko.transport: > > > > > > > Ciphers agreed: > > > > > > > >> > > > > > > > > > > > > local=aes128-cbc, > > > > > > > >> > > remote=aes128-cbc > > > > > > > >> > > > > > > > > > > DEB > > > > > > > [20081217-17:17:10.137] thr=1 > > > > > > > >> > > > > > > > > > > > paramiko.transport: using > > > > > > > kex > > > > > > > >> > > > > > > > > > > > > > > diffie-hellman-group1-sha1; > server > > > > > > > >> > key type > > > > > > > >> > > > > ssh-rsa; > > > > > > > >> > > > > > > > > > cipher: local > > > > > > > >> > > > > > > > > > > > > aes128-cbc, remote > > > > > > > aes128-cbc; > > > > > > > >> > mac: local > > > > > > > >> > > > > hmac-sha1, > > > > > > > >> > > > > > > > > > remote > > > > > hmac-sha1; > > > > > > > >> > > > > > > > > > > > > compression: local > > > > > > > none, remote > > > > > > > >> > none > > > > > > > >> > > > > > > > > > > DEB > > > > > > > [20081217-17:17:10.299] thr=1 > > > > > > > >> > > > > > > > > > > > paramiko.transport: > > > > > > > Switch to new keys > > > > > > > >> > > > > > > > > > > ... > > > > > > > >> > > > > > > > > > > DEB > > > > > > > [20081217-17:19:10.134] thr=1 > > > > > > > >> > > > > > > > > > > > paramiko.transport: EOF > > > > > > > in transport > > > > > > > >> > > > > > > > > > > thread > > > > > > > >> > > > > > > > > > > DEB > > > > > > > [20081217-17:26:47.559] thr=2 > > > > > > > >> > > > > > > > > > > > paramiko.transport: > > > > > > > starting thread > > > > > > > >> > > > > > > > > > > (client > > > > > mode): > > > > > > > 0xB790466CL > > > > > > > >> > > > > > > > > > > INF > > > > > > > [20081217-17:26:47.567] thr=2 > > > > > > > >> > > > > > > > > > > > paramiko.transport: > > > > > > > Connected (version > > > > > > > >> > > > > > > > > > > 2.0, > > > > > client > > > > > > > OpenSSH_4.3) > > > > > > > >> > > > > > > > > > > DEB > > > > > > > [20081217-17:26:47.568] thr=2 > > > > > > > >> > > > > > > > > > > > paramiko.transport: kex > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > > > > > > > > algos:['diffie-hellman-group-exchange-sha1', > > > > > > > >> > > > > > > > > > > > > > > 'diffie-hellman-group14-sha1', > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > 'diffie-hellman-group1-sha1'] > server > > > > > > > >> > > > > > > > > > > > key:['ssh-rsa', > > > > > > > >> > > 'ssh-dss'] client > > > > > > > >> > > > > > > > > > > > > > > > encrypt:['aes128-cbc', > > > > > > > >> > > > > > > '3des-cbc', > > > > > > > >> > > > > > > > > > > > 'blowfish-cbc', > > > > > > > >> > > 'cast128-cbc', > > > > > > > >> > > > > > > > > > > > > > > 'arcfour128', > > > > > > > >> > > 'arcfour256', > > > > > > > >> > > > > > > > > > > > 'arcfour', > > > > > > > >> > > 'aes192-cbc', > > > > > > > >> > > > > > > > > > > > 'aes256-cbc', > > > > > > > ' > > > > > > > >> > > > > > > > > > > > > > > > rijndael-...@lysator.liu.se', > > > > > > > >> > > > > > > > > > > > 'aes128-ctr', > > > > > > > >> > > 'aes192-ctr', > > > > > > > >> > > > > > > > > > > > 'aes256-ctr'] > > > > > > > >> > > > > > > > > > > server > > > > > > > >> > > > > encrypt:['aes128-cbc', > > > > > > > >> > > > > > > > > > > > '3des-cbc', > > > > > > > >> > > 'blowfish-cbc', > > > > > > > >> > > > > > > > > > > > 'cast128-cbc', > > > > > > > >> > > > > > > > > > > > > > > 'arcfour128', > > > > > > > >> > > 'arcfour256', > > > > > > > >> > > > > > > > > > > > 'arcfour', > > > > > > > >> > > 'aes192-cbc', > > > > > > > >> > > > > > > > > > > > 'aes256-cbc', > > > > > > > ' > > > > > > > >> > > > > > > > > > > > > > > > rijndael-...@lysator.liu.se', > > > > > > > >> > > > > > > > > > > > 'aes128-ctr', > > > > > > > >> > > 'aes192-ctr', > > > > > > > >> > > > > > > > > > > > 'aes256-ctr'] > > > > > > > >> > > > > > > > > > > client > > > > > > > mac:['hmac-md5', > > > > > > > >> > > > > > > 'hmac-sha1', > > > > > > > >> > > > > > > > > > > > 'hmac-ripemd160', > > > > > > > ' > > > > > > > >> > > > > > > > > > > > > > > > hmac-ripemd...@openssh.com', > > > > > > > >> > > > > > > > > > > > 'hmac-sha1-96', > > > > > > > >> > > 'hmac-md5-96'] > > > > > > > >> > > > > server > > > > > > > >> > > > > > > > > > > > > > > mac:['hmac-md5', > > > > > > > >> > > > > > > 'hmac-sha1', > > > > > > > >> > > > > > > > > > > > 'hmac-ripemd160', > > > > > > > ' > > > > > > > >> > > > > > > > > > > > > > > > hmac-ripemd...@openssh.com', > > > > > > > >> > > > > > > > > > > > 'hmac-sha1-96', > > > > > > > >> > > 'hmac-md5-96'] > > > > > > > >> > > > > client > > > > > > > >> > > > > > > > > > > > > > > compress:['none', > > > > > > > >> > > > > > > > > 'z...@openssh.com'] > > > > > > > >> > > > > > > > > > server > > > > > > > compress:['none', > ' > > > > > > > >> > > > > > > > > > > > > > > z...@openssh.com'] client > > > > > > > >> > > > > > > lang:[''] server > > > > > > > >> > > > > > > > > > > > lang:[''] kex > > > > > > > follows?False > > > > > > > >> > > > > > > > > > > DEB > > > > > > > [20081217-17:26:47.568] thr=2 > > > > > > > >> > > > > > > > > > > > paramiko.transport: > > > > > > > Ciphers agreed: > > > > > > > >> > > > > > > > > > > > > local=aes128-cbc, > > > > > > > >> > > remote=aes128-cbc > > > > > > > >> > > > > > > > > > > DEB > > > > > > > [20081217-17:26:47.568] thr=2 > > > > > > > >> > > > > > > > > > > > paramiko.transport: using > > > > > > > kex > > > > > > > >> > > > > > > > > > > > > > > diffie-hellman-group1-sha1; > server > > > > > > > >> > key type > > > > > > > >> > > > > ssh-rsa; > > > > > > > >> > > > > > > > > > cipher: local > > > > > > > >> > > > > > > > > > > > > aes128-cbc, remote > > > > > > > aes128-cbc; > > > > > > > >> > mac: local > > > > > > > >> > > > > hmac-sha1, > > > > > > > >> > > > > > > > > > remote > > > > > hmac-sha1; > > > > > > > >> > > > > > > > > > > > > compression: local > > > > > > > none, remote > > > > > > > >> > none > > > > > > > >> > > > > > > > > > > DEB > > > > > > > [20081217-17:26:47.726] thr=2 > > > > > > > >> > > > > > > > > > > > paramiko.transport: > > > > > > > Switch to new keys > > > > > > > >> > > > > > > > > > > ... > > > > > > > >> > > > > > > > > > > DEB > > > > > > > [20081217-17:28:47.564] thr=2 > > > > > > > >> > > > > > > > > > > > paramiko.transport: EOF > > > > > > > in transport > > > > > > > >> > > > > > > > > > > thread > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > > > > > Can > > > > > someone help > > > > > > > please? > > > > > > > >> > > > > > > > > > > Thanks, > > > > > > > >> > > > > > > > > > > Himanshu > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > > > >> > > > > > > > > > SF.Net email is > > > > > Sponsored > > > > > > > by MIX09, > > > > > > > >> > March 18-20, > > > > > > > >> > > > 2009 > in > > > > > > > >> > > > > > > Las > > > Vegas, > > > > > Nevada. > > > > > > > >> > > > > > > The > > > future of > > > > > the web > > > > > > > can't happen > > > > > > > >> > without > > > > > > > >> > > > you. > Join > > > > > > > >> > > > > > > us at > > > MIX09 to > > > > > help > > > > > > > >> > > > > > > pave > > > the way to > > > > > the Next > > > > > > > Web now. Learn > > > > > > > >> > more and > > > > > > > >> > > > > register > > > > > > > >> > > > > > > at > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > > _______________________________________________ > > > > > > > >> > > > > > > > > > XenMan-Users > > > > > mailing list > > > > > > > >> > > > > > > > > > > > > > > XenMan-Users@lists.sourceforge.net > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/xenman-users > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ _______________________________________________ XenMan-Users mailing list XenMan-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xenman-users