Quote:
|
Okay, I did everything, I can manage the second server (SRV3) from my primary ISPConfig Interface (SRV2), however, when I create a website on the second server, it shows up in the database but no directory structure is created as of t +5 minutes.
|
Most likely a problem with the hostname configuration. Login to the slave on the shell and get the mysql master login details from file /usr/local/ispconfig/server/lib/config.inc.php.
Then use the mysql command on the slave to test the connection:
mysql -h masterserverhostname -u ispcsrv1 -p dbispconfig
replace masterserverhostname and ispcsrv1 with the details from the config file and enter the password fromconfig file when the mysql command asks for it.
Quote:
|
EDIT: Opening the ISPConfig3 Interface on SRV3 shows a complete empty listing. So something's not right here.
|
Dont use or login to the interface on the slave node as this will corrupt the database. Use only the interface on the master server.