Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

Windows Server Backup 오류 - Error in backup of E:\$Extend\$RmMetadata\$TxfLog

이벤트 로그에 다음과 같은 백업 관련한 오류 항목이 남았습니다.

Log Name:      Application
Source:        Microsoft-Windows-Backup
Date:          2014-10-25 오후 1:33:10
Event ID:      547
Task Category: None
Level:         Warning
Keywords:      
User:          SYSTEM
Computer:      test5.testad.com
Description:
The backup operation that started at '?2014?-?10?-?25T01:00:27.223963800Z' has encountered errors for the volume(s) 'D:'. Log of files not successfully backed up 'C:\Windows\Logs\WindowsServerBackup\Backup_Error-25-10-2014_01-00-27.log'.

검색해 보니, 다행히 답이 나옵니다.

Server Backup Known Issues and Resolutions
; http://social.technet.microsoft.com/wiki/contents/articles/11872.server-backup-known-issues-and-resolutions.aspx

Root Cause:

For server backup, it needs to create shadow copy on the source disk before backup. Creating shadow copy requires extra space. If the disk is run out of space or the shadow copy’s maximum allowed limitation is hit, shadow copy creation will fail.


실제로 D 드라이브의 용량이 거의 없었는데요. 이를 확보함으로써 이 로그가 더 이상 나타나지 않았습니다.




"Windows Server Backup" 관리 도구를 실행해서 마지막 백업 오류를 확인했는데, 다음과 같은 내용이 담겨 있습니다.

Completed with warnings - Backup failed for some files on the volume.

Error in backup of D:\$Extend\$RmMetadata\$TxfLog\ during write: Error [0x80070005] Access is denied.
Error in backup of D:\$Extend\$RmMetadata\$TxfLog\$TxfLog.blf during write: Error [0x80070005] Access is denied.

재미있게도 이에 대한 해답도 "Server Backup Known Issues and Resolutions" 글에 함께 있었습니다.

Access Deny for RmMetaData

1. You can change the server backup policy on the impacted volume as Block Level Backup, which means the whole volume should be selected for backup. 

2. You can set the registry key to exclude these files during File Level Backup. These files are used for NTFS file system, and there is no harm to ignore them. 

    1. Go to HKLM\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup
    2. Adding a Multi-String Value named IgnoreNTFS with data \$Extend\* /s under FilesNotToBackup.
    3. Restart the server.

따라서, 백업 제외 목록에 $RmMetadata 폴더를 포함하는 것으로 해결했습니다.




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 11/4/2014]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 121  122  123  124  125  126  127  128  129  130  131  132  [133]  134  135  ...
NoWriterDateCnt.TitleFile(s)
1845정성태1/26/201539494Windows: 101. 제어판의 "Windows 자격 증명 관리(Manage your credentials)"를 금지시키는 방법
1844정성태1/26/201536388오류 유형: 269. USB 메모리의 용량이 비정상적으로 보여진다면? [7]
1843정성태1/24/201527456VC++: 87. 무시할 수 없는 Visual C++ 런타임 함수 성능
1842정성태1/23/201551652개발 환경 구성: 255. 노트북 키보드에 없는 BREAK 키를 다른 키로 대체하는 방법
1841정성태1/21/201524644오류 유형: 268. Win32 핸들 관련 CLR4 보안 오류 사례
1840정성태1/8/201533037오류 유형: 267. Visual Studio - CodeLens 사용 시 CPU 100% 현상
1839정성태1/5/201525542디버깅 기술: 69. windbg 분석 사례 - cpu 100% 현상 (2)
1838정성태1/4/201546620기타: 49. 윈도우 내레이터(Narrator) 기능 끄는 방법(윈도우에 파란색의 굵은 테두리 선이 나타난다면?) [4]
1837정성태1/4/201532189디버깅 기술: 68. windbg 분석 사례 - 메모리 부족 [1]
1836정성태1/4/201532390디버깅 기술: 67. windbg - 덤프 파일과 handle 정보
1835정성태1/3/201533688개발 환경 구성: 254. SQL 서버 역시 SSL 3.0/TLS 1.0만을 지원하는 듯!
1834정성태1/3/201558125개발 환경 구성: 253. TLS 1.2를 적용한 IIS 웹 사이트 구성
1833정성태1/3/201534509.NET Framework: 490. System.Data.SqlClient는 SSL 3.0/TLS 1.0만 지원하는 듯! [3]
1832정성태1/2/201525374오류 유형: 266. Azure에 응용 프로그램 게시 중 로그인 오류
1831정성태1/1/201534394디버깅 기술: 66. windbg 분석 사례 - cpu 100% 현상 (1) [1]
1830정성태1/1/201534103오류 유형: 265. svchost.exe 프로세스(IP Helper: IPHLPSVC)의 CPU 100% 현상
1829정성태12/16/201437497VC++: 86. Windows Vista부터 바뀐 Credential Provider 예제 분석 (2) [2]파일 다운로드1
1828정성태12/15/201434678VC++: 85. Windows Vista부터 바뀐 Credential Provider 예제 분석 (1) [4]파일 다운로드1
1827정성태12/12/201430739VC++: 84. CredUIPromptForWindowsCredentials Win32 API 사용법 정리
1826정성태12/11/201435152.NET Framework: 489. Socket.Listen에 전달된 backlog 인자의 의미 [6]
1825정성태12/11/201482924.NET Framework: 488. TCP 소켓 연결의 해제를 알 수 있는 방법 [10]파일 다운로드1
1824정성태12/10/201431580.NET Framework: 487. Socket.Receive 메서드의 SocketFlags.Peek 동작을 이용해 소켓 연결 유무를 확인? [8]파일 다운로드1
1823정성태12/10/201428975.NET Framework: 486. Java의 ScheduledExecutorService에 대응하는 C#의 System.Threading.Timer [2]
1822정성태12/3/201429707개발 환경 구성: 252. Xamarin 라이선스 관리 [8]
1821정성태12/1/201437576VS.NET IDE: 96. Visual Studio에서 /* ~ */ 주석을 위한 단축키(매크로)
1820정성태11/23/201424948.NET Framework: 485. Mono Profiler에서 IL 코드 변경이 가능할까? - 두 번째 이야기파일 다운로드1
... 121  122  123  124  125  126  127  128  129  130  131  132  [133]  134  135  ...