Re: Is there an alternative to the "su -" command on ESXi 5.1 hosts?
I don't have any groups listed when I create users and can't seem to add users to the Administrative group in the vSphere Client. I can see some of the default users (root, dcui) have the...
View ArticleRe: ESX deployment appliance v1.05
I love the appliance as is, use it all the time. I have a thought. Ever thought about adding a multi-script option? This would make it easier to deploy several different hardware configs from one...
View ArticleHow to filter similar MAC addresses?
Hi I'm trying to filter out MAC addresses but the MAC column is showing blank. Here's what I have so far: Get-Datacenter $DC | Get-Vm | Get-View |Select @{N="VM";E={$_.Name}},...
View ArticleRe: Is it possible to configure vMotion with 2 differents servers.
Well, EVC mode is this disabled and we are unable to to a vMotion. For the second option you've proposed, I'm not very pleased with that one. Also, I'm wondering if I will need to reactivate the...
View ArticleRe: Conditional Branching Task - If-Else Conditions
I see... You are right, I believe it has not been possible to specify OR logic in the same CBT rule condition until the release of FP5 (Rules Builder implementation).
View ArticleThin clients, labs, and applications
We have thin clients in some labs and have a specific virtual desktop load specific for that lab. The issue; students do NOT have to log into the network and we want to change this. Our issue:We have...
View ArticleSame device appears in Pending Devices and All CVDs
Somehow (I don't know if he uninstalled the mirage client it or what), the laptop of one of our users one day appeared in Pending Devices as Pending Assignment, when it had previously been in All CVDs....
View ArticleRe: Primal Community Edition Problem
Do you have to have Powershell 3 installed to make this work? I ran the script that you alerted and it just sits there and the listbox is blank.
View ArticleRe: How to filter similar MAC addresses?
Give it a try like this Get-Datacenter$DC|Get-Vm|Get-View|Select@{N="VM";E={$_.Name}},@{N="#NIC";E={($_.Config.Hardware.Device|where {$_-is [VMware.Vim.VirtualEthernetCard]}...
View ArticleErratic Customization Specification
Hello all, I have created a XP Pro x86 template in vSphere Client 4.1.0 Build 258902. The version of VMware vCenter Server is version 4.1.0 Build 258902. I am deploying the template into a pool...
View ArticleRe: Is it possible to configure vMotion with 2 differents servers.
we are unable to to a vMotion.What is the error message you get when trying to vMotion?
View ArticleRe: Custom Application Crash (c0000005)
Hi Francis,I'm Pablo, one of the SpyStudio developers. If you found any problem with the product, please report it to me and send me the logs that you want to compare.Best Regards,Pablo
View ArticleRe: Problem with network at VMware Workstation 9.0.2 x64.
What roles are enabled on your server (VM)?How much RAM is allocated to the VM. Are you going through a (hardware) firewall?Does that server have a public IP address? (is the 212.... address shown in...
View ArticleRe: Scheduled Reports Ignoring Parameters
Gytis Thatnks for the response but I'm more confused now. I've set up a report param for CMDB_Item_Ref "in list" but don't know how to set the default param values. Also, I'm not sure where to look...
View ArticleRe: The VM that wouldn't die --or-- How the %^$^%$ do I shut down a suspended...
Now how did you know that line was in there? You got that from the log files? Yes, the information was in the vmware.log file. I extracted the .vmx configuration file information from the vmware.log...
View ArticleRe: Primal Community Edition Problem
As far as I can tell your script is working correctly, but you don't do anything with the result of the Get-VM you execute.Have a look at the attached update of your script, I added a ListBox to...
View ArticleRe: Primal Community Edition Problem
No, but there was still a name of one of my VMs in the script.I updated the attached script, try again.
View ArticleChargeback issues
Hi, We have been struggling with several issues with chargeback with vCloud. 1. We want to charge a fixed cost for each external IP used per VM. Is this possible with Chargeback? 2. We have 3 different...
View ArticleRe: Error when trying to log into vCenter 4.1. U3 using vClient
It can be a lot of things. Check: - If there is no duplicate IP on the network (the Windows 2008 TS IPs);- If there is no antivirus installed on the TSs. If there is, try to disable it and check if...
View ArticleRe: Is it possible to configure vMotion with 2 differents servers.
Hi, disable EVC? Rather enable.Just EVC is a feature in that allows virtual machines (VMs) to move betweenESXi hosts on different CPUs...
View Article