Re: Unlock lockdown after blocking all L2 traffic in Firewall
Remove the VIBs related to NSX help because you remove the kernel module (esx-vsip) that is responsable for the DFW in the esxi world, but this solution have the inconvenient that you need to prepare...
View Articlevcenter vm lable Vs dns name
While doing server inventory i found that a vm has vcenter lable & dns name mis-match. ideally they should be same to avoid confion. Can with powercli we can find such mis-matched records thanks
View ArticleCreating a report on AVG and MAX CPU, RAM, Network Usage, Disk Usage
Hello all, I have been looking over the other posts on creating reports. I am not sure that I am finding what I am looking for.What would I would like to create is something similar to this code:...
View ArticleRe: prepare hosts in vcd via powerCLI
Hi, I'm new and haven't tried it, but have you tried using 'Get-Credential' that would be used for Powershell?
View ArticleRe: Is it possible to have Multiple vCenter Servers located under a DataCenter?
Thanks vHaridas In deed it will make sense if the hierarchy is reversed in the tree structure. That is to have multiple vCenters under the same DataCenter structure so as to share common objects like...
View ArticleRe: ESXi 5.5 bad Hard disk
Ok - I did expect a failure so I am not surprised at all.Lets go to plan B - dont wait to long ... waiting for calls on skype.Ulli
View ArticleRe: vcenter vm lable Vs dns name
i did this Get-View -ViewType "VirtualMachine" -Property @("Name", "guest.hostname", "config.name") |` Where-Object {($_.guest.hostname -ne $_.config.name) }|` Select-Object -Property Name, @{N="DNS...
View ArticleRe: prepare hosts in vcd via powerCLI
yeah I agree, you should be able to use get-credential and then convert it back into a string for use in the method
View ArticleRe: macOS Sierra 10.12 GM (Gold Master) as host Error starting VM "Could not...
Have you tried rebooting the host?
View ArticleRe: vRA Recent Events of one tenant admin from another tenant admin of same...
I misread, and thought this was different tenants. Recent events isn't user specific to the best of my knowledge, are you seeing different log entries?
View ArticleRe: reporting on Reservation usage.
Because it's not obvious? I only knew because I've been asked about it before, it seems logical that it would be part of the Reservation class.
View ArticleStorage vMotion x Migrate Vms
Amigos,Preciso fazer o storage vmotion do ambiente de legado para um ambiente novo criado em paralelo:1) Posso migrar, considerando fazer o storage vmotion entre datacenters de versões diferentes? Ou...
View ArticleRe: Using bundle-classpath while debugging in eclipse
Hi Laurent, Any updates on this? As I have indicated above, when I am debugging my project in eclipse, eclipse does not generate a mypluginservice.jar which contains all other jars (this is usually...
View ArticleRe: Parsing the json output from a workflow
So I'm trying to parse over the standard JSON output from the workflow execution. It looks as such for this workflow. { "href":...
View ArticleRe: macOS Sierra 10.12 GM (Gold Master) as host Error starting VM "Could not...
Restarting the host OS, or reinstalling VMWare did not fix the issue for me.
View ArticleRe: vSphere Client Console, VM guest only show in 1/4 of the console window
I have the very same issue on my Surface Pro 4.vSphere client is incompatible with Windows 10 High DPI scaling (and therefore Windows 8/8.1 more than likely).It works perfectly if you turn off Scaling...
View ArticleRe: Script to clean up datastores
Awesome, any timeline on that sorta change? Week, month, 6 month? Thanks dude!
View ArticleRe: Using bundle-classpath while debugging in eclipse
Never mind, I figured out that all I had to do was place all the dependency jars in the root of my source or resource folder and eclipse would include them. It will not include when if they are in its...
View ArticleRe: How to create vCACCAFEElementState instance
llian,I created a plugin which accept facets and dependencies, and return a new ElementState. @VsoObject(singleton = true)public class UBWorkaround { public static final String TYPE = "UBWorkaround";...
View Article