What client(s) can connect to ESX Server 2.5.2 ?
I have been asked to restart a VM running in ESX Server 2.5.2. Is there a vSphere client for this or do I need something else? I started with VMWare at 4.0.0, so this old box is a bit before my time....
View ArticleVM_Count for PowerCLI
HI,We required Info of Cluster Name, Host,version of host and VM's count of every host.Thanks for Advance.. Regards,Siva Reddy G
View ArticleRe: СХД для бедных: NFS или iSCSI?
2Sladky: Кому-то видать не везет. У меня обширный опыт возни с нищебродскими NFS-решениями на базеOpenFiler'а и RedHat'а. За вычетом клинических случаев проблем с железом все всегда было очень...
View ArticleUser permissions.
Hi,Scenario like,VCenter having 2000 above Vm,s. 100 Selective Vm's need to give No-Access,100 Selective Vm's need to give Virtual Machine Access. Thanks for Advance, Regards,Siva G
View ArticleRe: esx5.0 p2v failing at 1% with 'Unknown exception'
Yes, From Physical machine we need to telnet the Esx Server Ip address with the port Number 902.If its telnet then there is no issue connection between Physical -ESX Server . I
View ArticleRe: Vcenter - New Installation with transfer of Permissions and Folder to new...
No problem, I'm glad it was what you were looking for. There's definitely some awesome stuff out there with PowerCLI. I admit I'm only intermediate at best in its use but it's helped me out...
View ArticleRe: Adding a vSwitch results in a timeout and problems with network
It seems that the problem is esxi loses ability to use a default gateway. Communication inside a LAN works properly, but ESXI host cannot communicate with IPs behind the router (including my computer)....
View ArticleRe: Program not working properly after virtualization
Just gave a try packaging Photoscape on XP that works well on XP and Win 7. I can share the ThinApp project folders if you want.I'm not much aware about virtualbox but make sure you capture on a clean...
View ArticleRe: SOAP Plugin not authenticating webservices
Could you provide a bit more info.Error code 401 usualy shows a problem with authentication.What kind of authentication are you using (Basic/Digest ..)? Could you verify that you are using correct...
View ArticleRe: User permissions.
Can you please expand on No Access. do you mean specific user right to RDP on the VM etc ?
View ArticleRe: vcenter 4.0 move from physical server win2003 to new physical server win...
HiActually its not a V2P ,we want move from the hole thing with same system name and IP To New Physical server ram
View ArticleRe: vCenter Plugin SDK connection not returning any VMs
In case this can help you I provided an action that is not using the query service to find the VM. It is building the managed object from its reference: Get a vCenter Virtual Machine from a vCloud VM
View ArticleRe: VMWWorkstation 8.0.2 Unbuntu 12.04 lts - installation
I had the same problem when I upgraded to Ubuntu 12.04 today.I uninstalled VMware Workstation 8.0.2 (see http://www.vmware.com/kb/38) and installed version 8.0.6, which works fine on Ubuntu 12.04!
View ArticleRe: How to install VMtools on Manjaro (ArchLinux)
Okay, here is what I did... Downloaded the manjaro-cinnamon-0.8.6-x86_64.iso file and validated its sha1sum.Installed using all the defaults. The default kernel is 3.9.4.1 however the headers are not...
View ArticleRe: vCenter Plugin SDK connection not returning any VMs
Hi, you could also try this where you aren't using the SDKConnection: var vms = Server.findAllForType("VC:VirtualMachine","xpath:name='"+VclVM.name+"'"); System.log( vms[0].name ); Regards,Chris
View ArticleGet Status on ESXi 5.1 High Availability Agent
Hello everybody ! Someone has any script to check status on ESXi 5.1 High Availability Agent ? Thanks, Rafael Nunes
View ArticleRe: VM_Count for PowerCLI
Hi, You can try something like that : $Audit = @()$hosts = Get-Cluster [Cluster Name] | Get-vmhostforeach ($esx in $hosts) { $vm= Get-vmhost $esx | get-vm $objGuest= "" | Select Name...
View ArticleCan't Deploy Configuration
After following this KB article, I can't deploy configurations anymore. Here's the error message I'm getting: vCenter Lab Manager could not find any resource pools or hosts to deploy these virtual...
View ArticleRe: Orchestrator vCenter Server Login - Invalid login
OK. Tracked it down but it is sort of weird.I had the Orchestrator account in the vcoAdmins@system-domain group tied to the AD account. (i.e. the vcdAdmins@system-domain contained user@my-domain as...
View Article