<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:΢ÈíÑźÚ
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<pre>Excuse me,<br><br>I'm new for pgpool-II, finally I was able to properly configure pgpool in order to perform a parallel query.<br><br>But, here comes a trouble for me, I build my cluster in parallel mode, following the tutorial<br>http://pgpool.projects.pgfoundry.org/pgpool-II/doc/tutorial-zh_cn.html<br><br>I using commend of<br>/usr/pgsql-9.1/bin/pgbench -i -s 3 -h 172.26.181.187 -p 9999 -U postgres bench_parallel<br>to insert test data to pgpool, and it looks 3 backend postgre node is having the right data inserted.<br><br>but when i running commend of <br>[root@zhengpengfei ~]# psql -h 172.26.181.187 -p 9999 -c "select BID,COUNT(*),MIN(aid),MAX(AID) from pgbench_accounts GROUP BY BID" bench_parallel -U postgres<br>ERROR:  could not establish connection<br>DETAIL:  could not translate host name "devserver3" to address: Name or service not known<br><br>my pgpool node ip is <br>172.26.181.187<br>which hostmane is devserver3<br><br>what's the problem?<br><br>thanks at first and best regards<br><br><br>ryanwei<br></pre>                                               </div></body>
</html>