Re: What is the fastest way to move a server from a VCenter to another...
Lester, 1.Login to your vCenter Server.2. Select the VM, which you need to export as OVF.3. PowerOFF the VM.4. Keep the VM selected and goto tab "File"5. In "File " you could see export option. Click...
View ArticleRe: vds "out of sync" after install ESXi 5
* Login to vcenter* Click Home -> Inventory -> Networking* Click Hosts tab for relevant switch* Right click on un-synced Host and click on “Rectify vNetwork Distributed Switch Host”~dGeorgey
View ArticleRe: What is the fastest way to move a server from a VCenter to another...
Thank you for the help dGeorgey. Looks like its way faster than using converter. Regards,Lester
View ArticleRe: How to make the clients take IPs from DHCP in a vlan diferrent than the...
My case is the thin clients are in vlan1 and connected with switches to another vlan (servers vlan) in other place and I want to make the client load VMs from the servers but with vlan 1 ips
View ArticleFusion 6 docs?
Click on the link to the release notes on this page: http://www.vmware.com/support/pubs/fusion_pubs.html You get a "page not found error". The requirements say Fusion 6 requires OS X 10.7.5,...
View ArticleRe: Fusion 6 docs?
Aside: The new forum UI sucks purple donkey ears. No preview? No text mode? Paragraphs forced together? Bah. I'm outta here.
View ArticleUpgrade Hyperic HQ 4.6 to 5.0.0
Currently we are monitoring our system with Hyperic HQ 4.6.To be able to use a 64-bit JVM we plan to upgrade to 5.0.0.The problem is that data import will fail unless we first upgrade to 4.6.6.1.See...
View ArticleRe: P2V error: FAILED: An error occurred during the conversion:...
When converting you select a host, until process finished there is no chance the HA/DRS cluster to move VM (it's locked), so choose one host and open its port. HTH
View ArticleRe: CREATING VM'S ..IN MY SRVER
but keep in mind that you should have/keep some ressources in your backhand for when a Host fails ;-)If you don´t have enough ressources you will maybe have poor performance, or some vm´s won´t start...
View ArticleRe: Workstation 10 fails to install
@@SMJAIN, I was able to install VMware workstation 10 on Windows 8.1 preview flawlessly. Installtion was smooth & I have usedVMware Workstation technology evalution key for VMware workstation 10....
View ArticleRe: Репликация шаблонов между сайтами
В смысле файл-сервер на Windows с репликацией через DFS-R и отдачей датасторов через Services for NFS? Это будет работать?
View ArticleRe: Rules for oversized and undersized VMs
Hi Gabrie, I was trying to get an answer as to why the default for most of the policy templates is 1% - but really you should set that to whatever makes sense for your environment. For example, you...
View ArticleRe: To list VM, cluster, hosts, folders, vmdk file path
Hi, You can try this : $AuditVM = @()ForEach ($vm in (Get-Cluster | Get-VM )) { foreach ($vmguest in @($vm | Get-VMguest)) { foreach ($cluster in @($vm | Get-Cluster )) {...
View ArticleRe: Репликация шаблонов между сайтами
Именно так:DFS Replication: Frequently Asked Questions (FAQ)
View ArticleRe: SOAP response not parsed correct
Hi Carsten, If you need to add the namespaces manually to some elements before the SOAP response message is processed you can achieve it using the message interceptors that the plug-in provides. In...
View ArticleRe: How to pass VM name to Workflow using JavaSDK?
Are you sure the execution has failed? Could you print the value returned by calling execution.getState().value()? The message you are seeing is printed by your code after the execution, when you try...
View Article