search for: ovm

Displaying 20 results from an estimated 59 matches for "ovm".

Did you mean: kvm
2013 Jun 28
0
Migrating OVS to new OVM-howto
Hell Friends,  came across a nice article and wanted to share. This one is for migrating OVS to a new OVM manager.  Doesnt come in the Oracle documentation so well, so here it is... http://sysengineers.wordpress.com/2010/07/21/migrating-a-running-ovs-to-a-new-ovm-howto/  Know this is Xen group, but Oracle VM is also xen based..  :-) Cheers...Deven. _______________________________________________...
2013 Jun 19
2
Problem: xend.log says "VM restarting too fast. Refusing to restart to avoid loops"
Hi all, one of my servers crashed last sunday just right after a startup and I need to understand what was going on. I am running Windows 2008 R2 Standard Edition on Oracle VM 3.1 - Xen 4.1.2-OVM On sunday a scheduled task shutted down cleanly the vm. the shutdown started at Sun Jun 16 10:00:33 and it ended at 2013-06-16 10:00:46.938. xend.log says: [2013-06-16 10:00:45 7228] INFO (XendDomainInfo:2148) Domain has shutdown: name=0004fb00000600008f562ccf5ed488f8 id=6 reason=poweroff. So f...
2013 Mar 06
2
Error to install Asterisk‏
Hi, df -h output: root at ubuntu:/home/ubuntu/Downloads/asterisk-11.2.1# df -h S.ficheros Tam. Usado Disp. % Uso Montado en /cow 14G 4,5G 8,7G 34% / udev 999M 4,0K 999M 1% /dev tmpfs 403M 860K 402M 1% /run /dev/sdb1 799M 693M 106M 87% /cdrom /dev/loop0 668M 668M 0 100% /rofs
2013 Jul 25
0
FNIC nested PVM
I''m trying to do nested XEN to give some of my colleagues a play area to work in, and it seems to work - but not quite. I can build the nested environment (using OVM, and I have to step back to OVM3.2.2 to allow me to do PCI passthrough), but as soon as I start up a VM with a phys device passed through, the first layer loses all connectivity to the SAN. Setup: * 2 UCS B200M2 blades - configured with 9 vHBAs. * Linux machines running LIO-OR...
2011 Mar 02
1
GSM-Card for Asterisk / recommendation needed
...e-problems and no echo cancellation). Is there anybody out there who can recommend me another piece of hardware (pci card)? I need 1 or better 4 gsm-ports. Should be stable and have an echo cancelltaion feature. And of course it should be cheap ;-) Best regards -Thorsten- -- Thorsten G?llner OVM Office Voice Media GmbH Herderstrasse 68 40237 D?sseldorf Tel.: +49(0)211 / 618 57 53 Fax: +49(0)211 / 618 57 54
2010 Nov 11
3
Limit Call Duration with L-option of Dial : announcement
Hello, Limiting the call duration with the L-option of the Dial()-command is working fine, however the announcement is not played. Dialplan : exten => _367,n,Set(LIMIT_PLAYAUDIO_CALLER=yes) exten => _367,n,Dial(SIP/test6,,L(11000,5000,5000)) The call lasts for 11 seconds, but 5 minutes before time runs out an announcement should come. I hear no announcement, not on caller-side nor on
2014 Nov 27
2
Strange Issue: asterisk deleted
...9. Re: Strange Issue: asterisk deleted (A J Stiles) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 26 Nov 2014 22:08:05 +0200 > From: Antoine Megalla <aatef at rocketmail.com> > To: Thorsten G?llner <tg at ovm-group.com> > Cc: Asterisk Users Mailing List - Non-Commercial Discussion > <asterisk-users at lists.digium.com> > Subject: Re: [asterisk-users] Strange Issue: asterisk deleted > Message-ID: <7D5A57FB-657C-439B-9DCB-2790AE9C920D at rocketmail.com> > Content-Type: tex...
2010 Jul 23
0
[LLVMdev] Global variable's initializer with Abstract or opaque type
Dear LLVM members. Hi. I have a question. I woule like to know whether or not a global variable with abstract or opaque type can has initializer (constructor). For example, general assembly code: %struct.test = type { [10 x i8] } @ovm = global %struct.test { [10 x i8] c"ovmtest\00\00\00" } question: %struct.test = type { [10 x i8], opaque } @ovm = global %struct.test { [10 x i8] c"ovmtest\00\00\00", ???} Thanks Best regards, Jin-Gu Kang -------------- next part -------------- An HTML attachment was scrub...
2012 Dec 11
0
SOLVED Re: Problem booting a restored PVM
...> "According to mtab, /dev/xvda2 is already mounted on /sysroot" > > On the face of it this doesn''t look especially like a Xen specific > issue, google comes up with a bunch of instances of people having this > sort of problem without Xen. Probably your best bet is OVM support. > > /etc/mtab is the place where mount stores what it has done (i.e. the > current set of mounted filesystems). A lot of distros link this > to /proc/mounts these days. Sounds as if you have backed up whatever the > state was at the time and restoring it has confused somethi...
2014 Nov 26
5
Strange Issue: asterisk deleted
...ly and purposely killing asterisk but I do not know what or who is doing that also I know that I am the only user on the system. Again any indicators to solve this very weird issue are welcomed. Regards, Antoine Megalla Sent from my iPhone On Nov 26, 2014, at 6:12 PM, Thorsten G?llner <tg at ovm-group.com> wrote: > > Am 26.11.2014 11:37, schrieb Antoine Megalla: >> Hi, >> >> I am struggling with a very strange issue I have been facing for the past week; >> I have a fresh install of CENTOS 5.11 and I have installed asterisk 1.8.32 form sources....
2014 Nov 27
0
Strange Issue: asterisk deleted
...know what or who is doing that also I know that > I am the only user on the system. > > Again any indicators to solve this very weird issue are welcomed. > > Regards, > Antoine Megalla > > Sent from my iPhone > > On Nov 26, 2014, at 6:12 PM, Thorsten G?llner <tg at ovm-group.com > <mailto:tg at ovm-group.com>> wrote: > >> >> Am 26.11.2014 11:37, schrieb Antoine Megalla: >>> Hi, >>> >>> I am struggling with a very strange issue I have been facing for >>> the past week; >>> I have a fresh inst...
2012 Sep 04
1
[PATCH] xen/p2m: Fix one by off error in checking the P2M tree directory.
...ompiled with MAX_DOMAIN_PAGES=512 we would try to use the 512th entry. Fortunately for us the p2m_top_index has a check for this: BUG_ON(pfn >= MAX_P2M_PFN); which we hit and saw this: (XEN) domain_crash_sync called from entry.S (XEN) Domain 0 (vcpu#0) crashed on cpu#0: (XEN) ----[ Xen-4.1.2-OVM x86_64 debug=n Tainted: C ]---- (XEN) CPU: 0 (XEN) RIP: e033:[<ffffffff819cadeb>] (XEN) RFLAGS: 0000000000000212 EM: 1 CONTEXT: pv guest (XEN) rax: ffffffff81db5000 rbx: ffffffff81db4000 rcx: 0000000000000000 (XEN) rdx: 0000000000480211 rsi: 0000000000000000 rdi: fffff...
2011 Jun 08
1
PRI hangup request, cause 18
We have 2 PRI from AT&T And all is well but only few numbers having following issue. We are getting hangup cause 18 do you guys have any idea ? We have just migrate 1.2 to 1.8 and this issue raised [Jun 7 17:57:10] VERBOSE[23717] sig_pri.c: -- Span 2: Channel 0/3 got hangup request, cause 18 [Jun 7 17:57:10] DEBUG[24856] sig_pri.c: Not yet hungup... Calling hangup once with icause,
2009 Feb 26
6
Re: Questions on gdbsx
...use your gdbsx. But I don''t know how to make a 32bit > dom0 running on 64bit hypervisor. Can you explain this for me? I''m > extremely grateful to you. Hmm.. good question. I don''t know, it''s always done for me here. One option would be to just download OVM from edelivery.oracle.com, it''s free, and should ahve both binary and sources. You could look at spec file to see how they do it. > By the way, could you give me some tools to debug hypervisor and > monitor the process of hypervisor start. Any thought will be thankful. To de...
2011 Apr 04
1
Asterisk crashes on high IO load
Hi! I'm writing to this list because I've got a very confusing issue with our Asterisk 1.8.3.2 installation. On high IO load on the hard drives Asterisk becomes instable and crashes after a few minutes. I tried to reproduce this by running bonnie++ on the hardware while making calls. The calls didn't get disturbed (no noises or crackles) but after about five minutes Asterisk suddenly
2013 Jun 03
2
OCFS2 network best practice
Hi, OCFS2 document is well documented that it is best practice to isolate the network heartbeat from other traffic. Question: Is it also best practice to isolate the cluster/ocfs2 heartbeat? Please also can you explain why or why not. Regards, Vijay -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Sep 03
1
Sip-Client / type=peer / Why can this client place calls?
Hi, I am using Asterisk 11.5.1. As far as I understood, the following configuration allows a sip client only to receive calls (type=peer) but not to place calls (http://www.voip-info.org/wiki/view/Asterisk+sip+type). Why can I place calls though with this config? sip.conf ... [thorsten] type=peer host=dynamic context=my_context nat=force_rport,comedia secret=... dtmfmode=rfc2833 disallow=all
2014 Sep 18
1
Voice-Recognition / ASR / with barge in
Hi there, I am using Asterisk 11.9 (with Sangoma-E1-Card/DAHDI) and it works fine :-) But I am wondering if there is a solution/application which will enable me to implement voice recognition while playing a voice file (barge in). So that the caller hears a voice file and can interrupt it with his voice. Currently (on our platform) the caller has to wait for the end of the voicefie. Then we play
2011 Oct 05
0
[LLVMdev] LLVM IR is a compiler IR
...ng long b:61; 4 int c:30; 5 }; 6 7 struct foo var; Target Independent Bitcode 1 ; ModuleID = 'gu.c' 2 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32 -f64:64:64-v64:64:64-v128:128:128-a0:0:64-f192:32:32" 3 target triple = "ovm-none-linux" 4 5 %struct.foo = type { i4(char), i61(longlong), i30(int) } 6 7 @var = common global %struct.foo zeroinitializer ; <%struct.foo*> [#uses=0] Target Dependent Bitcode ARM 1 ; ModuleID = 'gu.mod.opt.arm.bc' 2 target datalayout = "e-p:32:32:32-i1:8:8-i8...
2011 Mar 03
2
Sangoma PCI vs PCI Express card
Hey Guy, I have quick question. I am purchasing Sangoma A102D card but i am confused between PCI and PCI Express. Which card would be good for me. Definitely PCI Express is advance but i just want to know is there any major difference, like quality, performance etc.. -Satish -------------- next part -------------- An HTML attachment was scrubbed... URL: