Opensource slb lvs error diagnosis case column analysis-PHP Tutorial

Source: Internet
Author: User
Open-source server load balancer LVS random auto-start exception diagnosis case column analysis. Open-source slb lvs random self-launch exception diagnosis case analysis in response to national calls, advocate the security, autonomy and controllability of IT information system hardware and software facilities, our company is also focusing on the analysis of open-source server load balancer LVS random auto-start exception diagnosis case columns
In response to national calls and advocating security, autonomy and controllability of IT information system hardware and software facilities, our company is also striving to promote localization and open source of IT software and hardware. Therefore, the open source server load balancer software LVS is introduced and multiple LVS systems are deployed in production. A strange problem was found during use. after some LVS systems are configured to start randomly, when the operating system is restarted, the service can be started normally with the server, but one of the systems cannot start the service with the operating system. To solve this problem, we have the following content.
I. symptom
The specific LVS faults are as follows:
LVS has been configured as a system service and set to 2345 boot, but after the server is restarted, the service is not started as expected. By viewing the system's diagnostic log tail-f/var/log/messages, it is found that ipvs frequently fl logs to the messages file.
The error message is as follows: Keepalived_healthcheckers: S: Can't initialize IPVS: Protocol not available. After you manually execute ipvsadm-Ln, the service returns to normal.
II. analysis process:
1. the diagnosis log prompts us to confirm that the root cause of this problem is that the ipvs module is not properly loaded during system restart.
2. run the following command lsmod | grep ip_vs to verify that the module is not loaded into the kernel.
So why didn't the ipvs module be loaded into the linux kernel?
III. specific debugging ideas:
1. test whether to restart keepalived. only restart ipvsadm to check whether it can be started. the problem persists after restart, indicating that the problem is not in keepalived;
2. replace ipvsadm of a later version with 1.25. the problem persists after the test;
3. I started to suspect that the installation sequence was the cause. Therefore, both ipvsadm versions test the different installation sequence from keepalived. the problem persists when combined with the startup sequence;
4. use the/etc/init. d/ipvsadm start command to start the ipvs service and restart the operating system again. The ipvsadm is successfully pulled up by the system and the snapshot is saved immediately.
5. check the startup script of ipvsadm. the script is complex and involves many files. a configuration file/etc/sysconfig/ipvsadm is found. It suddenly came to the idea that there was a problem with the configuration file. After searching for the ipvsadm file, a problem is found, and a configuration file is missing in/etc/sysconfig;
6. manually create the ipvsadm configuration file touch ipvsadm and restart the system. The ipvsadm service is successfully started.
IV. best solution
After the LVS is deployed and configured, run the service ipvsadm save command.
5. cause of the problem
The deployment personnel did not follow the deployment manual to perform missing steps. as a result, the random automatic startup of ipvs is dependent on the relevant configuration files.

In response to national calls, Alibaba advocates the security, autonomy, and controllability of hardware and software facilities of IT information systems. our company is also focusing on this...

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.