[Pgpool-general] ./pcp_systemdb_info errors

Kevin Kempter kevink at consistentstate.com
Wed Jan 6 17:42:25 UTC 2010


Hi All;

./pcp_systemdb_info gives me an error:

$ ./pcp_systemdb_info 10 localhost 9898 pgpool pgpool1
EOFError

I've configured both the pgpool.conf and the pcp.conf files.

I've set my system db info (in the pgpool.conf):
# system DB info
system_db_hostname = 'localhost'
system_db_port = 5441
system_db_dbname = 'pgpool'
system_db_schema = 'pgpool_catalog'
system_db_user = 'pgpool'
system_db_password = 'pgpool1'



I can run other pcp commands fine:

$ ./pcp_node_info 10 localhost 9898 pgpool pgpool1 0
localhost 5441 1 1073741823.500000

$ ./pcp_node_info 10 localhost 9898 pgpool pgpool1 1
localhost 5442 1 1073741823.500000

 $ ./pcp_node_count 10 localhost 9898 pgpool pgpool1
2


Am I missing something?

Thanks in advance




More information about the Pgpool-general mailing list