일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- windbg
- SQL Server 2012R2 FCI
- 클러스터
- SQL Server 2008
- windows update
- Hyper-V
- Windows Server 2016 Hyper-v Cluster
- ftp7.5 장애조치 클러스터
- LiveKD
- 프로세스 CPU 사용량
- Windows Server 2008
- Windows Server 2016
- windows media service
- failover cluster
- cluster node as Domain controller
- dsquery
- FTP7.5
- 터키여행
- iSCSI target
- Local TempDB
- Session space
- Xperf
- 안철수
- nonpaged pool
- Nested VM
- 인문고전
- MSCS on VMWare
- 작업관리자
- windows debugging tool
- paged pool
- Today
- Total
류짱:Beyond MySelf
Windows Server 2008 시스템 상태 백업 실패 본문
[환경]
Windows Server 2008 R2 EE SP1
[현상]
시스템 상태 백업을 C Drive 에 받으려고 할 때, 아래와 같은 오류가 발생합니다.
Starting to back up the system state [2012-04-17 오전 9:57]...
Retrieving volume information...
This will back up the system state from volume(s) System Reserved (100.00 MB),Local Disk(C:) to C:.
The backup storage location is invalid. You cannot use a volume that is included in the backup as a storage location.
[원인]
Windows Server 2008 버전부터 중요한 볼륨으로 인지되는 볼륨에 시스템 상태 백업을 받을 수 없습니다.
해당 볼륨에 시스템 상태 백업을 받기 위해서는 아래 조건이 모두 만족해야 합니다.
Prerequisites to perform system state backups to critical volumes
· Make sure that the target volume has no shadow copy before the backup starts.
· If a system state backup is stored on a source volume, backup settings should be configured for full backups. By default, settings are configured for full backups.
· Periodically check that no other user or program maintains a shadow copy on the target volume.
· Do not keep volume level backups and system state backups in the same location.
· The volume used to store the system state backup needs twice the amount of free space as the size of the system state backup until the backup completes.
[해결방안]
아래 레지스트리 키를 생성하여 중요한 볼륨에 시스템 상태 백업을 내려 받을 수 있도록 설정을 변경합니다.
SystemStateBackup 키는 기본적으로 존재 하지 않습니다. 해당 키를 새로 만든 후 AllowSSBToAnyVolume 값을 추가 합니다.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wbengine\SystemStateBackup\
Set the value of this entry as follows:
Name: AllowSSBToAnyVolume
Data type: DWORD
Value data: 1
[참고자료]
Error message when you try to perform a system state backup in Windows Server 2008: "ERROR - The location for backup is a critical volume"
http://support.microsoft.com/kb/944530/en-us
감사합니다.