search for: defnint

Displaying 3 results from an estimated 3 matches for "defnint".

Did you mean: defint
2014 Jun 13
1
Re: Status of Host machine.
Hi Michal, virConnectOpen is for connecting to a host right..? I want to check the host status, whether the connection to the host is active or not.. for that purpose we have to use virConnectIsAlive() I'm using libvirt python bindings, here is the function defnintion. def isAlive(self): """Determine if the connection to the hypervisor is still alive A connection will be classed as alive if it is either local, or running over a channel (TCP or UNIX socket) which is not closed. """ ret = libvi...
2014 Jun 11
2
Status of Host machine.
Hi, Using libvirt how can we check the status of a remote/local host machine.. isAlive() method is giving true even if the internet connection is broken OR libvirt demon in the remote machine is being stopped. so isAlive() does not seems to be handy, Is there some other way to get the status of remote host..? Thanks -Sijo
2006 Jul 25
6
Newbie CMS question
Hi guys, I''m new to Rails, as a starting project I''m trying to put together a showcase site for some of my projects (web design, audio production etc...). I''d like to build a basic CMS so I can quickly add updates, and also to practice my Rails skills. I''ve been reading the ''Agile Web Development with Rails'' book which is great and