vCD customization

If you want to customize your installation of vCD and make it to integrate with other components, what language would typically be in?  What language is more from vCD?  Java? JavaScript? .net?

We offer two software development kits.  As Java/Python/.NET (I think that we always offer those), and PowerCLI a vCloud extensions in it.

However, you can use any REST based customer to integrate at the level of the API... it would require a bit more coding.

The best person to ask is in the forums of developer here: SDK: vSphere SDK, SDK, SDK - Developer Center VMware vCloud vCenter

Tags: VMware

Similar Questions

  • CentOS 7 comments customization with vCD 5.5.2 does not

    It seems that CentOS 7 is not taken in charge and invited the customization does not work with 5.5.2/vCenter 5.5u2 of 5.5u2/esxi. Anyone found a solution for this? < Br > I am currently using the provided operating system open-vm-tools + the plugin this Ko deployPkg http://kb.vmware.com/kb/2075048 . I used VMware provided tools and had the same results as well. IP address is not configured host name is not configured the looks like the customization comments script works but failed due to networking are declining. Search the logs for 'Customize guest' file does not display errors that can be used. < br > insight is appreciated. Thanks, Blake

    Yes, we now use this hack and work well with straight vCD and vSphere. https://lonesysadmin.NET/2015/01/06/CentOS-7-refusing-VMware-vSphere-guest-OS-customizations/

  • Customization of VCD comments fail to finish before vmtools restarts the server

    Hi all

    You are looking for assistance. I'm trying to run a script powershell to the customization post. This script works fine if run independently. The question I see newspapers is vmware tools marks the complete script once past the initiates a reboot of the system. This obviously prevents my powershell to finish. The script is copy the files to the client to then proceed with an installation.

    So my question is that nobody knows how to stop either vmtools to initiate the restart until the end of my script or how to tell my script to stop the vmtools start resetting. I still want the tools at the end, but not until my script is done.

    I tried to add various command to the script with no joy, I think it's because vmtools run command shell of power and esteem/marks it complete and moves independently of what happens. This is for servers Windows 2008 R2 and im using VCD 5.1.

    Any ideas would be appreciated.

    Paul

    Post edited by: Cart3r This is the script of customization under the properties of the virtual machine @echo off if '%1% ' is "precustomization" (echo of precustomization task) if '%1% ' is 'postcustomization' (echo postcustomization tasks powershell.exe - ExecutionPolicy Unrestricted - folder C:\vCD\install-local-agent.ps1 )

    Hi Paul,.

    Based on the newspaper it seems to me that you actually run VCD 1.5 (not 5.1). Could you tell me the Version/Build date help > about? If this is the case and you can't find a way to run your script synchronously, or the timeout of 100 seconds is not enough, I recommend you to run your commands by planning a separate Windows task runs after reboot (this is how we do it in VCD 5.1.x):

    \\system32\\schtasks.exe / create /sc ONSTART $ more HIGH/np/z v1 /ru SYSTEM /tr 'order' /tn "my tasks".

    Remember that you may need to remove it later, because Windows often fails to do so, even if the arguments instruct to do.

    / Andrii

  • vCD VM event customization?

    Hi all

    in vCenter there are events for the Customaztion

    • VMware.Vim.CustomizationStartedEvent
    • VMware.Vim.CustomizationSucceeded
    • VMware.Vim.CustomizationFailed
    • VMware.Vim.VmStartingEvent

    And that works very well for virtual machines created with GuestCustmization by VC. These node does NOT raise when vCD creates the VM and providesthe comments customization.

    II looked thought the REST and (GUI) newspapers and I can't find any event that captures if GuestCustomization staretd or ended (and even less has failed).

    Do I missed something or nobody does still thought to include this vCD in.

    The solution is that vCD uses the ESXi plugin to push personalization of comments. So that the event can not get to vCenter. The only good answer to the problem is to have the virtual machine send an email and then create a poll on this control for the email... or a HTTPS post and then a poll on this... D

  • Unable to join the domain using customization comments vCD

    I have vCloud Director installed and running.  I created a vApp and edited the properties to allow customization of comments and more everything works so far but the computer will not join the domain.  I tried to use organization customization, as well as customize the TIME after deployment.  As soon as the server ends with the customization and is powered, I can log in and join the domain manually without any problem, I can't get comments customization to do that for me.   Its a Windows 2008 R2 server.  I found this entry at the end of the journal to customize-comments on the server:

    run the command netsh interface ip set dns 12 xxx.xxx.xxx.xxx static (it has the correct address for my DNS server) =

    The command has been successfully run, the output of the command:

    The configured DNS server is incorrect or does not exist

    Any thoughts?

    It is a farily well known problem.  For a join of field works in vCloud Director, you must have on your DHCP subnet.  Many people make using the vShield edge device that is located on the network of the Org.  The sysprep process runs before tools VMware is running (which applies to the satic IP address to the client).  It's sort of a situation or hen that the guest has ip when in sysprep, so the easy solution to make it work is DHCP.  Conversely, people did it is in port, a lab post script custization in vCD Manager who entered the field after the sysprep is made completely and the guest it's static IP.  Frankly, it's something of the order of operations that is causing the problem.  We are looking at this for other clients, but at the moment, what your options are

    (1) add DHCP to the subnet by using your own server DHCP OR vShield Edge

    (2) add a PostScript of customization to join the domain, it can be inserted into the comments thus customizaion area.

    Hope this helps you stop banging their heads on the wall

  • Guest OS script customization help.

    Hello
    I am trying to run a script in a virtual machine after deploying a paralytic. The script sets the automatic logon to activate because we need this function to perform certain other actions before joining the domain.
    I activated the VM Guest OS customization VAPP ("customization of activate ', 'Change SID', 'Password Reset'") and I used William Lams script provided here, http://blogs.vmware.com/vsphere/2012/06/using-a-guest-customization-script-to-tell-when-vappvm-is-ready-in-vcloud-director.html in the section of script Guest OS customization as a base.

    I have tried both:

    off @echo

    If '%1% ' == 'precustomization' (echo of the tasks precustomization) otherwise if '%1% ' == 'postcustomization' (c:\script\script.bat)

    and

    off @echo
    If '%1% ' is "precustomization" (echo of precustomization task) if '%1% ' is 'postcustomization' (cmd/c reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" AutoAdminLogon t REG_SZ/d '1' f v)
    cmd /c reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" DefaultUserName t REG_SZ/d 'Administrator' f v
    cmd/d reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" v DefaultDomainName t REG_SZ/d 'localhost' f
    Shutdown r)

    The first example points to a file, c:\script\script.bat, locally on the virtual machine. If I use Williams script without changing the vm-is-ready file is created.

    The customscript.bat is created in a folder under C:\Windows\Temp\ on of Windows virtual machine with the content as described above, but it seems that it is never executed

    Any help appreciated.
    Thank you

    We that debogues in offline mode, so just to sum up the results so far:

    Theory:

    There are several things here.

    One is on unattend.xml required by sysprep. The way in which it is used is the following:
    -VCD uses the ' basic' version of guestcustomization/windows/unattend.xml
    -obtained set cached in guestcustomization/windows_deployment_package_sidgen.cab on the first request to customize Vista + or any other virtual Windows computer in case "change SID is false."
    d ' after the above, I believe that it is possible to use the unattend.xml file "basic" to "extend" VCD offer out-of-the-box. Remember that any time that you do this, you must manually backup or remove guestcustomization/windows_deployment_package_sidgen.cab. Then the system takes care of regenerate automatically using the most recent version of the unattend.xml file
    -I think that this is not the right way to go in this particular case. This approach would severely limit flexibility due to the need to specify a password for automatic logon. So, you would have to live with a hard-coded pass which is very precarious. But it works very well for 'static' things like "company name".
    -I think change unattend.xml inside the virtual machine (probably see you \Windows\Panther) is not going to work somehow. I don't know exactly the purpose of this file, but I think that it is generated by sysprep itself during its work
    -I work on improvements for the next version and followed bug add this feature. Basically I dynamically update unattend.xml based on the password set in VCD
    The other is about performance after customization. The way it works now (for the case of "change SID is true") is that we rely on the Windows Task Scheduler. Basically plan us customization after execution of the script to run after reboot to the very last point inside the sysprep mini-setup phase. If the warning you see is probably the Scheduler and I think it's harmless. It also means that after customization will be the last thing that is performed on your virtual machine. So not sysprep after that and I don't expect anything to delete your registry values or either reboot.
    Now, I suspect that these keys are not simply added because of a problem with the keys themselves or (as you well pointed out) this could be the permissions problem.
    Practice:
    We went with the first approach, which is a good enough compromise for this particular client:
    0) be careful with the update of file system of the cell while signed in as 'root' ssh, because most of the files (if not all) is the property of vcloud:vcloud
    (1) to add:
           
              XXX
              true</PlainText> </div> <div>         </div> <div> </div> <div> <AutoLogon> </AutoLogon></div> <div>         <Password> </Password></div> <div>           <Value>XXX</Value> </div> <div>           <PlainText>true</PlainText> </div> <div>         </div> <div>         <Domain>localhost</Domain> </div> <div>         <Enabled>true</Enabled> </div> <div>         <LogonCount>8</LogonCount> </div> <div>         <Username>Administrator</Username> </div> <div> </div> <div>at $VCD_HOME/guestcustomization/windows/unattend.xml</div> <div>(2) to remove the $VCD_HOME/guestcustomization/windows_deployment_package_sidgen.cab that caches the unattend.xml file. System must regenerate. If she doesn't do something like:</div> <div>Su - vcloud</div> <div> <div>CD/opt/vmware/vcloud-director/deploymentPackageCreator</div> <p class="reply">export LD_LIBRARY_PATH = / opt/vmware/vcloud-Director/deploymentPackageCreator</div></div><p class="reply"> <div>. / deploymentPackageCreator... / guestcustomization/windows... /guestcustomization/windows_deployment_package_sidgen.cab "Customize - guest.exe" 1</div> <div>(3) be aware that on some models sysprep automatically disables the administrator account. It was not a problem on the model of the customer, but for me it does not on any of my models in the laboratory. The solution is to create another account to the Administrators group, and to be used for automatic logon. I'm working on the fix.</div><p class="reply"> <p class="reply">(4) for debugging this kind of things always start to do it manually on an own virtual computer (run sysprep.exe to register commands from the command line, run update) and check to succeed before trying to mess with VCD</p> <p class="reply">(5) we have no debug update registry problem, I'll put it on my TODO list</p> <p class="reply">Andrii</p> </li> <a name="0Ppp4boP"></a> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/customization-of-the-guest-operating-system/">Customization of the guest operating system</a></p> <p class="help">Dear people,</p><p style="min-height: 8pt; padding: 0px;"><p class="help">I have a configured Windows 2008 VM and trying to put the password (through comments of vCD properties VM customization). A virtual machine VMware Tools installed and sysprep files are all configured correct in vCloud Director cell.</p><p style="min-height: 8pt; padding: 0px;"><p class="help">I had chosen to activate the customization with Auto generate the password option is selected. The first time, it has generated an automatic password (but I forgot to note - my bad!). After that I thought specify a new and from there, it went wrong. Now I can't log in even after specifying a password. I seems that personalization does not at all. When I put back "Reset Password" AutoGenerate, it shows as "not available".</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Is there a way to recover my old password? What log file have this info? And no idea what causes the problem here?</p><p style="min-height: 8pt; padding: 0px;"><p class="help">/ Jas</p> <p class="reply">Hello</p> <p class="reply">After you change the password settings in customizing of comments, you must reapply the customization of comments. This can be done by selecting "power and force recustomization ' in the VM menu. Have you tried that? The password is displayed as "Out of stock" until the virtual machine is powered off - it will show the newly generated password, once it is running.</p> <p class="reply">Kind regards</p> <p class="reply">Todor Todorov</p> </li> <a name="NJjlEv5P"></a> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/vcd-doesn-t-show-password-for-w2k8-r2/">VCD doesn&apos;t show password for w2k8 R2</a></p> <p class="help">Hi, someone at - there experience this problem whereby W2k8R2 deployment model with "auto generate the password '; the password is not reflected anywhere makes it impossible to log in to the paralytic.</p><p style="min-height: 8pt; padding: 0px;"><p class="help">How to create a w2k8 templlate to activate these features.</p><p style="min-height: 8pt; padding: 0px;"><p class="help">using VCD 1.5 &amp; ESX 4.1U1</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Thanks for any info</p> <p class="reply">The password should be placed on the customization of the guest virtual computer screen when the guestCustomize ends successfully.</p> <p class="reply">If it is not point it to this place - but it has changed (as you know is no longer the password)-you can take a look in VCenter to the virtual machine.</p> <p class="reply">VCenter:VM - EditSettings - Options - settings of the FVO - see -.<Property oe:key="<strong>vCloud_adminPassword</strong>" oe:value="<strong>XXXXXX</strong>"></Property></p> <p class="reply">I don't know why she does not appear for you, but once you get in the VM - check the GuestCustomization Windows, log on to the virtual computer and see if it failed or contained errors.</p> <p class="reply">Hope this gets started you</p> </li> <a name="5Gr6vMqG"></a> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/force-recustomization-in-vcd/">Force Recustomization in VCD</a></p> <p class="help">Hello</p><p style="min-height: 8pt; padding: 0px;"><p class="help">I would like to run "Power On and Force Recustomization" on a virtual machine in a VCD VAPP with VCO.  Someone at - the code or a workflow?</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Using the functionality of field to join in the VCD section customization prompt fails when DHCP does not work, I guess this is due to the junction of field attempt until the virtual machine has received an IP address. You can use netdom join here, but I would try to force recustomization and see if it works.</p><p style="min-height: 8pt; padding: 0px;"><p class="help">VCD 1.5<br>VM OS - Windows 2008 R2<br>VCO device</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Thank you</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Rob</p> <p class="reply">Please test the attached package.</p> <p class="reply">Christophe.</p> </li> <a name="DJbAX6eZ"></a> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/get-information-of-guest-vm-vcd-1-5-plugin/">Get information of guest VM vCD 1&period;5 Plugin</a></p> <p class="MsoNormal">I try to get the information about the customers of the plugin vCD 1.5 without much luck.  I try to get the hostname of comments, IP, etc..  What is the best way to get this information?  I'm looking for the module: com.vmware.library.vCloud.vApp.VM, but I can't find that.</p><p class="MsoNormal">In addition, as another question, I want to get a list of a paralytic Vcloud.VMs.  I found the code in the documentation for the list of virtual machines, but how to mount what is returned as a VM vCloud?</p><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">Var TIME =...</p><p class="MsoNormal" style="min-height: 8pt; padding: 0px;"><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">queryService var = vapp.getHost () .getQueryService ();</p><p class="MsoNormal" style="min-height: 8pt; padding: 0px;"><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">var expression = new VclExpression (VclQueryVMField.CONTAINER, vapp.getReference () .href, VclExpressionType.EQUALS);</p><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">filter var = new VclFilter (expression);</p><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">var params = new VclQueryParams();</p><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">params.setFilter (filter);</p><p class="MsoNormal" style="min-height: 8pt; padding: 0px;"><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">resultSet var = queryService.queryRecords (VclQueryRecordType.ADMINVM, params);</p><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">While (resultSet! = null) {}</p><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">var record = resultSet.getRecords (new VclQueryResultAdminVMRecord());</p><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">System.log (records.length + "records found");</p><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">for (i = 0; i &lt; records.length; i ++) {}</p><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">System.log (Records [i]. (Name)</p><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">}</p><p class="MsoNormal" style="LINE-HEIGHT: 12pt; MARGIN-BOTTOM: 4.2pt; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;">resultSet = resultSet.getNextPage ();</p><p class="MsoNormal">}</p> <p class="reply">During exploration vCO for information that is not readily available in the library of workflow and of actions, search for the object in question in the API Explorer and see what kind of properties and methods are avialable.<p class="reply"> <p class="reply">For example, the vCloud:VApp object has a method called. getChildrenVms() which returns an array of objects (vCloud:VM).<p class="reply"> <p class="reply">From there, look at the vCloud:VM object in the api to see what properties are available.</p> <p class="reply">I won't have you work too hard here: assuming that your code uses "vm" as variable name for a vCloud:VM object, the following will give you some good info:</p> <p class="reply">var curVMName = vm.name;<br>var OSSection = vm.getOperatingSystemSection ();<br>var osName = OSSection.description.value;<br>System.log ("OS:" + osName);<br>Is var = (osName.toLowerCase () .indexOf ("windows")! = - 1);<br>System.log ("Windows is?" (+ is);<br>System.log ("CPU Count:" + vm.getCpu (.noOfCpus));<br>System.log ("memory (MB):"+ vm.getMemory (.memorySize) ");<br>var record = vm.getDisks ();<br>for each {(discs discs)<br>If (disk.isHardDisk ()) {}<br>System.log ("Name:" + disk.itemResource.elementName.value);<br>System.log ("Type:" + disk.itemResource.resourceType.value);<br>System.log ("Id:" + disk.itemResource.instanceID.value);<br>System.log ("disk size (MB):"+ disk.hardDiskSize ");<br>}<br>}</p> <p class="reply">System.log ("CONNECTION INFORMATION for the NETWORK \n=== =");<br>network var = vm.getNetworkConnectionSection ();<br>System.log ("primary network connection Index:" + network.primaryNetworkConnectionIndex);<br>var net = network.networkConnection.enumerate ();<br>for each {(net in nets)<br>System.log ("external IP address:" + net.externalIpAddress);<br>System.log ("IP address:" + net.ipAddress);<br>System.log ("allocation of IP address:"+ net.ipAddressAllocationMode ");<br>System.log ("isConnected:" + net.isConnected);<br>System.log ("mACAddress:" + net.mACAddress);<br>System.log ("requires a customization:" + net.needsCustomization);<br>System.log ("network:" + net.network);<br>System.log ("network connection Index:" + net.networkConnectionIndex);<br>var otherAttribs = net.otherAttributes.keys;<br>}</p> </li> <a name="QJ330XlJ"></a> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/change-the-customization-of-the-operating-system-invited-to-the-catalog/">Change the customization of the operating system invited to the catalog</a></p> <p class="help">Hi, I was testing vCloud for a demo, when I realize that it was not able to connect to cloned Windows 2008 R2.</p><p class="help">Checking certain things, I get to the customization options of the guest operating system, where I found a password change policy, but they have grayed out to the level of the catalog (as shown in the attached picture).</p><p style="min-height: 8pt; padding: 0px;"><p class="help">I was able to change the option to a power off VM cloned already in my cloud, but the question is: do I have to do this for each cloned virtual machine, or is it possible to do it at the level of the catalog to get a framework agreement?</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Thanks in advance!</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Pablo. -.</p><p style="min-height: 8pt; padding: 0px;"><p class="help">EDIT: Sorry, vCD is 1.5 with vSphere 5.0. VMtools are updated on the VMS and I use vHardware 8.</p> <p class="reply">Lol once in the catalog, it can not be changed. See also the thread here <a href="https://communities.vmware.com/thread/285874?tstart=30" rel="external nofollow noreferrer">http://communities.vmware.com/thread/285874?tstart=30</a></p> </li> <a name="aJV6vwyJ"></a> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/vm-password-reset-does-not-customizations-of-comments/">VM Password Reset does not&period; Customizations of comments</a></p> <p class="help">Hey there everyone.</p><p style="min-height: 8pt; padding: 0px;"><p class="help">I have seen this happen in vCD 1.01 and thought it might be just a bug, but I came across it in vCD1.5 now as well.</p><p style="min-height: 8pt; padding: 0px;"><p class="help">I have a clean install of Windows Server 2008 R2 Web (Server Core) VM that initially works well with the default password. Once I installed VMware Tools and activated the customizations with a reset password list password does not work. Also got a situation where if I have the link stop the virtual machine and try to reset the password as shown in the screenshot below, this password no longer works. Obvisouly my initial password also will not work.</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Any ideas?</p><p style="min-height: 8pt; padding: 0px;"><p class="help"><a class="jive-link-external-small" href="http://files.anittel.com.au/11099541709/vc_1.JPG" rel="nofollow">http://files.anittel.com.au/11099541709/vc_1.jpg</a></p> <p class="reply">If you had already turned it and THEN changed the customization settings, you need power he took and slect "power and FOrce re-customization."</p> <p class="reply">Once the first power is issued has more no additional customization made even if you update settings, unless you force the customization.  It turned off, update the password and try again with the recustomization force that almost always works and is a little undocumented for sure that changes do not take effect unless you do.  This option is available only on VM not the level of vApp level.</p> </li> <a name="NJjkN07G"></a> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/how-to-customize-vapp/">How to customize VAPP&quest;</a></p> <p class="help">Hello</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Created a new TIME of all parts, which includes a VM of RHEL 5.5, then added to the catalog, creating the VAPP model, a new VAPP VCD asked for the host name and network IP configuration? Is there to customize the allocation of resources such as processor, memory, disk etc. vApp creating?</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Thank you</p><p class="help">William</p> <p class="reply">Indeed, it is currently the only way to achieve this.</p> <p class="reply">Duncan</p> <p class="reply">VMware communities user moderator | VCDX</p> <p class="reply">-</p> </li> <a name="lJ5kzEPR"></a> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/customize-the-response-of-siri-about-my-company/">Customize the response of siri about my company</a></p> <p class="help">Can I customize to the siri application on my business?</p> <p class="reply">Here's what Siri and &gt; <a href="http://www.apple.com/ios/siri/" rel="external nofollow noreferrer">http://www.apple.com/ios/siri/</a></p> </li> <a name="QZkOkzZY"></a> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/customization-of-the-devices-in-itunes/">Customization of the devices in iTunes</a></p> <p class="help">I use iTunes to back up my devices (on pc). Is there a way to customize each device so that only certain apps, music, etc. are on a particular device?  For example, I want everything on my main iPhone. However, I want to only a couple of movies and zero on an old iPhone Apps. Each device can be customized, although they are upward and synchronized on the same iTunes on the same computer account?</p> <p class="help">Thank you.</p> <p class="reply">Each unit will only sync what you select.  They are different and are treated as such.</p> <p class="reply">Simply connect and sync what you want.</p> </li> </ul> </div> </div> <div class="similar_msg"> <h3>Maybe you are looking for</h3> <ul> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/can-t-free-up-space-for-sierra-install/">Can&apos;t free up space for Sierra install</a></p> <p class="help">After downloading mac os Sierra, I started to install it. I forgot to check my disk space. now I'm stuck in this message: Mac OS could not be installed on your computer - there is not enough free space on - to install. I tried to go into safe mode. n</p> </li> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/how-long-before-an-update-soak-the-start-of-tests/">How long before an update soak the start of tests&quest;</a></p> <p class="help">I was surfing just on the web and saw a story on the Droid X soak test and thought, &quot;HEY!, I've seen that Word before&quot;... so I thought I'd ask. &quot; Looking at the Droid X gingerbread release, it seemed that it was about 3 or 4 days before the release. </p> </li> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/how-to-connect-a-surface-pro-to-an-external-monitor/">How to connect a surface pro to an external monitor&quest;</a></p> <p class="help">It does not have a vga port so, how would I do it.</p> </li> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/cannot-compress-files-or-folders-when-i-right-click-send-to-all-i-get-is-send-to-dvd/">cannot compress files or folders&period; When I right click send to&comma; all I get is send to DVD</a></p> <p class="help">I right click on a folder or file, the I click on send to, all I get is DVD RW</p> </li> <li> <p class="similar_list"><a href="https://www.eehelp.com/question/email-saying-that-my-account-would-be-suspended-or-deleted-is-this-a-hoax/">Email saying that my account would be suspended or deleted&period;&period;&period; is this a hoax&quest;</a></p> <p class="help">Suspension or deactivation of the service. To resolve this security error, you are to confirm your ID windows now to avoid any suspension of service on your email account. Once your account is confirmed, your account will restore to normal. Click her</p> </li> </ul> </div> <div class="clear"></div> </div> <!-- <div class="rightmain"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> eehelp_c <ins class="adsbygoogle" style="display:inline-block;width:300px;height:600px" data-ad-client="ca-pub-3059180850985380" data-ad-slot="1404688152"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> --> <div class="clear"></div> </div> </div> </div> <div id="sidebar"> <div class="bloque suspension"> <div class="topicbul fbold margb4"> Similar Questions </div> <ul> <li class="topic_li"> <a href="#MZ8BKxvG">vCD customization</a> </li> <li class="topic_li"> <a href="#eGMpqK5J">CentOS 7 comments customization with vCD 5&period;5&period;2 does not</a> </li> <li class="topic_li"> <a href="#eGMvWXAP">Customization of VCD comments fail to finish before vmtools restarts the server</a> </li> <li class="topic_li"> <a href="#jZlLmL2Z">vCD VM event customization&quest;</a> </li> <li class="topic_li"> <a href="#EGLWX20J">Unable to join the domain using customization comments vCD</a> </li> <li class="topic_li"> <a href="#dZw6QDmP">Guest OS script customization help&period;</a> </li> <li class="topic_li"> <a href="#0Ppp4boP">Customization of the guest operating system</a> </li> <li class="topic_li"> <a href="#NJjlEv5P">VCD doesn&apos;t show password for w2k8 R2</a> </li> <li class="topic_li"> <a href="#5Gr6vMqG">Force Recustomization in VCD</a> </li> <li class="topic_li"> <a href="#DJbAX6eZ">Get information of guest VM vCD 1&period;5 Plugin</a> </li> <li class="topic_li"> <a href="#QJ330XlJ">Change the customization of the operating system invited to the catalog</a> </li> <li class="topic_li"> <a href="#aJV6vwyJ">VM Password Reset does not&period; Customizations of comments</a> </li> <li class="topic_li"> <a href="#NJjkN07G">How to customize VAPP&quest;</a> </li> <li class="topic_li"> <a href="#lJ5kzEPR">Customize the response of siri about my company</a> </li> <li class="topic_li"> <a href="#QZkOkzZY">Customization of the devices in iTunes</a> </li> </ul> </div> </div> </div> <script type="text/javascript"> function view_thread(code) { var url = '/help/'+code+'/'; window.open(url); } </script> <div class="clear"></div> <div id="footer"> <div class="leftside"> &copy; 2024 eehelp.com. All Rights Reserved. 11 q. 0.014 s. <a href="/about/contact/" rel="nofollow">Contact Us</a> - <a href="/about/tos/" rel="nofollow">Terms &amp; Conditions</a> - <a href="/about/privacy/" rel="nofollow">Privacy Policy</a> </div> </div> </div> <!-- Start of StatCounter Code for Default Guide --> <script type="text/javascript"> var sc_project=11251980; var sc_invisible=1; var sc_security="676835c8"; var scJsHost = (("https:" == document.location.protocol) ? "https://secure." : "http://www."); document.write("<sc"+"ript type='text/javascript' src='" + scJsHost+ "statcounter.com/counter/counter.js'></"+"script>"); </script> <noscript><div class="statcounter"><a title="web analytics" href="http://statcounter.com/" target="_blank"><img class="statcounter" src="//c.statcounter.com/11251980/0/676835c8/1/" alt="web analytics"></a></div></noscript> <!-- End of StatCounter Code for Default Guide --> </body> </html>