When zimbra is multi-server, the console monitors abnormal Server Status

Source: Internet
Author: User
Tags syslog rsyslog

After zimbra is installed on multiple servers, the Web Console displays a Red Cross for all services except the master server, indicating that the status is abnormal. However, when you use zmcontrol status to view the service status, the service is normal.

This is because the logger server and corresponding port are not specified in the newly added server. You can solve this problem by editing the following configuration file.

 

> VI/etc/rsyslog. conf

 

A) Logger server (logger. Group)

# Provides UDP syslog resume tion

$ Modload imudp

$ Udpserverrun514

 

# Provides TCP syslog restart tion

$ Modload imtcp

$ Inputtcpserverrun10514# (Modify the port number)

 

> Service rsyslog restart # (restart rsyslog Service)

 

B) other servers

# Provides UDP syslog resume tion

# $ Modload imudp

# $ Udpserverrun514

 

# Provides TCP syslog restart tion

# $ Modload imtcp

# $ Inputtcpserverrun514

*. * @ Logger. GROUP: 10514# (Specify the logger server and port .)

 

> Reboot # (restart the server)

This article from the "cloud, network how to go" blog, please be sure to keep this source http://fosterxxj.blog.51cto.com/9365855/1551575

When zimbra is multi-server, the console monitors abnormal Server Status

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.