if you run netstat -tapn, can you see where the mysql instance is listening? if its on 127.0.0.1:3306, then the haproxy can listen on the management:3306, no problem. When a request to management:3306 gets made, haproxy will proxy the request to the appropriate server.
(as per my understanding of haproxy-pf combo) Bebbet On 13-6-2017 08:52, lists via PacketFence-users wrote: > > > On 12-6-2017 20:48, lists via PacketFence-users wrote: >> "Project-Id-Version: 7.0.0 POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE >> PO-Revision-Date: 2017-04-19 11:56-0400 Last-Translator: Inverse inc. >> <[email protected]> Language-Team: English Language: en MIME-Version: >> 1.0 Content-Type: text/plain; charset=ASCII Content-Transfer-Encoding: >> 8bit Plural-Forms: nplurals=2; plural=(n != 1); " >> >> Any idea how that could have happened..? > Well, dropped pf database, recreated, reimported, reran all database > upgrades, and now the nodes appear as well. :-) > > Question on the haproxy config on port 3306 remains though. > > MJ > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > PacketFence-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/packetfence-users ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
