Re: vRO8 Convert Input Variable to Variable (formerly known as an Attribute)
OK, let me check with the team if copy/paste sequence was supposed to also deal with bindings. But most likely 'move to variable' use case is just not handled (yet) by the new client.
View ArticleRe: Resolution and scaling on custom pool.
Hi, I've had some issues with this when using multiple (different) monitors which had different scaling set. Horizon client uses the scaling of the primary monitor, regardless of which monitor you use...
View ArticleRe: Before you delete a VM how do you search to see if it is in the NSX Firewall
Hi there! What kind of error are you getting when you try to delete the vm? You should not get any kind of NSX firewall error when deleting a vm from ESXi. Thats part of the magic of nsx, that the...
View ArticleRe: vSS to vDS with LAG
Found a nice article on this; Migrating to a VDS switch when using etherchannels | Yellow Bricks
View ArticleRe: HCX POWERCLI Issue
Any command or way to manually update or add or modify $GlobalHCXServers variable ?
View ArticleRe: HCX POWERCLI Issue
Not that I know off, the variable is normally set through a successful Connect-HCXServer cmdlet afaik.
View ArticleRe: vSS to vDS with LAG
I'm not sure if there is official documentation. But I did a similar migration (from vDS to vSS) and I can confirm that you will lose connectivity when you move one vmnic from one switch to another...
View ArticleRe: vSS to vDS with LAG
Oh, we had to change the vSwitch load balancing policy from originating virtual port to IP hash. But that is related to the physical switch configuration.
View ArticleRemove double quote and break line from Powershell-Script
Hello, here we go again, situation: I am trying to develop an Automation-script, which should remove the double quote and avoid the break line. If I open the CSV file with Notepad++. Problem: below you...
View ArticleWorkstation 15.5 hang-up when connecting removable media
Hello,I would like to know if there is someone else to have trouble when connecting usb media. So many time I am finishing waiting so long to go out of hang-up or I need to force all down - make...
View ArticleRe: Remove double quote and break line from Powershell-Script
I can understand replacing the double quotes by single quotes, but why do you want to remove the <CR><LF>?The resulting file will become one long string of text.And how do you want to join...
View ArticleRe: FritzBox = DNS / DHCP / AD DC - Server via WLAN
Hallo, hier ist nicht das Vmware-Team sondern nur Vmware-Nutzer von Anfänger bis Guru die versuchen sich gegenseitig zu helfen :-) Zur Frage - es gibt keine Möglichkeit einen ESXi via WLAN zu...
View ArticleRe: Welcome to the VMware HCX Community!
Happy to see HCX present in communities! Thanks younise
View ArticleRe: FritzBox = DNS / DHCP / AD DC - Server via WLAN
Um beurteilen zu können, was da nicht passt - denn grundsätzlich funktioniert so etwas problemlos - wäre es wichtig die Netzwerk-Einstellungen der virtuellen Maschinen zu kennen (ipconfig /all) und zu...
View ArticleRe: Assign VM Tag IF
These both follow somewhat the same layout. 1) Something like this.Note that this is very basic. There is, for example, no test if that Tag was already assigned....
View ArticleKnown issue vCD 10.0 vm "Make VM Compliant"?
Had anyone cross with compliance error in vCD 10.0? Is there any description what would happen when we hit "Make VM Compliant" button?What hardware settings are being prioritazed vCenter or vCloud...
View ArticleRe: Trouble starting VM machine
There may be two possible reasons for this.The VM has been paused/suspended. If something on the host's configuration that's related to VMware Workstation has been modified, you may not be able to...
View ArticleRe: plan a task to restart a service like on all esx in vcenter
If you want to achieve this via the PowerCLI, run the command like the following (for example for the SSH service): Get-VMHost | Foreach {Start-VMHostService -HostService ($_ | Get-VMHostService |...
View ArticleRe: HPE SUT - Changing the mode using PowerCLI and the "sut" command
While looking on the HP forum, it seems that this a 2-step process.I consulted https://community.hpe.com/t5/ProLiant-Servers-ML-DL-SL/Updating-Gen10-running-ESXi-struggling-with-iSUT-installation/m-p…...
View ArticleRe: Convert physical to virtual server using an external hard drive to import...
Because you don't have network connection between two sites, you need to do this in two-steps operation: Run the P2V convert, then copy the files manually to the 2nd site and then run the V2V convert...
View Article