PowerProtect Data Manager: 점 표기법으로 인해 VLAN 인터페이스에서 IP 전달 실패

Summary: RHEL(Red Hat Enterprise Linux) 9.6에 Block Volume Protection Engine 19.22.0-16을 설치하면 IP 전달 설정을 적용하지 못했습니다. sysctl은 VLAN 인터페이스 이름을 점으로 잘못 해석하기 때문입니다(예: bond0.900). "/proc/sys/net/ipv6/conf/bond0.900/ 대신 "/proc/sys/net/ipv6/conf/bond0.900/" 경로로 변환하여 "해당 파일 또는 디렉토리 없음" 오류가 발생합니다. 이 문제는 다음 릴리스에서 해결되었습니다. ...

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

RHEL(Red Hat Enterprise Linux) 9.6에서 Block Volume Protection Engine 19.22.0-16의 베어 멘탈 설치가 IP 전달 설정을 적용하지 못합니다.


VLAN 인터페이스에 대한 IP 전달을 구성할 때 installSPP.sh 스크립트가 중단됩니다. 

sysctl: cannot stat /proc/sys/net/ipv6/conf/bond0/900/temp_prefered_lft: No such file or directory
sysctl: cannot stat /proc/sys/net/ipv6/conf/bond0/900/temp_valid_lft: No such file or directory
sysctl: cannot stat /proc/sys/net/ipv4/conf/bond0/900/forwarding: No such file or directory
sysctl: cannot stat /proc/sys/net/ipv6/conf/bond0/900/forwarding: No such file or directory
Failed to apply IP forwarding settings.
Performing clean up...

VLAN 인터페이스 설정의 예상 경로는 다음과 같습니다. /proc/sys/net/ipv6/conf/bond0.900/.

[root@node01 emc-vProxy-SPP]# ls -lrt /proc/sys/net/ipv6/conf
dr-xr-xr-x 1 root root 0 2024-01-21 16:02 lo
dr-xr-xr-x 1 root root 0 2024-01-21 16:02 default
dr-xr-xr-x 1 root root 0 2024-01-21 16:02 bond1
dr-xr-xr-x 1 root root 0 2024-01-21 16:02 bond1.910
dr-xr-xr-x 1 root root 0 2024-01-21 16:02 bond0
dr-xr-xr-x 1 root root 0 2024-01-21 16:02 bond0.900
dr-xr-xr-x 1 root root 0 2024-01-21 16:15 docker0
dr-xr-xr-x 1 root root 0 2024-01-21 16:18 all

sysctl.conf VLAN 인터페이스에 대한 항목

net.ipv6.conf.bond0.900.temp_prefered_lft=86400
net.ipv6.conf.bond0.900.temp_valid_lft=86400
net.ipv4.conf.bond0.900.forwarding=1
net.ipv6.conf.bond0.900.forwarding=1

Cause

VLAN 인터페이스에 대한 잘못된 sysctl 경로 확인

이 installSPP.sh 다음과 같은 이유로 스크립트가 실패합니다. sysctl 점(.)를 제공해야 합니다. 다음과 같은 VLAN 인터페이스 bond0.900 에서 참조됩니다. sysctl.conf 점 표기법 사용(예: net.ipv4.conf.bond0.900.forwarding=1), sysctl 점을 디렉터리 구분 기호로 취급합니다. 다음과 같은 잘못된 경로를 구성합니다. /proc/sys/net/ipv4/conf/bond0/900/forwarding 올바른 대신 /proc/sys/net/ipv4/conf/bond0.900/forwarding파일의 무결성을 확인합니다. 결과 "해당 파일 또는 디렉토리 없음" 오류로 인해 IP 전달 설정이 적용되지 않습니다.

Resolution

이 문제는 향후 Dell Technologies 릴리스에서 해결될 예정입니다.

이 릴리스 이전의 해결 방법은 VLAN 이름을 bond0.100에서 bond0-100으로 변경하는 것입니다.

참고: 이 해결 방법을 해결하려면 고객 환경의 네트워크 구성을 변경해야 합니다.

Affected Products

PowerProtect Data Manager
Article Properties
Article Number: 000427023
Article Type: Solution
Last Modified: 24 May 2026
Version:  2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.