New Question
0

Cannot deploy simple Windows 2016 VM

asked 2020-10-21 00:31:14 +0300

rliberty gravatar image

Hello! Using vRealize 8.1 and a slightly modified VMware cloudbase config...https://docs.vmware.com/en/V...

I'm not able to get cloudbase to kick off at all.

In the cloudbase logs, I can see multiple errors, etc.

WARNING cloudbaseinit.metadata.services.osconfigdrive.windows [-] ISO extraction failed on <partition: \\?\globalroot\device\harddisk0\partition2=""> with WindowsCloudbaseInitException("Cannot open file: 'The process cannot access the file because it is being used by another process.'

I can see the ISO is attached but cloudbase doesn't appear to be able to use it.

Thank you for any input!

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
1

answered 2020-10-22 05:55:58 +0300

rliberty gravatar image

I found that the #cloud-config header was missing in the XML file. I was missing a pipe in my blueprint.

  cloudConfig: |
    #cloud-config
    write_files:
      content: Cloudbase-Init test
      path: c:\test.txt
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-10-21 00:31:14 +0300

Seen: 297 times

Last updated: Oct 22 '20