VMware Horizon Community
IggyFilice
Contributor
Contributor

This would be great if it wasn't such a mess. Can't get an appstack to show under Applications. Help?

Ok, so a little background. vSphere 6, 7 hosts, 400 virtual desktops. I personally set up the cluster, and Horizon View. Running without any problems. Our licensing also includes AppVolumes, but we aren't using it in production yet. Started testing 2.10, got it up and running, worked great. Upgraded to 2.9, a few issues (had to delete\recreate all appstacks), but got it working. So now, I see 3.0 is out, i'm like YAY! I uninstall our 2.9 environment, so I can perform a clean install of 3.0.

Every. Single. Step. Is. A. Hurdle.

I've finally got the appliance installed (had to recreate 3 times just so I could create a NEW PASSWORD, token manipulation errors galore).

Added my vCenter instance (had to turn off SSL authentication via appliance console to finally work, and still not clear on what the prefixes are actually used for).

Added a file share (I previously had these on a dedicated datastore. Fine, I'll create a share on a Win server with full NTFS\share permissions).

I have a VDI pool with the agent installed, and updated my capture machine with the latest software. Create a simple appstack (Notepad++), the command line tool was so far the easiest and least problematic step of the whole process. Copy the JSON\VMDK files to the file share, perform a sync.. nothing.

Start looking at the documentation (which I'm following, jumping around because it's not in any sensible order) for logs so I can see why my applications aren't showing up. I open the log URL and... it's the old AppVolumes interface (from 2.1\2.9). What the hell?

Really, I just want to understand why my app isn't showing why I sync. And why is the old interface even still there?

VMWare, please put up some videos. More documentation. A hands-on lab for AppVolumes 3 would be fantastic.

Reply
0 Kudos
15 Replies
Shear
Contributor
Contributor

Feeling your pain here...I had the exact same issue on my lab as well.

As it turned out, I went back to my vCenter Location configuration and updated the two datastore prefixes (that you so appropriately noted as ambiguous) and changed them to a prefix of a datastore that truly existed in my environment.  Then I could observe my applications in the AV Manager.

It would appear that the workflow is:

  • You copy completed App Stack to shared folder
  • You refresh the file share location in AV Manager
  • The AV Manager sees the files, then copies them to a datastore that matches your "datastore prefix" setting in the vCenter config
  • After the copy of the App Stacks to the datastore is completed, the AV Manager then shows them in the inventory of applications (i noticed about a 30 second delay for them to show up after the rescan)

So ultimately, the inventory of applications is reading from the datastore, NOT the shared path you parked the App Stacks.  Surprise!

Previously, not really understanding the significance of the datastore prefix settings, I just put in "AV_" and "AVW_" in those fields.  After changing it to "NASBox_NFS" (a real datastore that exists), then I watched as the AV Manager created a folder in that datastore and copied in the files from the shared path.

Oh PS.  That datastore prefix....if you have one datastore like me, this is no biggie.  If you have...lets say....50, and they all are named like "EMCOwnsMySoul_VDI_##", then the AV Manager will copy the App Stacks to EVERY datastore with that prefix.  I guess this is how they provide App Stack High Availability?  Just make sure those app stacks make it to the same datastore your presenting guest VMs are on.

Hope that's helpful.

Reply
0 Kudos
IggyFilice
Contributor
Contributor

Thanks for the reply, I appreciate any info.

The prefix fields did already contain a pre-existing data store (the one I'd created specifically for appstacks for the previous version).

I even see the app copied to the data store under cloudvolumes\apps.

Resyncing the file share didn't help. Restarting the appliance didn't help.

Reply
0 Kudos
Jason_Marshall
VMware Employee
VMware Employee

Couple things. For production deployments 2.10 (2.9 is the earlier release) is the recommended version to run. 3.0 is the first release that integrates many products into a single platform while also introducing some game changing technologies like AppToggle. However as such it is still not at full feature parity with the 2.x platform.

We are working on additional collateral for AV3.x so please stay tuned and please keep providing feedback.

Can you share the production log from the Manager? Will provide some insight as to why it is not syncing. just go to the OVA ip/FQDN:3443/log

Reply
0 Kudos
IggyFilice
Contributor
Contributor

I appreciate your help, Jason. We are not yet using AppVolumes in production, so I felt it was relatively safe to try out 3.0 and play with the newer features.

Would you prefer I post the log here or is there an email address you'd rather me send the info to?

Reply
0 Kudos
Jason_Marshall
VMware Employee
VMware Employee

If not in production then yes please keep tinkering with 3.0 but if you are planning to go live, it should be 2.10 (or the upcoming Q2 release of 2.10.1).

Post here is fine as I might actually see it. Too many emails as it is..

Reply
0 Kudos
IggyFilice
Contributor
Contributor

This appears to be the relevant part of the log file. Let me know if you need more.

[2016-04-04 14:30:28 UTC]    P2210R143  INFO Started GET "/xms/file_shares/1/files?path=Notepad.json" for 127.0.0.1 at 2016-04-04 10:30:28 -0400
[2016-04-04 14:30:28 UTC]    P2210R144  INFO Started GET "/xms/tenants" for 127.0.0.1 at 2016-04-04 10:30:28 -0400
[2016-04-04 14:30:28 UTC]    P2210R143  INFO Processing by Xms::FilesController#get_files as JSON
[2016-04-04 14:30:28 UTC]    P2210R143  INFO   Parameters: {"file_share_id"=>"1", "path"=>"Notepad.json"}
[2016-04-04 14:30:28 UTC]    P2210R144  INFO Processing by Xms::TenantsController#index as JSON
[2016-04-04 14:30:28 UTC]    P2210R144  INFO   Rendered xms/tenants/index.jsonify (1.8ms)
[2016-04-04 14:30:28 UTC]    P2210R144  INFO Completed 200 OK in 8.1ms (Views: 3.3ms | ActiveRecord: 0.9ms)
[2016-04-04 14:30:28 UTC]    P2210R144  INFO


[2016-04-04 14:30:28 UTC]    P2210R143  INFO Completed 200 OK in 23.2ms (Views: 2.3ms | ActiveRecord: 6.6ms)
[2016-04-04 14:30:28 UTC]    P2210R143  INFO


[2016-04-04 14:30:28 UTC]    P2210R145  INFO Started GET "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36/service_sessions" for 127.0.0.1 at 2016-04-04 10:30:28 -0400
[2016-04-04 14:30:28 UTC]    P2210R145  INFO Processing by Xms::ServiceSessionsController#index as JSON
[2016-04-04 14:30:28 UTC]    P2210R145  INFO   Parameters: {"session_id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:28 UTC]    P2210R146  INFO Started GET "/xms/vsphere/vcenters" for 127.0.0.1 at 2016-04-04 10:30:28 -0400
[2016-04-04 14:30:28 UTC]    P2210R146  INFO Processing by Xms::Vsphere::VcentersController#index as JSON
[2016-04-04 14:30:28 UTC]    P2210R146  INFO   Rendered xms/vsphere/vcenters/index.jsonify (1.8ms)
[2016-04-04 14:30:28 UTC]    P2210R146  INFO Completed 200 OK in 7.8ms (Views: 2.7ms | ActiveRecord: 0.6ms)
[2016-04-04 14:30:28 UTC]    P2210R146  INFO


[2016-04-04 14:30:28 UTC]    P2210R147  INFO Started GET "/xms/tenants/1/services" for 127.0.0.1 at 2016-04-04 10:30:28 -0400
[2016-04-04 14:30:28 UTC]    P2210R147  INFO Processing by Xms::TenantsController#services as JSON
[2016-04-04 14:30:28 UTC]    P2210R147  INFO   Parameters: {"id"=>"1"}
[2016-04-04 14:30:28 UTC]    P2210R147  INFO   Rendered xms/tenants/services.jsonify (169.0ms)
[2016-04-04 14:30:28 UTC]    P2210R147  INFO Completed 200 OK in 177.5ms (Views: 31.5ms | ActiveRecord: 143.1ms)
[2016-04-04 14:30:28 UTC]    P2210R147  INFO


[2016-04-04 14:30:28 UTC]    P2210R145  INFO   Rendered xms/service_sessions/index.jsonify (227.8ms)
[2016-04-04 14:30:28 UTC]    P2210R145  INFO Completed 200 OK in 244.1ms (Views: 179.3ms | ActiveRecord: 57.5ms)
[2016-04-04 14:30:28 UTC]    P2210R145  INFO


[2016-04-04 14:30:28 UTC]    P2210R148  INFO Started POST "/xms/vsphere/vcenters/1/volumes" for 127.0.0.1 at 2016-04-04 10:30:28 -0400
[2016-04-04 14:30:28 UTC]    P2210R149  INFO Started GET "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36" for 127.0.0.1 at 2016-04-04 10:30:28 -0400
[2016-04-04 14:30:28 UTC]    P2210R149  INFO Processing by Xms::SessionsController#show as JSON
[2016-04-04 14:30:28 UTC]    P2210R148  INFO Processing by Xms::Vsphere::VolumesController#create as JSON
[2016-04-04 14:30:28 UTC]    P2210R149  INFO   Parameters: {"id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:28 UTC]    P2210R148  INFO   Parameters: {"data"=>{"vcenter_id"=>"1", "metadata"=>{"program"=>{"wemcapture"=>"3.0.0.340", "AppVolumes"=>"3.0.0.0"}, "disk"=>{"uniqueId"=>"{DF27F7E7-1D44-4D84-94D0-EFE764BE2AEE}", "creationTime"=>"Friday, 01 April 2016 17:29:59 UTC", "author"=>"", "description"=>"", "source"=>"template", "filePath"=>"C:\\ProgramData\\VMware\\AppCapture\\appvhds\\Notepad.vhd"}, "plugins"=>{"mirage"=>{"version"=>"", "status"=>""}, "thinapp"=>{"version"=>"", "status"=>""}}, "machine"=>{"cpuArchitecture"=>"64-bit", "machineType"=>"virtual", "machineName"=>"TEMPLATE-PC", "machineDNSName"=>"Template-PC", "workgroupName"=>"WORKGROUP"}, "operatingsystem"=>{"osName"=>"Microsoft Windows 7 Professional ", "osProductType"=>"48", "osVersion"=>"6.1.7601", "osMajorVersion"=>"6", "osMinorVersion"=>"1", "osBuildNumber"=>"7601", "osServicePack"=>"Service Pack 1", "osServicePackVersion"=>"1.0", "osArchitecture"=>"64-bit", "osLanguage"=>"en-US English (United States)"}, "appstack"=>{"volumeID"=>"{1b802ba0-f82f-11e5-9cd9-005056b455ee}", "applicationBundles"=>{"count"=>"1", "applicationBundle0"=>{"guid"=>"{97c05b38-9a79-47e2-b176-2276abb99aa9}", "name"=>"Notepad", "operatingsystem"=>{"osName"=>"Microsoft Windows 7 Professional ", "osProductType"=>"48", "osVersion"=>"6.1.7601", "osMajorVersion"=>"6", "osMinorVersion"=>"1", "osBuildNumber"=>"7601", "osServicePack"=>"Service Pack 1", "osServicePackVersion"=>"1.0", "osArchitecture"=>"64-bit", "osLanguage"=>"en-US English (United States)"}, "count"=>"1", "apps"=>{"0"=>{"name"=>"Notepad++", "version"=>"6.9.1", "publisher"=>"Notepad++ Team", "installlocation"=>"", "iconIndex"=>"0"}}}}, "icons"=>{"count"=>"1", "icon0"=>{"type"=>"image/png", "data"=>"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"}}}}, "local_fullpath"=>"/mnt/wem/__10_30_6_86_AppStacks/Notepad.vmdk", "remote_directory"=>"cloudvolumes/apps"}, "datastore_prefix"=>"VDILUN_AppStacks01", "vcenter_id"=>"1"}
[2016-04-04 14:30:28 UTC]    P2210R148  INFO ESX hostname is not configured for "#<Xms::Vcenter:0x000000092cc578>", automatically detecting...
[2016-04-04 14:30:28 UTC]    P2210R148  INFO   RvSphere: Connecting to vSphere "administrator@vsphere.local@10.30.6.139" on "#<Thread:0x007fcd206fba40>"
[2016-04-04 14:30:28 UTC]    P2210R148  INFO   RvSphere: Using unverified https vSphere connection to "administrator@vsphere.local@10.30.6.139" due to absent CA file "/usr/local/av-manager/config/cacert.pem"
[2016-04-04 14:30:29 UTC]    P2210R149  INFO Completed 200 OK in 137.2ms (Views: 15.9ms | ActiveRecord: 60.3ms)
[2016-04-04 14:30:29 UTC]    P2210R149  INFO


[2016-04-04 14:30:29 UTC]    P2210R150  INFO Started GET "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36/service_sessions" for 127.0.0.1 at 2016-04-04 10:30:29 -0400
[2016-04-04 14:30:29 UTC]    P2210R150  INFO Processing by Xms::ServiceSessionsController#index as JSON
[2016-04-04 14:30:29 UTC]    P2210R150  INFO   Parameters: {"session_id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:29 UTC]    P2210R148  INFO   RvSphere: Connected to vSphere at "administrator@vsphere.local@10.30.6.139" on "#<Thread:0x007fcd206fba40>" - Took 211.4028ms
[2016-04-04 14:30:29 UTC]    P2210R148  INFO   RvSphere: vSphere Server: "VMware vCenter Server 6.0.0 build-2656760" Instance: "2aa9acfc-1bdc-48ff-a3ba-d8bb92784301" License: "VMware VirtualCenter Server"
[2016-04-04 14:30:29 UTC]    P2210R150  INFO   Rendered xms/service_sessions/index.jsonify (100.1ms)
[2016-04-04 14:30:29 UTC]    P2210R150  INFO Completed 200 OK in 115.8ms (Views: 71.4ms | ActiveRecord: 33.8ms)
[2016-04-04 14:30:29 UTC]    P2210R150  INFO


[2016-04-04 14:30:29 UTC]    P2210R151  INFO Started GET "/xms/file_shares" for 127.0.0.1 at 2016-04-04 10:30:29 -0400
[2016-04-04 14:30:29 UTC]    P2210R151  INFO Processing by Xms::FileSharesController#index as JSON
[2016-04-04 14:30:29 UTC]    P2210R151  INFO Completed 200 OK in 13.8ms (Views: 1.6ms | ActiveRecord: 7.6ms)
[2016-04-04 14:30:29 UTC]    P2210R151  INFO


[2016-04-04 14:30:29 UTC]    P2210R152  INFO Started GET "/xms/vsphere/vcenters" for 127.0.0.1 at 2016-04-04 10:30:29 -0400
[2016-04-04 14:30:29 UTC]    P2210R152  INFO Processing by Xms::Vsphere::VcentersController#index as JSON
[2016-04-04 14:30:29 UTC]    P2210R152  INFO   Rendered xms/vsphere/vcenters/index.jsonify (2.1ms)
[2016-04-04 14:30:29 UTC]    P2210R152  INFO Completed 200 OK in 124.2ms (Views: 3.9ms | ActiveRecord: 8.9ms)
[2016-04-04 14:30:29 UTC]    P2210R152  INFO


[2016-04-04 14:30:29 UTC]    P2210R153  INFO Started GET "/xms/tenants/1/services" for 127.0.0.1 at 2016-04-04 10:30:29 -0400
[2016-04-04 14:30:29 UTC]    P2210R153  INFO Processing by Xms::TenantsController#services as JSON
[2016-04-04 14:30:29 UTC]    P2210R153  INFO   Parameters: {"id"=>"1"}
[2016-04-04 14:30:29 UTC]    P2210R148  INFO Using ESX host "gold.library.local" for volume upload
[2016-04-04 14:30:29 UTC]    P2210R153  INFO   Rendered xms/tenants/services.jsonify (33.0ms)
[2016-04-04 14:30:29 UTC]    P2210R153  INFO Completed 200 OK in 38.9ms (Views: 23.6ms | ActiveRecord: 11.8ms)
[2016-04-04 14:30:29 UTC]    P2210R148  INFO   RvSphere: Connecting to vSphere "root@gold.library.local" on "#<Thread:0x007fcd206fba40>"
[2016-04-04 14:30:29 UTC]    P2210R153  INFO


[2016-04-04 14:30:29 UTC]    P2210R148  INFO   RvSphere: Using unverified https vSphere connection to "root@gold.library.local" due to absent CA file "/usr/local/av-manager/config/cacert.pem"
[2016-04-04 14:30:29 UTC]    P2210R148  INFO   RvSphere: Error connecting to vSphere using "root@gold.library.local": getaddrinfo: Name or service not known
[2016-04-04 14:30:29 UTC]    P2210R148  INFO   RvSphere: Retry connection to vSphere "root@gold.library.local" in 1.0s (1 of 6 attempts)
[2016-04-04 14:30:30 UTC]    P2210R148  INFO   RvSphere: Error connecting to vSphere using "root@gold.library.local": getaddrinfo: Name or service not known
[2016-04-04 14:30:30 UTC]    P2210R148  INFO   RvSphere: Retry connection to vSphere "root@gold.library.local" in 1.0s (2 of 6 attempts)
[2016-04-04 14:30:31 UTC]    P2210R148  INFO   RvSphere: Error connecting to vSphere using "root@gold.library.local": getaddrinfo: Name or service not known
[2016-04-04 14:30:31 UTC]    P2210R148  INFO   RvSphere: Retry connection to vSphere "root@gold.library.local" in 1.0s (3 of 6 attempts)
[2016-04-04 14:30:32 UTC]    P2210R148  INFO   RvSphere: Error connecting to vSphere using "root@gold.library.local": getaddrinfo: Name or service not known
[2016-04-04 14:30:32 UTC]    P2210R148  INFO   RvSphere: Retry connection to vSphere "root@gold.library.local" in 1.0s (4 of 6 attempts)
[2016-04-04 14:30:33 UTC]    P2210R148  INFO   RvSphere: Error connecting to vSphere using "root@gold.library.local": getaddrinfo: Name or service not known
[2016-04-04 14:30:33 UTC]    P2210R148  INFO   RvSphere: Retry connection to vSphere "root@gold.library.local" in 1.0s (5 of 6 attempts)
[2016-04-04 14:30:34 UTC]    P2210R154  INFO Started GET "/xms/tenants" for 127.0.0.1 at 2016-04-04 10:30:34 -0400
[2016-04-04 14:30:34 UTC]    P2210R155  INFO Started GET "/xms/tenants" for 127.0.0.1 at 2016-04-04 10:30:34 -0400
[2016-04-04 14:30:34 UTC]    P2210R155  INFO Processing by Xms::TenantsController#index as JSON
[2016-04-04 14:30:34 UTC]    P2210R154  INFO Processing by Xms::TenantsController#index as JSON
[2016-04-04 14:30:34 UTC]    P2210R154  INFO   Rendered xms/tenants/index.jsonify (1.9ms)
[2016-04-04 14:30:34 UTC]    P2210R154  INFO Completed 200 OK in 8.2ms (Views: 3.8ms | ActiveRecord: 0.8ms)
[2016-04-04 14:30:34 UTC]    P2210R154  INFO


[2016-04-04 14:30:34 UTC]    P2210R155  INFO   Rendered xms/tenants/index.jsonify (1.6ms)
[2016-04-04 14:30:34 UTC]    P2210R155  INFO Completed 200 OK in 23.7ms (Views: 3.1ms | ActiveRecord: 12.1ms)
[2016-04-04 14:30:34 UTC]    P2210R155  INFO


[2016-04-04 14:30:34 UTC]    P2210R156  INFO Started GET "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36/service_sessions" for 127.0.0.1 at 2016-04-04 10:30:34 -0400
[2016-04-04 14:30:34 UTC]    P2210R157  INFO Started GET "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36/service_sessions" for 127.0.0.1 at 2016-04-04 10:30:34 -0400
[2016-04-04 14:30:34 UTC]    P2210R156  INFO Processing by Xms::ServiceSessionsController#index as JSON
[2016-04-04 14:30:34 UTC]    P2210R156  INFO   Parameters: {"session_id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:34 UTC]    P2210R157  INFO Processing by Xms::ServiceSessionsController#index as JSON
[2016-04-04 14:30:34 UTC]    P2210R157  INFO   Parameters: {"session_id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:34 UTC]    P2210R156  INFO   Rendered xms/service_sessions/index.jsonify (112.6ms)
[2016-04-04 14:30:34 UTC]    P2210R156  INFO Completed 200 OK in 138.6ms (Views: 62.8ms | ActiveRecord: 58.6ms)
[2016-04-04 14:30:34 UTC]    P2210R156  INFO


[2016-04-04 14:30:34 UTC]    P2210R157  INFO   Rendered xms/service_sessions/index.jsonify (121.0ms)
[2016-04-04 14:30:34 UTC]    P2210R157  INFO Completed 200 OK in 150.3ms (Views: 56.8ms | ActiveRecord: 81.5ms)
[2016-04-04 14:30:34 UTC]    P2210R157  INFO


[2016-04-04 14:30:34 UTC]    P2210R158  INFO Started GET "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36" for 127.0.0.1 at 2016-04-04 10:30:34 -0400
[2016-04-04 14:30:34 UTC]    P2210R158  INFO Processing by Xms::SessionsController#show as JSON
[2016-04-04 14:30:34 UTC]    P2210R158  INFO   Parameters: {"id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:34 UTC]    P2210R159  INFO Started GET "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36" for 127.0.0.1 at 2016-04-04 10:30:34 -0400
[2016-04-04 14:30:34 UTC]    P2210R159  INFO Processing by Xms::SessionsController#show as JSON
[2016-04-04 14:30:34 UTC]    P2210R159  INFO   Parameters: {"id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:34 UTC]    P2210R158  INFO Completed 200 OK in 249.5ms (Views: 139.7ms | ActiveRecord: 62.9ms)
[2016-04-04 14:30:34 UTC]    P2210R158  INFO


[2016-04-04 14:30:34 UTC]    P2210R148  INFO   RvSphere: Error connecting to vSphere using "root@gold.library.local": getaddrinfo: Name or service not known
[2016-04-04 14:30:34 UTC]    P2210R148  INFO   RvSphere: Retry connection to vSphere "root@gold.library.local" in 1.0s (6 of 6 attempts)
[2016-04-04 14:30:34 UTC]    P2210R159  INFO Completed 200 OK in 265.5ms (Views: 11.8ms | ActiveRecord: 198.5ms)
[2016-04-04 14:30:34 UTC]    P2210R159  INFO


[2016-04-04 14:30:34 UTC]    P2210R160  INFO Started GET "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36/service_sessions" for 127.0.0.1 at 2016-04-04 10:30:34 -0400
[2016-04-04 14:30:34 UTC]    P2210R161  INFO Started GET "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36/service_sessions" for 127.0.0.1 at 2016-04-04 10:30:34 -0400
[2016-04-04 14:30:34 UTC]    P2210R160  INFO Processing by Xms::ServiceSessionsController#index as JSON
[2016-04-04 14:30:34 UTC]    P2210R160  INFO   Parameters: {"session_id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:34 UTC]    P2210R161  INFO Processing by Xms::ServiceSessionsController#index as JSON
[2016-04-04 14:30:34 UTC]    P2210R161  INFO   Parameters: {"session_id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:34 UTC]    P2210R161  INFO   Rendered xms/service_sessions/index.jsonify (94.5ms)
[2016-04-04 14:30:34 UTC]    P2210R161  INFO Completed 200 OK in 108.3ms (Views: 54.3ms | ActiveRecord: 46.0ms)
[2016-04-04 14:30:34 UTC]    P2210R161  INFO


[2016-04-04 14:30:34 UTC]    P2210R160  INFO   Rendered xms/service_sessions/index.jsonify (104.4ms)
[2016-04-04 14:30:34 UTC]    P2210R160  INFO Completed 200 OK in 128.7ms (Views: 48.6ms | ActiveRecord: 69.2ms)
[2016-04-04 14:30:34 UTC]    P2210R160  INFO


[2016-04-04 14:30:34 UTC]    P2210R162  INFO Started GET "/xms/workspace/applications" for 127.0.0.1 at 2016-04-04 10:30:34 -0400
[2016-04-04 14:30:34 UTC]    P2210R162  INFO Processing by Xms::Workspace::ApplicationsController#index as JSON
[2016-04-04 14:30:34 UTC]    P2210R162  INFO   Rendered xms/workspace/applications/index.jsonify (0.2ms)
[2016-04-04 14:30:34 UTC]    P2210R162  INFO Completed 200 OK in 4.5ms (Views: 1.6ms | ActiveRecord: 0.9ms)
[2016-04-04 14:30:34 UTC]    P2210R162  INFO


[2016-04-04 14:30:34 UTC]    P2210R163  INFO Started GET "/xms/workspace/applications/operating_systems" for 127.0.0.1 at 2016-04-04 10:30:34 -0400
[2016-04-04 14:30:34 UTC]    P2210R163  INFO Processing by Xms::Workspace::ApplicationsController#operating_systems as JSON
[2016-04-04 14:30:34 UTC]    P2210R163  INFO Completed 200 OK in 14.4ms (Views: 0.4ms | ActiveRecord: 9.0ms)
[2016-04-04 14:30:34 UTC]    P2210R163  INFO


[2016-04-04 14:30:35 UTC]    P2210R148  INFO   RvSphere: Error connecting to vSphere using "root@gold.library.local": getaddrinfo: Name or service not known
[2016-04-04 14:30:35 UTC]    P2210R148 ERROR   RvSphere: Gave up connecting to vSphere "root@gold.library.local" after 6 attempts over 6.0 seconds
[2016-04-04 14:30:35 UTC]    P2210R148 ERROR   RvSphere: Failed to connect to vSphere at "root@gold.library.local" due to socket error: getaddrinfo: Name or service not known
[2016-04-04 14:30:35 UTC]    P2210R148 ERROR Unable to upload volume because a connection to ESX could not be established
[2016-04-04 14:30:35 UTC]    P2210R148  INFO Completed 400 Bad Request in 6690.7ms (Views: 0.5ms | ActiveRecord: 29.9ms)
[2016-04-04 14:30:35 UTC]    P2210R148  INFO


[2016-04-04 14:30:36 UTC]    P2210R164  INFO Started GET "/xms/tenants" for 127.0.0.1 at 2016-04-04 10:30:36 -0400
[2016-04-04 14:30:36 UTC]    P2210R164  INFO Processing by Xms::TenantsController#index as JSON
[2016-04-04 14:30:36 UTC]    P2210R164  INFO   Rendered xms/tenants/index.jsonify (1.9ms)
[2016-04-04 14:30:36 UTC]    P2210R164  INFO Completed 200 OK in 7.0ms (Views: 3.4ms | ActiveRecord: 0.7ms)
[2016-04-04 14:30:36 UTC]    P2210R164  INFO


[2016-04-04 14:30:36 UTC]    P2210R165  INFO Started GET "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36/service_sessions" for 127.0.0.1 at 2016-04-04 10:30:36 -0400
[2016-04-04 14:30:36 UTC]    P2210R165  INFO Processing by Xms::ServiceSessionsController#index as JSON
[2016-04-04 14:30:36 UTC]    P2210R165  INFO   Parameters: {"session_id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:36 UTC]    P2210R165  INFO   Rendered xms/service_sessions/index.jsonify (64.6ms)
[2016-04-04 14:30:36 UTC]    P2210R165  INFO Completed 200 OK in 78.6ms (Views: 54.7ms | ActiveRecord: 14.1ms)
[2016-04-04 14:30:36 UTC]    P2210R165  INFO


[2016-04-04 14:30:36 UTC]    P2210R166  INFO Started GET "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36" for 127.0.0.1 at 2016-04-04 10:30:36 -0400
[2016-04-04 14:30:36 UTC]    P2210R166  INFO Processing by Xms::SessionsController#show as JSON
[2016-04-04 14:30:36 UTC]    P2210R166  INFO   Parameters: {"id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:37 UTC]    P2210R166  INFO Completed 200 OK in 85.6ms (Views: 18.9ms | ActiveRecord: 14.9ms)
[2016-04-04 14:30:37 UTC]    P2210R166  INFO


[2016-04-04 14:30:37 UTC]    P2210R167  INFO Started GET "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36/service_sessions" for 127.0.0.1 at 2016-04-04 10:30:37 -0400
[2016-04-04 14:30:37 UTC]    P2210R167  INFO Processing by Xms::ServiceSessionsController#index as JSON
[2016-04-04 14:30:37 UTC]    P2210R167  INFO   Parameters: {"session_id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:37 UTC]    P2210R167  INFO   Rendered xms/service_sessions/index.jsonify (66.1ms)
[2016-04-04 14:30:37 UTC]    P2210R167  INFO Completed 200 OK in 217.4ms (Views: 55.2ms | ActiveRecord: 149.2ms)
[2016-04-04 14:30:37 UTC]    P2210R167  INFO


[2016-04-04 14:30:37 UTC]    P2210R168  INFO Started DELETE "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36" for 127.0.0.1 at 2016-04-04 10:30:37 -0400
[2016-04-04 14:30:37 UTC]    P2210R169  INFO Started DELETE "/cv_api/sessions" for 127.0.0.1 at 2016-04-04 10:30:37 -0400
[2016-04-04 14:30:37 UTC]    P2210R168  INFO Processing by Xms::SessionsController#destroy as JSON
[2016-04-04 14:30:37 UTC]    P2210R168  INFO   Parameters: {"id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:37 UTC]    P2210R169  INFO Processing by CvApi::SessionsController#destroy_current as JSON
[2016-04-04 14:30:37 UTC]    P2210R169  INFO    Manager: Destroying session for "User <LIBRARY\DOMAINUSER>"
[2016-04-04 14:30:37 UTC]    P2210R169  INFO Completed 200 OK in 18.2ms (Views: 0.5ms | ActiveRecord: 9.2ms)
[2016-04-04 14:30:37 UTC]    P2210R168  INFO Completed 200 OK in 69.0ms (Views: 0.9ms | ActiveRecord: 45.2ms)
[2016-04-04 14:30:37 UTC]    P2210R168  INFO


[2016-04-04 14:30:37 UTC]    P2210R169  INFO


[2016-04-04 14:30:37 UTC]    P2210R170  INFO Started DELETE "/xms/sessions/7d23835d-3bb6-46d4-9988-5c406b27aa36" for 127.0.0.1 at 2016-04-04 10:30:37 -0400
[2016-04-04 14:30:37 UTC]    P2210R170  INFO Processing by Xms::SessionsController#destroy as JSON
[2016-04-04 14:30:37 UTC]    P2210R170  INFO   Parameters: {"id"=>"7d23835d-3bb6-46d4-9988-5c406b27aa36"}
[2016-04-04 14:30:37 UTC]    P2210R170  INFO Completed 404 Not Found in 4.2ms (Views: 0.5ms | ActiveRecord: 1.1ms)
[2016-04-04 14:30:37 UTC]    P2210R170  INFO


[2016-04-04 14:30:37 UTC]    P2210R171  INFO Started GET "/xms/tenants" for 127.0.0.1 at 2016-04-04 10:30:37 -0400
[2016-04-04 14:30:37 UTC]    P2210R171  INFO Processing by Xms::TenantsController#index as JSON
[2016-04-04 14:30:37 UTC]    P2210R171  INFO   Rendered xms/tenants/index.jsonify (2.4ms)
[2016-04-04 14:30:37 UTC]    P2210R171  INFO Completed 200 OK in 9.3ms (Views: 4.7ms | ActiveRecord: 1.0ms)
[2016-04-04 14:30:37 UTC]    P2210R171  INFO


[2016-04-04 14:30:37 UTC]    P2210R172  INFO Started GET "/xms/tenants/1/services" for 127.0.0.1 at 2016-04-04 10:30:37 -0400
[2016-04-04 14:30:37 UTC]    P2210R172  INFO Processing by Xms::TenantsController#services as JSON
[2016-04-04 14:30:37 UTC]    P2210R172  INFO   Parameters: {"id"=>"1"}
[2016-04-04 14:30:37 UTC]    P2210R172  INFO   Rendered xms/tenants/services.jsonify (34.8ms)
[2016-04-04 14:30:37 UTC]    P2210R172  INFO Completed 200 OK in 42.3ms (Views: 34.6ms | ActiveRecord: 3.2ms)
[2016-04-04 14:30:37 UTC]    P2210R172  INFO


[2016-04-04 14:30:37 UTC]    P2210R173  INFO Started GET "/xms/tenants/1" for 127.0.0.1 at 2016-04-04 10:30:37 -0400
[2016-04-04 14:30:37 UTC]    P2210R173  INFO Processing by Xms::TenantsController#show as JSON
[2016-04-04 14:30:37 UTC]    P2210R173  INFO   Parameters: {"id"=>"1"}
[2016-04-04 14:30:37 UTC]    P2210R173  INFO Completed 200 OK in 4.9ms (Views: 1.0ms | ActiveRecord: 0.6ms)
[2016-04-04 14:30:37 UTC]    P2210R173  INFO


[2016-04-04 14:30:37 UTC]    P2210R174  INFO Started GET "/xms/file_shares" for 127.0.0.1 at 2016-04-04 10:30:37 -0400
[2016-04-04 14:30:37 UTC]    P2210R175  INFO Started GET "/xms/identity_services" for 127.0.0.1 at 2016-04-04 10:30:37 -0400
[2016-04-04 14:30:37 UTC]    P2210R174  INFO Processing by Xms::FileSharesController#index as JSON
[2016-04-04 14:30:37 UTC]    P2210R175  INFO Processing by Xms::Identity::DomainsController#index as JSON
[2016-04-04 14:30:37 UTC]    P2210R175  INFO   Rendered xms/identity/domains/index.jsonify (2.3ms)
[2016-04-04 14:30:37 UTC]    P2210R175  INFO Completed 200 OK in 12.7ms (Views: 3.9ms | ActiveRecord: 1.0ms)
[2016-04-04 14:30:37 UTC]    P2210R175  INFO


[2016-04-04 14:30:37 UTC]    P2210R174  INFO Completed 200 OK in 25.1ms (Views: 2.0ms | ActiveRecord: 10.6ms)
[2016-04-04 14:30:37 UTC]    P2210R174  INFO


[2016-04-04 14:30:37 UTC]    P2210R176  INFO Started GET "/xms/tenants" for 127.0.0.1 at 2016-04-04 10:30:37 -0400
[2016-04-04 14:30:37 UTC]    P2210R176  INFO Processing by Xms::TenantsController#index as JSON
[2016-04-04 14:30:37 UTC]    P2210R176  INFO   Rendered xms/tenants/index.jsonify (1.3ms)
[2016-04-04 14:30:37 UTC]    P2210R176  INFO Completed 200 OK in 5.4ms (Views: 2.5ms | ActiveRecord: 0.7ms)
[2016-04-04 14:30:37 UTC]    P2210R176  INFO


[2016-04-04 14:30:37 UTC]    P2210R177  INFO Started GET "/xms/tenants/1/services" for 127.0.0.1 at 2016-04-04 10:30:37 -0400
[2016-04-04 14:30:37 UTC]    P2210R177  INFO Processing by Xms::TenantsController#services as JSON
[2016-04-04 14:30:37 UTC]    P2210R177  INFO   Parameters: {"id"=>"1"}
[2016-04-04 14:30:37 UTC]    P2210R177  INFO   Rendered xms/tenants/services.jsonify (32.0ms)
[2016-04-04 14:30:37 UTC]    P2210R177  INFO Completed 200 OK in 39.2ms (Views: 31.4ms | ActiveRecord: 3.1ms)
[2016-04-04 14:30:37 UTC]    P2210R177  INFO


[2016-04-04 14:30:37 UTC]    P2210R178  INFO Started GET "/xms/identity_services" for 127.0.0.1 at 2016-04-04 10:30:37 -0400
[2016-04-04 14:30:37 UTC]    P2210R178  INFO Processing by Xms::Identity::DomainsController#index as JSON
[2016-04-04 14:30:37 UTC]    P2210R178  INFO   Parameters: {"all"=>"true"}
[2016-04-04 14:30:37 UTC]    P2210R178  INFO   Rendered xms/identity/domains/index.jsonify (1.8ms)
[2016-04-04 14:30:37 UTC]    P2210R178  INFO Completed 200 OK in 9.8ms (Views: 3.3ms | ActiveRecord: 0.7ms)
[2016-04-04 14:30:37 UTC]    P2210R178  INFO

Reply
0 Kudos
Jason_Marshall
VMware Employee
VMware Employee

Do you have multiple hosts and are you using the same password for root for them?

Reply
0 Kudos
Smoke14
Hot Shot
Hot Shot

To confirm Jason_Marshall questions, do the following, if not already have.

  1. Open https://AppVolMgr(IP):3443
  2. Login to the manager
  3. Proceed to the 'ACTIVITY/SYSTEM Messages' tab and look for this log entry.

AV3LOG-002.png

Check for User Name is correct and it is case sensitive. Also confirm you can successfully login with that account, via vSphere Client.

DO NOT MAKE ANY CHANGES in AppVolMgr portal.

Mike_A
Reply
0 Kudos
EChampagne
Enthusiast
Enthusiast

Hi,

You got the SAME ERROR than me when I started this "proof of concept" ...

INFO ESX hostname is not configured



2 things to verify:

1) Under your VCENTER configuration at the AppStack Datastore Prefix and Writable datastore Prefix ... Make sure you have put a existing DATASTORE NAME inside those field. It,s CASE SENSITIVE.

2) Make sure you have the same ROOT password on every ESXi server or create an "local" account on every ESXi that have the same existing password and use that account.

But I agree that 3.0 should be a cadillac compare to version 2.0 and it's worst.

Reply
0 Kudos
IggyFilice
Contributor
Contributor

Here is the message under system messages. I have omitted the hostname. The credentials work fine elsewhere.

Failed to connect to vSphere at root@hostname due to socket error: getaddrinfo: Name or service not known

Reply
0 Kudos
IggyFilice
Contributor
Contributor

The prefixes do point to an existing share, case sensitivity accounted for. Root password is identical on all hosts. The files are syncing, just not showing up under Applications. Not sure why I'm getting "Name or service not known" system messages as DNS resolves the hostnames without any issues.

Reply
0 Kudos
Jason_Marshall
VMware Employee
VMware Employee

Tried tuning off SSL and firewall on OVA yet?

Reply
0 Kudos
IggyFilice
Contributor
Contributor

I disabled SSL right at the beginning in order to connect to my vCenter. I just disabled the firewall, rebooted, and did another file sync - nothing. Same error.

What is the recommended method for reviewing\modifying any of the initial network configuration?

Reply
0 Kudos
IggyFilice
Contributor
Contributor

So I noticed that the appliance DNS name in the vsphere client was a little off (localhost.localdom, something along those lines), decided to shut it down so I could try different combinations of information under Settings > Options > Properties. I'd originally entered only the most basic information (IP address, Gateway, Netmask) assuming the rest of the information would pull from DCHP as indicated. At no point did I remove the IP address, but after a few reboots it decided to change to DHCP for the address as well. So the old appliance has been wiped, and a new one is in its place.

The first thing I did after setting the root password was disable BOTH firewall and ssh.

Domain bind completed successfully on first attempt; last time, I had to go under advanced and enter a domain controller IP otherwise it wouldn't work (I'm guessing disabling the firewall helped).

I added the same vCenter server, root password the same, BUT instead of using administrator@vsphere.local I used an actual domain account for the vCenter username (again, I couldn't do this before, so it may have been the firewall).

Same file share has been added. Triggered a sync. Still no applications showing.

There is only one system message now. The file in question is left over from the previous App Volumes installation.

Failed to download file "template_uia_plus_profile.vmdk": https://ESXHOST/folder/cloudvolumes/writable_templates/template_uia_plus_profile.vmdk?dcPath=ha-data...

Reply
0 Kudos
yakovbee
Contributor
Contributor

Thank you Jason for this information.

It would be great if the EUC SE's would provide the same recommendations. I asked 2 SE's if they thought v3.0 was production ready before I jumped in and both answered along the lines of "It's GA and we have customers that are using it in production", so I went ahead and tried implementing v3.0. There were issues in every step along the way, took a few days of frustration until I gave up and I am now implementing v2.10 (Which works fantastic). I wish I would of received this recommendation earlier.

I am looking forward to upgrading to v3.0 once it will be more stable and a migration path will be provided.

Reply
0 Kudos