Chris Mason (Lists)
2005-Apr-20 04:26 UTC
[Asterisk-Users] Issues of reliability, hardware, platforms
I'm sure this has been debated before, I'd like to get peoples input. I see the hard drive as the single most likely point of failure on an * PBX. How reasonable would it be to run the OS and config files from a CF card, mount the /var/partition on a hard drive for the CDR recortds, logs and databases, and do some kind of test on bootup that would turn off those features if the hard drive was unavailable (failed)? I am messing around with a firewall that mounts from a cf card, it got me thinking about asterisk from a cf card, as there would be little chance of failure. Other than that, what have you done to ensure reliability. I am planning a RAID1 hard drive install for my serious pbx customers, in my experience that makes for a very reliable machine. Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (646)722-0001 Fax: (815)301-9759 Yahoo IM: netconcepts_anguilla@yahoo.com Skype ID: netconcepts
Steve Kann
2005-Apr-20 07:59 UTC
[Asterisk-Users] Issues of reliability, hardware, platforms
Chris Mason (Lists) wrote:>I'm sure this has been debated before, I'd like to get peoples input. I see >the hard drive as the single most likely point of failure on an * PBX. How >reasonable would it be to run the OS and config files from a CF card, mount >the /var/partition on a hard drive for the CDR recortds, logs and databases, >and do some kind of test on bootup that would turn off those features if the >hard drive was unavailable (failed)? > >I am messing around with a firewall that mounts from a cf card, it got me >thinking about asterisk from a cf card, as there would be little chance of >failure. > >This all assumes that CF cards are more reliable than hard drives (and power supplies).>Other than that, what have you done to ensure reliability. I am planning a >RAID1 hard drive install for my serious pbx customers, in my experience that >makes for a very reliable machine. > >The best solution is a cluster setup, with multiple machines, and no single point of failure. -SteveK
Chris Mason (Lists)
2005-Apr-21 06:27 UTC
[Asterisk-Users] Issues of reliability, hardware, platforms
> This all assumes that CF cards are more reliable than hard > drives (and power supplies).That seems to be the commonly accepted fact. With no moving parts, purely silicon, it should be as reliable as any electronics can be. Hard drives are notoriously failure prone.> The best solution is a cluster setup, with multiple machines, > and no single point of failure.Another way of looking at it is you have multiplied your chance of failure. Unless you have built in redundancy so that one of the clustered machines takes over from failed hardware, you will lose some of th einstallation, which may not be acceptable. I am very keen on the CF Card solution, I think it has great promise. Chris
I have two Asterisk boxes installed but am not sure how to setup the configuration for what I want to do. One box has two FXO cards in it that will connect two PSTN lines. I want to have Asterisk transfer the incoming calls to the other box which has an FXS card in it. That box should ring that call through to a handset attached to the FXS card. Any advice on how to make this work would be appreciated.