System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
When you use Automated System Recovery (ASR) on a Microsoft Windows Server 2003-based computer, the ASR restore operation may fail. Additionally, Windows Server 2003 may not restart.
In this situation, the following error message is logged in the Asr.log file:
The recovery application "ntbackup recover /1 /sifpath=C:\WINDOWS\repair\asr.sif" returned an error code 0x1f. Since this indicates an unrecoverable error, ASR cannot continue on this machine.
The following error message is logged in the Backup.log file:
Warning: Unable to create "c:\SFU\usr\local\lib\perl5\5.6.1\Pod" - skipped. Reason: The system cannot find the path specified.
This problem occurs when Microsoft Windows Services for UNIX or Subsystem for UNIX-based Applications (SUA) is installed by using the Change the default behavior to case sensitive option. When this option is enabled, the installation creates a "pod" symbolic link under the same directory as the Pod directory. The backup program cannot identify case-sensitive file names.
In Control Panel, double-click Add or Remove Programs.
Click Add/Remove Windows Components, and then install Subsystem for UNIX-based Applications (SUA).
When you finish installing SUA, you are prompted to download and install Utilities and SDK for UNIX-based Applications. Follow the instructions to download these programs.
Run the Utilities and SDK for UNIX-based Applications_X86.exe self-extracting zip file to extract the files to a specified directory.
In the directory where you extracted the files, double-click Setup.exe . If you selected the When done unzipping open: setup.exe option during the extraction process, Setup runs automatically.
In the Utilities and SDK for UNIX-based Applications Setup Wizard, select the Custom Installation option, and then click Will be installed on local hard drive for the Perl component.
Click the Change the default behavior to case sensitive option.
Restart the computer when you are prompted.
Run an ASR backup. To do this, follow these steps:
Click Start, click Run, type ntbackup , and then click OK.
Click the Welcome tab, and then click Automated System Recovery Wizard.
Run an ASR restore. To do this, press F2 when you are prompted in the text mode of Setup.
The pod symbolic link is used only by the perldoc utility. For more information about the perldoc utility, search for "perldoc" in Windows Services for UNIX Help.
To view the pod symbolic link, follow these steps:
In Windows Services for UNIX, start C Shell or Korn Shell.
Type the following command to change the current working directory to /usr/local/lib/perl5/5.6.1:
cd /usr/local/lib/perl5/5.6.1
Type the following command to view the current working directory:
pwd
The output resembles the following:
/usr/local/lib/perl5/5.6.1
Type the following command to view the files in the current directory:
ls -al
The output resembles the following:
drwxrwxr-x 1 <ComputerName>+Administrator +Administrators 0 Jul 31 17:30 Pod
lr--r--r-- 1 <ComputerName>+Administrator +Administrators 5 Aug 1 17:05 pod -> ./Pod