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

Re: Adding Powershell host to vRO


SRM pair site fail. What's the dependency chains SRM use for ssoClient jar

$
0
0

Hi,

 

When we try to pair site for SRM, we got this kind of error: "Failed to acquire token from SSO server."

srm pairing.png

From the log, we can find

Caused by: javax.xml.bind.JAXBException: class org.oasis_open.docs.ws_sx.ws_trust._200512.RequestSecurityTokenType nor any of its super class is known to this context.

at com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.getBeanInfo(JAXBContextImpl.java:564)

at com.sun.xml.internal.bind.v2.runtime.XMLSerializer.childAsRoot(XMLSerializer.java:471)

at com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.write(MarshallerImpl.java:308)

at com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.marshal(MarshallerImpl.java:236)

at javax.xml.bind.helpers.AbstractMarshallerImpl.marshal(AbstractMarshallerImpl.java:130)

at com.vmware.vim.sso.client.impl.processors.request.RequestBuilderImpl.marshallJaxbElement(RequestBuilderImpl.java:255)

... 98 common frames omitted

 

 

In our plugin project,we export those packages.

Export-Package:

...

org.oasis_open.docs.ws_sx.ws_trust._200512;version="1.0.1.SNAPSHOT";

uses:="javax.xml.bind.annotation,

org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0,

org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_utility_1_0,

javax.xml.ws.wsaddressing,

javax.xml.bind,

javax.xml.namespace,

org.w3c.dom,

com.rsa.names._2009._12.std_ext.ws_trust1_4.advice",

 

Obviously the package that causes the OSGI wiring issues DOES get exported from this bundle which causes disturbance in bundle classloader wirings.

 

Currently, we are using the shipped wsdl of VMware Managment SDK to generated the source code/packages for reference in our plugin project, which cause the conflict with SRM plugin.

So we are searching to use the internal VMware ssoClient jar just as SRM do instead of export packages.

When we were using internal ssoClient jar, we got many of dependency issue. We want to refer to SRM's dependency chains.

The question is how the SRM handle the dependency chains when using ssoClient?

Re: Not able to add 2nd Powershell host from another domain

$
0
0

hope you were able to resolve your issue.

In case you are still strugling with it I found few typos in the krb5,conf file

 

[domain_realms]

tc2dcad101..abc.corp=ABC.CORP

tc2dcad102..abc.corp=ABC.CORP

lontc2dc01.123.xyz.prod=123.XYZ.PROD

lontc2dc02.123.xyz.prod=123.XYZ.PROD


should be changed to


[domain_realms]

abc.corp=ABC.CORP

.abc.corp=ABC.CORP

123.xyz.prod=123.XYZ.PROD

.123.xyz.prod=123.XYZ.PROD



'.' - infront of the domain means mach any host from above domain to this rule and use provided REALM


Re: Vcloud Usage Meter 3.2 - Collection Failed - Futures timed out after

$
0
0

We rebooted the Vcenter Server, and the issue was solved .

 

UPDATE: After 12h of successfull collections, the issue came back .

Re: health status in vsphere

Virtual Machine disks consolidation is needed.

$
0
0

Hi.

 

One of my servers came up with this error message this morning:

 

"Virtual Machine disks consolidation is needed"

 

First i tryed to clone the VM, then I got this message:

 

"Clone virtual machine "servername"

Error caused by file *.vmdk

 

Then i tryed to consolidate the snapshots:

 

Consolidate virtual machine disk files

A general system error occurred: The

parent virtual disk has been modified

since the child was created. The content

ID of the parent virtual disk does not

match the corresponding parent content

ID in the child.

 

Is my only option to restore the server from my backup?

Re: workstation pro 12 on win10 cannot access shared VM on workstation pro 12 on win7

$
0
0

Thanks,

it's working now.

I disabled the firewall.

Get Esxi VCpu actual allocation

$
0
0

Hi all,

  1. I want to get the actual VCPU allocation on the Host. For eg: when i execute the esxitop command i can see the  runtime vcpu allocation.  I have googled about this  but found the scripts counting the Total vcpu counts which includes Powered OFF Vm's as well which are not using any VCPU from host.


2 .Is it right to say that actual VCPU allocation on esxi host is same as counting vcpu of Powered on VM's??

 

I know my question is newbie but any help will be appreciated. Please provide te powercli for the same  to get the vcpu actual allocation.

 

Tarun Gupta


Receive over errors and Total receive errors

$
0
0

Hello,

 

i see below errors when i run "esxcli network nic stats get -n vmnic3: on one of my ESXi server.

 

# esxcli network nic stats get -n vmnic1

NIC statistics for vmnic1

   Packets received: 53755035

   Packets sent: 154420989

   Bytes received: 8849592608

   Bytes sent: 40797622427

   Receive packets dropped: 0

   Transmit packets dropped: 0

   Total receive errors: 11503

   Receive length errors: 0

   Receive over errors: 152

   Receive CRC errors: 11351

   Receive frame errors: 0

   Receive FIFO errors: 0

   Receive missed errors: 0

   Total transmit errors: 0

   Transmit aborted errors: 0

   Transmit carrier errors: 0

   Transmit FIFO errors: 0

   Transmit heartbeat errors: 0

   Transmit window errors: 0

 

i do see AD Server VM is running on the ESXi which VMXNET3 adapter on the VM. my monitoring started issuing alerts on these parameters but i do nt find more information on "Receive over errors" or " Receive CRC errors"

does anyone seen this issue or guide me to a KB where i can find more help.

 

Thanks

Praveen

Re: Get Esxi VCpu actual allocation

$
0
0

You can do something like this

 

Get-View-ViewTypeHostSystem-PropertyName,VM|

SelectName,

    @{N='vCPU';E={

        Get-View-Id$_.Vm -PropertyRuntime.PowerState,Config.Hardware.NumCpu|

        where{$_.Runtime.PowerState -eq'poweredOn'} |

        %{$_.Config.Hardware.NumCPU} |

        Measure-Object-Sum|

        Select-ExpandPropertySum

    }}

 

Re: vCloud Director 8.0 and NSX features.

$
0
0

 

 

For me this sounds like "do not expect any new features in vCloud Director". (Correct me, if I'm wrong.)

 

So my question to the service provider community is:

what's your roadmap regarding vCloud Direcotr and vSphere as a cloud platform for your customers? Will you develop UI and cloud features on your own? Use Third party products? Maybe replace vSphere with a different product from a different vendor?

Issues using vRO to set permissions in vCenter 6.0U1b

$
0
0

Hello Guys,

I installed a vCenter 6.0U1b appliance and a vRO 6.0.3 appliance using both the PSC (SSO) authentication (Active Directoryy integrated). Our domain is formated as follow: subdom.domain.com.

 

If I manage permissions with the vCenter Web Client console, I'm able to supply the AD account principal using the following syntax: subdom.domain.com\username. And the permissions are working fine (Web Client and vSphere Client).

In case I use vCenter API through Orchestrator vCenter Plugin the permissions are always set with the form subdom\username, and thanks to vCenter 6 Web Console, the object is not available for the user (but still available with the vSphere "old school" Client)

 

Are someone else aware of this issue and maybe (I hope so ) a workaround already exists?

 

Thanks for your help.

 

Bz.

Re: VMware vCloud Director installation process with NSX Manager.

$
0
0

When vCD is deployed, it doesn't even connect to a vCenter until you configure one.  Once you configure a vCenter and the associated NSX manager, nothing should be deployed automatically until you do something ... like create a network or request an Edge.

I've watched many tutorials and indeed nothing should happen until I deploy a controller or something else. My concerns were about this "else", like virtual switches and so on. I guess NSX will display existing resources such as existing virtual switches (and so on) already configured with vCenter ?

Ideally, your vCD deployments should be in a dedicated cluster to isolate Tenants from the rest of your environment.  In that sense the VXLAN vWires (if used) go to the distributed switch as configured in NSX manager, then edges are deployed and associated to these new wires in the corresponding cluster.

Is there any document with "best practices" for vCD deployment ?

or you meddle with existing resources

What do you exactly mean by this ?

 

Thanks for your quick answer,

 

Laurent B.

VMware books

$
0
0

Hi all,

Could find any thread regarding VMware books discussion.

I finished bootcamp obtained VCA Datacenter virtualization but, still need to learn a lot...

Base on your experience what book you can recommend for vSphere 6.0 datacenter  installation/configuration/administration. It is good to have it with snaptiots and detailed descriptions.

Thank you.

Re: Clone from template without network

$
0
0

Hi,

 

I create the following workflow:

1. clone virtual machine, no customization

2. add network script (a script I have written which add a VMXNET3 network adapter)

3, Customize, windows with single NIC and credential.

 

In step 3 I receive the following error:

[2016-03-08 10:20:17.191] [I] Task 'CustomizeVM_Task' error: The operation is not supported on the object. (Dynamic Script Module name : vim3WaitTaskEnd#20)

 

any idea?


Re: Remaining Capacity tab !

$
0
0

For best results yes install it in all VM's. Be careful as this will have architectural and database implications as you will be collecting a lot more data. You might need to deploy more data nodes or even remote collectors to be the collectors for the EPO agents.

 

The H: 33.99 is the highest memory usage % during the selected time frame.

Re: vm delete alarm

$
0
0

this is for all virtual machines ? so i will create one rule for all virtual machine . ?

Re: vm delete alarm

$
0
0

Yes, if you create alarm at vCenter server level, it's applicable for all the VMs by default in your inventory.

Re: CMDBItemRetrieve - Multiple Items retrieved

$
0
0

I never even knew there were two calls!! I will go take a look - Back soon.

Re: Camtasia + Apple Quicktime Player - compatibility issue

$
0
0

Yes, codecs I"m sorry.

Did reboot helped you out?

Viewing all 230200 articles
Browse latest View live


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