View Single Post

   
  #4 (permalink)  
Old 01-16-2008, 11:17 AM
Tim Bradshaw
 
Posts: n/a
Default Re: DHCP server `failover'

On 2007-02-27 17:38:40 +0000, Dave Miner <dave.miner@sun.com> said:

> You do need to provide some level of coherency, which could be as
> simple as exporting out the configuration every so often (dhcpconfig -X
> <some file> -a ALL -m ALL -o ALL) and copying it to the backup server
> so that you can import it (dhcpconfig -I <some file>) when needed. Or
> you place the data stores on some HA NFS service and share them (which
> we do support) or in a SAN that's dual-ported and can be failed over.


Thanks! So if I put the store on a netapp (if we lose that then it's
basically game over since it serves filespace to all the PCs anyway),
then I should be OK? I'd assumed that the usual NFS locking issues
would mean I'd just be immediately doomed if I did that, but things are
probably better than they once were in that respect. So that's a good,
cheap answer.

>
> If your backup server doesn't have any idea about existing allocations,
> you'll get into this scenario:
> [lots of unusable addresses]


That sounds familiar.

> Not that you probably want it, but we do sell a thing called the Netra
> HA suite which provides a real high availability option,
> http://www.sun.com/software/netrahasuite/index.xml.


Well I might want it (I'm interested in HA) but the chances of the
client paying for it are, well, zero (even if it were 83 old pence).

--tim

Reply With Quote