Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all 183671 articles
Browse latest View live

Tool to Cleanup Horizon 7 Pod in VMware Cloud

$
0
0

Background:

From Mar. 21, 2019, customer can deploy a Horizon pod in a VMware Cloud™ on AWS SDDC using the Horizon Cloud Administration Console's automated deployment wizard. This is a new type of automated pod deployment which is called "VMware Horizon 7 pod deployed by Horizon Cloud into your VMware Cloud SDDC". It provides a quick and easy Horizon 7 deployment process on your SDDC. In some cases, you may need cleanup or deletion operation for this kind of pod as mentioned https://docs-staging.vmware.com/en/VMware-Horizon-Cloud-Service/services/hzncloudmsazure.getstarted15/GUID-4276335C-495F-4F65-A615-74F9753F6E48.html, we prepared an easy tool to facilitate the customer to complete this task.

Who are the users of this tool?

This is a tool using for deleting Horizon 7 Pod in VMware Cloud. And only for, if you are a user of VMware Horizon Cloud Service, and your VMware Horizon 7 pod deployed by Horizon Cloud into your VMware Cloud SDDC. Once you have done your deployment or your deployment failed, and you want to totally cleanup all of automated resources which created by Horizon Cloud service, this tool is helpful for you. We provided 3 versions of it: Mac OS, Windows, Linux. please download correct version from attachments.

How do I use run this tool?

  • Download a version of this tool from attachment.
  • Download the demonstrated version of config.js file from attachment, and change it to your specific information.
  • Run it with your configuration file:
    • For windows,  open a CMD and run it:
      yourDownloadPath\hlcm_cleanup_vmc-win.exe cleanup yourconfigurationFilePath\config.js
    • For Mac, open a terminal and run it:
      yourDownloadPath/hlcm_cleanup_vmc-macos cleanup yourconfigurationFilePath/config.js
    • For Linux, open a terminal and run it:
      yourDownloadPath/hlcm_cleanup_vmc-linux cleanup yourconfigurationFilePath/config.js

How do I change the config.js file?

Below is the demonstrated config.js file content, normally you need to change all of values of the hlcm, pod, auth parts to your specific. If you are behind a corporate firewall, which mean you have to go through proxy to access public internet, then the proxy part also need to be changed. The deploymentId, network and resourceLocation should keep these default values if you are external users. Only for VMware internal users, in special cases, these 3 parts need to be changed.

 

 

module.exports = {

 

    proxy:{

        enabled:false,

        host:'proxy.yourcompany.com',

        port:3128

    },

    hlcm: {

        url:'https://cloud.horizon.vmware.com:443',

        user:'test@example.com',

        password:'******',

        console: {

            user:'admin@example.com',

            password:'******'

        }

    },

    deploymentId:10,

    pod: {

        name:'podName'

    },

    auth: {

        vmc: {

            token:'VMCToken',

            orgName:'OrgName',

            sddcName:'SDDCName'

        },

        vc: {

            user:'cloudadmin@vmc.local',

            password:'******'

        }

    },

    network: {

        backend: {

            name:'HzE-${deploymentId}-backend',

        },

        internalDMZ: {

            name:'HzE-${deploymentId}-internal-DMZ',

        },

        externalDMZ: {

            name:'HzE-${deploymentId}-external-DMZ',

        }

    },

    resourceLocation:{

        datacenter:'SDDC-Datacenter',

        datastore:'WorkloadDatastore',

        cluster:'Cluster-1',

        folder:'Workloads/HzE-${deploymentId}-backend',

        deployerVM:'HzE-deployer-${deploymentId}',

        resourcePool:'Compute-ResourcePool/HzE-${deploymentId}-backend'

    }

}

 

Configuration Settings

Group
Key
Values
Description
proxyenabletrue/false

Enable proxy, if you are not behind a corporate firewall, please change it to true. And changing host and port information accordingly.

In Mac, Linux environment, please don't set proxy with system environment, if you already exported HTTP_PROXY and HTTPS_PROXY, please reset them as below:

export https_proxy=

export http_proxy=

hosthostname/IP addresshostname or IP address of your proxy server
port1~ 65535port of your proxy server
HLCMurl

a. https://cloud.horizon.vmware.com:443/

b. https://cloud-eu-central-1.horizon.vmware.com:443/

c. https://cloud-ap-southeast-2.horizon.vmware.com:443/

This url is VMware Horizon Cloud Service's access endpoint, for external user, there are only these 3 values, you should choose one of #a/#b/#c according your horizon cloud information. please don't remove the default port:443, if you are using proxy.
userStringHorizon Cloud Service username which you were using to deploy the Horizon 7 pod.
passwordStringHorizon Cloud Service password.
console.userStringHorizon Cloud Administration Console username
console.passwordStringHorizon Cloud Administration Console password
podnameStringThe Horizon 7 pod which you want to delete
authvmc.tokenStringVMware Cloud API Token of the user who deployed the Horizon 7 pod.
vmc.orgNameStringThe organization name of Horizon 7 pod deployed into.
vmc.sddcNameStringThe SDDC name the Horizon 7 pod used.
vc.userStringSDDC vCenter administrator user of the Horizon 7 pod deployed into.
vc.passwordStringSDDC vCenter administrator password

Horizon Bundle License question

$
0
0

Hi Community

 

I have a question about the horizon bundle license.

The license includes the hypervisor for desktop, vCenter standard and the Horizon View components.

What is allowed with this license model? Can I only deploy the VDI desktops on the cluster licensed with the bundle, or can I deploy and manage other VMs needed for VDI too (e.g. Connection Server, Composer, SQL, Exchange, DC, File/Terminal Server)?

It would be very helpful if you have a valid link / document with the license law

Thanks in advance.

 

Sebastian

Where is the "Get-USBController" cmdlet? (Same with Remove- and New-)

$
0
0

The command “get-usbdevice”(also “Remove-UsbDevice”) should retrieve the USB devices that could be located on a VM. The problem is that cmdlt only will display those USB devices, if a USB device is currently connected. It will not report anything if the VM has added USB hardware but it currently isn’t connected to anything (ie Just a USB controller).

 

Now there are other ways that I can go about finding if the VM has that unwanted hardware:

 

$unwantedhw = “floppy|serial|usb”
(Get-VM $VMname | Get-View).Config.Hardware.Device | Select -Expand DeviceInfo | Select Label, Summary | where {$_.Label –match $unwantedhw}

 

I just would of thought that instead of having to go back to some get-view shenanigans, I could do it directly with 1 command like the command “Get-UsbDevice” should do in my opinion. I could to try to write my own function (ie Get-USBController) for this and store it in my profile, but I dont have the time on hand atm.

 

Has anyone else created this function or know of any updates to the PowerCLI to include this in a later feature release??

 

 

Versions of PowerCLI:

   VMware vSphere PowerCLI 5.0.1 build 581491

   VMware AutoDeploy PowerCLI Component 5.0 build 544967

   VMware ImageBuilder PowerCLI Component 5.0 build 544967

   VMware vCloud Director PowerCLI Component 1.5 build 581492

   VMware License PowerCLI Component 5.0 build 544881

   VMware vSphere PowerCLI Component 5.0 build 581435

   VMware vSphere Update Manager PowerCLI 5.0 build 432001

VMWare Horizon Client for iOS

$
0
0

Author : jacquiew

URL : http:////docs.vmware.com/en/VMware-Horizon-Client-for-iOS/5.0/horizon-client-ios-installation/GUID-B869A121-6093-4383-9C49-F656935CE8A5.html

Topic Name : Setup and Installation

Publication Name : VMware Horizon Client for iOS Installation and Setup Guide

Product/Version : VMware Horizon Client for iOS/5.0

Question :

Are there plans to support the Thursby PIV card reader and SubRosa software for authentication in future builds?  If not what are my options for using physical smart cards to authenticate to my virtual workstations?

Would you prefer to have VMTN Mobile app?

$
0
0

Would  you prefer to have VMTN Mobile app?

Lizensierung Cluster ohne VSAN

$
0
0

Hallo,

 

Folgendes Setup ist aufgebaut von mir aufgebaut worden:

4x ESXI mit jeweils 2 CPUs, gebündelt in 1x Cluster, verwaltet von 1x vCenter Instanz.

Ich habe Lizenztechnisch:

6x VMware vSphere 6 Enterprise Plus for 1 processor

2x VMware vSphere 6 Enterprise Plus for 1 processor
1x VMware vCenter Server 6 Standard for vSphere 6

 

Bedeutet:
4x ESXI mit jeweils 2 CPUs sind lizensiert, okay.
1x vCenter Instanz ist auch lizensiert, auch okay.

Jedoch fehlt mir eine Lizenz für den Cluster.

 

Ich habe kein VSAN aktiv, jedoch wenn ich unter vcenter->cluster->configuration->license gehe, steht da, dass ich mit einer evaulation license arbeite.

Daher meine Frage, muss ich das Lizensieren, wenn ja wie?

Wenn nein, warum fragt er mich dann weiterhin nach einer Lizenz?
Ich bitte um eine Rückmeldung,

 

 

Liebe Grüße

Duc

 

Lizenzen aktualisiert, habe nicht richtig meine Mails gelesen, sorry!

Reiniciar maquina com Win8.1

$
0
0

Bom dia Pessoal.
Preciso de um apoio aqui.

 

Dentre nossos hosts tenho uma VM com Win 8.1

e de vez em quando preciso reinicia-lá, para manter o Windows estável e atualizado.

 

o Problema é que cada Reiniciada dessa demora muitas Horas,
MUITAS mesmo, talvez um dia.

 

alguém tem alguma dica que ajude?

 

 

Obrigado pela atenção

ゲストOSのWindows Server2016でSystemプロセスのCPUが高くなる

$
0
0

VMware ESXi 6.5 Update 1条でWindows Server 2016をゲストとして動作させ、プリントサーバとして利用しています。

この環境で、ゲストOSのWindows Server2016のSystemプロセスのCPUが全体のほぼ100%(4Coreで360~380%)を使用する状況がたびたび発生しており、原因と解決策を探しています。

障害発生時のゲストOSのperfmonから、受信データ量と相関があるのではないかと考え再現テストを実施しましたが、再現には至っていません。

同様な現象に合われた方がいましたら、原因や対策などを教えていただけないでしょうか。

 

 

簡単ですが、環境と状況を説明します。

ゲストOSのNICはvmxnet3を使用しており、VMに割り当てているCoreは4です。

添付は障害発生時のperfmonですが、データ受信量が6MByte/secを超えた直後からsystemプロセスのCPU(青線)が上昇しています。その後、破棄された受信パケット数が増加しています。一時間当たり2,500,000パケットが破棄されているいます。

 

perfmon.gif


Port Channel and LAGs

$
0
0

Can anyone shed any light on the configuration of LAGs and port channels?

 

We have configured port channels on cisco switches and created a vDS VMware end. Within the vDS we have created 2 LAG groups, one for each host within the LACP, however we can only set one of the LAGs as Active and the other can only be set to unused as anything else such as active, or standby gives an error saying not supported.

 

The current setup is 2 stacked cisco switches with separate channels for both ports using ports as follows:

 

Ports 1 and 2 (both switches) port channel 1

Ports 3 and 4 (both switches) port channel 2

Ports 5 and 6 (both switches) port channel 3

Ports 7 and 8 (both switches) port channel 4

 

2 LAG groups configured on a single vDS (maybe this is the problem?).

LAG group 1 contains all the ports from port channel 1

LAG group 2 contains all the ports from port channel 2

etc etc

 

The issue seems to be when vMotioning a VM the destination host doesnt have an active LAG, so cant communicate even though the port groups are configured (i believe) correctly.

 

So how are we meant to configure the LAG groups? One big group with ALL ports in and then set it as active? As obviously cant have 2 active LAGS, which then causes an issue?

 

If i create another vDS and add a LAG to that for one of the hosts, then that wont allow me to create the port groups with the same name, so that sort of defeats the purpose.

 

Any ideas, what am i doing wrong or any pointers for this. Maybe the one big channel is the way to do it?

What is the difference between vRealize Automation and Terraform?

$
0
0

This organization already has vRA 7.3, soon to be 7.5, and has been using it for over a year. I was in a conversation recently about the future direction of third-party cloud options and to a lesser degree automation. Someone commented that the org could simply replace vRA with Terraform. From my very limited knowledge of Terraform it kinda sorta sound like it might be able to do the same thing. That being said I have seen that there are ways to make vRA and Terraform play nice, these being two examples: (1) https://esxsi.com/2018/08/10/vra-terraform/ , and (2) GitHub - vmware/terraform-provider-vra7: Terraform provider for vRealize Automation 7 .

 

So my question is (without getting religious): what is the same and what is different between vRA and Terraform?

vRealize Business for Cloud 7.5 with vRA 7.5 registration is failing

$
0
0

Hi Gents,

 

Hope this is basic but we are failing to register the vRBC 7.5 to vRA 7.5  and getting  below bad credential error even we have entering the correct credentials.

 

- Tried to logged with the SSO to vRA its worked.

- Verified the ports and those are opened

- Clear the browser cookies and tried in different browser but still we are getting the same error .

- Both vRA and vRBC in same vlan.

 

 

Please let us know if any basic step we forgot !!!

 

 

 

USB3 support Win7 guest ESX vs Fusion

$
0
0

Hello

 

I have been running a Win7 VM under Fusion Mac (from v8 to current 11) with USB3 devices (using the driver mentioned here)

 

I have now migrated that VM to an ESX 6.7u1 server and I get a message that "The selected USB controller is not supported by this guest OS".

 

Is there a way to keep the USB 3 support within ESX ?

VRNI Without NSX

$
0
0

I keep reading that VRNI can be used without NSX and micro-segmentation. In other words it is a good Day 2 Operational tool for VMWare without NSX. We do not have VMware Log Insight. We use Splunk.

 

We originally purchased VRNI to aid our migration to NSX and micro-segmentation. These projections have been put on hold for the foreseeable future.

 

However, the support contract for VRNI now needs renewal. I am looking for some use cases (people are currently using successfully) to create a business case for the $10,000 renewal cost.

 

Can someone give me some insight on using VRNI in a non-NSX environment?

 

Thanks 

Policies to not apply to all VDI's

$
0
0

I am just learning UEM. I have apps I want for one pool and have created them with shortcuts. It appears they will be applied to all vdi's in every pool. Is there a way that pool 1 will not get the same apps and shortcuts as pool 2? Example some pools will need office 2016 and others 2019.

 

We have been using with UIA Plus Profile for writebale volumes but I see with UEM you are to use UIA only. What is the the go forward recommendation from vmware. Writebale Volumes or UEM?

 

Thank you

Tyler

Windows 10 Default Apps not saving

$
0
0

We are using Windows 10 ver 1803 and UEM 9.5

 

Everything else seems to be working so far but default apps are not persisting.

 

This is the current 'Default Apps and FTA's' config -

[IncludeFolderTrees]

<LocalAppData>\Packages\

 

 

 

[IncludeRegistryTrees]

HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts

HKCU\SOFTWARE\Microsoft\Windows\Shell\Associations

HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts

HKCU\Software\Classes

 

 

 

[ExcludeRegistryTrees]

HKCU\Software\Classes\Local Settings

 

 

 

[IncludeIndividualRegistryValues]

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\UserSignedIn

 

Am i missing something? It is loading the config file on login.


Regression: Full screen VM's always open on primary display

$
0
0

I have noticed that the last couple minor releases of VMWare Fusion 11 have a regression where full screen VM's now always open on the primary display. In previous versions, there was an attempt to open the VM full screen on the display where it previously ran.  This causes an annoying change to my typical daily workflow.  Has anyone else seen this?  Is there some way to configure this behavior?

 

Here is an easy way to see the behavior I'm describing:

* Open a VM full screen on a secondary display

* Press CMD+Q to pause currently running vm's and quit Fusion

* Reopen Fusion

* Double click the VM that was opened earlier

** Notice that the vm opens full screen because that is how it was shut down, but notice it has been opened on the primary display instead of the previous display.

 

On earlier versions of Fusion, this would open on the secondary display.  Now, one must either rearrange desktops or take the vm out of full screen mode, move the window, then enter full screen mode again.  I believe the original Fusion 11 did not have this problem, so it must have changed in 11.0.1.

 

Edit:  Forgot to mention, I'm seeing this on a MacBook Pro (15-inch, 2016) running macOS Sierra 10.12.6.  I suppose it is possible a macOS change has caused this behavior change, but I seem to recall it changing immediately after installing the first Fusion 11 update.

vCenter and View Migration to new servers/versions

$
0
0

We're planning to migrate our Windows Server 2008 R2 virtual servers to Server 2016, and at the same time upgrade from vCenter 6.0 to 6.5, and View 6 to View 7. I've found some documentation, but have some questions about the best way to proceed, mostly about order of operations. Our current environment:

 

Server1 (Windows Server 2008 R2): vCenter 6.0, View Composer 6.2.5

Server2 (Windows Server 2008 R2): View Connection Server 6.2.5

 

Future environment:

 

Server3 (Windows Server 2016): vCenter 6.5, View Composer 7.0

Server4 (Windows Server 2016): View Connection Server 7.0

 

Questions:

 

1. For vCenter, can I migrate directly from 6.0 on one server to 6.5 on another? If not, which of these would be better?

    a. Upgrade to 6.5 on the old server then migrate to the new server

    b. Migrate 6.0 to the new server, then upgrade to 6.5 on the new server

2. For View Composer, can I migrate directly from 6.2 on one server to 7.0 on another? If not, which of these would be better?

    a. Upgrade to 7.0 on the old server then migrate to the new server

    b. Migrate 6.2 to the new server, then upgrade to 7.0 on the new server

3. I think you can guess where this is going... For View Connection Server, can I migrate directly from 6.2 on one server to 7.0 on another? If not, which of these would be better?

    a. Upgrade to 7.0 on the old server then migrate to the new server

    b. Migrate 6.2 to the new server, then upgrade to 7.0 on the new server

 

Any suggestions would be appreciated. Thanks!

Disk Consolidation

$
0
0

HI All

 

Relevantly new to VMWARE.

 

I have been trying to run a disk consolidation on one of the VM's at work. but keep getting this error.

 

Failed to copy source (/vmfs/volumes/5b925080-9e14ff9a-b755-a89969e84a81/sujvmsql01/sujvmsql01_2-000017.vmdk) to destination (/vmfs/volumes/5b925080-9e14ff9a-b755-a89969e84a81/sujvmsql01/sujvmsql01_2.vmdk): Timeout. An error occurred while consolidating disks: The operation failed. Consolidation failed for disk node 'scsi0:2': The operation failed. Failed to get copy progress while consolidating disks from '/vmfs/volumes/5b925080-9e14ff9a-b755-a89969e84a81/sujvmsql01/sujvmsql01_2-000017.vmdk' to '/vmfs/volumes/5b925080-9e14ff9a-b755-a89969e84a81/sujvmsql01/sujvmsql01_2.vmdk'.

 

Anyone had this before that can help we resolve this?

 

6.7.0

 

11675023

 

 

Thanks

Ryan

 

OSPF LSA TYPE 5 released by the DLR

$
0
0

In the OSFP protocol, if the FA address in the Type 5 LSA is not 0, then the ASBR itself can go to the external route, and other routers will go to the external network through it.

In NSX, the OSPF-enabled DLR is an ASBR. Because its downlink interfaces do not enable OSPF, these network segments are introduced into OSPF through redistribution.

But on the physical router interconnected with the Edge upstream interface, I see that the FA address in the Type 5 LSA is the same as the DLR forwarding address.

 

This is what VMware has deliberately set so as to distinguish it from the protocol address, or is it defined by RFC?

Very Slow Start Menu and Search Box Initial Opening in Windows 10 VMs

$
0
0

Hello,

 

I am having an issue where when the user logs in and each time they log in the start menu and search box take forever before they can be opened. When you click on each one there's about a 20 second delay before it opens. It's fine after that for the session. I tried this KB to roam the settings so hopefully it would be once, but it didn't work. Any ideas on best practice of having the start menu/search box ready at login?

 

Thanks,

William V

Viewing all 183671 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>