DPA: dpaagent 명령에서 "공유 라이브러리를 로드하는 동안 오류가 발생함"이 표시됨
Summary: dpaagent 명령은 "공유 라이브러리를로드하는 동안 오류 : libssl.so.1.0.0 : 공유 객체 파일을 열 수 없습니다 : No such file or directory"
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
dpaagent 명령의 모든 구문(아래 예 참조)은 cannot open library libssl.so.1.0.0에서 문제가 발생합니다.
root@DpaDatastore home]# /opt/emc/dpa/agent/bin/dpaagent -i /opt/emc/dpa/agent/bin/dpaagent: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
구성/로그 파일 검토, 모두 양호함
설치 로그에서 특정 라이브러리가 성공적으로 설치되었습니다.
Install File: /opt/emc/dpa/agent/lib/libssl.so.1.0.0 Status: SUCCESSFUL
그리고 라이브러리가 있는지 확인했습니다.
[root@DpaDatastore lib]# ls -ls | egrep libssl* 1900 -rwxrwxr-x. 1 root root 1941909 Dec 13 2016 libssl.so.1.0.0
또한 dpa.config 파일에서도 라이브러리 경로가 정확합니다.
BASE=/opt/emc/dpa/agent # Setup Library Path LD_LIBRARY_PATH=$BASE/lib:$AGENT_ORACLE_CLIENT_PATH export LD_LIBRARY_PATH
Cause
dpaagent 명령에는 LD_LIBRARY_PATH가 필요하지만 어떤 이유로 환경에 설정되어 있지 않습니다.
Resolution
에이전트를 시작하기 전에 LD_LIBRARY_PATH 환경 변수를 사용합니다.
export LD_LIBRARY_PATH=/opt/emc/dpa/agent/lib
또는
해당 환경 변수가 포함된 dpa.config 파일을 프로필에 추가합니다.
. /opt/emc/dpa/agent/etc/dpa.config
자세한 내용은 Dell Technologies DPA 기술 지원 팀에 문의하십시오.
Article Properties
Article Number: 000167233
Article Type: Solution
Last Modified: 05 Mar 2026
Version: 5
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.