|
From: Anson A. <ans...@gm...> - 2013-04-22 16:04:38
|
I was doing a test install of PGXC version 1.0.2. I basically did as such for GTM and GTM_Proxy on same server: /usr/local/pgsql/bin/initgtm -Z gtm -D /var/lib/postgresql/pgxc/data_gtm /usr/local/pgsql/bin/gtm_ctl -Z gtm -D /var/lib/postgresql/pgxc/data_gtm -l /var/log/postgresql/pgxc/gtm.log start which starts. I left the config file as is for now. Then /usr/local/pgsql/bin/initgtm -Z gtm_proxy -D /var/lib/postgresql/pgxc/data_gtm_proxy and i left the config file alone as well and ran: /usr/local/pgsql/bin/gtm_ctl -Z gtm_proxy -D /var/lib/postgresql/pgxc/data_gtm_proxy -l /var/log/postgresql/pgxc/gtm_proxy.log start And I get an error of server starting postgres@drupalgtm:/var/lib/postgresql/pgxc/data_gtm_proxy$ 1:139986171815680:2013-04-22 12:02:43.098 EDT -FATAL: can not connect to GTM LOCATION: ConnectGTM, proxy_main.c:3356 and it's stuck. Doing a ps -ef i see the gtm running but not the proxy. Am i missing something? I followed the instructions from the wiki and still nothing. Any help here would be really appreciated. -Anson |