Hi gang, We are moving our computers from a cluster of physical machines to a VMWARE server with virtual machines. We investigated and are looking to replace our TDM400P/TDM410P with AEX410P cards. Can we run asterisk with the DAHDI drivers from one of the Virtual machines or is DAHDI going to have to be a native process on the "REAL" machine? Thanks Danny Nicholas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101202/ea6ec8ef/attachment.htm
On 12/02/2010 02:03 PM, Danny Nicholas wrote:> Hi gang, > > We are moving our computers from a cluster of physical machines to a VMWARE > server with virtual machines. We investigated and are looking to replace our > TDM400P/TDM410P with AEX410P cards. Can we run asterisk with the DAHDI drivers > from one of the Virtual machines or is DAHDI going to have to be a native > process on the ?REAL? machine? > > Thanks > > Danny Nicholas >VMware has no type of "PCI-passthrough" feature that I'm aware of. There are virtualization environments that do, but the added overhead is going to make things extremely unreliable.
-----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Shaun Ruffell Sent: Thursday, December 02, 2010 4:48 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] DAHDI on VMWARE> There is a comment in this post (from 2010-03-14) where someone claims > that only certain devices are supported in pass-through: > > http://communities.vmware.com/message/1493624#1493624 > >>> What is the dmesg output when the wctdm24xxp driver is loaded on >>> this system? >> >> [77901.847781] wctdm24xxp 0000:13:00.0: PCI INT A -> GSI 16 (level, >> >low) -> IRQ 16 >> [77901.847796] wctdm24xxp 0000:13:00.0: IO Registers >> are in use by another module. [77901.847807] wctdm24xxp 0000:13:00.0: >> PCI INT A disabled [77901.847816] wctdm24xxp: probe of 0000:13:00.0 >> failed with error -5Could you update to the lastest version of DAHDI-linux and try: ]# modprobe wctdm24xxp debug=1 and give me the dmesg output? I think the IO registers being in use is a side effect of a previous failed load. I just committed 9503 [1] to bypass that check. [1] http://svn.asterisk.org/view/dahdi?view=revision&revision=9503 Thanks, Shaun [77861.878126] No iBFT detected. [77901.847781] wctdm24xxp 0000:13:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [77901.847796] wctdm24xxp 0000:13:00.0: IO Registers are in use by another module. [77901.847807] wctdm24xxp 0000:13:00.0: PCI INT A disabled [77901.847816] wctdm24xxp: probe of 0000:13:00.0 failed with error -5
On Thu, Dec 02, 2010 at 02:03:19PM -0600, Danny Nicholas wrote:> We are moving our computers from a cluster of physical machines > to a VMWARE server with virtual machines. We investigated and are looking > to replace our TDM400P/TDM410P with AEX410P cards. Can we run asterisk with > the DAHDI drivers from one of the Virtual machines or is DAHDI going to have > to be a native process on the "REAL" machine?Not an answer to your question, but why not externalize the telephony interface with a SIP converter (like Patton SmartNodes or whatever you trust (e.g. Positron sells PCI cards that should do the trick if you want something "internal")). -- Daniel Tryba
-----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Daniel Tryba Sent: Friday, December 03, 2010 8:51 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] DAHDI on VMWARE On Thu, Dec 02, 2010 at 02:03:19PM -0600, Danny Nicholas wrote:> We are moving our computers from a cluster of physicalmachines> to a VMWARE server with virtual machines. We investigated and are looking > to replace our TDM400P/TDM410P with AEX410P cards. Can we run asteriskwith> the DAHDI drivers from one of the Virtual machines or is DAHDI going tohave> to be a native process on the "REAL" machine?Not an answer to your question, but why not externalize the telephony interface with a SIP converter (like Patton SmartNodes or whatever you trust (e.g. Positron sells PCI cards that should do the trick if you want something "internal")). Daniel Tryba A reasonable question. I am presently communicating with this box using a SIP trunk; We just want to be able to use Copper for those occasions when our Internet provider is down.