<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ststyle.net &#187; pgpoolAdmin</title>
	<atom:link href="http://www.ststyle.net/weblog/archives/tag/pgpooladmin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ststyle.net/weblog</link>
	<description>Just another ststyle techlog</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:53:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>pgpoolAdmin インストール</title>
		<link>http://www.ststyle.net/weblog/archives/438</link>
		<comments>http://www.ststyle.net/weblog/archives/438#comments</comments>
		<pubDate>Fri, 23 Oct 2009 06:57:09 +0000</pubDate>
		<dc:creator>ststyle</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[pgpool-II]]></category>
		<category><![CDATA[pgpoolAdmin]]></category>

		<guid isPermaLink="false">http://www.ststyle.net/weblog/?p=438</guid>
		<description><![CDATA[pgpoolAdminはpgpoolの管理をするためのツールです。
GUIベースで、pgpoolの状態監視や起動・停止、pgpool.confの設定を行うことができます.
pgpoolAdminの取得
pgpoolAdm [...]]]></description>
			<content:encoded><![CDATA[<p><em>pgpoolAdmin</em>はpgpoolの管理をするためのツールです。</p>
<p>GUIベースで、pgpoolの状態監視や起動・停止、pgpool.confの設定を行うことができます.</p>
<h3>pgpoolAdminの取得</h3>
<p><a href="http://pgfoundry.org/frs/?group_id=1000055">pgpoolAdmin</a>を入手する</p>
<p>apacheのドキュメントディレクトリにて展開&amp;リネーム</p>
<pre class="brush: bash; auto-links: false;">
tar zxvf pgpoolAdmin-2.1-beta1.tar.gz
mv pgpoolAdmin-2.1-beta1 pgpoolAdmin

chown nobody /usr/local/apache/htdocs_ssl/pgpoolAdmin/conf/pgmgt.conf.php
chmod 644 /usr/local/apache/htdocs_ssl/pgpoolAdmin/conf/pgmgt.conf.php
</pre>
<h3>pcp.confにログインアカウントを登録する</h3>
<p>ここではtestとしていますが実際はセキュアなパスワードを設定する事</p>
<p>md5パスワードを取得</p>
<pre class="brush: bash; auto-links: false;">

/usr/local/pgpool/bin/pg_md5 test

098f6bcd4621d373cade4e832627b4f6
</pre>
<p>pcp.confに追記</p>
<pre class="brush: bash; auto-links: false;">

vi /usr/local/pgpool/etc/pcp.conf

# USERID:MD5PASSWD
test:098f6bcd4621d373cade4e832627b4f6
</pre>
<h3>ブラウザで確認</h3>
<p>http://&lt;サーバ&gt;/pgpoolAdmin/login.php</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-439" title="pgpoolAdmin" src="http://www.ststyle.net/weblog/wp-content/uploads/2009/10/pgpoolAdmin.jpg" alt="pgpoolAdmin" width="480" height="337" /></p>
<p>TOP画面</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-440" title="pgpoolAdmin-02" src="http://www.ststyle.net/weblog/wp-content/uploads/2009/10/pgpoolAdmin-02.jpg" alt="pgpoolAdmin-02" width="480" height="337" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ststyle.net/weblog/archives/438/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
