이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 3. Troubleshooting Networking Issues


This chapter lists basic troubleshooting procedures connected with networking and Network Time Protocol (NTP).

3.1. Basic Networking Troubleshooting

Red Hat Ceph Storage depends heavily on a reliable network connection. Ceph nodes use the network for communicating with each other. Networking issues can cause many problems with OSDs, such as flapping OSD, or OSD incorrectly reported as down. Networking issues can also cause Monitor clock skew errors. In addition, packet loss, high latency, or limited bandwidth can impact the cluster performance and stability.

Procedure: Basic Networking Troubleshooting

  1. Verify that the cluster_network and public_network parameters in the Ceph configuration file include correct values.
  2. Verify that the network interfaces are up. See the Basic Network troubleshooting solution on the Customer Portal for details.
  3. Verify that the Ceph nodes are able to reach each other using their short host names. See the Setting DNS Name Resolution section in the Red Hat Ceph Storage 2 Installation Guide for Red Hat Enterprise Linux or Installation Guide for Ubuntu.
  4. If you use a firewall, ensure that Ceph nodes are able to reach other on their appropriate ports. See the Configuring Firewall section in the Red Hat Ceph Storage 2 Installation Guide for Red Hat Enterprise Linux or Installation Guide for Ubuntu.
  5. Verify that there are no errors on the interface counters and that the network connectivity between hosts has expected latency and no packet loss. See the What is the "ethtool" command and how can I use it to obtain information about my network devices and interfaces and RHEL network interface dropping packets solutions on the Customer Portal for details.
  6. For performance issues, in addition to the latency checks, also use the iperf utility to verify the network bandwidth between all nodes of the cluster. For details, see the What are the performance benchmarking tools available for Red Hat Ceph Storage? solution on the Customer Portal.
  7. Ensure that all hosts have equal speed network interconnects, otherwise slow attached nodes could slow down the faster connected ones. Also, ensure that the inter switch links can handle the aggregated bandwidth of the attached nodes.

See Also

3.2. Basic NTP Troubleshooting

This section includes basic NTP troubleshooting steps.

Procedure: Basic NTP Troubleshooting

  1. Verify that the ntpd daemon is running on the Monitor hosts:

    # systemctl status ntpd
  2. If ntpd is not running, enable and start it:

    # systemctl enable ntpd
    # systemctl start ntpd
  3. Ensure that ntpd is synchronizing the clocks correctly:

    $ ntpq -p
  4. See the How to troubleshoot NTP issues solution on the Red Hat Customer Portal for advanced NTP troubleshooting steps.

See Also

Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

© 2024 Red Hat, Inc.