Re: [vchkpw] vpopmail clustering examples

2002-12-30 Thread Scott Helms
Duane, We use Alteons to do the load balancing and a pair of NetApp F810c's for the HA NFS system. I won't include any details since its easy enough to get the data from the guys at Netapp. We run 7 qmail/vpopmail servers with 3 mysql servers (one master and 2 slaves that are read only). Sc

Re: [vchkpw] vpopmail clustering examples

2002-12-31 Thread Scott Helms
Duane, No the queues run on local disk rather than on the NFS. Scott - Original Message - From: "John Runnels" <[EMAIL PROTECTED]> To: "Scott Helms" <[EMAIL PROTECTED]>; "Duane Wylie" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]&g

Re: [vchkpw] SQL data

2003-07-30 Thread Scott Helms
Rudi, Here is the base way of doing it without any data. mysqldump -d DATABASENAME > backup-file.sql You can read this back into MySQL with: mysql DATABASENAME < backup-file.sql Check here for more options for mysqldump: http://www.mysql.com/doc/en/mysqldump.html Scott Helm