Can someone point me in the right direction to find documentation on best practices when setting up a new Asterisk server? I'm using RHES4 and Dell 1750 with TE412P. My current problems are frequent crashes and choppy audio so I think I can easily tweak these out of the picture. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070214/6bccc8e6/attachment.htm
Stephen Bosch
2007-Feb-14 11:54 UTC
[asterisk-users] Guide to better performance using * ?
Tim Connolly wrote:> Can someone point me in the right direction to find documentation on > best practices when setting up a new Asterisk server? I'm using RHES4 > and Dell 1750 with TE412P. My current problems are frequent crashes and > choppy audio so I think I can easily tweak these out of the picture.Ah! A Dell! What does your 'cat /proc/interrupts' say? -Stephen-
Kevin Withnall
2007-Feb-14 14:00 UTC
[asterisk-users] Guide to better performance using * ?
We had a similar issue with a 'new' server here. We had a trixbox install and the kernel didn't support the particular type of motherboard/drive combination and the disk was not in DMA mode. There was nothing we could do to get it to work and eventually put in an older motherboard. Since then, its been working beautifully. Run a hdparm /dev/hda (or whatever your disk is) and make sure its in dma mode. -- Kevin Withnall ILB Computing PH: 02 4227 0001 Mobile: 0412 453 846 FAX: 02 4253 0001 http://www.ilb.com.au/ http://kevin.withnall.com/> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Stephen Bosch > Sent: Thursday, 15 February 2007 5:54 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Guide to better performance using * ? > > Tim Connolly wrote: > > Can someone point me in the right direction to find > documentation on > > best practices when setting up a new Asterisk server? I'm > using RHES4 > > and Dell 1750 with TE412P. My current problems are frequent > crashes and > > choppy audio so I think I can easily tweak these out of the picture. > > Ah! A Dell! > > What does your 'cat /proc/interrupts' say? > > -Stephen- > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
It's a SCSI Raid, so not much: hdparm /dev/sda /dev/sda: HDIO_GET_MULTCOUNT failed: Invalid argument readonly = 0 (off) readahead = 256 (on) geometry = 8908/255/63, sectors = 73274490880, start = 0 -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kevin Withnall Sent: Wednesday, February 14, 2007 3:00 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [asterisk-users] Guide to better performance using * ? We had a similar issue with a 'new' server here. We had a trixbox install and the kernel didn't support the particular type of motherboard/drive combination and the disk was not in DMA mode. There was nothing we could do to get it to work and eventually put in an older motherboard. Since then, its been working beautifully. Run a hdparm /dev/hda (or whatever your disk is) and make sure its in dma mode. -- Kevin Withnall ILB Computing PH: 02 4227 0001 Mobile: 0412 453 846 FAX: 02 4253 0001 http://www.ilb.com.au/ http://kevin.withnall.com/> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Stephen > Bosch > Sent: Thursday, 15 February 2007 5:54 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Guide to better performance using * ? > > Tim Connolly wrote: > > Can someone point me in the right direction to find > documentation on > > best practices when setting up a new Asterisk server? I'm > using RHES4 > > and Dell 1750 with TE412P. My current problems are frequent > crashes and > > choppy audio so I think I can easily tweak these out of the picture. > > Ah! A Dell! > > What does your 'cat /proc/interrupts' say? > > -Stephen- > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
An older Dell that actually let's you steer everything else away from the Zaptel's IRQ... cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 0: 2768546973 0 0 0 IO-APIC-edge timer 1: 27 0 0 0 IO-APIC-edge i8042 8: 2 0 0 0 IO-APIC-edge rtc 9: 0 0 0 0 IO-APIC-level acpi 11: 0 0 0 0 IO-APIC-level ohci_hcd 15: 20 0 0 0 IO-APIC-edge ide1 201: 2056566 0 0 0 IO-APIC-level megaraid 209: 2767719943 0 0 0 IO-APIC-level wct4xxp 225: 399626541 0 0 0 IO-APIC-level eth1 NMI: 0 0 0 0 LOC: 2768740418 2768740417 2768740416 2768740415 ERR: 0 MIS: 0 -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Stephen Bosch Sent: Wednesday, February 14, 2007 12:54 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Guide to better performance using * ? Tim Connolly wrote:> Can someone point me in the right direction to find documentation > on best practices when setting up a new Asterisk server? I'm using > RHES4 and Dell 1750 with TE412P. My current problems are frequent > crashes and choppy audio so I think I can easily tweak these out ofthe picture. Ah! A Dell! What does your 'cat /proc/interrupts' say? -Stephen- _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users