PowerProtect Data Manager: AIX 호스트 에이전트의 Oracle 백업 및 검색 작업이 실패하고 ADA0013 오류 코드가 표시됨
요약: 이 KB 문서에서는 AIX 호스트 에이전트의 Oracle 백업 및 검색 작업이 ADA0013 오류 코드와 함께 실패하는 방식에 대해 설명합니다.
이 문서는 다음에 적용됩니다.
이 문서는 다음에 적용되지 않습니다.
이 문서는 특정 제품과 관련이 없습니다.
모든 제품 버전이 이 문서에 나와 있는 것은 아닙니다.
증상
AIX 호스트 에이전트의 Oracle 백업 및 검색 작업이 오류 코드ADA0013 실패했습니다.
를 읽는 동안 반복적으로 기록된 다음 오류 copies.db:
[2026-07-25 11:35:08,627 GMT| 2026-07-25 07:35:08,629055 EST| DBGFAILHUNGINPROGRESSJOBS| PID-7733908| TID-1| ERROR] /opt/dpsapps/agentsvc/tmp/_MEIugdqia/DataStore/SessionManager.pyc-query()-Line 123- Exception database disk image is malformed in querying the record store with filter {'session': [{'name': 'status', 'op': 'eq', 'type': 'text', 'values': ['IN_PROGRESS']}, {'name': 'updated', 'type': 'integer', 'op': 'lte', 'values': [1784936103]}]}
Traceback (most recent call last):
File "DataStore/SQLitedb.py", line 469, in selectSet
sqlite3.DatabaseError: database disk image is malformed
위의 예외를 처리하는 동안 다른 예외가 발생했습니다.
Traceback (most recent call last):
File "DataStore/SessionManager.py", line 107, in query
File "DataStore/RecordStore.py", line 75, in setQuery
File "DataStore/SQLitedb.py", line 477, in selectSet
sqlite3.DatabaseError: database disk image is malformed
[2026-07-25 11:35:08,633 GMT| 2026-07-25 07:35:08,634591 EST| DBGFAILHUNGINPROGRESSJOBS| PID-7733908| TID-1| ERROR] /opt/dpsapps/agentsvc/tmp/_MEIugdqia/JobManager/Ops/FailHungInProgressJobs.pyc-run()-Line 93- Error occurred while changing status of hung in-progress jobs to cancel- database disk image is malformed
Traceback (most recent call last):
File "DataStore/SQLitedb.py", line 469, in selectSet
sqlite3.DatabaseError: database disk image is malformed
원인
OPER는 copies.db 손상되고 있습니다.
해결
를 다시 생성한 에이전트를 다시 설치합니다. copies.db 따라서 더 이상 손상되지 않습니다.
또는 다음 단계를 따릅니다.
1. Allow any in progress backups to complete.
2. Pause any further backups from running.
3. Set CWD to the database directory.
> cd /dpsapps/agentsvc/dbs/v1
NOTE: verify the file copies.db is present.
4. Download the precompiled SQLite command line tools from [https://www.sqlite.org/download.html] and copy/move the files into the /dpsapps/agentsvc/dbs/v1 directory.
5. Stop the agent service.
> /opt/dpsapps/agentsvc/register.sh --stop
NOTE: Do not utilize systemctl to shutdown/start agent. Utilize the following:
6. Make a backup of the database.
> cp copies.db copies.db.backup
7. Recover the database.
> sqlite3 copies.db ".recover --ignore-freelist" >data.sql
8. Delete the original database.
> rm copies.db문서 속성
문서 번호: 000492924
문서 유형: Solution
마지막 수정 시간: 07 8월 2026
버전: 2
다른 Dell 사용자에게 질문에 대한 답변 찾기
지원 서비스
디바이스에 지원 서비스가 적용되는지 확인하십시오.