Displaying 20 results from an estimated 3000 matches similar to: "tick_divider"
2007 May 22
2
Recommendations
We have two virtual machines on ESX 3 running CentOS 4.3 and we'd like
to turn them into some sort of highly available nfs file server.
Currently, I am familiar with DRBD and RHCS but I was curious what
others might recommend in such a situation.
I'm not sure how easily we could use RHCS in such a situation because we
don't really have the advantage of shared storage in this setup.
2008 Jan 02
1
tick_divider kernel parameter for guest vm
When upstream released 5.1, everybody wanted to test a new kernel
parameter that could adjust the system clock rate at boot time to
something else than the standard 1000Hz clock rate.
A lot of testings has been done (thanks to Akemi Yagi for her great
work) and you can see the results here :
http://bugs.centos.org/view.php?id=2189
As you can read at the bottom of the comments, it seems it was a
2007 Aug 28
7
grep
Not a CentOS specific question, although I am running grep on CentOS 4.3
but how would you grep out a series of lines in a file starting at a
specific point. For instance, if I have a file named foo and I want to
grep out the next 5 lines after the first and only instance of the
string "bar" how could I pull that off? Thanks so much.
2007 Apr 04
1
Cluster Services
Hello, we are running CentOS 4.3 and the latest cluster suite packages
from the csgfs yum repository for this release and need to delete a
cluster member. According to the documentation we need to restart all
cluster related services on all remaining nodes in the cluster after the
node has been removed. This is a four node cluster so removing one node
obviously degrades the cluster to three
2010 Jan 10
2
[LLVMdev] From OS X to LINUX
For close to the last decade or so, I've been developing on OS X and then porting to LINUX. I know there are those who object
to this approach, but it works for me. However I noticed that when porting my exception example to LINUX, which involved
adding a whopping -rdynamic to the build line, there were technologies missing from my gcc and LINUX installation as compared
to what is on OS X
2011 Jun 19
2
CentOS 5 32bit and 3Tbyte drives
Has anyone tried to use these yet?
For hysterical raisons, my primary machine is CentOS5 32bit (up to date).
In the machine I have a SiI 3132 dual port SATA controller with port
multiplier. Both ports are plugged into an external storage device
which presents 4 SATA disks on each port, for a total of 8 possible disks.
Currently I have 5*1Tb in there, configured as RAID5 via mdadm
I boot off
2010 Jan 10
0
[LLVMdev] From OS X to LINUX
On 01/10/2010 03:09 PM, Garrison Venn wrote:
> For close to the last decade or so, I've been developing on OS X and then porting to LINUX. I know there are those who object
> to this approach, but it works for me. However I noticed that when porting my exception example to LINUX, which involved
> adding a whopping -rdynamic to the build line, there were technologies missing from my
2010 Feb 09
1
error: unable to connect to libvirtd at 'a.b.c.d': Connection refused
Greetings:
I have an issue with connecting to the esx hypervisor from my guest Vm. The purpose of the connection is to obtain host related information (like network, devices etc).
I am not sure what is it that rejects the connect at the server side, and what i am missing.
I am running lib0.7.5, i have libvirtd running on guest-vm.
The host ESX has the ip address a.b.c.d.
?
Any
2007 Apr 12
1
bonding
I four nodes setup to do active-backup bonding and the drivers loaded
for the bonded network interfaces vary between tg3 and e100. All
interfaces with the e100 driver loaded report errors much like what you
see here:
bonding: bond0: link status definitely down for interface eth2,
disabling it
e100: eth2: e100_watchdog: link up, 100Mbps, full-duplex
bonding: bond0: link status definitely up for
2016 Oct 05
2
Re: libvirt-v2v error
Hi Richard,
That didn't resolve the issue. Now I'm getting the following error. Please
advice.
*[root@kvm16 ~]#* virt-v2v -ic esx://10.16.32.13/?no_verify=1 yardqakvm -o
rhev -os 10.16.32.16:/vm-images/export_domain --network rhevm
libvirt error code: 42, message: Domain not found: No domain with name
'yardqakvm'
2018 Nov 29
2
Re: Libvirt api for esx
On Wed, Nov 28, 2018 at 10:24:55PM +0530, ROHIT SINGH wrote:
>Hi Martin,
>
>Could you please point me to any example codes in python present for esx?
>Suppose, I have to power off and power on esx virtual machine, can i get
>this code somewhere on python to develop some understanding.
>
https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html
>Actually, I am not
2018 Dec 06
2
Re: Libvirt api for esx
Thanks Martin for help. I will give it a shot.
Regards
Rohit Singh
On Thu, 6 Dec 2018 at 2:55 PM, Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Wed, Dec 05, 2018 at 09:44:17PM +0530, ROHIT SINGH wrote:
> >Hi Martin,
> >
> >Could you please help me with below issue, I am not sure what’s wrong
> here.
> >Please find below code and error snippet.
> >
2018 Dec 05
2
Re: Libvirt api for esx
Hi Martin,
Could you please help me with below issue, I am not sure what’s wrong here.
Please find below code and error snippet.
Thanks for help.
Code Snippet: -
from __future__ import print_function
import sys
import libvirt
SASL_USER = <username>
SASL_PASS = <password>
def request_cred(credentials, user_data):
for credential in credentials:
if credential[0] ==
2012 Jul 11
1
[PATCH] virt-v2v: Create a libvirt-friendly volume name
The $vmdk value is a directory name in ESX.pm, although the later codes
replace '/' with '_', the volume name isn't still friendly, for example,
it looks like this:
# virsh vol-list pool-dir
Name Path
-----------------------------------------
esx4.1-rhel6.2-x86_64_esx4.1-rhel6.2-x86_64
2018 Nov 28
2
Re: Libvirt api for esx
Thanks, I'll check it out.
On Wed, 28 Nov 2018 at 9:31 PM, Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Mon, Nov 26, 2018 at 04:11:20PM +0530, ROHIT SINGH wrote:
> >Hi,
> >
> >I am doing poc for using libvirt api for implementation of esx in python.
> >
> >I tried researching through module but did not find a way how it works for
> >esx.
2018 Dec 12
1
Re: Libvirt api for esx
On Wed, Dec 12, 2018 at 03:03:41PM +0530, ROHIT SINGH wrote:
>Thanks Martin, It’s working now.
>Could you please help me with role of xml in libvirt api and what if I
>don’t want use of xml in my code.
>Please let me know.
>
Libvirt uses XML for most of the APIs. Depends what you need to do you can
transform it with xmltodict or use some higher level API. I'm not sure I can
2012 Mar 09
1
run virsh as non-root user
Hi,
I have encountered problem running virsh as non-root user. I am using eucalyptus software on top of KVM, eucalyptus requires to run virsh as non-root user.
I've found that people had similiar issue posted in the list, but I didn't find the solution. I've tried few things.
1) put user eucalyptus in the libvirt group.
2) even changed owner /var/run/libvirt/libvirt-sock to
2012 Feb 21
2
libvirt -user'question
hi,:
I am a new user of libvirt ,I asked a question about using libvirt to connect to esxi server. I got the answer is https://www.redhat.com/archives/libvir-list/2012-February/msg00860.html
So,I try to make the change on the mailing list you just added.
- * Add a dummy expect header to stop CURL from waiting for a response code
+ * Add an empty expect header to stop CURL from
2018 Nov 26
2
Libvirt api for esx
Hi,
I am doing poc for using libvirt api for implementation of esx in python.
I tried researching through module but did not find a way how it works for
esx.
Any help on how to proceed specifically for esx would be of great help.
Please let me know as soon as possible, lagging on deliverables.
Thanks for help!!
Regards
Rohit Singh
2010 Oct 21
3
Virt-v2v
Usual prologue: we're testing on CentOS 5.5, RHEL subscriptions purchased.
Now trying to use virt-v2v to transfer Win2008 Server guest from ESXi host to KVM host.
Have enabled SSH on ESXi host, and can connect using esx+ssh://esxhost, but procedure fails because nc isn't found on ESXi. Fair enough. BTW, ESXi looks like a radically cut down RH system (/etc/sysconfig being the give-away)?