Use azure SDK 1.6 to load the azure Drive Solution in VM role

Source: Internet
Author: User
Tags azure sdk

With azure SDK 1.6, loading azure drive in Web role and worker role is okay. However, the following error occurs when loading VM role:

Clouddriveexception 0x80070103 when using Windows azure drive from a VM role

He discussed with Andrew Edwards of Microsoft and found that the driver was a problem and needed to install the driver manually.

The workaround for this issue has been published to msdn:
Http://msdn.microsoft.com/en-us/library/windowsazure/hh708321.aspx.

To manually modify the wadrive. inf driver information file

  1. On the virtual machine, navigateC:\Program Files\Windows Azure Integration Components\v1.6\AzureStorageDrive\

  2. Open the wadrive. inf file in text editor.

  3. Replace the one occurrence% Arch %With the five characters
    Amd64.

  4. Replace the one occurrence of the six characters$ Arch $With the five characters
    Amd64.

  5. Locate the catalogfile entry that references the wadrive. Cat file:

    Catalogfile = wadrive. Cat

    After the catalogfile entry, add the line:

    Driverver = 06/21/2006, 6.0.6002.18464

  6. Save the modified file, replacing the original wadrive. inf file.

To manually
Install the driver

  1. On the virtual machine, open to the Device Manager. ClickStart, Right click
    Computer, And clickManage. This opens the Server Manager.

  2. In the Left Navigation Pane, expandDiagnosticsAnd click
    Device Manager
    .

  3. Right-click the top node in the details pane. ClickAdd legacy hardware.

  4. The welcome to the Add hardware wizard opens.

  5. ClickNext, SelectInstall the hardware that I manually select from a list (advanced), And click
    Next.

  6. ClickShow all devicesAnd clickNext. A dialog on which you are using ucted select the device driver you want to install opens.

  7. ClickHave disk.... InCopy manufacturer's files from:Type the path to the wadrive. inf file.

    C: \ Program Files \ Windows azure integration Components \ v1.6 \ azurestoragedrive

  8. ClickOK.Add hardwareDialog opens
    Wa drive miniportDriver highlighted.

  9. ClickNextAnd clickNextOn the following dialog.
    Windows SecurityDialog opens to verify the driver installation.

  10. ClickInstallAnd clickFinish.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.