Quantcast
Channel: VMware Communities: Message List
Viewing all 230663 articles
Browse latest View live

Re: Log Insight entries from Log Insight are obscuring my queries

$
0
0

Did any of the suggestion from Vardan or myself work for you? If yes please mark this question as answered. Thanks!


Re: vSAN 6.6 2-Node Direct Connect

$
0
0

1470 yes, 8745 no. The reason why is because the witness VM is at a colocation facility therefore, the ROBO office and the main datacenter are connected through the WAN link via VPN tunnel so jumbo frames are not supported. Having said this however, I changed all MTU settings on the 2-node vSAN cluster (vDS, vSS, vmk port groups) and the witness settings to 1500. The results are the same.

 

The physical switches are set to jumbo frames at the colo and at the ROBO so bringing down the MTU on both sites to 1500 should not represent an issue.

 

Last night however, I ran the health test multiple times and there was no failure. I have to assume that latency causes the warnings during the day, but the bandwidth requirement for the witness VM is 2.0 Mbps for 1000 components (we are way below that amount of components) and 200ms RTT.

Re: Horizon 7.1 and Access Gateway 2.9 - **almost** there but stuck

$
0
0

We, too, have been working with support on this - we got the UAG's deployed and working well for almost everything other than RADIUS.

 

No matter what we tried, we've settled back to enabling RADIUS on the underlying Windows servers instead. This pushes us back to roughly the same config that we've been running with 7.0.2 where we have separate VIPs for hitting the environment externally vs internally.

 

I mean it works, it's just double the amount of internal View servers needed (in our case, 4 Windows View servers instead of 2)

 

We plan on an upgrade to 7.1 ASAP as it's pretty cool and would probably push out the UAG's using RADIUS to a later version.

Re: Horizon VM to Zero Client Link

$
0
0

I have no idea why I did not respond to this earlier ... I apologize . I did work on it on 24th April ...doh! Anyway this is the filelog I used to import the data correctly into Log insight

[filelog|yogi_importer_test]

directory = **

include = *

tags={"product":"pcoip"}

event_marker=^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}-

 

 

So all you need is the event_marker line in your and it should work. Let me know if it doesn't and I can help you over a webex if needed. Once again sorry for the delay.

Re: Custom properties on a REST host?

$
0
0

Ah ok. Thank you.

 

So i probably can't set it to be a securestring unless i do that part manually.

 

thank you.

Re: Trying to install ESXi 6.0 U2 on a HP BL460 G7 box

Re: Convert Catalog resource to Virtual Machine

$
0
0

Much better than my method!  Will this work for both vRA 6 and 7?  I guess I can just try it but I figured I'd ask

Re: Cannot get PowerCLI 6.5.1 Offline installation to work

$
0
0

NK, can you post the output of the following?

 

 

Get-PackageProvider
Get-PackageProvider -ListAvailable
Get-Module -ListAvailable PowerShellGet,PackageManagement
Get-Module

 

If there is a problem with installation from the gallery, I'd like to report it back to the Powershell team.


function getAttributeWithKey not found for ConfigurationElement()

$
0
0

In an action, i've got a script that connects to a https end point and pull some data to populate into an input field.

 

so i'm trying to read configuration elements and get this error

 

Error in (Dynamic Script Module name : GetListOfGroups#1) TypeError: Cannot find function getAttributeWithKey in object function ConfigurationElement() {

   [native code, arity=0]

 

Here's my code in the action

 

System.log("starting")
var username = ConfigurationElement.getAttributeWithKey("wfconf.username").value
var password = ConfigurationElement.getAttributeWithKey("wfconf.password").value
var vendorkey = ConfigurationElement.getAttributeWithKey("wfconf.vendorkey").value

 

Trying to figure out where i could be going wrong here.

PCOIP Blank Screen after reconnecting

$
0
0

Hey all,

 

We have some users that are occasionally having an issue connecting back to their VMs via Horizon Client when they minimize their session. Whether it's 30 minutes or over an hour later, when they go to restore their session, they only see a black screen.The only way around this is to close out of Horizon Client and reconnect again.

 

This isn't happening to everyone (over 800 users) and only a handful have experienced this issue and they are at a remote location.

 

Any ideas? The PCOIP logs are not really showing me anything and neither is the agent log on the users physical machine.

 

 

 

Thanks in advance

Re: Horizon 7.1 and Access Gateway 2.9 - **almost** there but stuck

$
0
0

As this thread is now answered, it would be better to start a new thread if you have UAG RADIUS config/setup problems. We'll then be able to sort out your specific issue.

 

Mark

Re: PowerCLI 6.5.1 seems to break PowerShell Help

$
0
0

Hey Greg!

 

How did you determine that removing `vmware.vimautomation.common` and `vmware.powercli` were what was causing the issue?

 

Also, can you share your powershell profile? Just curious to see if I can reproduce the issue.

Re: Populate variable with list of Storage DRS clusters that are available to a compute cluster

$
0
0

Afaik DatastoreCluster are defined on the Datacenter level.

 

foreach($dcinGet-Datacenter){

    Get-DatastoreCluster-Location$dc|

    Select @{N='Datacenter';E={$dc.Name}},@{N='DatastoreCluster';E={$_.Name}}

}

 

Due to zoning it could be that the datastores, that comprises the datastorecluster, are not visible on specific ESXi nodes.

That would require testing for the datastore visibility on each ESXi node in each cluster in a datacenter

Re: Port group to physical network mapping: Possible with just one Vswitch?

$
0
0

I AM NOT SURE ABOUT YOUR (LAN - WAN) SETUP --- BUT -- SEE IF THIS CAN WORK FOR YOU!!!!

 

LAN - WAN.PNG

 

Raul.

VMware VDI Administrator.

http://ITCloudStream.com/

Stay Connected:Like > Share > Comment > Reply > Helpful > Answered

strange ESXi behavior

$
0
0

All,

 

I see a strange behavior of ESXi host in the VCenter (Essential Kit for 3 servers).

 

I disconnected several local HDDs in the raid5 volume.

Local disk is changed its status to failed at the health tab.

Alarm raised.

All virtual machines are still 'Powered on' and pinging (!!!).

After 30 minutes this datastore was removed from ESXi host.

Alarm was cleared (!!!).

All virtual machines are still 'Powered on' and pinging (!!!).

 

There were several virtual machines: Windows 7, CUCM11.5.

 

Can anyone explain, is it correct behavior of the ESXi ???!!!

Why virtual machines are still 'powered on' and pinging ?

 

Please, direct me to any official articles/documentation.

 

Thanks


Re: VCP-DCV6.5 with Install, Configure, Manage 6.0

Re: Horizon Smart Policies not working

$
0
0

Hi VDINinja311,

 

UEM 9.1 fully supports WIndows 10 v1607, and I think Horizon 7.0.2 does as well. Can you provide a FlexEngine log file at log level DEBUG?

 

And, just as some general background information for anyone following this thread, UEM's Horizon Smart Policies feature is basically just a fancy name for "provide configuration settings for certain Horizon components" :-)

Not intended as "blame shifting" or anything like that, but after UEM has applied its Smart Policies settings, it's up to the corresponding Horizon components to pick up those settings and act on them. That also means (as was seemingly the issue in one of the earlier posts in this thread) that for instance setting Client drive redirection to Allow all through UEM Smart Policies does not magically give you client drive redirection – for the actual functionality we fully depend on that feature to be installed and enabled in the Horizon agent and client.

Re: Does the 6.0U2 Migration Tool Support Linked Mode VCs?

$
0
0

Murali,

Thanks for the reply.

 

This is VC 5.1 so it wouldn't it be System-Domain. If I upgrade to 5.5 will the SSO domain be changed to Vsphere.Local?

 

I am looking at this page below which describes how to go from 5.5 embedded PSC to 6.0 external. I have three Windows 5.1 U2 VCs in linked mode and will need to take them to VCSA 6.0U2 external PSC in enhanced linked mode.

https://haveyoutriedreinstalling.com/2016/04/10/migrating-from-embedded-sso-to-external-psc/

 

From a high level does this look like the proper process?

  1. Upgrade to all 3 VCs to 5.5
  2. Break SSO Linked Mode
  3. Deploy three new Windows OS and install SSO service
    1. Deploy first as a standalone
    2. Deploy second and third as a multisite
  4. Point the Inventory Service, VC Server, and Web Client to each respective SSO server.
  5. Run the VCSA 6.0U2m migration tool on each VC
  6. Connect enhanced link mode

 

What happens to the Update Manager since it is not embedded in the VCSA on 6.0? Do I need to install new servers and register them prior to step 5?

 

Thanks for the assistance!

Re: strange ESXi behavior

$
0
0

Hello,

 

Are you positive the VMs disks/files resided on the storage you pulled?

 

Regardless, VMs can essentially be running in memory of the host, a hung VM can often still ping.

If you RDP/SSH to any of those VMs they would almost certainly be hung and if you generated any IO on them then this would definitely cause them to hang or crash.

 

Bob

 

-o- If you found this comment useful please click the 'Helpful' button and/or select as 'Answer' if you consider it so, please ask follow-up questions if you have any -o-

Re: function getAttributeWithKey not found for ConfigurationElement()

$
0
0

ConfigurationElement is a scripting type. You cannot invoke the method getAttributeWithKey() directly on the type; instead, you should obtain an instance of object of this type (eg. by passing it as an input parameter to your scripting action), and then invoke getAttributeWithKey() on this instance.

 

See for example the scripting action com.vmware.library.configurations.getObjectFromConfigurationElementWithKey() that comes out of the box with vRO.

Viewing all 230663 articles
Browse latest View live


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