yes.. Host Profile is the part of Enterprise edition.
Re: ESxi 5.5 common image
Re: ESxi 5.5 common image
Is there an alternate way or ways for folks who don't have Enterprise editon to capture a canned ESXi image from a host and use it across the enterprise for deployment consistency?
VDP vdp-configure site problem
I just deployed a new OVA of VDP and cont get to the vdp-configure site to set it up.
I've checked the log in /space/avamar/var/vdr/server_logs: vdr-configure.log
Seeing a lot of java errors, alot pertaining to connections refused and references to https://localhost:9443/ but there isnt anything listening on 9443. I'm kind of at a loss...
2015-05-14 13:27:14,865 INFO [pool-10-thread-1]-service.AdapterUtils: MCS Web Services URL: https://localhost:9443/services/mcService MCUserId="MCUser"
2015-05-14 13:27:14,868 INFO [pool-10-thread-1]-connection.McAccessManager: Creating new mcsdk stub handler for connection key: [1860836406] on Thread: [21]
2015-05-14 13:27:15,619 INFO [pool-10-thread-1]-deployment.ModuleDeployer: Deploying module: addressing - file:/usr/local/avamar-tomcat-7.0.54/webapps/vdp-configure/WEB-INF/lib/addressing.mar
2015-05-14 13:27:16,129 INFO [pool-10-thread-1]-httpclient.HttpMethodDirector: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
2015-05-14 13:27:16,129 INFO [pool-10-thread-1]-httpclient.HttpMethodDirector: Retrying request
2015-05-14 13:27:16,130 INFO [pool-10-thread-1]-httpclient.HttpMethodDirector: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
2015-05-14 13:27:16,131 INFO [pool-10-thread-1]-httpclient.HttpMethodDirector: Retrying request
2015-05-14 13:27:16,132 INFO [pool-10-thread-1]-httpclient.HttpMethodDirector: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
2015-05-14 13:27:16,132 INFO [pool-10-thread-1]-httpclient.HttpMethodDirector: Retrying request
2015-05-14 13:27:16,134 INFO [pool-10-thread-1]-http.HTTPSender: Unable to sendViaPost to url[https://localhost:9443/services/mcsdk10]
java.net.ConnectException: Connection refused
2015-05-14 13:27:16,137 ERROR [pool-10-thread-1]-connection.Mcsdk10StubManager: Failed to connect to Mcsdk10Stub: Connection refused
2015-05-14 13:27:16,199 INFO [pool-10-thread-1]-service.AdapterUtils: MCS Web Services URL: https://localhost:9443/services/mcService MCUserId="MCUser"
2015-05-14 13:27:16,200 WARN [pool-10-thread-1]-connection.McAccessManager: Failed to build Mcsdk Stub Manager: Connection refused
org.apache.axis2.AxisFault: Connection refused
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:438)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at com.avamar.mc.sdk10.Mcsdk10Stub.login(Mcsdk10Stub.java:55163)
at com.avamar.mc.sdk10.client.McServiceClient.login(McServiceClient.java:109)
at com.avamar.mc.sdk10.client.McServiceClient.connect(McServiceClient.java:104)
at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.connectToMcsdk(Mcsdk10StubManager.java:165)
at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.<init>(Mcsdk10StubManager.java:61)
at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.buildMcsdk10StubManager(Mcsdk10StubManager.java:54)
at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.buildNewMcsdkStubManager(McAccessManager.java:261)
at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.getOrCreateMcsdkStubManager(McAccessManager.java:238)
at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.verifyMcConnectionIsLive(McAccessManager.java:210)
at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.getServiceContent(McAccessManager.java:202)
at com.emc.avamar.mcsdk.adapter.service.McDomainService.getDomain(McDomainService.java:96)
at com.emc.avamar.mcsdk.adapter.service.McDomainService.getRootDomain(McDomainService.java:46)
at com.emc.avamar.mcsdk.adapter.service.McDomainService.getRootDomain(McDomainService.java:41)
at com.emc.vdp2.common.vi.VCenterServiceImpl.getVCenterClient(VCenterServiceImpl.java:52)
at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.getVCenterClientFromMC(ViJavaServiceInstanceProviderImpl.java:254)
at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.createViJavaServiceInstance(ViJavaServiceInstanceProviderImpl.java:105)
at com.emc.vdp2.config.ConfigViJavaServiceInstanceProviderImpl.createViJavaServiceInstance(ConfigViJavaServiceInstanceProviderImpl.java:59)
at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.getViJavaServiceInstance(ViJavaServiceInstanceProviderImpl.java:65)
at com.emc.vdp2.common.backupagent.BackupAgentServiceImpl.getAllExternalBackupAgents(BackupAgentServiceImpl.java:507)
at com.emc.vdp2.common.backupagent.BackupAgentServiceImpl.getAllBackupAgents(BackupAgentServiceImpl.java:125)
at com.emc.vdp2.common.backupagent.BackupAgentCache.refreshBackupAgentsList(BackupAgentCache.java:185)
at com.emc.vdp2.config.schedule.BackupAgentCacheUpdater$CacheUpdater.run(BackupAgentCacheUpdater.java:90)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at com.emc.avamar.mcsdk.adapter.service.connection.TrustAllSSLProtocolSocketFactory.createSocket(TrustAllSSLProtocolSocketFactory.java:127)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:557)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)
... 36 more
2015-05-14 13:27:16,201 ERROR [pool-10-thread-1]-service.AdapterUtils: McDomainService failed to obtain domain "/"
com.emc.avamar.mcsdk.adapter.service.connection.McServiceException: Exception while attempting to retrieve a live McConnection.
at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.buildNewMcsdkStubManager(McAccessManager.java:274)
at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.getOrCreateMcsdkStubManager(McAccessManager.java:238)
at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.verifyMcConnectionIsLive(McAccessManager.java:210)
at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.getServiceContent(McAccessManager.java:202)
at com.emc.avamar.mcsdk.adapter.service.McDomainService.getDomain(McDomainService.java:96)
at com.emc.avamar.mcsdk.adapter.service.McDomainService.getRootDomain(McDomainService.java:46)
at com.emc.avamar.mcsdk.adapter.service.McDomainService.getRootDomain(McDomainService.java:41)
at com.emc.vdp2.common.vi.VCenterServiceImpl.getVCenterClient(VCenterServiceImpl.java:52)
at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.getVCenterClientFromMC(ViJavaServiceInstanceProviderImpl.java:254)
at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.createViJavaServiceInstance(ViJavaServiceInstanceProviderImpl.java:105)
at com.emc.vdp2.config.ConfigViJavaServiceInstanceProviderImpl.createViJavaServiceInstance(ConfigViJavaServiceInstanceProviderImpl.java:59)
at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.getViJavaServiceInstance(ViJavaServiceInstanceProviderImpl.java:65)
at com.emc.vdp2.common.backupagent.BackupAgentServiceImpl.getAllExternalBackupAgents(BackupAgentServiceImpl.java:507)
at com.emc.vdp2.common.backupagent.BackupAgentServiceImpl.getAllBackupAgents(BackupAgentServiceImpl.java:125)
at com.emc.vdp2.common.backupagent.BackupAgentCache.refreshBackupAgentsList(BackupAgentCache.java:185)
at com.emc.vdp2.config.schedule.BackupAgentCacheUpdater$CacheUpdater.run(BackupAgentCacheUpdater.java:90)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.axis2.AxisFault: Connection refused
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:438)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at com.avamar.mc.sdk10.Mcsdk10Stub.login(Mcsdk10Stub.java:55163)
at com.avamar.mc.sdk10.client.McServiceClient.login(McServiceClient.java:109)
at com.avamar.mc.sdk10.client.McServiceClient.connect(McServiceClient.java:104)
at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.connectToMcsdk(Mcsdk10StubManager.java:165)
at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.<init>(Mcsdk10StubManager.java:61)
at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.buildMcsdk10StubManager(Mcsdk10StubManager.java:54)
at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.buildNewMcsdkStubManager(McAccessManager.java:261)
... 22 more
Re: Recently discovered problems running vmWare Workstation 11 on Debian
Found, that it might be related to (still doing tests!) the sound-card (!?)... However, I completely removed the sound-card from the host settings, and I was able to restart the machine... I will keep you updated on the issue...
regards,
J.P. Richfield
Re: VDP vdp-configure site problem
Hi,
try it with different browsers.
I can only connect to https://vdp:8543/vdp-configure/ with Internet Explorer. Chrome and Firefox don't work, as vdp seems to use some bad SSL versions, that are disabled in those browsers
Tim
Re: VDP vdp-configure site problem
Hey Tim,
Thanks for the suggestion.
I've tried accessing it via, IE, Firefox, Chrome, and Safari and none seem to work. Just get Page Unavailable or Page Cannot be Displayed
Re: VDDK6 installation
This probalby because you did not provide a SSL thumbprint. From shitty vddk 6.0 it is mandatory.
VDDK 6.0 on Linux
Is there are VDDK 6.0 version fro 32 bit Linux ?
And what is this ???
sudo ldd /usr/lib/vmware-vix-disklib/lib64/libvixDiskLib.so
not a dynamic executable
command was launched on x64 Linux.
Re: Several VMs are running but are not in Inventory
MrBromdenthe command does not produce any output if successful on esxi cli, also once it has been added, I have found sometimes it is does not appear to searchable for a little while, but will eventually be searchable; so you have to manually look for the VM.
Re: vSphere Update Manager Error code 10
~ # cd /var/tmp
/vmfs/volumes/54323d86-26c4820f-b71e-c81f66ea53fe/.locker/var/tmp #
/vmfs/volumes/54323d86-26c4820f-b71e-c81f66ea53fe/
is
SDR-ESX01R-LocalDisk
mm blueprint to trigger vip creation
Wonder if anybody has an idea , after i deploy a mm blueprint of 2 webserver i also want to create a vip for the 2 machines on a Netscalers.
1) how can i trigger a workflow that would know about both machines that where created.
2) any example if you have
thank yoyu
Re: VMWare Horizon View 6.0.2 Scanner Redirection Caveats
Response from Orbograph support:
Hi Ryan,
This is caused by a known bug in an older version of our
software. Please contact Jack Henry Vertex Support for an upgrade or hotfix.
Thanks and let me know if you have any questions.
Brad Hudson
Client
Support Engineer | 978-667-6037 x5194 (O) | 888-ORBOGRA (Support)
Re: vSphere 6 DRS not working as expected
my recommendation until I come up with something new: let the vcenter do his job this weekend.
as I know DRS is not working all the time...maybe in the next days he will balance the VMs.
actually i don't know anything more to troubleshoot...
Re: can't connect to esxi anymore since change the network configuration
If i'm not wrong I can only access the dcui thru the ssh.
And the ssh doesn't connect anymore to the esxi.
Re: can't connect to esxi anymore since change the network configuration
no the DCUI can also be accessed through a monitor and a keyboard connected directly to the esxi server
Re: can't connect to esxi anymore since change the network configuration
ok but i'm not in my office until monday.
Can I do something from my house?
Re: vSphere Update Manager Error code 10
Ok, now what if you try:
vdf -h
I'm interested in the bottom part of the output, Ramdisk, root, tmp, etc.
Re: vSphere Update Manager Error code 10
/vmfs/volumes/54323d86-26c4820f-b71e-c81f66ea53fe/.locker/var/tmp # vdf -h
Tardisk Space Used
sb.v00 148M 148M
s.v00 295M 295M
misc_cni.v00 24K 21K
net_bnx2.v00 300K 298K
net_bnx2.v01 1M 1M
net_cnic.v00 136K 132K
net_tg3.v00 292K 289K
scsi_bnx.v00 264K 262K
scsi_bnx.v01 196K 192K
dell_eql.v00 11M 11M
dell_eql.v01 16K 13K
dell_eql.v02 136K 133K
elxnet.v00 280K 276K
ima_be2i.v00 1M 1M
lpfc.v00 1M 1M
scsi_be2.v00 664K 660K
net_ixgb.v00 432K 429K
scsi_mpt.v00 464K 461K
ima_qla4.v00 4M 4M
net_qlcn.v00 1M 1M
qlnative.v00 2M 2M
scsi_qla.v00 508K 504K
dvfilter.v00 688K 687K
ata_pata.v00 40K 39K
ata_pata.v01 28K 27K
ata_pata.v02 32K 30K
ata_pata.v03 32K 30K
ata_pata.v04 36K 35K
ata_pata.v05 32K 31K
ata_pata.v06 28K 27K
ata_pata.v07 36K 32K
block_cc.v00 80K 77K
ehci_ehc.v00 92K 91K
epsec_mu.v00 300K 297K
weaselin.t00 14M 14M
esx_dvfi.v00 404K 401K
xlibs.v00 1M 1M
ipmi_ipm.v00 40K 38K
ipmi_ipm.v01 88K 87K
ipmi_ipm.v02 100K 97K
lsi_mr3.v00 180K 178K
lsi_msgp.v00 364K 363K
misc_dri.v00 4M 4M
mtip32xx.v00 180K 176K
net_e100.v00 288K 286K
net_e100.v01 232K 230K
net_enic.v00 132K 130K
net_forc.v00 120K 117K
net_igb.v00 296K 293K
net_mlx4.v00 332K 328K
net_mlx4.v01 224K 220K
net_nx_n.v00 1M 1M
net_qlge.v00 340K 336K
net_vmxn.v00 100K 98K
ohci_usb.v00 60K 58K
rste.v00 740K 737K
sata_ahc.v00 80K 77K
sata_ata.v00 56K 52K
sata_sat.v00 60K 59K
sata_sat.v01 44K 40K
sata_sat.v02 44K 40K
sata_sat.v03 36K 32K
sata_sat.v04 32K 28K
scsi_aac.v00 168K 164K
scsi_adp.v00 412K 409K
scsi_aic.v00 280K 278K
scsi_fni.v00 160K 157K
scsi_hps.v00 164K 160K
scsi_ips.v00 96K 93K
scsi_meg.v00 92K 91K
scsi_meg.v01 164K 160K
scsi_meg.v02 88K 87K
scsi_mpt.v01 500K 497K
scsi_mpt.v02 420K 418K
scsi_qla.v01 1M 1M
uhci_usb.v00 60K 57K
xhci_xhc.v00 168K 164K
dell_con.v00 4K 3K
xorg.v00 3M 3M
imgdb.tgz 372K 370K
state.tgz 40K 37K
-----
Ramdisk Size Used Available Use% Mounted on
root 32M 660K 31M 2% --
etc 28M 324K 27M 1% --
tmp 192M 192M 0B 100% --
hostdstats 803M 5M 797M 0% --
snmptraps 1M 0B 1M 0% --
Re: vSphere 6 DRS not working as expected
Hi,
I'll do so and wait, whether something is happening on the weekend.
Thank you very much and have a nice weekend.
All the best
Caroline
Re: vcenter server appliance 5.5 issues after migration from one host to another host
Thanks for the response. Yes, it can be accessed on the network and web access works. Just that it wont show any clusters, hosts etc.
Yes it can be pinged. I see the below lines (many sets of these) every time I try to login to the vcenter server via the web.
PS: We have read and done the steps mentioned in VMware KB 2037952 and VMware KB 2094888
[2015-05-15 20:18:48,996 pool-11-thread-1 INFO com.vmware.vim.query.server.authentication.impl.MoSessionManager] Unabled to complete login
[2015-05-15 20:18:48,997 Thread-2 INFO com.vmware.vim.vcauthorization.impl.SessionAuthDataImpl] Session closed for principal: root
[2015-05-15 20:18:48,997 Thread-2 WARN com.vmware.vim.vcauthorization.impl.AuthorizationManagerImpl] Unable to find user data for user: root
[2015-05-15 20:18:49,957 pool-12-thread-1 INFO com.vmware.vim.vmomi.server.impl.ValidationStartTask] Starting activation validation for 418
[2015-05-15 20:18:49,957 pool-12-thread-1 INFO com.vmware.vim.query.server.authentication.AuthenticationValidator] Authentication not needed
[2015-05-15 20:18:49,957 pool-12-thread-1 INFO com.vmware.vim.vmomi.server.impl.ValidatorFutureImpl] Future 1/1 is set for for 418 (valid: true)
[2015-05-15 20:18:49,988 pool-11-thread-1 INFO com.vmware.vim.sso.client.impl.SamlTokenImpl] SAML token for subject {Name: root, Domain: localos} successfully parsed from Element
[2015-05-15 20:18:49,989 pool-11-thread-1 INFO com.vmware.vim.vcauthorization.impl.AuthorizationManagerImpl] Computing permissions for root
[2015-05-15 20:18:49,989 pool-11-thread-1 INFO com.vmware.vim.vcauthorization.impl.AuthorizationManagerImpl] Session count for user [after add]: root is 1
[2015-05-15 20:18:49,989 pool-11-thread-1 INFO com.vmware.vim.vcauthenticate.servlets.AuthenticationHelper] User has no privileges.
[2015-05-15 20:18:49,989 pool-11-thread-1 INFO com.vmware.vim.vcauthorization.impl.AuthorizationManagerImpl] Removed user data for: root
[2015-05-15 20:18:49,989 pool-11-thread-1 INFO com.vmware.vim.vcauthorization.impl.AuthorizationManagerImpl] Session count for user [after remove]: root is 0
[2015-05-15 20:18:49,989 pool-11-thread-1 ERROR com.vmware.vim.vcauthenticate.servlets.AuthenticationHelper] Authentication error: com.vmware.vim.vcauthenticate.exception.NoPrivilegesException
[2015-05-15 20:18:49,989 pool-11-thread-1 INFO com.vmware.vim.query.server.authentication.impl.MoSessionManager] Unabled to complete login
[2015-05-15 20:18:49,989 Thread-2 INFO com.vmware.vim.vcauthorization.impl.SessionAuthDataImpl] Session closed for principal: root
[2015-05-15 20:18:49,989 Thread-2 WARN com.vmware.vim.vcauthorization.impl.AuthorizationManagerImpl] Unable to find user data for user: root
[2015-05-15 20:18:50,069 pool-12-thread-1 INFO com.vmware.vim.vmomi.server.impl.ValidationStartTask] Starting activation validation for 419
[2015-05-15 20:18:50,069 pool-12-thread-1 INFO com.vmware.vim.query.server.authentication.AuthenticationValidator] Authentication not needed
[2015-05-15 20:18:50,070 pool-12-thread-1 INFO com.vmware.vim.vmomi.server.impl.ValidatorFutureImpl] Future 1/1 is set for for 419 (valid: true)
[2015-05-15 20:18:50,099 pool-11-thread-1 INFO com.vmware.vim.sso.client.impl.SamlTokenImpl] SAML token for subject {Name: root, Domain: localos} successfully parsed from Element
[2015-05-15 20:18:50,100 pool-11-thread-1 INFO com.vmware.vim.vcauthorization.impl.AuthorizationManagerImpl] Computing permissions for root
[2015-05-15 20:18:50,100 pool-11-thread-1 INFO com.vmware.vim.vcauthorization.impl.AuthorizationManagerImpl] Session count for user [after add]: root is 1
[2015-05-15 20:18:50,100 pool-11-thread-1 INFO com.vmware.vim.vcauthenticate.servlets.AuthenticationHelper] User has no privileges.
[2015-05-15 20:18:50,100 pool-11-thread-1 INFO com.vmware.vim.vcauthorization.impl.AuthorizationManagerImpl] Removed user data for: root
[2015-05-15 20:18:50,101 pool-11-thread-1 INFO com.vmware.vim.vcauthorization.impl.AuthorizationManagerImpl] Session count for user [after remove]: root is 0
[2015-05-15 20:18:50,101 pool-11-thread-1 ERROR com.vmware.vim.vcauthenticate.servlets.AuthenticationHelper] Authentication error: com.vmware.vim.vcauthenticate.exception.NoPrivilegesException
[2015-05-15 20:18:50,101 pool-11-thread-1 INFO com.vmware.vim.query.server.authentication.impl.MoSessionManager] Unabled to complete login
[2015-05-15 20:18:50,101 Thread-2 INFO com.vmware.vim.vcauthorization.impl.SessionAuthDataImpl] Session closed for principal: root
[2015-05-15 20:18:50,101 Thread-2 WARN com.vmware.vim.vcauthorization.impl.AuthorizationManagerImpl] Unable to find user data for user: root
[2015-05-15 20:19:11,723 pool-18-thread-1 INFO com.vmware.vim.dataservices.federation.FederationReconfigurator] Checking/updating federation configuration
[2015-05-15 20:19:11,723 pool-18-thread-1 INFO com.vmware.vim.dataservices.federation.FederationReconfigurator] No peers reachable - skipping reconfiguration.