<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Horizon Workspace Archives - VirtJunkie</title>
	<atom:link href="/category/horizon-workspace/feed/" rel="self" type="application/rss+xml" />
	<link>/category/horizon-workspace/</link>
	<description>Virtualization, Automation, and anything else that might be on my mind</description>
	<lastBuildDate>Sun, 13 Apr 2014 02:49:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.2</generator>

<image>
	<url>/wp-content/uploads/2020/04/cropped-vj4-150x150.png</url>
	<title>Horizon Workspace Archives - VirtJunkie</title>
	<link>/category/horizon-workspace/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Horizon Workspace &#8211; Offline Upgrade &#8211; v1.5 to v1.8</title>
		<link>/2014/04/12/horizon-workspace-offline-upgrade-v1-5-to-v1-8/</link>
					<comments>/2014/04/12/horizon-workspace-offline-upgrade-v1-5-to-v1-8/#respond</comments>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Sun, 13 Apr 2014 02:49:46 +0000</pubDate>
				<category><![CDATA[Horizon Workspace]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">http://45.63.13.214/?p=561</guid>

					<description><![CDATA[<p>After upgrading several different environments to Horizon Workspace 1.8, it&#8217;s become clear to me that the &#8220;offline upgrade&#8221; feature is something that should be used whenever possible. Maybe it&#8217;s just the environments I&#8217;ve worked in, but going from 1.5 to 1.8 takes much much longer than going from 1.0-1.5. This guide is intended to help [&#8230;]</p>
<p>The post <a href="/2014/04/12/horizon-workspace-offline-upgrade-v1-5-to-v1-8/">Horizon Workspace &#8211; Offline Upgrade &#8211; v1.5 to v1.8</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="size-full wp-image-569 alignleft" alt="horizon-3" src="https://new.virtjunkie.com/wp-content/uploads/2014/04/horizon-3.png" width="256" height="168" />After upgrading several different environments to Horizon Workspace 1.8, it&#8217;s become clear to me that the &#8220;offline upgrade&#8221; feature is something that should be used whenever possible. Maybe it&#8217;s just the environments I&#8217;ve worked in, but going from 1.5 to 1.8 takes much much longer than going from 1.0-1.5. This guide is intended to help you accomplish an offline upgrade from 1.5 to 1.8, while having a plan to restore to 1.5 in case of a failure. This is the fastest process I have found to perform the upgrade. Even with these measures, I&#8217;d plan on getting a 4-5 hour outage window for a production environment (2 connector, service, gateway, data virtual appliances)</p>
<p><span id="more-561"></span></p>
<p>First thing is first &#8211; VMware currently only provides the update repo files mentioned in the <a href="http://pubs.vmware.com/horizon-workspace-18/topic/com.vmware.hw-upgrade.doc_18/GUID-50372CFD-AD3C-44F0-9F1B-5C5E1E8D98D9.html" target="_blank" rel="noopener noreferrer">documentation center</a> if you call and speak to global support services.</p>
<ol>
<li><span style="line-height: 1.5em;">Call VMware GSS and request update repo files for the offline upgrade from horizon workspace 1.5 to 1.8. Ensure that they provide you with the files &#8220;configureupdate.hzn&#8221;, and &#8220;updatelocal.hzn&#8221;.</span></li>
<li>Copy the &#8220;updatelocal.hzn&#8221; file to the configurator-va directory: /usr/local/horizon/lib/menu/</li>
<li>Copy the &#8220;configureupdate.hzn&#8221; file to every virtual appliance in the directory: /usr/local/horizon/scripts/</li>
<li>Set the permissions of each script to 700 (chmod 700 /usr/local/horizon/scripts/configureupdate.hzn)</li>
<li>Add the &#8220;configureupdate.hzn&#8221; script to the sudoers file on each va. A snippet of the end of the sudoers file will look like this:
<ol>
<li>/usr/local/horizon/scripts/setupSshKeys.hzn, \</li>
<li><span style="line-height: 1.5em;">/sbin/reboot, \</span></li>
<li><strong>/usr/local/horizon/scripts/configureupdate.hzn</strong></li>
</ol>
</li>
<li>Create the following directory structure on a web server that&#8217;s accessible by every horizon workspace app. Note, the <a href="http://pubs.vmware.com/horizon-workspace-18/topic/com.vmware.hw-upgrade.doc_18/GUID-50372CFD-AD3C-44F0-9F1B-5C5E1E8D98D9.html" target="_blank" rel="noopener noreferrer">published documentation</a> says to create the service-va directory &#8220;srv&#8221;, but the script specifies the directory &#8220;svc&#8221;.
<ol>
<li>vapp
<ol>
<li>conn</li>
<li>cfg</li>
<li>gty</li>
<li>svc</li>
<li>dta</li>
</ol>
</li>
</ol>
</li>
<li>Extract each update repo zip file to their respective directories.</li>
<li>Run the following snippet on the configurator-va to make sure your setup is good to proceed, and configure each VA to use the local update source. If there are no errors appear, you&#8217;re good to keep going.
<ol>
<li>/usr/local/horizon/lib/menu/updatelocal.hzn checkurl http://yourhost/vapp</li>
<li>/usr/local/horizon/lib/menu/updatelocal.hzn seturl http://yourhost/vapp</li>
</ol>
</li>
<li>At this point, you can proceed with your upgrade as normal. Here&#8217;s the steps I personally use to prep for the upgrade to ensure that there are no issues.</li>
<li>Backup your postgres database &#8211; On the command line of your vFabric postres server, run this command:
<ol>
<li>/opt/vmware/vpostgres/current/bin/pg_dump -U postgres -W &#8211;clean -f ~/Before_HWS_1.8.data saas</li>
<li>The default password is H0rizon!</li>
</ol>
</li>
<li>Run the script below &#8211; requires vmware powercli. Ensure that your postgres server has the default name. If it doesn&#8217;t, change the script below.</li>
</ol>
<p></p><pre class="urvanov-syntax-highlighter-plain-tag">#Connect to virtualcenter
Connect-viserver -Server [your virtualcenter server] -Credential (Get-Credential)

#Shut down horizon workspace and vmware vfabric postgres
Get-vapp -name &quot;Horizon-Workspace&quot; | stop-vapp
get-vm -Name &quot;VMware vFabric Postgres&quot; | shutdown-vmguest

#Create snapshot of all of the VMs in Horizon Workspace and vFabric Postgres
get-vapp -Name Horizon-Workspace | get-vm | New-Snapshot -Name &quot;Pre_1.8&quot; -Description &quot;Taken before 1.8 Upgrade&quot;
get-vm -Name &quot;VMware vFabric Postgres&quot; | New-Snapshot -Name &quot;Pre_1.8&quot; -Description &quot;Taken before 1.8 Upgrade&quot;

#Start horizon workspace and postgres VM
Get-vm -name &quot;VMware vFabric Postgres&quot; | start-vm
Get-vapp -name &quot;Horizon-Workspace&quot; | start-vapp</pre><p></p>
<p>The post <a href="/2014/04/12/horizon-workspace-offline-upgrade-v1-5-to-v1-8/">Horizon Workspace &#8211; Offline Upgrade &#8211; v1.5 to v1.8</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/2014/04/12/horizon-workspace-offline-upgrade-v1-5-to-v1-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VMware Horizon Workspace – Part 3 – Configure VMware vPostgres External Database</title>
		<link>/2013/11/23/vmware-horizon-workspace-part-3-configure-vmware-vpostgres-external-database/</link>
					<comments>/2013/11/23/vmware-horizon-workspace-part-3-configure-vmware-vpostgres-external-database/#comments</comments>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Sat, 23 Nov 2013 05:09:43 +0000</pubDate>
				<category><![CDATA[Horizon Workspace]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">http://45.63.13.214/?p=549</guid>

					<description><![CDATA[<p>In this post I&#8217;ll show in detail how to configure Horizon Workspace to use an external database during the install process.  This post is part of a series showing how to configure VMware Horizon Workspace in a production environment. You&#8217;ll need an external database to have multiple service virtual appliances, so this should be a [&#8230;]</p>
<p>The post <a href="/2013/11/23/vmware-horizon-workspace-part-3-configure-vmware-vpostgres-external-database/">VMware Horizon Workspace – Part 3 – Configure VMware vPostgres External Database</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this post I&#8217;ll show in detail how to configure Horizon Workspace to use an external database during the install process.  This post is <a href="http://45.63.13.214/?p=522" target="_blank" rel="noopener">part of a series</a> showing how to <a title="VMware Horizon Workspace – Part 0 – Intro" href="http://45.63.13.214/?p=522" target="_blank" rel="noopener">configure VMware Horizon Workspace</a> in a production environment. You&#8217;ll need an external database to have multiple service virtual appliances, so this should be a requirement for your environment.  This process was suprisingly not trivial for me, however it could have something to do with the fact that I haven&#8217;t used postgres sql in the past.</p>
<p><span id="more-549"></span></p>
<p>Some assumptions and prerequisites:</p>
<ol>
<li>You have horizon workspace 1.5.1 (at least) downloaded, deployed to your infrastructure successfully, and you&#8217;re ready to go through the web configuration.</li>
<li>You have <a href="http://www.vmware.com/products/vfabric-postgres/" target="_blank" rel="noopener">VMware vFabric Postgres</a> downloaded and deployed to your infrastructure successfully, with no configuration added.</li>
</ol>
<ol>
<li>Proceed through the web configuration until you get to step 2a, and select External Database. Stop here&#8230;</li>
<li>Prepare your new external database
<ol>
<li>SSH to the postgres server (I&#8217;ll assume the server is named hzn-db.test.in)</li>
<li>Make changes to the postgres config: /var/vmware/vpostgres/9.2/pgdata/postgresql.conf.auto
<ol>
<li>Max_connections = 300 (default is 100)</li>
<li>Search_path = &#8216;saas&#8217; (no value by default)</li>
</ol>
</li>
<li>You&#8217;ll have to prepare the postgre sql schema. Run these commands to configure it. VMware graciously has not provided the default password for the postgres user in any of their documentation, even after I opened a SR requesting the password. For your reference, it is &#8220;H0rizon!&#8221;. &#8220;myPassword&#8221; below should be replaced with the password you want to use for your horizon workspace postgres user.
<ol>
<li>/opt/vmware/vpostgres/current/bin/psql -U postgres -W</li>
<li>DROP SCHEMA IF EXISTS saas CASCADE;</li>
<li>CREATE SCHEMA saas;</li>
<li>CREATE USER horizon WITH PASSWORD &#8216;<strong>myPassword</strong>&#8216;;</li>
<li>ALTER ROLE horizon SET search_path TO saas;</li>
<li>CREATE EXTENSION citext WITH SCHEMA saas;</li>
<li>CTRL+D</li>
</ol>
</li>
<li>SSH to your service-va, and run the following command
<ol>
<li>/usr/local/horizon/bin/setupExternalDb.sh</li>
<li>The wizard will ask you for a postgres admin user (postgres), and the horizon user (horizon). The password for the postgres user, unless you change it is &#8220;H0rizon!&#8221;, and the password for the horizon user is set in step 3.</li>
</ol>
</li>
</ol>
</li>
</ol>
<p>This should work &#8211; if you run into any issues, please comment!</p>
<p>The post <a href="/2013/11/23/vmware-horizon-workspace-part-3-configure-vmware-vpostgres-external-database/">VMware Horizon Workspace – Part 3 – Configure VMware vPostgres External Database</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/2013/11/23/vmware-horizon-workspace-part-3-configure-vmware-vpostgres-external-database/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>VMware Horizon Workspace &#8211; Part 2 &#8211; Configure Nginx as Frontend with Microsoft CA</title>
		<link>/2013/08/01/vmware-horizon-workspace-part-2-configure-nginx-as-frontend-with-microsoft-ca/</link>
					<comments>/2013/08/01/vmware-horizon-workspace-part-2-configure-nginx-as-frontend-with-microsoft-ca/#comments</comments>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Fri, 02 Aug 2013 02:45:23 +0000</pubDate>
				<category><![CDATA[Horizon Workspace]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">http://45.63.13.214/?p=528</guid>

					<description><![CDATA[<p>So yesterday, VMware released Horizon Workspace 1.5. HUGE improvement over the GA release&#8230; Holey smokes. Any further tutorials will reference this version. Anyways, more to the point. In this post I will demonstrate how to do a base configuration of Horizon Workspace using an internal Microsoft Certificate Authority with Nginx as a frontend. This setup [&#8230;]</p>
<p>The post <a href="/2013/08/01/vmware-horizon-workspace-part-2-configure-nginx-as-frontend-with-microsoft-ca/">VMware Horizon Workspace &#8211; Part 2 &#8211; Configure Nginx as Frontend with Microsoft CA</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>So yesterday, <a title="VMware® Horizon Workspace 1.5 Release Notes" href="https://www.vmware.com/support/horizon_workspace/doc/hw_release_notes_15.html">VMware released Horizon Workspace 1.5</a>. HUGE improvement over the GA release&#8230; Holey smokes. Any further tutorials will reference this version.</p>
<p>Anyways, more to the point. In this post I will demonstrate how to do a base configuration of Horizon Workspace using an internal Microsoft Certificate Authority with Nginx as a frontend. This setup is only acceptable for setting up workspace in a lab environment, since in a production environment you&#8217;ll need a trusted third party cert. Doing this in a lab environment is important because it will allow you to set up and test every feature you&#8217;ll be using in a production environment.</p>
<p>Requirements:</p>
<ul>
<li><span style="line-height: 16px;">Microsoft Active Directory Certificate Services</span></li>
<li>Linux Machine running Nginx</li>
<li>Horizon Workspace 1.5 Downloaded and installed with no configuration.
<ul>
<li>We&#8217;ll be using the workspace FQDN of hzn.test.in (This obviously assumes the domain of test.in)</li>
</ul>
</li>
</ul>
<p><span id="more-528"></span></p>
<ol>
<li>On Linux machine, generate private key(1) and CSR(2)
<ol>
<li><pre class="urvanov-syntax-highlighter-plain-tag">openssl genrsa -out hzn.test.in.key 1024</pre></li>
<li><pre class="urvanov-syntax-highlighter-plain-tag">openssl req -new -key hzn.test.in.key -out hzn.test.in.csr</pre></li>
</ol>
</li>
<li>Take CSR and get a certificate from your internal Domain CA. Download the certificate. Rename it as hzn.test.in.crt</li>
<li>Download your internal Domain CA root key
<ol>
<li>On the machine running AD Cert Services, open the command line and type the following command:</li>
<li>[text]certutil -ca.cert %userprofile%\Desktop\test.in-root.cer[/text]</li>
</ol>
</li>
<li>Ensure that Nginx is forwarding traffic correctly to the gateway-va. Below is a snippet (Entries in square brackets need to be changed]:
<ol>
<li>[text]<br />
server {<br />
listen [load balancer IP];<br />
server_name hzn.test.in;<br />
ssl on;<br />
ssl_certificate [path to]hzn.test.in.crt<br />
ssl_certificate_key [path to]hzn.test.in.key</p>
<p>location / {<br />
proxy_pass https://gateway-va.test.in:443/;<br />
proxy_set_header Host $host;<br />
proxy_set_header X-Real-IP $remote_addr;<br />
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;<br />
proxy_read_timeout 1800;<br />
proxy_connect_timeout 1800;<br />
}<br />
[/text]</li>
</ol>
</li>
<li>Place your domain root ca key (gathered in step 3) into the <a href="https://configurator-va.test.in/" target="_blank" rel="noopener noreferrer">configurator web interface</a>
<ol>
<li>Open the web interface and navigate to the FQDN &amp; SSL section</li>
<li>Select Yes under External Load Balancer</li>
<li>Enter: hzn.test.in:443 in the Horizon Workspace FQDN section</li>
<li>Paste the domain root ca key in the &#8220;Load Balancer Root CA Certificate&#8221; section.</li>
</ol>
</li>
<li>You&#8217;re all set!  You can now log into the Horizon Workspace Admin page by navigating to https://hzn.test.in/admin</li>
</ol>
<p>I&#8217;d be happy to answer any questions on this. Feel free to post a comment if you like. I&#8217;ll answer any questions I can.</p>
<p>The post <a href="/2013/08/01/vmware-horizon-workspace-part-2-configure-nginx-as-frontend-with-microsoft-ca/">VMware Horizon Workspace &#8211; Part 2 &#8211; Configure Nginx as Frontend with Microsoft CA</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/2013/08/01/vmware-horizon-workspace-part-2-configure-nginx-as-frontend-with-microsoft-ca/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>VMware Horizon Workspace &#8211; Part 1 &#8211; Enable SSH</title>
		<link>/2013/07/30/vmware-horizon-workspace-part-1-enable-ssh/</link>
					<comments>/2013/07/30/vmware-horizon-workspace-part-1-enable-ssh/#respond</comments>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Tue, 30 Jul 2013 21:16:59 +0000</pubDate>
				<category><![CDATA[Horizon Workspace]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">http://45.63.13.214/?p=525</guid>

					<description><![CDATA[<p>I&#8217;ve never met a VMware Admin who will use the console to access a VM if they have a choice. There are plenty of tutorials out there that will show you how to do this, but since I&#8217;m starting a series, I guess I&#8217;ll throw the same info on the internet, but put my own [&#8230;]</p>
<p>The post <a href="/2013/07/30/vmware-horizon-workspace-part-1-enable-ssh/">VMware Horizon Workspace &#8211; Part 1 &#8211; Enable SSH</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve never met a VMware Admin who will use the console to access a VM if they have a choice. There are plenty of tutorials out there that will show you how to do this, but since I&#8217;m starting a series, I guess I&#8217;ll throw the same info on the internet, but put my own spin on it.</p>
<p><span id="more-525"></span></p>
<p>This post is <a title="part of a series showing" href="http://45.63.13.214/?p=522" target="_blank" rel="noopener noreferrer">part of a series showing</a> how to set up<a title="VMware Horizon Workspace in a production" href="http://45.63.13.214/?p=522" target="_blank" rel="noopener noreferrer"> VMware Horizon Workspace in a production</a> environment.</p>
<p>If copy and paste is disabled within the console (shame on you if it is&#8230;) enable it using <a title="VMware KB1026437" href="http://kb.vmware.com/kb/1026437" target="_blank" rel="noopener noreferrer">VMware KB1026437</a></p>
<p>Paste the following line into the console of each virtual appliance:</p><pre class="urvanov-syntax-highlighter-plain-tag">sed -i.bak 's/PermitRootLogin no/PermitRootLogin yes/g' /etc/ssh/sshd_config;service sshd restart</pre><p>Technically this is two commands, but you can paste the whole thing in. All it does is back up your current SSHD config file, replace the line that disallows root login with a line that does allow it, then restarts the service.</p>
<p>Bing bang boom, now you can use whatever ssh client you like to connect to your virtual appliances.</p>
<p>The post <a href="/2013/07/30/vmware-horizon-workspace-part-1-enable-ssh/">VMware Horizon Workspace &#8211; Part 1 &#8211; Enable SSH</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/2013/07/30/vmware-horizon-workspace-part-1-enable-ssh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VMware Horizon Workspace &#8211; Part 0 &#8211; Intro</title>
		<link>/2013/07/30/vmware-horizon-workspace-part-0-intro/</link>
					<comments>/2013/07/30/vmware-horizon-workspace-part-0-intro/#comments</comments>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Tue, 30 Jul 2013 20:54:46 +0000</pubDate>
				<category><![CDATA[Horizon Workspace]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">http://45.63.13.214/?p=522</guid>

					<description><![CDATA[<p>I&#8217;ve been working with Horizon Workspace since it went GA in March. At this point in time, I&#8217;m happy to say that I&#8217;ve got Workspace set up in a production environment. In this series, I will be covering how I configured each part of this suite. I would expect that this process will become exponentially [&#8230;]</p>
<p>The post <a href="/2013/07/30/vmware-horizon-workspace-part-0-intro/">VMware Horizon Workspace &#8211; Part 0 &#8211; Intro</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been working with Horizon Workspace since it went GA in March. At this point in time, I&#8217;m happy to say that I&#8217;ve got Workspace set up in a production environment.</p>
<p>In this series, I will be covering how I configured each part of this suite. I would expect that this process will become exponentially easier as time goes on. One thing to note is that I will write these posts assuming that you are at least moderately familiar with linux and Workspace. I will not go into details on how to install packages, deploy the VA, use the web interface. Use Google if you&#8217;re looking for that boring stuff <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Here we go!</p>
<p><span id="more-522"></span></p>
<p>Due to the reliance that the business will put on the Workspace, my definition of Production is as follows:</p>
<ol>
<li>Externally Accessible
<ol>
<li>One URL to rule them all, both internal and external</li>
</ol>
</li>
<li><a title="VMware Horizon Workspace – Part 2 – Configure Nginx as Frontend with Microsoft CA" href="http://45.63.13.214/?p=528"><span style="line-height: 13px;">Load Balanced from within DMZ</span></a>
<ol>
<li>Multiple Load Balancers &#8211; no single point of failure!</li>
</ol>
</li>
<li>Multiple Virtual Appliances
<ol>
<li>At LEAST 2 of every VA that comes with Workspace (Gateway, Connector, Service, Data)</li>
</ol>
</li>
<li><a title="VMware Horizon Workspace – Part 3 – Configure VMware vPostgres External Database" href="http://45.63.13.214/?p=549" target="_blank" rel="noopener">External Postres SQL Database</a></li>
<li><a title="VMware Horizon Workspace – Part 2 – Configure Nginx as Frontend with Microsoft CA" href="http://45.63.13.214/?p=528" target="_blank" rel="noopener">Third Party SSL Certificate</a>
<ol>
<li>I used Godaddy, but if I had to do it again, I&#8217;d go with Verisign, or a more reputable CA. This should be fixed in Workspace 1.5, which should be released by the end of July.</li>
</ol>
</li>
<li>Data is stored on NFS rather than on local vmdk</li>
</ol>
<p>Throughout this (we&#8217;ll call it an adventure) I&#8217;ve learned a lot about the product.Most importantly, it&#8217;s become clear to me that this is not a product easily administered by a &#8220;VMware Admin&#8221;. Horizon Workspace is built on top of Suse Enterprise Linux 11, relies heavily on Zimbra for the data component, and uses nginx for everything else.</p>
<p>Sound like greek? Don&#8217;t panic, you can set up a good amount of Horizon Workspace without being a linux guru, however, imho, most of the things you&#8217;ll need to do in a production environment will require at least a moderate familiarity with the linux command line.</p>
<p>The post <a href="/2013/07/30/vmware-horizon-workspace-part-0-intro/">VMware Horizon Workspace &#8211; Part 0 &#8211; Intro</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/2013/07/30/vmware-horizon-workspace-part-0-intro/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
