Install Azure replication on Hyper V Core

Charlie Brown 396 Reputation points
2021-04-04T19:24:23+00:00

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
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
925 questions
{count} votes

Accepted answer
  1. Charlie Brown 396 Reputation points
    2021-04-05T21:22:34.96+00:00

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

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.