我有一台运行起搏器群集的RHEL6.6操作系统(参见下面的信息)。
我开始使用pcsd
$ service pcsd status
pcsd (pid 28487) is running...
$ ps -ef | grep 28487
root 6911 28713 0 20:19 pts/1 00:00:00 grep 28487
root 28487 1 0 18:09 pts/0 00:00:01 /usr/bin/ruby -I/usr/lib/pcsd /usr/lib/pcsd/ssl.rb
使用hacluster用户验证节点。
$ pcs cluster auth eastapp1 eastapp2
eastapp1: Already authorized
eastapp2: Already authorized
但是当我尝试使用pcsd GUI网页时,我得到了这个:https://IP_cluster_node:2224/login
PCSD GUI已禁用。有关如何启用此功能的任何建议吗?
有关群集的信息:
$ pcs status
Cluster name: east
Last updated: Wed Jan 13 20:14:29 2016
Last change: Wed Jan 13 19:53:21 2016
Stack: cman
Current DC: eastapp1 - partition with quorum
Version: 1.1.11-97629de
2 Nodes configured
2 Resources configured
Online: [ eastapp1 eastapp2 ]
Full list of resources:
Resource Group: mastera_sg
mastera_vip (ocf::heartbeat:IPaddr2): Started eastapp1
aerver (ocf::heartbeat:aac): Started eastapp1
$ rpm -qa|grep -i pacemaker
pacemaker-cluster-libs-1.1.12-4.el6.x86_64
pacemaker-libs-1.1.12-4.el6.x86_64
pacemaker-1.1.12-4.el6.x86_64
pacemaker-cli-1.1.12-4.el6.x86_64
$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.6 (Santiago)
答案 0 :(得分:2)
因为pcsd禁用了web gui默认值。
如果你需要启用它,你可以这样做:
停止pcsd服务
cd / usr / lib / pcsd
将文件pcsd.rb.disable-gui重命名为pcsd.rb封面旧文件
并重新启动pcsd服务
pcsd web gui由常量DISABLE_GUI
在文件pcsd.rb#68(在我的版本中)定义的常量