question

CharlieBrown-6402 avatar image
0 Votes"
CharlieBrown-6402 asked CharlieBrown-6402 answered

Install Azure replication on Hyper V Core

I was able to install the ASR package on my hyperV core box but have an issue with registration. I got an error that credential file not found. I verified the credential file is on c:\temp.

this is the process I followed.

If you're running a Hyper-V core server, download the setup file and follow these steps:

Extract the files from AzureSiteRecoveryProvider.exe to a local directory by running this command:

AzureSiteRecoveryProvider.exe /x:. /q

Run .\setupdr.exe /i. Results are logged to %Programdata%\ASRLogs\DRASetupWizard.log.

Register the server by running this command:

cd "C:\Program Files\Microsoft Azure Site Recovery Provider\DRConfigurator.exe" /r /Friendlyname "HyperCore" /Credentials "c:\temp"

error : Checking if Credentials file exists.
Credential file not found. Please provide a valid vault credentials file path.
Credential file not found. Please provide a valid vault credentials file path.

azure-migrate
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

also to add I'm getting that credential file from using Azure Migrate\Migration so I'm not sure if the above will work since its steps using ASR.

0 Votes 0 ·

1 Answer

CharlieBrown-6402 avatar image
0 Votes"
CharlieBrown-6402 answered

Issues was a format of the credential file. the command was seeing an extra space. I renamed file and it successfully found the file.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.