Ad Widget

Collapse

setting up zabix server HA with corosync pacemaker

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • C2c
    Junior Member
    • Sep 2015
    • 12

    #1

    setting up zabix server HA with corosync pacemaker

    Hello all,

    I am setting up zabbix server cluster and getting the following error while configuring. Spend couple of hours on googling, nothing found. What i am doing wrong here?

    Code:
    # pcs resource create zabbix-server lsb:zabbix-server op monitor interval=5s
    Error: Unable to create resource 'lsb:zabbix-server', it is not installed on this system (use --force to override)
    zabbix-server is running. It is Centos 7.1 . Firewall and SElinux is disabled for testing
    I have setup Zabbix database server on another server. This is only for zabbix server
  • C2c
    Junior Member
    • Sep 2015
    • 12

    #2
    Figured out this issue. create resource using following command

    Code:
    # pcs resource create zabbix-server systemd:zabbix-server op monitor interval=5s

    Comment

    Working...