2008/02/22

Red Hat Cluster: CentOS 5.1上でRHCSを使ってみる・その5・Luciの準備

Luciをbs1上で起動する。Dom0 fs2上で、
[root@fs2 ~]# xm create -c bs1
としてbs1を起動した後、Luciを初期化する。
[root@bs1 ~]# luci_admin init
Initializing the Luci server


Creating the 'admin' user

Enter password: パスワード
Confirm password: パスワード

Please wait...
The admin password has been successfully set.
Generating SSL certificates...
Luci server has been successfully initialized


Restart the Luci server for changes to take effect
eg. service luci restart

[root@bs1 ~]#
パスワードはエコーバックされないので表示されない。
次に、サービスluciを起動するのだが、どうも現在のバージョンにはバグがあるらしく、正常に起動しない場合がある。
[root@bs1 ~]# service luci status
luci is stopped
[root@bs1 ~]# service luci start
Starting luci: Generating https SSL certificates... done
[FAILED]
[root@bs1 ~]# service luci status
luci is stopped
[root@bs1 ~]# service luci start
Starting luci: [ OK ]

Point your web browser to https://bs1.xencluster:8084 to access luci

[root@bs1 ~]# service luci status
luci is running...
[root@bs1 ~]#
OS起動時にサービスluciが起動するよう設定しても、正常にサービスが起動しないようだ。
[root@bs1 ~]# chkconfig --list luci
luci 0:off 1:off 2:off 3:off 4:off 5:off 6:off
[root@bs1 ~]# chkconfig luci on
[root@bs1 ~]# chkconfig --list luci
luci 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@bs1 ~]# shutdown -r now
<<略>>
INIT: version 2.86 booting
Welcome to CentOS release 5 (Final)
Press 'I' to enter interactive startup.
Setting clock (localtime): Fri Feb 21 23:35:01 JST 2008 [ OK ]
<<略>>
Starting HAL daemon: [ OK ]
Starting oddjobd: [ OK ]
Starting luci: [FAILED]
Starting Cluster Module - cluster monitor: Setting verbosity level to LogBasic
[ OK ]
Starting ricci: [ OK ]

CentOS release 5 (Final)
Kernel 2.6.18-53.1.13.el5xen on an i686

bs1.xencluster login:
解決策は見つかっていないので、bs1が起動した後、サービスluciを起動することで対応する。

ちなみにこの問題は、Red HatではBugzilla Bug 243072、CentOSではID 0002455IDで扱われている。どちらでもまだ解決されていない。

その1・概要
その2・Dom0 fsXのインストール
その3・DomU dcXのインストール
その4・DomU bs1のインストール
その5・Luciの準備
その6・クラスタcDom0sの生成
その7・クラスタcDomUsの生成
その8・クラスタ動作の試験

0 件のコメント: