I made a good CentOS6.5 VM template image on SCVMM, my own deployment is also successful, now configure the WAP VM Cloud virtual machine role configuration, I played the CentOS6.5 label on SCVMM, but in the creation of virtual machine role configuration, the selected CentOS can not find the hard disk, what is the matter? Let's look at the analysis process together.
650) this.width=650; "height=" 348 "src=" https://social.microsoft.com/Forums/getfile/636467 "/>
I have run:
$myVHD =
Get-scvirtualharddisk | where {$_. Name–eq ' centos_6_5_64bit_s '}
Set-scvirtualharddisk
–virtualharddisk $myVHD –tag "CentOSLinux6"
650) this.width=650; "height=" 205 "src=" https://social.microsoft.com/Forums/getfile/636468 "/>
command or previous command, nothing wrong:
$libraryShare =
Get-sclibraryshare | Where-object {$_. Name-eq ' Vmmlibrary '}
$resextpkg =
$ENV: systemdrive + "\gallery
Resources\centos6_mysql_server_vmrole_pkg\centos6mysqlserver.resextpkg "
Import-cloudresourceextension
–resourceextensionpath $resextpkg-sharepath $libraryShare
So the problem is that the VM libraries and read-only libraries on the SCVMM cloud are:
650) this.width=650; "height=" 478 "src=" https://social.microsoft.com/Forums/getfile/639667 "/>
Since these virtual machine templates are needed for our virtual machine role configuration, naturally these templates are only read-only and cannot be modified for tenants, so in a read-only library this needs to write the library where our virtual machine templates reside.
The VM library above I suspect it should be the storage location of the VM Template Library where tenants upload their own custom VMH.
This article is from the "Zjs Microsoft Desktop Virtualization" blog, so be sure to keep this source http://rdsrv.blog.51cto.com/2996778/1633787
Windows Azure pack sharing with SCVMM tag resolution