Difference between revisions of "Virtual Centre"

Jump to navigation Jump to search
m (Added "VMware VirtualCentre Server service won't start")
m (→‎Troubleshooting: Added "Virtual Machine won't export")
Line 88: Line 88:
=== VMware VirtualCentre Server service won't start ===
=== VMware VirtualCentre Server service won't start ===
'''Service-specific error 2 (0x2)'''
'''Service-specific error 2 (0x2)'''
Caused by the SQL service being unavailable, therefore investigate why this is so.   
* Caused by the SQL service being unavailable, therefore investigate why this is so.   


If SQL is running on the same server, and the service failed after a reboot, its likely that its starting too quickly and SQL isn't ready.  Either, make the service automatically restart after X mins (good practise anyway), and/or make the service depend on SQL.
If SQL is running on the same server, and the service failed after a reboot, its likely that its starting too quickly and SQL isn't ready.  Either, make the service automatically restart after X mins (good practise anyway), and/or make the service depend on SQL.
Line 99: Line 99:
#* Browse to <code> HKLM\System\CurrentControlSet\Services\vpxd </code>
#* Browse to <code> HKLM\System\CurrentControlSet\Services\vpxd </code>
#* Add the name of the SQL service to the <code> DependOnService </code> value (there must be a blank line at the end still)
#* Add the name of the SQL service to the <code> DependOnService </code> value (there must be a blank line at the end still)
=== Virtual Machine won't export ===
'''Failed to Export Virtual Appliance: An item with the same key has already been added'''
* Caused by VM being exported having a running snapshot.
To resolve
* Delete / Consolidate VM's snapshot(s)
[[Category:VMware]]
[[Category:VMware]]