Brian Madden Logo
Your independent source for application and desktop virtualization.
advertisement
Gabe Knuth's Blog

Past Articles

Written on








Comments

Guest wrote Thanks man!
on Sun, Dec 12 2004 1:22 PM Link To This Comment
This message was originally posted by Erik Blom on April 28, 2004
I do a lot of Citrix installs and this is great info! I'm just wondering wether it would be possible to use the SQL enterprise manager on the SQL cd if you want to create/edit/connect to the database. Or maybe you didn't mention this because this isn't a free tool...
Guest wrote Good Point
on Sun, Dec 12 2004 1:22 PM Link To This Comment
This message was originally posted by Gabe Knuth on April 28, 2004
I'm not sure if that can be done or not, but if you try and let me know, I'll gladly add it to the article. The tool I mentioned from MSDE.biz is great, though. Totally worth the $22. Thanks for the comment!
Guest wrote Good Article
on Sun, Dec 12 2004 1:22 PM Link To This Comment
This message was originally posted by Mike on April 29, 2004
This is good stuff. I do a lot of small farm (under 5 server) installs so this will work out great.

Check out the SQL Server Web Data Administrator - http://tinyurl.com/3cuzt
Its a free download from MS and you can create and edit databases on MSDE.
Guest wrote Error 26013 When MSDE is used as a MetaFrame XP Data Store and CTX102799
on Sun, Dec 12 2004 1:22 PM Link To This Comment
This message was originally posted by Friedrich on May 5, 2004
Thank you for this inspiring stuff. But how about the error 26013? And what's your opinion to the Citrix' KB article CTX102799?
Guest wrote RE: Error 26013...
on Sun, Dec 12 2004 1:22 PM Link To This Comment
This message was originally posted by Gabe Knuth on May 16, 2004
I've not run into that error before when doing this. I'd be interested in finding out the intricacies of the configuration that is getting this error. I've used this a few times in FR3 environments without a problem, so I wonder if there is some other semi-external factor that is causing it. Perhaps it actually is an authentication problem. The tool I've mentioned above might be helpful (I promise I don't work for them, I just really like the program!).
Guest wrote SQL Enterprise Manager with MSDE
on Sun, Dec 12 2004 1:30 PM Link To This Comment
This message was originally posted by MikeM on July 14, 2004
I was able to use SQL Enterprise Manager to adminster my MSDE. You have to connect to "ServerName\InstanceName" EX. MYSERVER\CITRIX_METAFRAME and that will connect you to the MSDE.

Hope this helps - thanks for the article.
Guest wrote SQL Express 2005
on Sun, Dec 12 2004 1:31 PM Link To This Comment
This message was originally posted by Andy on August 12, 2004
http://lab.msdn.microsoft.com/express/sql/Features/default.aspx
New version of MSDE in Beta 2 right now... 1 CPU support, 4GB DB size max limit, and 1GB ram limit, does not state any limitations on number of connections. I am curious when Citrix will officially support this.
Guest wrote RE: Error 26013
on Sun, Dec 12 2004 1:49 PM Link To This Comment
This message was originally posted by Aaron Harrison on September 3, 2004
A couple of things to try if you get this error -

1) Make sure you are specifying the user as domain\username when running the MF install.

2) Try adding db_owner rights to the user:
osql -E
create database 'IMA'
go
use database 'IMA'
go
sp_grantlogin 'domain\username'
go
sp_grantdbaccess 'domain\username'
go
sp_spaddrolemember 'db_owner','domain\username'
go
quit

Of course, the above assumes you haven't already created the db - just skip the bits you've done already or drop your db and start again.

Guest wrote RE: Error 26013
on Sun, Dec 12 2004 1:49 PM Link To This Comment
This message was originally posted by Aaron Harrison on September 3, 2004
Apologies for the formatting above - after the word user:, each instance of the word 'go' should be on a line of it's own so hit return before and after it - hope that makes sense :-)
Guest wrote Can you load SG on only one of the WI instances?
on Sun, Dec 12 2004 1:50 PM Link To This Comment
This message was originally posted by SJ on September 30, 2004
Is it possible with this configuration to have Secure Gateway loaded on the same server and only associate it with one (or more) of the Web Interface instances? That way the external users get a SG logon, but you could point your internal users to this server and they wouldn't have the overhead of being 'proxied' by the SG element.
Guest wrote internal users
on Sun, Dec 12 2004 1:50 PM Link To This Comment
This message was originally posted by xs4citrix on September 30, 2004
SJ; to send internal users directly to the servers, and not through the CSG, you can do woth the following lines in your webinterface.conf:

AlternateAddress=Mapped
ClientAddressMap=192.168.0.,Normal,*,SG
Guest wrote SG on One Server
on Sun, Dec 12 2004 1:50 PM Link To This Comment
This message was originally posted by Brian Madden on September 30, 2004
Yes, you can have some users use SG with others not using SG with a single instance of WI. You only need to build multiple WIs if you want to have different users use different farms, or if you want to have different looks and feels, etc.
Guest wrote *nix technique
on Sun, Dec 12 2004 1:50 PM Link To This Comment
This message was originally posted by jsekel on September 30, 2004
For the few people who might be running WI on *nix servers the process is much easier (well, if you know *nix). Once you set up the intial site using the .war file their will be a folder called Citrix in the /tomcat/webapps/ folder. If you copy this folder to another folder with a different name like Citrix2 then you now have a second WI site with the new name.
Guest wrote RE: *nix technique
on Sun, Dec 12 2004 1:50 PM Link To This Comment
This message was originally posted by Gabe Knuth on September 30, 2004
Thanks for posting that! Makes me think harder about becoming a nix guy...
Guest wrote Supported by citrix
on Sun, Dec 12 2004 1:50 PM Link To This Comment
This message was originally posted by sk on October 1, 2004
i have the information, that citrix states, that running multiple instances of the wi on one system is working but not yet supported. is this still true?
Guest wrote RE: Supported by citrix
on Sun, Dec 12 2004 1:50 PM Link To This Comment
This message was originally posted by Gabe Knuth on October 1, 2004
As far as I know, yes. But what's the fun if it IS supported? :)
Guest wrote RE: Supported by citrix
on Sun, Dec 12 2004 1:50 PM Link To This Comment
This message was originally posted by Leo van der Mee on October 1, 2004
Citrix actually gave a presentation here in the Netherlands explaining this possibility at one of the value add meetings. That sounds like 'supported' to me...
Guest wrote An easier solution... (using Citrix's WI3MBR tool)
on Sun, Dec 12 2004 1:50 PM Link To This Comment
This message was originally posted by Leo van der Mee on October 1, 2004
Read this thread (Topic: Guide 2 Multiple WI3 sites on the same web server)
from the Citrix support site originally posted by Henrik Christensen:

http://support.citrix.com/forums/thread.jspa?forumID=69&threadID=51669&tstart=15
Guest wrote supported
on Sun, Dec 12 2004 1:50 PM Link To This Comment
This message was originally posted by xs4citrix on October 1, 2004
There is an internal document for citrix engineers to be used on this.
It has never made it to an offical kb article though.
So consider it partially supported.
Guest wrote another posibility...
on Sun, Dec 12 2004 1:50 PM Link To This Comment
This message was originally posted by AndyH on October 4, 2004
see...
http://support.citrix.com/forums/thread.jspa?messageID=226723&fromSearchPage=true&#226723

Guest wrote NOT supported
on Sun, Dec 12 2004 1:52 PM Link To This Comment
This message was originally posted by an anonymous visitor on October 7, 2004
I asked our Citrix account manager about this and they said that it was definitely NOT supported...
Guest wrote SSL 443
on Sun, Dec 12 2004 1:52 PM Link To This Comment
This message was originally posted by an anonymous visitor on October 18, 2004
When I turn on port 443 for the new site and point to https://, login and select the app I get and open dialog box for the launch.ica file. Without port 443 on it works fine. Any ideas?
Guest wrote Please Post Technical Questions to the Forum, not Here!
on Sun, Dec 12 2004 1:52 PM Link To This Comment
This message was originally posted by Brian Madden on October 19, 2004
The forum at forum.brianmadden.com is better because (1) people look there to help others, and (2) it handles threaded discussions.
Guest wrote rmsummarydatabase name change
on Sun, Dec 12 2004 1:57 PM Link To This Comment
This message was originally posted by Mark on November 15, 2004
Hi,

Can anyone tell me if there is a way I can us a different name for the RM Database. I have multiple farms and I'm using a clustered SQL environment to host the dtastores, now I want to use the same cluster to host the Rm database, which naturally causes problems if I can only use the default name of RMSUMMARYDATABASE.

Thanks,

Mark
Guest wrote Use w/Backup Exec
on Sun, Dec 12 2004 1:57 PM Link To This Comment
This message was originally posted by ljames18@yahoo.com on December 8, 2004
Anyone tried this on an instance of MSDE already installed by Veritas BackupExec 9.1? I can't seem to authenticate using command line or the SQL Web Data Administrator.
Guest wrote RE: Use w/Backup Exec
on Sun, Dec 12 2004 1:57 PM Link To This Comment
This message was originally posted by ljames18@yahoo.com on December 8, 2004
Well, I got MSDE installed and the DBs setup on the new instance, but when I went to install Citrix, the only SQL server it found was the SERVERNAME\MSSQL$BKUPEXEC instance. Worth trying, but I gave up and put it in MS Access.
Gabe Knuth wrote Couple things
on Fri, Dec 17 2004 10:45 AM Link To This Comment
I would install a seperate instance of MSDE (you can even do it on the same box, but I wouldn't try that if I didn't have to). I don't know anything about the Veritas MSDE install, but it could be customized with stuff way over my head.

Also, I wanted to let everyone know that regular old SQL Enterprise Manager can also edit an MSDE database! This way, you get the nice interface rather than the bland MSDE Admin interface. Of course, to have the rights to use SQL Enterprise Manager, you have to have SQL server, so you probably wouldn't be following this howto then, would you?
Gabe Knuth wrote Re: rmsummarydatabase name change
on Fri, Dec 17 2004 5:11 PM Link To This Comment
Mark,

In the future, please post technical questions to the forum. This time, though, I'll take care of it here.

You can call the database whatever you want, as long as the DSN that points to the database is called RMSUMMARYDATABASE. This means that you can have RMSDB1, RMSDB2, RMSDB3, ... on your SQL Servers, and have your Citrix silo's broken out however you like. Just change the DSN to point to a different database, leaving the DSN name the same.

If you need something, post in the forum, or if it's specifically about this article, shoot me an email.

Gabe
Guest wrote Use w/Backup Exec
on Tue, Jan 18 2005 8:54 PM Link To This Comment
First install MSDE using the SetupMsdeForMetaFrame.cmd file located in the support/msde directory of the metaframe cd. Change this file and install a second instance of MSDE in a new location. Backup exec should be located in c:\prog files\etc etc etc...

"%~dp0MSDE\SETUP.EXE" INSTANCENAME="%INSTANCENAME%" SAPWD="%SAPWD%" DISABLENETWORKPROTOCOLS=0 TARGETDIR="C:\CITRIX\MSDE"

I had to then manually start the MSSQL$CITRIX_METAFRAME service. After that I was able to connect and migrate the datastore as normal.
Guest wrote NAT address
on Mon, Feb 7 2005 4:16 PM Link To This Comment
Do I need a seperate server in order to have NAT address applied for various custormers, or will WI 3.0 allow me to nat each website accordingly for my customers?
Guest wrote ERROR 15063
on Tue, Jan 24 2006 11:55 AM Link To This Comment
When i issue the command sp_grantdbaccess 'domain\user' i get the following

Msg 15063, Level 16, State 1, Server ServerName, Procedure sp_grantdbaccess, Line
116
The login already has an account under a different user name.

any help is very much appreciated.
Guest wrote just gr8! documentation dear...
on Fri, Jan 27 2006 10:16 AM Link To This Comment
thank you very much.
it resolved my problem.
 
chirag gandhi
india
Guest wrote Citrix Administration
on Thu, May 18 2006 6:13 PM Link To This Comment
Does anyone have a document for citrix 4.0 administration from adding users, group etc..
Guest wrote Grant table permissions to all domain users
on Thu, Aug 3 2006 7:42 AM Link To This Comment
hi Frnds
Please culd u ppl solve this problem i wanna add all my windows domain users with single "sp_grantdbaccess" query
also i wanna to give all domain user the table privileges
Paul Hirose wrote RE: Error 26013
on Wed, Jan 24 2007 3:25 PM Link To This Comment

sp_spaddrolemember 'db_owner','domain\username'


Just to be clear - that should be just
sp_addrolemember 'db_owner','domain\username'

And it is necessary, at least for me.  I wanted to install the whole IMA stuff on my AD domain controller, which is also the license server for my little farm.  I just didn't want the IMA database stuff on one of my random farm app servers, cause I tend to image them often.  The domain controller/license server is redundant, etc.  The farm app servers aren't.

I tried to install MPS4 on the domain controller and couldn't.  Apparently, as of MPS4, you cannot install it on an AD-Domain Controller.  I didn't really want all of MPS on my DC anyway, but didn't know how else to get the actual IMA database stuff on it.  Then I stumbled across this article (yyay for this website and for google.)

After fussing w/the original set of commands in the article, I still couldn't get MPS4 installed on my basic app server box.  Rereading this article, I came across this particular "db_owner" reply.  I added that to my overall and it now works.

I don't really know much on SQL/MSDE (I actually come from a basic Unix and MySQL background.)  A few stabs and guesses at sp_spaddrolemember later, I got it.

Thanks to all, I think this works now w/a little better IMA-only system.  I dunno how critical the IMA database and stuff is (yet) but I just didn't want to put it on a box that had no redudnancy, and might get imaged and blown away w/out warning.  Maybe that actually doesn't matter to IMA or not.  I guess I'll learn more as time goes on.

Thanks again!
PH

Rick Eilenberger wrote There is no bad weather...only bad clothing!...
on Wed, Feb 7 2007 7:16 PM Link To This Comment
I am a life long Chicagoan, and will be attending the event.  I had the opportunity to attend PubForum this past fall, and will put together an insiders guide for you folks flying over the water.  We look forward to having all of you in Chicago. 
 
As for the pizza, my life long experience encourages you to seek out Lou Malnatti's on Wells Avenue.  Get the butter crust and don't look back!  Stay warm, and see you all soon!
Gabe Knuth wrote RE: There is no bad weather...only bad clothing!...
on Thu, Feb 8 2007 12:13 PM Link To This Comment
Thanks, Cendrars!  That'd be great!
Richard Thompson wrote Venue
on Thu, Feb 8 2007 5:31 PM Link To This Comment
The venue looks awesome. Pity I cannot make it! Would love to be there!
tony sanchez wrote Pizza??
on Thu, Feb 8 2007 11:02 PM Link To This Comment
I can say Brian that if you want pizza with a real chicago taste, then we need to go out after and Gino's East. That my friend is great Chi-Town Pizza!!! There is no other pizza place like it!
Citrix God wrote RE: There is no bad weather...only bad clothing!...
on Fri, Feb 9 2007 11:01 AM Link To This Comment
a briforum in the uk would be nice 
Emily Monaco wrote RE: There is no bad weather...only bad clothing!...
on Fri, Feb 9 2007 1:28 PM Link To This Comment
We do have a BriForum Europe...
Citrix God wrote RE: There is no bad weather...only bad clothing!...
on Mon, Feb 12 2007 5:49 AM Link To This Comment
ORIGINAL: Emily Monaco

We do have a BriForum Europe...


I know, but a UK one would be good.  Do the Europe ones alternate between different countries?  I'm sure there would be a huge interest if one was to be in the UK
Brian Madden wrote RE: There is no bad weather...only bad clothing!...
on Tue, Feb 20 2007 6:01 PM Link To This Comment
The Europe one was in Germany last year and will be in Amsterdam this year. Beyond that we don't know, but I know that Amsterdam is very close to the UK (and much cheaper), so I'm hoping that lots of people from the UK come over.

So why are you interested in a BriForum in the UK if your username is citrixusa?

Brian
Patrick Rouse wrote RE: There is no bad weather...only bad clothing!...
on Wed, Feb 21 2007 12:34 AM Link To This Comment
Better beer selection in Europe. :)
Harold Jenkins wrote hair color?
on Wed, Mar 7 2007 11:47 AM Link To This Comment
Are you taking suggestions for hair color this year, or will it be a surprise?
 
 
Jose D. Crespo wrote Mac OS X? When?
on Tue, Mar 20 2007 2:02 PM Link To This Comment
So, when will the Mac OS X version of CAG client will be available?
Quintin Lette wrote RE: Mac OS X? When?
on Tue, Mar 20 2007 5:59 PM Link To This Comment
yeah Mac OS X would be nice, as would a Linux client.. :D
its a pain needing to get my laptop out just so I can connect to remote networks
also the Vista client only works with Access Gateways running 4.5 or later (enforces upgrade for all our clients.. so more work for us, but a bit of a shame especially since the client is still in beta)
Jose D. Crespo wrote RE: Mac OS X? When?
on Tue, Mar 20 2007 6:14 PM Link To This Comment
Read somewhere in the forum that a tech preview of the Mac OS X client should be available since last summer!!... ([link=http:
bjorn bats wrote great
on Thu, Apr 12 2007 2:02 AM Link To This Comment
looks great.
can't wait till next week :)
 
see ya.
www.bjornbats.nl
 
SE wrote Answer
on Thu, Apr 12 2007 11:27 PM Link To This Comment
Thinergy?
Ruben Spruijt wrote DDI vs DDI
on Mon, Apr 16 2007 1:53 AM Link To This Comment
Hi,
 
I thought that the original name for DDI stands for Dynamic Desktop Initiative, probably the marketing department of Citrix has changed that also to Dynamic Desktop Infrastructure ;-)
Desktop Server v1 is nice, v2 wil be be great!
 
With regards,
Ruben Spruijt
xtof71@yahoo.fr wrote Desktop Broker vs. Desktop Server
on Mon, Apr 16 2007 3:16 AM Link To This Comment
Hi,
 
Two prodcuts of broker are on Citrix catalog : Desktop Broker for PS, and now Desktop Server.
But what are the difference of use ?
 
Thanks...
Ruben Spruijt wrote RE: Desktop Broker vs. Desktop Server
on Mon, Apr 16 2007 11:28 AM Link To This Comment
Hi,
 
Desktop broker is part of Presentation Server 4.5, concurrent licensing of CPS is being used.
Desktop Server v1 and v2 later-on are new products, maybe this will be incorporated in Platinum Edition (don't know!), nowadays it's a separate solution/license.
 
Ruben Spruijt
xtof71@yahoo.fr wrote RE: Desktop Broker vs. Desktop Server
on Tue, Apr 17 2007 3:23 AM Link To This Comment
 
ok, and is it the same technical solution?
 
thanks
 
Ruben Spruijt wrote RE: Desktop Broker vs. Desktop Server
on Tue, Apr 17 2007 6:45 AM Link To This Comment
Hi,
 
The solution is complete different.
Send me an email so i can search some material for you on this topic.
 
Ruben
Kyle Joh wrote Citrix Marketing
on Tue, Apr 17 2007 5:41 PM Link To This Comment
Citrix gotta stop this propaganda of announcing stuff without enough substance.  I already got killed by management when asked about the Citrix Performance Monitoring acquisition to find out that it was only announced at the time and Citrix had nothing to show or demonstrate.  Then the App streaming was also demo'ed but it was still in Beta. 

They should announce and market the stuff when they have the resource ready for presentation and demo.


rob.harper@citrix.com wrote RE: Citrix Marketing
on Tue, Apr 17 2007 10:09 PM Link To This Comment
[link=http:  
 
Kyle Joh wrote RE: Citrix Marketing
on Wed, Apr 18 2007 10:54 AM Link To This Comment
This will be a hard sell for a large enterprise to convert over.  You may get companies like Merril or Goldman to buy into it as a DR solution.  Its still cheaper and easier to deploy desktop images with traditional methods, including using other 3rd parties to do VM desktops if necessary.  You may get other places like retail to buy into something like this but the backend is very pricey to built.


Gabe Knuth wrote DDI - Dynamic Desktop Initiative
on Sat, Apr 21 2007 12:09 AM Link To This Comment
You're right, Ruben....good call...TMATD - Too Many Acronyms These Days :)
Keith Daniel wrote Geek show set is awesome
on Mon, Apr 30 2007 1:40 PM Link To This Comment
You outdid yourself my friend!
Brian Madden wrote I think this also helps to leverage against Microsoft
on Thu, May 10 2007 12:38 PM Link To This Comment
From what everyone is saying ("everyone" being "Ron Oglesby"), it appears that Microsoft's hypervisor in Longhorn is really gonna rock and will probably give VMware a run for their money... especially in the MS Guest OS space which includes VDI. So maybe by building a complete solution, VMware hopes to stay ahead there?
Citrix User Group wrote Citrix Desktop Broker?
on Thu, May 10 2007 2:18 PM Link To This Comment
I atteneded a session with the VMWare guys about a week ago and we talked extensively about the Propero product they were bringing onboard. I think it's most likely to complete heavily with the desktop broker product from Citrix. Microsoft, I believe, are still very focused on producing a product for the virtualization of server-class machines. Desktops will be a natural evolution but from talking to some of the MS guys I'm not sure they are thinking that far ahead just yet.
Guest wrote Why this broken one?
on Thu, May 10 2007 3:19 PM Link To This Comment

There's been a bit of discussion on the topic on http://www.vmware.com/community/thread.jspa?threadID=82241&tstart=0

The big question among VDI users seems to be: why chose the broken one?

Brian Madden wrote Hey. Citrix has been in the VDI business for 10 years
on Fri, May 11 2007 8:07 AM Link To This Comment
You said that if any company said they were in the VDI business for more than ten years then they were lying. But what about WinFrame? Early versions of that didn't have application publishing or seamless windows. It was only remote desktops. And isn't that what VDI is?
Guest wrote Re: Hey. Citrix has been in the VDI business for 10 years
on Fri, May 11 2007 9:10 AM Link To This Comment

Yeah, but VMWare VDI is better because it's from VMware and VMware is "hot" and it costs like 3 times more than Citrix (including all the storage, server, and licenses) and is way harder to manage...:-)  So it MUST be better right?

Guest wrote They really didnt JUST buy them now...
on Fri, May 11 2007 9:55 AM Link To This Comment

People found this in their S1 forms for the IPO. From what I have read they were purchased LAST YEAR in like June and They ahve kept it complety quiet, but had to reveal it for the IPO.

 Ron O

Guest wrote Re: Re: Hey. Citrix has been in the VDI business for 10 years
on Fri, May 11 2007 11:01 AM Link To This Comment

Please, if you haven't got anything sensible to say, don't.

VDI not better or worse than anything else.  it is a different method of deploying desktop infrastructure to the end user.  unlike Citrix/Terminal Services it is a single machine image to a single user, but unlike a standard desktop it is virtualised on ESX.  it is not manna from heaven. but coupled with Citrix/TS, and Blade PC's the ability to completly centralise your infrastructure has just got closer.

there are still issues, USB support and a lack of IDE support in ESX VMware guests. but it is there and it is a valid paradigm.

 Posted by Tom Howarth- Forgot to login

Guest wrote Re: I think this also helps to leverage against Microsoft
on Fri, May 11 2007 12:11 PM Link To This Comment

In case you missed it, it sounds to me that the longhorn hypervisor is not "going to rock" since they have removed quite a few of the compelling features from the initial release that were originally planned. See http://www.betanews.com/article/Critical_Features_Cut_from_Windows_Server_Virtualization/1178824664

IMO it is going to be another Terminal Services vs Presentation Server battle where Citrix is always staying quite a few steps ahead in the game as they are more dedicated to the product, have been developing it longer, and have more invested in the product line.

Guest wrote Re: Re: Re: Hey. Citrix has been in the VDI business for 10 years
on Sat, May 12 2007 10:58 AM Link To This Comment

Early versions of WinFrame did have published applications, however, you were locked into a fixed screen size (640x480, 800x600, etc.).

What the previous person posted about VMware being hot so it must be better. . .although written poorly, that post does seem to have some validity in the field.  Admins at customers are always looking for the next best thing and they all think they want VDI.  However, if they are serious and really have budget, what they find is that VDI is really only needed from anywhere to 10 - 20% of their user population.

A lot of resellers today are leading with VDI because it is sexy and gets the door open, but then end up selling traditional Citrix Presentation Server.  Citrix Presentation Server (or MetaFrame or WinFrame or whatever you want to call it) has been out since 1996, is mainstream now and frankly, not sexy (no matter how many features you throw at the thing).  But guess what, it gets the job done and it works like a champ!

Guest wrote Re: They really didnt JUST buy them now...
on Sat, May 12 2007 10:59 AM Link To This Comment
Not true. 
Guest wrote Re: Re: They really didnt JUST buy them now...
on Sun, May 13 2007 9:58 PM Link To This Comment

Not True?
Care to comment, or just a 'not true'. It was found on their S1 with no announcements from Vmware. word is (around the community) that it was last year in 2006.   not true from a guest doesnt say much other than a vmware troll is trying to say its not true while hiding

 

T

Guest wrote Re: Re: They really didnt JUST buy them now...
on Sun, May 13 2007 10:01 PM Link To This Comment

It could be not true, but I have heard it from two sources that they were not just purchased 2 weeks ago. They have held them for a while and kept it under wraps

 hell Like he said it was on the IPO disclosure forms, not some press release. Thought is that they didnt want to upset their other partners, which of course -if true- is more than underhanded. I mean hide a pruchase while you work out YOUR PRODUCT then slam the market your partners are working on, the whole time telling them nothing and playing like you love them. Underhanded if true at all

Guest wrote Looks great
on Mon, May 14 2007 11:45 AM Link To This Comment
The set looks awesome. How did you keep track of the score for each player?
Guest wrote Re: Re: Re: They really didnt JUST buy them now...
on Mon, May 14 2007 3:01 PM Link To This Comment
Does it really matter.  I think everyone saw this coming anyway.  Besides, its the same game that Citrix et al play.  At the end of the day "greed is good" if youre a shareholder.
Guest wrote Re: Re: Re: Re: They really didnt JUST buy them now...
on Tue, May 15 2007 9:27 AM Link To This Comment
The part that is not true, is the portion that was written about them being bought last June.  VMware was keenly interested in Leostream.  Leostream got greedy. 
Guest wrote As previous stated....
on Tue, May 15 2007 10:40 PM Link To This Comment
Greed is good.
Guest wrote What I find more interesting
on Tue, May 15 2007 10:41 PM Link To This Comment
Is that there had been no press release, no official announcement, no Here is waht we are doing etc...
Application Delivery wrote Re: I think this also helps to leverage against Microsoft
on Wed, May 16 2007 7:08 AM Link To This Comment
Hi Brian,

I have been involved with Propero in the past, but with their server based product which competes directly with Citrix Presentation Server and the Citrix Access Gateway AAC solution.  I am interested in knowing how Propero will continue to evolve their server based technology in the future.

Regards,
lee
Guest wrote Juice
on Thu, May 17 2007 6:04 AM Link To This Comment
VMware is another microsoft in making.
Guest wrote Re: As previous stated....
on Sat, May 19 2007 5:21 PM Link To This Comment

I guess greed is not good for Leostream!  :)

Allan Harder wrote Good to get a balanced view of EdgeSight
on Tue, Jun 5 2007 9:20 AM Link To This Comment

I look forward to your updated article (although it would have been interesting to see what you have written before this EdgeSight announcement). There's no doubt EdgeSight has tremendous potential for end-to-end monitoring, troubleshooting, and reporting. I say "potential" because I have heard the marketing hype and it sounds like this is the perfect software tool but only to find out that oops, it can't do this yet - it can't monitor these devices/OS's yet - but it will! Really!

I got a perplexed look on the face of a customer when my response to their EdgeSight softball lob to me came back to them as "version 5 will be astounding, but the current 4.2 just isn't there yet". Again, they were just reading the hype and not asking deep questions about what it can do now.

It sounds like with version 4.5 the shovel has at least begun to touch the new ground it is supposed to be breaking. Here's to a strong future in EdgeSight!

Mark Prigg wrote EdgeSight "Product Line"
on Tue, Jun 5 2007 10:46 AM Link To This Comment
I see Citrix have released EdgeSight 4.5, and EdgeSight for Load Testing. Sounds like these are two separate products. I thought the load testing features were going to be part of EdgeSight, in the next version of EdgeSight, beyond version 4.5, in 2008. I guess Citrix have an EdgeSight "product line" now, rather than an EdgeSight "product", so things we thought would be in later versions of EdgeSight, may actually be in separate EdgeSight products. In fact, the load testing features were originally scheduled for 2008, beyond 4.5, but they're available now (as a separate product), so this has been brought forward. I wonder how the licensing and cost has changed, with the new EdgeSight product line?

http://www.citrix.com/English/NE/news/news.asp?newsID=658481

Gabe Knuth wrote Podcast
on Tue, Jun 5 2007 1:16 PM Link To This Comment
Just so you guys know, I recorded some cool podcasts (at least I think they are) with some members of the EdgeSight team today, and they'll be posted soon.
Guest wrote All that work...
on Tue, Jun 5 2007 1:56 PM Link To This Comment
Virtualized Desktops  just like Citrix.....  put it on your bumpersticker.....   "All that work just to get an application off your desktop?"  You still need a desktop to connect to your virtualized app or your virtualized deskeop,  so it will always be a niche and not mainstream method of getting users what they need.  This niche will expand and grow, but it still a niche....   Have a niche day...
Guest wrote Integrated Licensing?
on Tue, Jun 5 2007 11:00 PM Link To This Comment
Any word on when Edgesight licenses will be compatible with existing ASLS implementations instead of needing its own, separate license server?
Rene Vester wrote Product vs. Product line
on Wed, Jun 6 2007 3:26 AM Link To This Comment

Well it is great to hear that Citrix is coming along following their roadmap for Edgesight, however i personall dont like the fact that they now seem to grind a bit more gold making every new feature a new product. One thing is the fact that it will most likely be licensed on it own, which is ofcourse something customers do not appreciate the real problem as i see it is that the thought of Citrix solving you problems is turning into .. "We solved one problem, if you want another problem to go away, buy a new product."

I would go for fewer products, more features, a bit more expensive licensing, more tools in the toolbox to approach solving problems for companies.. any day..

/LamerSmurf

Gabe Knuth wrote Re: Integrated Licensing?
on Wed, Jun 6 2007 5:56 AM Link To This Comment
You can hear more in the podcast when it goes live, but the licensing has been fixed and is now compatible with your existing Citrix License Servers.
Mark Prigg wrote Product vs. Product line
on Wed, Jun 6 2007 9:30 AM Link To This Comment

Maybe if the load testing was just part of EdgeSight, rather than being a separate product, Citrix were thinking it wouldn't be taken as seriously in the load testing market, against products like Mercury's etc.  I thought the load testing was going to be part of EdgeSight, instead of part of the EdgeSight product range though, and it looks like I'd have to part with more money and have a yet more complicated licensing model to use that.  It would surely have placed EdgeSight in a better position too, with load testing built in - after all, Citrix are trying to convince us that EdgeSight has the advantage over the likes of PinPoint, PerformanceGuard etc, and an all-in-one product would have helped.

David Caddick wrote EdgeSight - can it work with Thin Clients?
on Thu, Jun 7 2007 12:01 AM Link To This Comment

Hi Gabe,

A little while back I had a Customer (Education) asking me how he could integrate EdgeSight Agents with his many Thin clients that we deployed over a large area. He had some Contractors have a go, but we all know it's going to be an uphill battle unless it's designed correctly in the first place? and Even then it's an odds on bet that it probably still won't work? 

What I would like to know is how many people (organizations) would be interested in Thin Clients **IF** it could be proved to work correctly?

I am now working with Neoware as the SE covering ANZ/Asia and I have a feeling that this **might** actually be possible, but it would take quite a bit of work, and I'm just wondering if there are other Organizations who would be interested?

If so I'll have a chat to Steve Gorman and the rest of the EdgeSight crew to see what can be engineered?

Cheers,
Dave

Guest wrote Re: EdgeSight - can it work with Thin Clients?
on Thu, Jun 7 2007 1:42 AM Link To This Comment

EdgeSight for Presentation Server doesn't require an agent on the client. EdgeSight for Endpoints does, however you'll only need this version if you have local running apps (or in case you have both published and local apps, you would need both EdgeSight for CPS and EdgeSight for Endpoints licenses).

 

Guest wrote Re: Integrated Licensing?
on Thu, Jun 7 2007 1:43 AM Link To This Comment

Version 4.5 of EdgeSight for CPS now uses the CPS license server. Previous versions have their own licensensing server, but that can run on the EdgeSight server, hence no separate licensing server required.

Guest wrote Re: Product vs. Product line
on Thu, Jun 7 2007 8:29 AM Link To This Comment

Also, where is the "tighter" integration with NetScaler and WanScaler that was promised? Now I understand it is supposed to be in the 5.0 timeframe, but when is that going to be if the actual 4.5 bits are not ready yet? We looked at PerformanceGuard but it is too expensive and doesn't scale that well.  What is PinPoint?

Mark Prigg wrote Re: Re: Product vs. Product line
on Thu, Jun 7 2007 11:39 AM Link To This Comment
PinPoint is a performance management \ monitoring tool from RTO Software - http://www.rtosoft.com/Products/PinPoint/PinPoint.htm
Guest wrote Re: Re: Re: They really didnt JUST buy them now...
on Thu, Jun 7 2007 5:25 PM Link To This Comment
10th April 2007. Sorry Ron.
Joe Johnston wrote Baby not born; Mother never pregnant
on Fri, Jun 8 2007 8:47 PM Link To This Comment

This is a ridiculous rumor.  Who makes this nonsense up?  I've worked for Leostream since 2002.  I know just about everything that happens in the company.

VMware has never offered to buy the company either formerly or informerly.  A few years ago, some VMware folks did a technical review of our P2V product, but that's it.  The reasons VMware bought Propero over a company like us or Provision Networks is more complex than "they wanted the best connection broker for the cheapest money," although I do not pretend to know the reasons for VMware's decision.

I'm sure a term sheet from VMware would be a very welcomed thing at my company.  However, I don't believe such a document will ever happen for a variety of reasons.

Leostream and VMware currently enjoy a very positive and mutually beneficial relationship.

As for Leostream being "greedy," I'd suggest that we're no greedier than other for-profit ventures out there.  

Joe Johnston wrote Baby not born; Mother never pregnant
on Fri, Jun 8 2007 8:48 PM Link To This Comment

This is a ridiculous rumor.  Who makes this nonsense up?  I've worked for Leostream since 2002.  I know just about everything that happens in the company.

VMware has never offered to buy the company either formerly or informerly.  A few years ago, some VMware folks did a technical review of our P2V product, but that's it.  The reasons VMware bought Propero over a company like us or Provision Networks is more complex than "they wanted the best connection broker for the cheapest money," although I do not pretend to know the reasons for VMware's decision.

I'm sure a term sheet from VMware would be a very welcomed thing at my company.  However, I don't believe such a document will ever happen for a variety of reasons.

Leostream and VMware currently enjoy a very positive and mutually beneficial relationship.

As for Leostream being "greedy," I'd suggest that we're no greedier than other for-profit ventures out there.  

Josef Zeiler wrote Mixing up all the new products and product names: "EdgeSight for Load Balancing"
on Tue, Jun 12 2007 1:19 AM Link To This Comment

Hi Gabe,

 I assume that "EdgeSight for Load Balancing" should write "EdgeSight for Load Testing" at the beginning of the last but one chapter? Or is that one more product in the product line? :-) And what would be the licensing scheme for that product? :-)

Regards Josef

Josef Zeiler wrote Re: Re: EdgeSight - can it work with Thin Clients?
on Tue, Jun 12 2007 1:27 AM Link To This Comment

In my opinion a "End to End Monitoring solution", and this is what Citrix claims Edgesight to be should be capable of monitoring the complete way of a application delivered to a user/client.

E.g. in a SAP envirnment we have to have an eye on the SAP database servers, the SAP application servers, the Citrix Application server, the citrix client devices, the networks in between these components and many more things not to mention here in that listing.

Separating Edgesight for CPS and Edgesight for Endpoints makes no sense for me, except from a licensing point of view (earning additional money).

Do I get something wrong here?

Regards Josef

Dan Murray wrote Re: Re: EdgeSight - can it work with Thin Clients?
on Wed, Jun 13 2007 5:06 PM Link To This Comment
It has been my undertstaning that EdgeSight's true value comes to light when it is used in conjunction with the agent running on the client to report back the client-side perspective of what's going on.  Until this can be handled by thin clients, it's going to be an uphill battle getting a lot of buy-in.  I took a look at it (v4.2 mind you) for our environment, and it just didn't cut it.  Maybe 4.5 or 5.0 will... I'll wait and see.
Gabe Knuth wrote Re: Mixing up all the new products and product names:
on Thu, Jun 14 2007 3:19 PM Link To This Comment
No, you're right.  Good Eye!
Guest wrote Re: Re: Re: EdgeSight - can it work with Thin Clients?
on Thu, Jun 14 2007 4:07 PM Link To This Comment
There is no mention in the 4.5 docs about support for thin clients. The PinPoint product that was mentioned above supports thin clients, but it doesn't support NetScaler. (which is something we were expecting in EdgeSight 4.5) What is the timeframe for 5.0? Is it in the Delaware time frame (2008)? Or, Parra (2009)?
Guest wrote VisualNetworks
on Sat, Jun 16 2007 4:35 AM Link To This Comment
Brian mentioned at pubforum that there was a product which provided montioring inside the ICA tunnel, I think it was called something like visualnetworks, has anyone seen or used this ? Does anyone know who produces it ? Will Edgesight eventually have this functionality ?
Guest wrote Windows Server 2008 - Load Balancing
on Tue, Jun 26 2007 7:12 PM Link To This Comment
Great article.  Fantastic descriptions and overview.  I do disagree with one aspect of it:  Resource based load balancing.  In my opinion, this is one of the best features Citrix has had over other load balancers (Big IP, Nortel, Session TS LB, etc.) for years.  If configured correctly using the load evaluators, this will be the truest form of LB that your farm of TS servers can support.  Session LB is great for Web Servers (round robin DNS) but not for deploying virtualized Windows 32, 16-bit applications.  This is a mid-tier to enterprise wide farm deployment opinion.  For a true SMB shop, I agree that session based load balancing would be the way to go and you don't need the extra bells and whistles.  Unless, if you really wanted to ante up and pay for Access Essentials.
Greg Wood wrote But is it worth it?
on Wed, Jun 27 2007 12:39 PM Link To This Comment

The main features appealing to Citrix for us will now be in Windows Server 2008.  While Citrix's resource-based load balancing is great, with the amount of users we have, its not worth the $1 million spend just to get it.

Heck, for that, we could hire several FTEs and have their whole job be to babysit Terminal Server weights on the load balancer and we'd still save a ton of cash every year.

Our only challenge will be getting some rather old software to work in Windows Server 2008.

Citrix keeps adding more and more features we don't need - and while I'm sure some companies need them, we don't need 90% of them.  Windows Server 2008 is almost a complete package unto itself. 

agressiv

 

 

Guest wrote Re: Windows Server 2008 - Load Balancing
on Wed, Jun 27 2007 5:30 PM Link To This Comment

I would not confuse session-based LB with round-robin DNS.  Round-robin is "random" load distribution, not even load balancing.

Round robin doesn't work that great for TS work-load, but Session Broker load-balancing IS NOT ROUND-ROBIN DNS!

If you have 70 users on the box using similar set of applications session-based load balancing will be very close to any other "resource-based" load-balancing metric. A lot of Citrix customers runs with session-based load balancing.

Resource-based load balancing has some other advantages like "blackhole" prevention, which is important for example in case of  sudden significant loss of farm capacity (ex - switch failure leading to "loss" of several servers, users from theses servers connect back to the farm and overload all existing servers - all farm is down).

Session Broker load balancing also implements logon throttling and "maximum session" limit per server to coupe with such a disasters, but it is harder to configure (WMI scripting required)

Michel Roth wrote Re: Re: Windows Server 2008 - Load Balancing
on Thu, Jun 28 2007 12:48 AM Link To This Comment

From my experience (and those of others) I tend to see that session based load balancing (indeed not to be confused with Round Robin) at the end of the day yields a better spread of the load. I feel this is especially true in environments where there's an obvious peak in Logons, like offices for example. One reason could be the Load that the logon process itself yields. The biggest culprit would however be a human one I guess. Think about it: ALL people usually do the same things when they are starting their working day: drink coffee, check email, drink more coffee, surf web, drink even more coffee, check the intranet and so on..... It's only after that, that they start to really "use" the system. So one does 80 MB Word Documents and tries to rival E=MC2 using excel combined with surfing 5 websites and searching trough a 500 MB Inbox while his neighbouring session does.... well nothing except for outlook. This means that approximately every user yields the same load during their first hour of work or so. In the office scenario this means that 75% are logged on in that time frame. After that hour or so, the system gets its "real load" by users starting to do their actual work. So now the resource based load balancing will make the right decisions but it's too late now.... the users are already logged on.
What's your experience on this?

Depending on what you call the black hole effect, resourced based load balancing will not help you out. Session Broker load balancing does indeed implement logon throttling (in multiple ways) but as far as I can see this is enabled by default and doesn't need any explicit configuring. The Max session count is indeed something you need to configure in the registry.

Dan Shappir wrote Counting Sessions
on Thu, Jun 28 2007 1:02 AM Link To This Comment

For those interested, I'm (slowly but surely) doing a series of posts on my blog regarding load balancing. In one post I specifically discuss session-based load balancing.

  Dan

Guest wrote Deployment scope
on Fri, Jun 29 2007 9:40 AM Link To This Comment

Even though Session Based Load Balancing might sound attractive, there is one thing missing in your article and that is that Microsoft's scope for this technology is an environment of two to five identically installed servers.  Also the impact of the complete lack of central management is much much larger than your article seems to suggest. Stop comparing apples and oranges when it comes to Windows 2008 vs Citrix Presentation Server. It just doesnt work that way.

 

Guest wrote admin
on Fri, Jun 29 2007 4:05 PM Link To This Comment

Citrix has been doing everything that MS is trying to do, for more than4 years now.

1. Citrix's Server User Load Rule, which is part of the default Evaluator, is what Microsoft is now calling Session based load balancing.

2. Citrix's IMA Service runs on every server, so the single point of failure that exists with the Session Broker, is not the case with Citrix. Your load balancing will work just fine when a Citrix Presentation Server goes down.

3. Citrix's load balancing based on metrics such as CPU, Memeory usage, Disk I/O etc seem to be far more realistic and advanced than baby sitting Term Services servers with weights.

4. The "drain" feature sounds cool, and certianly something that will benefit both Citrix and Microsoft since its a core Windows Server command.

Citrix seems to be well ahead, and MS is playing a catch-up game. Plus Citrix seems to be making more and more improvements to LB in their forthcoming releases... (http://citrixcommunity.com/blogs/presentation_server/archive/2007/04/12/Load-Balancing-Ideas.aspx)

Dan Shappir wrote Re: admin
on Fri, Jun 29 2007 4:30 PM Link To This Comment
I think there is a significant misconception here: Microsoft is definitely not playing catch-up with Citrix. If Microsoft really wanted to take over the SBC market they could do it in a heartbeat. They don't want to take it over because they consider it to be a niche market. What Microsoft is doing is raising the bar on the basic, entry-level solution provided by Windows Terminal Services itself. This will ultimately enable lots of organizations that have not used SBC in the past to get into the game.
Dan Shappir wrote Re: admin
on Fri, Jun 29 2007 4:35 PM Link To This Comment

Also, regarding the specific points you raised:

1. You can have multiple Session Brokers in a single farm, so no single point of failure

2. Citrix may support other metrics, but their default load evaluator is session based. I'm guessing many (most?) installations just stick with the default.

3. The "drain" feature relies on using the Session Broker. I doubt people will use the Session Broker in tandem with Citrix because they will get in each other's way.

Guest wrote Re: Counting Sessions
on Sat, Jun 30 2007 10:05 AM Link To This Comment
There is a reason no one goes to your blog.  All you do is rip on Citrix.  Stop.  Be real and truthful.
Dan Shappir wrote Re: Re: Counting Sessions
on Sat, Jun 30 2007 11:19 AM Link To This Comment
First, people do go to my blog, quite a number actually. Second, you and anyone else are free not to go there if it offends you, though to the best of my knowledge I've never made any derogatory statements about anybody, including Citrix. Third, if I've stated anything that is factually incorrect you are welcome to point it our here, there or anywhere. Forth, I work at Ericom Software and we compete with Citrix, I've never made that a secret. Finally, it is my blog so I can write whatever I want in it.
Michel Roth wrote Re: Deployment scope
on Sun, Jul 1 2007 5:14 AM Link To This Comment

The official statement by Microsoft (as they told me) on target environments is "an easy point-and-click out-of-box solution for low to medium complexity environments". It's no secret that the Kaisers of this world would have difficulties pulling it off with just 2008 Terminal Server ....

I think that the lack of central management tools indeed is severe, but I highly doubt it will be that severe in the two to five server environments you are mentioning. Lets take an example: an average five servers farm with about 250 CCU. I think there's plenty of shops out there how are willing WS08 Terminal Server a go if it saves then....well you do the math. It's about what the business is willing to pay for, no what features we as techies think should be in there.

I think that there are going to be lots of plain 2008 Terminal Server farm beyond five servers farms. It all depends on the complexity, not on the numbers. It's like I said: I guess it all depends on what percentage of all Windows based Server Based Computing environments turn out to be complex …

Michel Roth wrote Re: Re: admin
on Sun, Jul 1 2007 5:27 AM Link To This Comment
Dan is absolutely hitting the proverbial nail on the head. You don't seriously think that Microsoft could not have made "Microsoft Presentation Server"? Microsoft, like every company, is out there too make a buck and Citrix sells Citrix licenses as well as TSCALs. It would be a stupid thing for MS to push Citrix out of the market (currently at least...) I totally agree with Dan in that Terminal Server 2008 will just make SBC a more (financially) viable concept with companies.
Dan Shappir wrote Re: Re: Re: Counting Sessions
on Sun, Jul 1 2007 10:57 AM Link To This Comment
BTW I find it a bit amusing that:1. I'm told nobody goes to my blog by someone with absolutely no data, while I have the excellent Google Analytics to prove to opposite

2. I'm lectured to be "real and truthful" by someone who doesn't even post under his own name

Brian Madden wrote Re: Re: Counting Sessions
on Tue, Jul 3 2007 10:37 AM Link To This Comment
What a weird thing to say Guest... I read Dan's blog.. It's pretty good actually.
Glenda Canfield wrote Session Broker
on Tue, Jul 3 2007 2:01 PM Link To This Comment
It seems clear to me the MS purposely chooses to release Server 2008 TS with less functionality than Citrix.  I actually think it is great that MS has done this because it forces Citrix to diversify its product offerings and to be highly creative (I am certain that Citrix has been aware of the new features being added to the product for a while and that has to at least be one of the drivers for their product catalogue growing so rapidly).  I do not think it is a real threat to Citrix's dominance in this space because the administrative overhead that this solution requires would make it impossible to manage in a large deployment unless you had some major scripting talent on staff to automate the build / administrative process's/tasks.
Guest wrote Re: Re: Re: Re: Counting Sessions
on Tue, Jul 17 2007 9:55 PM Link To This Comment

Both your responses were weak.  Just because Citrix is a competitor to yours, don't use your blog as an advertisement for your own products.  A blogs purpose, in my opinion, is to be real and truthful.

". . .it is my blog so I can write whatever I want. . ."

You were the kid you took your ball home because you were never picked to play ball on either team.

 

Tim Krosch wrote Re: admin
on Wed, Jul 18 2007 11:34 AM Link To This Comment

The "drain" functionality has existed in Citrix for quite some time now.  Simply configure a load balancing rule based on IP and User Load.  Set the IP rule to only allow access from the IP of your admin machine (so you don't lock yourself out), and deny everyone else.  It's something Citrix admins have been doing for years now.  It's nice to see it in the base OS finally. 

Guest wrote ALL
on Mon, Jul 30 2007 5:08 PM Link To This Comment

I believe the biggest point missed here is that Citrix wrote terminal services for Microsoft and Microsoft is indeed playin catchup.  This is a fact and was a result of the Picasso project.  In this project Citrix again was going to license the OS from Microsoft just like it did with Winframe and write Multiwin in to the kernel just like it did with Winframe.  Microsoft seeing the potentail revenue loss with this had the forsite not to license this to Citrix, however contracted Citrix (and still does) to write the terminal services piece of their OS.

Although the features in 2008 version are very cool and will be an alternative to Citrix for very small deployments this is no way near enterprise deployment scale due to lack of central administration.   For larger deployments you can look at other competing products that basically give you the same functionality / features, but at the end of the day your going to use what you like and makes sense for your businsess or customer

 

Rouslan Beletski wrote Re: Re: admin
on Tue, Jul 31 2007 3:58 PM Link To This Comment

Session Broker Drain feature allows users to connect to their existing sessions (and gracefully close their application) regardless from which physical client they are connecting. Plus, it works automatically for all the users who have existing sessions on this particular server - no need to modify hundreeds of load-balancing rules.

Citrix is a very strong offering. There is no need to "defend" it by oversimplifying what WS08 does.I don't think there is a competition between Honda Civic (or Chevy Cobalt) and BMW 3 -series. Microsoft is targeting different buyers :-)

Guest wrote The product was practically rewritten from scratch
on Thu, Aug 2 2007 5:55 AM Link To This Comment
Following the acquisition, rumor has it VMware was shocked by the unusability of the product and its shortcomings. They had to rewrite most of it.  The original broker was Linux-based.  The new one is designed as a Windows service.
Guest wrote Re: Baby not born; Mother never pregnant
on Thu, Aug 2 2007 8:07 AM Link To This Comment

"I know just about everything that happens in the company."

 Well, it looks like you missed this one.  You should probably put your resume out there and get another job since Leostream and its 12 person company will be going under soon enough thanks to the Propero acquisition.

Guest wrote Re: The product was practically rewritten from scratch
on Mon, Aug 6 2007 1:43 PM Link To This Comment

Propero's original broker was written in Java and ran on top of jboss, so even if they are switching OS it's not necessarily as huge a leap as you say. I find it hard to believe VMware bought a product and was then "shocked" at its shortcomings - care to be more specific on "rumor has it"?

 If it is going to run on Windows, will it continue to also run on Linux or come as a Virtual Appliance? A VMware created Virtual Appliance for smaller setups would be great.

Shawn Bass wrote Ummmmkay
on Tue, Aug 7 2007 2:05 PM Link To This Comment
Well I sure am glad that Clint cleared up all the confusion there, because for a few moments I had no idea what they did.  At least now I have no idea. ;)
Kevin Goodman wrote Former Softricity CEO is Desktone CEO
on Tue, Aug 7 2007 2:47 PM Link To This Comment

I have no idea what they do either, but they already have competition: http://www.simtone-vdu.com/ 

Simtone has already raised $12M and is looking to raise more.

I noticed that Harry Ruda who was Softricity's CEO has signed on as Desktone's CEO. Maybe Tim Mangan can fill us in.

Pete Downing wrote Hmmmmmm
on Tue, Aug 7 2007 5:01 PM Link To This Comment

I would be very curious to know what the "Dynamic Best Fit Connection Agent" is in more detail.  Do they prefer a thin device?  There are so many question I could ask Clint.  On the surface it looks like very cool technology.  Check out this link:

http://www.desktone.com/platform/

I have been watching these guys for a while.  I am very interested if they have any early adopters.

Guest wrote Re: The product was practically rewritten from scratch
on Thu, Aug 9 2007 8:56 AM Link To This Comment
I also find that hard to believe. Propero has been around since [at least] 2002 and their technology works. The more relevant question is: Will VMWare allow workSpace to continue supporting Terminal Services and Citrix? Or will they kill that functionality.
Guest wrote VMware's vision
on Fri, Aug 17 2007 3:09 AM Link To This Comment
Dear XXX,

As you are by now aware, Citrix announced its intention to acquire Xen-based virtualization provider, XenSource, for $500MM. I wanted to take this opportunity to address VMware’s valued partner community and provide our position on this acquisition.

First, I want to thank-you for your continued investment in VMware. We all have a tremendous market opportunity in front of us with a huge potential for VMware partners and I look forward to working with you to achieve it. Together we have already achieved great success, with 20,000 customers adopting VMware virtualization solutions, but we are all just getting started!

Regarding the new Citrix/XenSource combination, while we will always encourage you to sell the solutions that best meet customer requirements, we are also confident that VMware solutions are a superior offering. This acquisition should have no impact on VMware’s market position. As VMware has the expertise and the technology to enable unparalleled customer success today, customers will continue to demand VMware solutions.

One thing I do want to make clear is that VMware will continue to fully support those customers that have chosen to deploy both VMware and Citrix solutions. While we acknowledge that VMware and Citrix will now compete for some new accounts, current joint VMware/Citrix customers will see no change in VMware support.

VMware’s commitment to you, our partners, is that we will continue to build superior virtualization solutions, we will continue to innovate, and we will continue to work with our channel partners to enable the success of all our shared customers. All of you, our world-class partners, are very important to us, and we at VMware will commit to doing everything possible to ensure that your investment in us and our shared future will be greatly rewarded.

VMware Analysis

VMware Offers a Superior Solution

The following points articulate why VMware is the best virtual infrastructure partner and solution provider.

1. Pioneer, Leader, Innovator - VMware pioneered x86 virtualization and has established a record of technology innovation and proven customer success.

XenSource failed to gain measurable market share. Its upcoming XenEnterprise v4 release still has major shortcomings compared to VMware Infrastructure 3.

Citrix provides impressive technology, but its competencies and resources are not in the field of system-level virtualization, which is what XenSource needs in order to deliver an enterprise virtualization solution. VMware has an unmatched infrastructure in place to develop, certify and test virtualization solutions. We continue to invest massively to extend our R&D and support.

In spite of recent acquisitions, Citrix revenues and energies are still heavily focused on Presentation Server. Citrix corporate and field organizations will need time to develop the expertise required to support partners and customers with unfamiliar virtualization products.

2. Complete x86 Server Virtual Infrastructure Today - VMware provides a complete, proven virtualization solution that allows an organization to expand beyond server consolidation. VMware customers can leverage technologies such as seamless VMotion, DRS, HA, DR, and VCB to obtain complete benefits of an agile, secure datacenter.

XenSource still cannot deliver the capabilities of 3rd-generation VMware virtual infrastructure. Citrix technology will

Guest wrote Virtual Iron is a few notches ahead
on Fri, Aug 17 2007 7:42 AM Link To This Comment

Virtual Iron has had LiveMotion and other VMware-like features for much longer that XenSource.  Compared to Virtual Iron's features, XenSource's are pretty untested and immature.  Virtual Iron is also credited with a lot of the improvements made to the Xen hypervisor; they are one of the most active contributors to the Xen project.

XenSource has less than $1M in revenues.  The $5M that's been floating around is really $1M + $4M.  The $4M was a one-time fee collected from Microsoft for the Xen/Viridian interoperability project.

Tom Lyczko wrote IT Coordinator
on Fri, Aug 17 2007 7:52 AM Link To This Comment

VMware of course has started bashing XenSource...it was good to see the Virtual Iron comments.

I think whoever can get it right for the SMB business bracket will win out...all the companies *except* VMware provide decent management software for free or a nominal cost -- VMware charges $5000 for Virtual Center, plus you have to buy Windows and SQL licenses.

ESX remains the best in terms of market share and overall support, their forums are fantastic, but VMware at this point really caters more to big business that can easily afford 6 grand for a management server...IMHO.

 Thank you, Tom

Tom Lyczko wrote Title mistake
on Fri, Aug 17 2007 7:53 AM Link To This Comment

I thought it meant job title!! LOL

Could the moderator please change it to 'VMware costs are not good for SMB market'?? 

Thank you, Tom 

Guest wrote Re: Virtual Iron is a few notches ahead
on Fri, Aug 17 2007 9:32 AM Link To This Comment

Have read this:  http://www.crn.com/software/201400070?pgno=1

VI is a solid product, but very complicated to get up and running.  In short they all do the same thing, it is just who does it better.  "

Compared to Virtual Iron's features, XenSource's are pretty untested and immature."

Do you have facts? 

Guest wrote Re: VMware's vision
on Fri, Aug 17 2007 9:36 AM Link To This Comment
Who in VMware managed to send out such stupid email? This only proves how unprofessional and immature the VMware organization is. Don’t they have PR-advisors to help them out…
Guest wrote Re: Re: Virtual Iron is a few notches ahead
on Fri, Aug 17 2007 9:46 AM Link To This Comment
I'm surprised to hear you say that.  It's actually the easiest of all to install.  Each virtualization server PXE-boots its from bare metal.  You don't have to install ANYTHING on the VI server.  We found it to be extremely easy and efficient to set up and get up and running.
Guest wrote Re: Re: Virtual Iron is a few notches ahead
on Fri, Aug 17 2007 9:48 AM Link To This Comment

Yes, I do have facts.  As of last March, they had absolutely nothing to speak of, while VI has been supporting these advanced management features for over a year.  Meanwhile, VMware has been watching VI like a hawk, silently acknowledging them to be the only viable direct threat.

Do you have facts to the contrary?

Kevin Goodman wrote Excellent synopsis
on Fri, Aug 17 2007 10:35 AM Link To This Comment

Gabe,

First of all excellent job bringing everyone up to speed.

I want to make a couple of comments on the deal price, forecast and the transaction in general: first, I believe there was a bidding war for XenSource; second, I am highly suspect of forecasts calling for $50MM for next year; and finally, a transaction like this one can be very risky because it can either make or break a company.

The reason I believe there must have been a bidding war is, realistically, who could have turned down $250MM or $350MM if there was no other bidder? The announcement indicated there were $109MM in outstanding options. $250MM more than doubles that -- If you are Peter Levine it would be hard to go back to Ian and Simon (one of the other founders) and say that you turned them down (especially if you knew Citrix's reputation to only make one offer). It seems to me the only way to negotiate like that is to have someone else waiting in the wings.
Regarding the estimated $50mm in revenue for '08 -- I have never seen any company no matter how good their product is or how hot the market is increase their revenues 50x year over year. The reason is that the infrastructure to complete the transactions is not in place. A relevant recent example of this is the Reflectent acquisition. EdgeSight's competitors were able to pick off quite a few deals in the six month period following the acquisition because Citrix resellers weren't trained or authorized to resell EdgeSight. Also, it took longer than expected for all of the Citrix SEs to cycle through EdgeSight training. Without the resellers or SEs available, deals that could have gone EdgeSight's way went to other companies. If history repeats itself than Citrix won't have the staff in place to do $50MM worth unless they steal resources from other products and that brings me to my last point: XenSource could be every bit as successful an acquistion for Citrix as they hope and this could still backfire. Paying out 1/2 billion dollars will leave some rank & file Citrites hurt and others jealous. You just have to figure that there is some internal strife from a percentage of the long-time-hard-working Citrites not getting their share. You have to believe that management will be laser focused on seeing this succeed and that means that other projects may go wanting or get eliminated. But, to get from a $1B company to $5B company takes risks and you have to give Templeton credit for trying (Sequoia not withstanding).

Kevin

Rene Vester wrote the future
on Fri, Aug 17 2007 12:36 PM Link To This Comment

Anyone considered the fact that Citrix bought Xensource by mistake and is now looking through articles and forums to find the best use for their newly purchased company? :-)

In all honesty i think the guest comment is the best suggestion i have heard so far, and i think we have all heard alot. But it would make sense as Microsoft ventures into uncharted territory that they would want one of they strong alliance partners with them. And to spice it up, i am pretty sure that Microsoft would have had their hands full legal-wise if they had tried to purchase Xensource(like another BM.Com reader commented). So this works out for all of us i think.. We need virtualization of OS, Apps, Phones, Pizzas and whatnot to spice up our Centralization and consolidation Toolbox.. and now we might get solutions from the vendors we already do business with... Provided ofcourse that Microsoft finishes up Viridian and delivers a decent product :-)

 /LamerSmurf

Gabe Knuth wrote Re: the future
on Fri, Aug 17 2007 2:10 PM Link To This Comment

I don't think Citrix would shell out $500M by mistake...I'm sure that whatever their reason is, they had the price tag justified long ago.  Granted, to us, it's hard to find enough uses for XenSource to make up $500M dollars, especially in the short-term, but I'm optimistic that they have a plan in place already.

Gabe Knuth wrote The font thing
on Fri, Aug 17 2007 2:11 PM Link To This Comment
By the way, we're working on the font thing.  Should have it fixed site-wide soon.
Gabe Knuth wrote Re: The font thing
on Fri, Aug 17 2007 3:05 PM Link To This Comment
Got it
Joe Shonk wrote Interesting
on Fri, Aug 17 2007 4:35 PM Link To This Comment

I think it's interesting that they picked XenSource when SWSoft or VI would have been a better choice.   For $500+ million dollars they could have had access to a hypervisor AND OS Virtualization (Virtuozzo).

From a "Let's spend money" page,  how about we petition Citrix to dump some money into building up Presentation Server.  Sure 4.5 came out recently that made a few improvements over 4.0, but lets be honest, it's nothing more than a feature pack at best.  How about adding some real functionality like "Session Virtualization", the ability to Migrate Session to another servers.  Application Templates,  Server templates, ability to filter applications via policy, ability to take a server offline and still be able to adminster it via  RDP AND ICA, ability to publish apps via policies,  EVEN the ability to add a NEW server to a group of published applications (with out having to open each app, use a script, or use a 3rd party product),  and may finish the CMC to AMC conversion.

Joe

Guest wrote Re: Interesting
on Fri, Aug 17 2007 8:58 PM Link To This Comment

Sounds like a lot to ask from a 7 year old architecture.

Washington had to cross the Delaware, Citrix will get past it too. <para-phrase>

Allan Harder wrote Maybe they can have their cake and eat it too
on Fri, Aug 17 2007 10:58 PM Link To This Comment

Seems to me that Citrix may be looking at purchasing Virtual Iron to complete the set. After all, it's built on the same Xen platform. I'm sure they've got an extra one or two hundred million to make another purchase.

Guest wrote Re: Interesting
on Sat, Aug 18 2007 3:36 AM Link To This Comment

"I think it's interesting that they picked XenSource when SWSoft or VI would have been a better choice.   For $500+ million dollars they could have had access to a hypervisor AND OS Virtualization (Virtuozzo)."

It's not just about buying software/technology Joe, XenSource is UK/US based while SWSoft is Russian.

Guest wrote Re: Re: VMware's vision
on Sat, Aug 18 2007 8:01 AM Link To This Comment
Diane Greene, VMWare's CEO. Good eh? :)
Joe Shonk wrote Re: Re: Interesting
on Sat, Aug 18 2007 9:59 AM Link To This Comment

That is very true.  Even Cisco has been know to aquire companies because they are in the general area of their corporate offices.

 Joe

Joe Shonk wrote Re: Re: Interesting
on Sat, Aug 18 2007 10:02 AM Link To This Comment

But at the same time,  $500 million dollars is a lot of money to pay for location and a handfull of employees.  I'm sure it will all work out.

Joe 

Joe Shonk wrote Re: Re: Interesting
on Sat, Aug 18 2007 10:08 AM Link To This Comment
Perhaps, but some of the requests are not difficult to implements.  We wrote our own gui to publish multiple apps to a server and that only took a day or so and I'll bet that feature is in the top ten most requested.
Joe Shonk wrote Re: Maybe they can have their cake and eat it too
on Sat, Aug 18 2007 10:11 AM Link To This Comment
But why accept $100 -200 million when Citrix just raised the bar to $500-$600 million and if you're VI you're thinking your version is better.
Guest wrote Re: Re: VMware's vision
on Sun, Aug 19 2007 11:46 AM Link To This Comment
Carl Eschenbach
Executive Vice President
Worldwide Field and Sales Operations
Guest wrote Maybe that was all that was available
on Sun, Aug 19 2007 12:25 PM Link To This Comment

Maybe they wanted into this field and this is the only one who would sell.

Don't put to much credit into Citrix, there a big 'C' now. 

VI would have been a better buy but either they were not selling or asked for a lot of $$$s. 

Guest wrote Interesting
on Mon, Aug 20 2007 7:04 AM Link To This Comment
Cool
Guest wrote Re: Re: Interesting
on Fri, Aug 24 2007 10:10 AM Link To This Comment
SWsoft is based in US from what i can see - Washington DC
Rene Vester wrote Clear up
on Tue, Aug 28 2007 4:09 AM Link To This Comment

Hey Guys,

 Had a few comments from readers about their experiences with virtualized terminal services and citrix. Only a few have had any good experiences and i would like to point out more clearly that this article is in no way meant to encourage virtualizing your entire TS or Citrix Farm, it is meant as an aid to make the experience the best possible with a more or less virtualized TS or Citrix platform. Virtualizing part of the farm is also in my oppinion a strong tool in preparing for a possible disaster recovery.

/LamerSmurf

Guest wrote I'll have to give some of those settings a try
on Tue, Aug 28 2007 5:27 AM Link To This Comment

We moved to a virtual citrix farm and if we could go back to physical we would.  We were expecting great things using vmware and citrix but that is not the case.  we only use standard apps like Office and a few 3rd party citrix certified apps and as soon as we hit 18 users per Server the farm dies :-( When we have 2000+ concurrent users this is a problem as we have 80 Virtuals (25-28 Users per box).  We've started to add our old kit (Physicals) into the farm and from some extensive testing users notice performance improvement on a physical when the same amount of users are connected to a physical or virtual. 

Spend your money on physical Servers instead

Rene Vester wrote Re: I'll have to give some of those settings a try
on Tue, Aug 28 2007 6:14 AM Link To This Comment

I dont think anyone really suggests virtualizing everything should improve performance compared to physical hardware. However virtual hardware has benefits too and as a wise man said not too long ago "its really a question of seeing the tools we have and apply them in the situations where they most beneficial". Virtualizing, Streaming, monitoring, optimizing ... Tools.. for us to apply where we get the best use.

Using a hammer to put a screw in a wall IS possible, but it is alot more elegant and beneficial to use a screwdriver.

/LamerSmurf

Guest wrote SAN vs. Direct Attach?
on Tue, Aug 28 2007 8:05 AM Link To This Comment

Could not agree more about the LSI Logic storage adapter.  We have also found that there are different flavors of this beast, some of which exhibit complete lockups under heavy load.  This is worth double-checking.  There are many VMWare articles on this and it is a bit confusing.

We have seen major performance improvements with the new hardware (8-core, dual processors) and SAN attached storage instead of direct attach.  Which are you using?

One final thought - our performance team complains that they cannot get good data on VM's due to time drift.  This is an obvious problem if you want to measure performance.  Is this still an issue on the latest flavor?

Regards, 

Greg Askew 

Guest wrote Re: Clear up
on Tue, Aug 28 2007 9:14 AM Link To This Comment

Perhaps, but most of the benefits of VMware and DR can be achieved by using Ardence and since Presentation Server is already fault tolerant why spend/waste the money on feature like HA?

 

Allan Harder wrote Don't over-allocate memory per Citrix VM?
on Tue, Aug 28 2007 9:28 AM Link To This Comment
Since when is over-allocating memory a problem with anything assuming you have plenty of memory to go around? I don't doubt the statement, but could we get some deeper understanding as to why this has the ability to improve performance in Citrix Servers on a virtual platform?
Guest wrote Save the world
on Tue, Aug 28 2007 9:40 AM Link To This Comment
Why do people expect magic when using products such as Vmware ESX? If you use it properly it will reward you well but it doesn’t prevent bad decisions and loading mistakes.  People who say don’t use ESX with Citrix just because they made bad implementation decisions should be ashamed. If you have the technical know how and means, most solutions will benefit and should be based on some type of server virtualization.Stop physical server sprawl and save the world.

 

Guest wrote Re: Save the world
on Tue, Aug 28 2007 9:54 AM Link To This Comment

How so?  That is a very ingnorant statement...  ESX is suited only for a handful of implementations as there are better virtualization techniques that will yield the same benefits.   If you wish to save a tree, don't use ESX and you will end up using less hardware for a typical citrix deployment than you would with the ESX tax.

 

Guest wrote Re: I'll have to give some of those settings a try
on Tue, Aug 28 2007 10:01 AM Link To This Comment

We saw similar performance (15 users per server) with a VSMP dual-processor virtual machine configuration. We found a single processor VM performed much better (40 users per server) than the dual. IIRC, monitoring showed the dual-processor VCPU %Ready stats were very high; indicating the dual-processor VM was ready to process, but the host could not allocate available CPU.

In this particular case, we had an application that required local deployment at remote sites and 40 users per server was sufficient to run the application. We did not consider converting the centralized farm of 1500 users to VM because we could get 60+ users on a physical server.

Guest wrote Use XenSource Instead!
on Tue, Aug 28 2007 1:02 PM Link To This Comment
Why use VMware when you can use XenSource!  :)
Ruben Spruijt wrote VMware: Best practices for deploying Citrix on ESX
on Tue, Aug 28 2007 2:56 PM Link To This Comment

Vincent Vlieghe also created some nice guidelines. Always usefull when you consider running CTX/TS within a VM

http://virtrix.blogspot.com/2007/03/vmware-best-practices-for-deploying.html

 

Dean Flaming wrote Citrix on Xen Best Practices
on Tue, Aug 28 2007 4:07 PM Link To This Comment
It'll be interesting to see the Citrix Best Practices in reference to running a TS/Citrix server on Xen.
Guest wrote Re: Use XenSource Instead!
on Tue, Aug 28 2007 6:16 PM Link To This Comment

Use Xensource with Presentation Server?

Has anyone tried?

This will be the challenge for Citrix. I am sure Citrix tested PS on Xen before the purchase.

There has to be more to this purchase than Citrix is admitting.

Citrix will make 50M in revenues from Xen next year? They would have been better off investing 500M for a 10% return each year. Better yet - they should have jumped on the VMWare IPO for a 100million return already. I know there is something we are all missing.

Guest wrote Re: Re: Use XenSource Instead!
on Tue, Aug 28 2007 6:53 PM Link To This Comment

Works like a champ!  Just watch out for drive remappings.

In fact, I hear more and more Citrix customers are looking at XenSource now rather than VMware.  :)

Guest wrote Please distinguish ESX2.5 with VI3!
on Tue, Aug 28 2007 8:37 PM Link To This Comment
I would be curious to hear from those reporting negative results virtualizing Citrix on 2 proc VMs with VMware.  Was it on ESX 2.5.x or VI3 (3.0.x) servers??  It does make a difference as ESX 3.0.x has a more efficient scheduling system for dual-proc VMs then ESX 2.5.x.  In general, it would make sense to validate VMware bashing with the host version so we can understand if VI3 truly is the limitation or if it was just a bad experience with ESX 2.5.x.  Even worse, if a poster is bashing VMware because of bad performance using the hosted product VMware Server.
Guest wrote Re: Re: Re: Use XenSource Instead!
on Tue, Aug 28 2007 8:44 PM Link To This Comment

Xen working with PS is one thing but how is the performance compared to VMWare.

I am sure more Citrix customers will be experimenting with Xen but we need performance comparisons from a non-biased source.

Guest wrote Re: Please distinguish ESX2.5 with VI3!
on Wed, Aug 29 2007 9:52 AM Link To This Comment

The limitation with the scheduler and vSMP did not change.. With 2 vCPUs you need to have 2 logical Processors free in order to schedule a thread.. Stupid if you ask me, but that is the limiting factor as appies to both versions.  The reason people think it's better in VI3 is because the new hosts have 2 and 4 core CPUs thus giving ESX more opportunities to schedule (have 2 processors in a READY state)

 

Guest wrote Re: Please distinguish ESX2.5 with VI3!
on Wed, Aug 29 2007 10:29 AM Link To This Comment

I think it really comes out depending on your environment. I have an old Dell PE2600 dual 2.4 Xeon, 3GB, ESX 3.0.2, with 4 VMs running on it with one being a PS4.5

 This PS VM server has 20 concurrent users and is working like a charm

PS4.5 VM config : 1.2Gb RAM, 1 vCPU and VMDK on a CX3-20 Raid 5 LUN

On the other VMs I have a Domain controller, Printer Server (All business apps prints goes through it) and McAfee ePo server

 

Perf stats:

CPU constantly less than 50% with some pikes during backup time frame 

RAM using 2GB out of the 3GB

So again, for some, using TS or citrix in a VM is very interesting. i have a copy of the VMDK and i can swap it at any time since on this server nothing is saved as i have a seperate file server (in a VM) 

Guest wrote Re: Re: Re: Re: Use XenSource Instead!
on Wed, Aug 29 2007 2:14 PM Link To This Comment
VMware has to intercept every OS call to the processor chip. Xen relies on virtualization aware processor chips (Intel-VT and AMD-V) so that Xen doesn't have to intercept any OS calls to the processor. This is why Xen is 1/20th the amount of code that VMware is, and why VMware has overhead that Xen doesn't, which hurts VMware's performance.  
Guest wrote Quad core CPU's
on Thu, Aug 30 2007 3:41 AM Link To This Comment

As I understand VMWare suggests VI3 AND QUAD core cpu's for Citricx PS. I do not know (no experience) if QUAD core CPU's have the same problem (X2) as DUAL cores.

 

Anyone???? 

Guest wrote VMware
on Thu, Aug 30 2007 6:33 PM Link To This Comment
Why VM when you can Xen?
Joe Suma wrote Re: Quad core CPU's
on Thu, Aug 30 2007 8:09 PM Link To This Comment
We recently upgraded our ESX Servers from HS20 IBM Blade Servers with dual xeon 3.0 ghz procs to the LS21 with 2 Dual Core AMD Opterons 2.0Ghz.  Another enhancement was upgrading to 4gb Qlogic Fiber Channel cards from 2gb to our SAN.  We are running MetaframeXPE on both platforms using the best practices mentioned, but there is a huge difference in performace between the newer servers and than the older ones.   So I would say the DualCore  procs helped in some way.  Another thing I wanted to share is, we are prepping to go live with ArcGIS applications on Presentation Server 4.5 64Bit on a 64 Bit Dual Proc VM Guest and it smoking fast compared to running the 32 bit VM Single Proc on our Intel Based Blades!  Long ago I tried using SMP on Citrix VM's in the past, but  as mentioned in the article more overhead occurred and performance degraded.  Not so with the 64bit VM's and PS 4.5 Citrix.  Our testing showed CPU ready times increased a little (not much), but overall feedback from our testing was that performance was much faster when processing maps inside the GIS application (by the way which is a 32 bit application).

Anyone else using / testing 64bit yet within Virtual Machines and Citrix / Terminal Services???
Rene Vester wrote Great idea
on Wed, Sep 5 2007 1:50 AM Link To This Comment

This is truly a great idea, and ofcourse closely tied to Microsofts eval-vhds.

I am beginning to doubt that MS and Citrix are gonna be at war at all on the virtualization market, seeing as XenSource seems to also be able to run VHD machines.. A virtualization market with a common platform for the Guest machines so the customers can choose the virtualization method they want, and chance platform when a better solution arises.. sounds wonderful.. and would most likely keep the key players like MS, Citrix, VMware and othersa on their toes when it comes to development :P

Just imagine having Xensource for Presentation Server virtualization(we could hope they are gonna look into this), Virtual Server for more low priority machines and ESX/Viridian for high risk systems and being able to move the guests around as one would like. Would give a varied experience and a broader acceptance even with customers just starting out in the virtualization area. I think alot of customers are actually holding back because they dont want to choose the 'wrong' setup.

 /LamerSmurf

Guest wrote Re: VMware
on Wed, Sep 5 2007 10:54 AM Link To This Comment

bit of a vague statement, any reasons why? pro's & con's. have you had experience using both?

Guest wrote Active Directory FAQ
on Mon, Sep 10 2007 3:14 AM Link To This Comment

I have really struggled to find a good FAQ on Active directory and information related to win 2000, win 2003 and win 2008. I have created one and its available at http://activedirectoryfaq.blogspot.com

I am sure its will be a good read for you.

Ruben Spruijt wrote It's all about management
on Wed, Sep 12 2007 12:52 AM Link To This Comment
What this mean is that SoftGrid, Windows Server 2008 Virtualization, Citrix Desktop Server have something in common, there  architecture of storing information. That means that with System Center Configuration Manager (SCCM) a various type of vendor solutions (who know what will be added ..) can be managed from different point of views. Microsoft has SCCM, maybe Citrix will buy a Client Management solution or extend their management solution(s).. great times!
Marcel de Haas wrote Unsorted thoughts ;-)
on Wed, Sep 12 2007 12:58 AM Link To This Comment
SoftGrid uses a virtual filesystem in the SFT and for the cache file. I don't really see the benefit of making this a VHD other than reducing the number of different tools/approaches to do managament of the complete environment. Or maybe we'll be streaming Ardence images over RTSP, or SoftGrid streams over Ardence's streaming protocol. Or being able to cache Ardence streamed images in a hypervisor for offline usage, like laptops. Now that I think of it... I believe this step will be great.
Ruben Spruijt wrote Re: Unsorted thoughts ;-)
on Wed, Sep 12 2007 4:46 AM Link To This Comment

There are limitations of this SFT filesystem. That's why for example the maximum package size is 4Gb, that's also why x64 isn't so easy to support. System Center includes alot of solutions that will fit together (in the near future). Maybe Citrix and/or others can integrate there solutions within System Center. Or maybe this is the second signal that MS wil buy Citrix ;-)

Guest wrote Re: Re: Unsorted thoughts ;-)
on Wed, Sep 12 2007 5:18 AM Link To This Comment

Why would they (buy Citrix). It will be expensive, it will raise questions (market dominance etc) and in this way MS has another company helping them with development, gaining marketshare and a sales force out there...for free

Marcel de Haas wrote Re: Re: Re: Unsorted thoughts ;-)
on Wed, Sep 12 2007 5:43 AM Link To This Comment

It will be expensive indeed, but Microsoft is trying to become a one stop shop for big enterprise solutions (Build for Big). They could be offering this as extra (paid) functionality which you can buy, meaning you don't have to. There are plenty of solutions which 'compete' with Citrix. And if they buy Citrix, those resources are not gone all of a sudden. There will be an Enterprise TS division, Xensource would be integrated in System Center, Ardence in virtualization and so on.

On a sidenote, I don't see MS buying Citrix anytime soon. 

Guest wrote Re: Re: Re: Re: Unsorted thoughts ;-)
on Wed, Sep 12 2007 6:50 AM Link To This Comment
If MS intends to, I'm pretty sure that a number of US states will be queuing up at the courthouse...(joining the ones who are already there to extend the Antitrust Pact)
Tim Mangan wrote The other Microsoft announcement at VMworld
on Wed, Sep 12 2007 7:53 AM Link To This Comment

To answer Brian, let me point to a second, easily missed, announcement Microsoft made at VMworld, "MSI Utility for Microsoft Virtualization".  Enough to make anyone click next.  But don't.   You'll need to stay with me here as I'm taking the "end around" route to your question. If you remember back when Microsoft bought Softricity I said that the value might not lie in the product, but in the parts. 

If you look at how Microsoft is [going to be] doing published apps in Windows Server 2008, you ultimately end up the RDP file and icons packaged into an MSI file and installed to the user's desktop (or start menu) as shortcuts.  SoftGrid also needs to put shortcuts on the desktop, although with an OSD file and icon instead.  Today the streaming server does that, although SMS shops can disable that and use SMS to push that out using something called the "SMS connector for SoftGrid".  Microsoft previously announced that they were dropping support for this connector, and rumor was that they would package the OSD and icon into an MSI and use the same method.

This second announcement is what we expected, but more.  Once the OSD and icon are on the user's desktop, the content of the application, the SFT file, must be streamed down to the client PC and cached. Then the user acquires authorization (a "license") to run the application from the server.  In this announcement, the SFT also arrives in the MSI, and it sounds like the "license" is handled there as well.  So you get application virtualization without the server.  Mostly this sounds like just a hack (include the SFT and a script in the MSI and you can do all except the "licence" today).  Virtual Application without streaming.  Just a part. 

There is still a bunch of stuff going on in the announcement that I don't yet understand.  It is all wrapped up in System Center stuff and naming, which can only confuse.  Plus there are some odd statements. 

For example, "The MSI utility deploys applications to stand-alone SoftGrid client only.  Clients (occasionally) connected to a SoftGrid Virtual Application Server typically use streaming for application deployment".  But I think that most large customers today would prefer to push out the virtual application without streaming.  So why is this method second-class???  In every SoftGrid training class I run a customer asks exactly for this.

Then there is a line which states this utility will be supported for only 12 months after the release of SoftGrid 4.5 (which they don't say when, but is expected to be released in 2008).  And a small chart which mentions a "native implementation" between SCCM 2007 and SoftGrid 4.5 that seems to eliminate the need for this connector.  But they don't explain what that is! 

So back to your question...  The SFT is a special file system created to remotely stream applications.  It has "different" attributes than a normal file system.  For example, if you open a file (run an exe or open in Notepad) on a mounted share, CIFS needs to bring the entire file over to your local system before operating on it.  The SoftGrid file system can just bring over the part that is needed (streaming).  If you break things up and don't need streaming, you don't need that special feature.  Also, because the user can't write to the SFT (all writes are redirected to the user's virtual copy) there is nothing in the way of ACLs.  Sometimes we want to mark something as "you can't even try to write here" to keep the user from writing into their cache (like to add a plug-in).  Then there is that 4G limit, which frankly isn't much of an issue (how many apps are bigger than 4G?)

Tim Mangan wrote Re: The other Microsoft announcement at VMworld
on Wed, Sep 12 2007 8:07 AM Link To This Comment

[Note to brian:  Your system let me type a longer reply than it would post.  So the end of my post was lost.  Argh! ]

So the SFT is just a file system.  If, as you suggest, the SFT is to move to a VHD format (or any new format) it would be like going from FAT to NTFS.  You can bring over the content.  It is very important that customers can bring their old sequences over to anything new, and Microsoft seems to ackowlege this.  So if VHD is a convenient format that can simplfy Microsoft's life and maybe provide customers new features, OK.  I am, however, suspicous that VHD would be used with SoftGrid 4.5 (but I have no inside information on this) because 4.5 code should be close to completion given the TAP dates.  

Guest wrote This kind of thing can't happen at iForum
on Wed, Sep 12 2007 8:40 AM Link To This Comment

No way will Citrix let VMWare have a booth at the "App Delivery Expo". Nor Packeteer, nor ...[fill in the name of your favorite vendor no longer able to attend  :-() ]

Guest wrote Par for the Microsoft course.....
on Wed, Sep 12 2007 9:19 AM Link To This Comment
This move by Citrix and Microsoft has more to do with limiting VM Ware's marketing appeal then adding management features or whatever to Microsoft and Citrix's virtualization features.  And I'm pretty sure if Microsoft was going to buy Citrix they would have done it a couple of years ago.  Brians analogy is perfect for the situation, it IS just like the old Beta vs VHS battle.  Bete lost.....  Vm Ware will have to conform, win, or fade away.
Brian Madden wrote Re: The other Microsoft announcement at VMworld
on Wed, Sep 12 2007 10:44 AM Link To This Comment

Whoops! Sorry about that bug. We'll get that fixed.

But I want to point out that this is Gabe's article, not mine.

Great insight though, as always, Tim.

Rene Vester wrote Standardizing
on Wed, Sep 12 2007 11:12 AM Link To This Comment

I might have been dreaming but i am certaing Diane, CEO at VMware said in her keynote that VMware is gonna standardize their virtual machine layout together with Xensource and Virtual Server. So it will be possible to move the virtual machines around from one system to another in the future.

/LamerSmurf

Guest wrote Re: Standardizing
on Wed, Sep 12 2007 11:29 AM Link To This Comment
Virtual Machine layout yes, Virtual Disk format no.
Ray wrote Enterprise EVA
on Wed, Sep 12 2007 11:56 AM Link To This Comment

If you plan on testing the Enterprise EVA make sure you apply the latest hotfix.  Without the latest hotfix you will receive license errors when you try to stream apps. 

Benny Tritsch wrote Re: Standardizing
on Thu, Sep 13 2007 7:52 AM Link To This Comment

Sun Microsystems just announced that they want to join this club. On http://www.sun.com/aboutsun/pr/2007-09/sunflash.20070912.1.xml they say that they want to ensure that Solaris runs well as a guest on Microsoft virtualization technology and that Windows runs well on Sun virtualization technology. Additionally Sun has signed on as a 64-bit Windows Server OEM. This means that in the future you will get Windows Server on Sun hardware!!!! And joint Sun-Microsoft solutions will cover the support of Remote Desktop Protocol on Sun's SunRay thin clients. What happened to the traditional rivalry between Sun and Microsoft that used to be so much fun for us watching it?

Benny

Guest wrote Re: The other Microsoft announcement at VMworld
on Thu, Sep 13 2007 6:44 PM Link To This Comment
Ah Softgrid again, that overhyped purchase that MS has done nothing with. I've used it and a bunch of emerging alteratives and Softricity is going the path exactly as I had feared. Systems Center, that ugly monster AKA SMS 200X is the drug they want us to buy into to pour more $ into their pockets. SMS comes with so much overhead to manage, and what a mess to have to buy just for the sake of Softgrid. The guy running Softrcity now is ex SMS, so we should all beware. Hopefully VMWare does something in this space to create a better alternative. Citrix are probably to scared to do anything that may rub MS the wrong way, but why bother with Tarpon then. So thanks MS, thanks for buying a real innovator, doing nothing with it and killing progress by getting the SMS guy to find ways to justify his previous genious.
Matt Lesak wrote LOL!
on Thu, Sep 13 2007 10:41 PM Link To This Comment
I've never seen Brian get so much credit for an article that Gabe wrote...
Guest wrote Re: Re: The other Microsoft announcement at VMworld
on Fri, Sep 14 2007 8:20 AM Link To This Comment
Tell us how you really feel
Guest wrote With a market value approaching $30 billion, VMware already is worth more than all but three publicly traded software makers -- Microsoft Corp., Oracle Corp. and SAP AG
on Fri, Sep 14 2007 9:47 AM Link To This Comment
With the latest news here: http://redmondmag.com/news/article.asp?editorialsid=9030  I really think Microsoft is in for a good battle.  Personally I think VMWare will still win, they've been in the business longer, they have the name recognition, and I think they have better products.
Guest wrote Re: With a market value approaching $30 billion, VMware already is worth more than all but three publicly traded software makers -- Microsoft Corp., Oracle Corp. and SAP AG
on Fri, Sep 14 2007 12:12 PM Link To This Comment

Yeah and thats what the Novell guy said back in the 90's. 

Guest wrote Re: Re: With a market value approaching $30 billion, VMware already is worth more than all but three publicly traded software makers -- Microsoft Corp., Oracle Corp. and SAP AG
on Fri, Sep 14 2007 2:14 PM Link To This Comment
I think I know the Novell guy who said that.  He works for Citrix now.  I'm not kidding.  It will be interesting to see how Citrix fares when they actually have someone to compete against.  It is hard to say where the future of this whole virtual computing thing is going to go.  I don't think you can compare it to the Novell/Microsoft battles in the past with what is going on today.  Back then, Novell was cocky and arrogant and they sat on their hands while Microsoft took their business from them.  VMWare is anything but that.  They (VMware) are not going to just let Microsoft take their business the way Novell did.  No matter who wins, this is a good thing.  We (the customers) want to see the best companies out there be as competitive as possible.  One thing I will say, Citrix absolutely needs to be partnered with MS.  They need to be a MS value add ISV with hypervisor in the same model that they presently have with Terminal server/PS today.  If Citrix can't make that model work with hypervisor they are doomed.  They can not stand alone against VMware.  They will be crushed if they try.   
Guest wrote Depends on Citrix Install
on Thu, Sep 20 2007 11:03 AM Link To This Comment

We have a client with 3 Vmware 2.0 Servers, hosting over 900 Citrix Users on a poorly designed San, (Raid 5)Quad x Dual Core cpu's, And Performance Rocks. over 30-40 Users per server- no problem.

Now with VI 3.0, we are pushinc the boundry even more. We have a different customer with a hard core limit of 22-23 users per Physical server. No mater how many cores. With VI3, on Same server, but upgrade of ram-, We are able to 6x the amount of users per physical server. IE 6 VM's 21-23 uers per VMCTX server. There are places this works, but it needs to be tested, / tested/ tested. for full capability. With todays new procs.. i can envision much more density..

ALSO as a note.. RULE of thumb.. OVerload the ESX server With NICS!!!.. In my analysis, with CitrixVM's,, the amount of packets flowing from a ESX server climb way past 5000 packets per second. I have nt ran into issues with user limititations, except, when i under load the servers with network connectivity. Then it starts to suffer quickly. Nics seem to have been the cluprit in most of my installs.. 

Guest wrote EasyCall
on Thu, Sep 20 2007 2:32 PM Link To This Comment
The EasyCall functionality didn't come from password manager,  it came from the Net6 acquisition.  The CAG was only part of Net6's business.
Guest wrote Re: EasyCall
on Thu, Sep 20 2007 2:59 PM Link To This Comment

One other clarification.  Easy call does not require the customer to have implemented VOIP. It will work with most standard PBX systems as well.

Rich Brumpton wrote Re: EasyCall
on Thu, Sep 20 2007 3:00 PM Link To This Comment

To expand on this the Net6 acquisition came with 2 appliances. The CAG and the CAG. err I can see why they didn't bring them both to market at the same time :)

While Mark T was singing the praises of the Citrix Access Gateway they also were talking quietly to some customers about the Citrix Application Gateway. This product has been available either through Citrix for some systems or through the phone vendor for others. The supported platforms have been Cisco, Avaya and Nortel. This appliance has a MUCH better phonebook than Cisco, paging, text alerting, the easy call type functionality, and the ability to refactor web applications for use on the screen of a VoIP phone.

Now this (or a subset of it) is called the Citrix Communication Gateway and is used to route easy call into the phone system either over VoIP or a legacy T1 based upon model. Retail on this is only $3500 and the potential time savings for some workflows are immence.

What is still unknown is the complete feature set of the CCG. IS it the Citrix Application Gateway or is it just easy call and phone book integration?

Michel Roth wrote Re: EasyCall
on Thu, Sep 20 2007 3:15 PM Link To This Comment

Hi Guest,

I have to say I'm not sure. How do you know that Citrix did not use their PM technology to create the number recognition bit?

Rich Brumpton wrote Re: Re: EasyCall
on Thu, Sep 20 2007 3:19 PM Link To This Comment

I don't know about that, CPM uses control ID's a phone number in a web page or PDF document would have to be captured by analyzing text as it is displayed and comparing it agains some patterns. Quite a different task.

Also the technology was developoed by Net6 before Citrix bought them, but that does not sound as smart :)

Rich Brumpton wrote Found the webpage
on Thu, Sep 20 2007 3:21 PM Link To This Comment

Here is the page for the Citrix Application Gateway (no rebranding yet, hmmm.) Very cool product but in a different space that most of us play in.

http://citrix.com/English/ps2/products/product.asp?contentID=15058

Steve McG wrote It is available now
on Thu, Sep 20 2007 3:43 PM Link To This Comment

The files are available now from the product download page at www.citrix.com.

Guest wrote Re: Re: EasyCall
on Thu, Sep 20 2007 5:03 PM Link To This Comment

EasyCall/Communication Gateway and Application Gateway are two (completely) different products. Sure, the underlying hardware and parts of the platform might be the same, but the what is does is very different. Application Gateway is mainly used for the delivery of applications to the screens of VoIP enabled phonesets, which is obviously something quite different from what EasyCall does.

Guest wrote Re: Re: Re: EasyCall
on Thu, Sep 20 2007 5:06 PM Link To This Comment

I believe that EasyCall uses a couple of different technologies, including screenscraping. Won't be surprised if you run into issues with security products on client devices. As for running it on CPS: wondering how it will impact performance (screenscraping can be quite memory intensive).

Brian, why don't you buy an appliance and do some testing for us ;-)

Gabe Knuth wrote Re: Re: Re: Re: EasyCall
on Fri, Sep 21 2007 12:56 AM Link To This Comment
Man, we'd love to do some testing, but Michel wrote this, so you better hit him up :)
Michel Roth wrote Re: Re: Re: Re: Re: EasyCall
on Fri, Sep 21 2007 2:38 AM Link To This Comment
How about everybody stop hitting and just buying me the appliance? ;-)
Michel Roth wrote Re: Re: Re: EasyCall
on Fri, Sep 21 2007 3:20 AM Link To This Comment

Hi Rich,

I checked with Citrix. You're right. The EasyCall technology comes from Net6 and uses screenscraping but not like PM does.

Guest wrote Re: Re: Re: Re: EasyCall
on Fri, Sep 21 2007 9:35 AM Link To This Comment
I thought I said that in the first post. :o)
Beav wrote CPS 4.5 with Feature Pack 1
on Fri, Sep 21 2007 12:06 PM Link To This Comment

I see http://support.citrix.com/kb/entry.jspa?externalID=CTX113690 has CPS 4.5 with Feature Pack 1.  The interesting thing is that it has an updated date of July 27, 2007.  I would have thought that it would say September 21, 2007.

 The question I have now is whether it includes the HR01 or if you still have to apply that after the fact.

Guest wrote CopyCats
on Fri, Sep 21 2007 2:06 PM Link To This Comment

Amazing to see how Citrix not only copied all the stuff we had on RecordTS since day one but they also copied all the same descriptions we used for its features! Things like:

"Smart Auditor packs advanced features like digitally signing recordings (tamper proofing recordings) and adding important metadata to the recordings which you can then use to find a particular recording. Think about metadata like user name, client name, client IP, Published application name, session duration etc."

Amazing. Copied bit by bit. Time to see a lawyer I guess. :-)

We have had this for almost a year now. And we do not only record ICA, we record RDP as well, at the same time. Plus we work for all Presentation Server versions and we do not require any Platinum thing. :-) Whatever you have we will get it working on it.

Cláudio Rodrigues

http://www.tsfactory.com

Guest wrote Re: CopyCats
on Fri, Sep 21 2007 2:14 PM Link To This Comment
Has this become an advertising site?
Guest wrote What!
on Fri, Sep 21 2007 3:48 PM Link To This Comment

No update to the crappy console?!  We still have to use both the AMC and PSMC?   Geez!  I'd hate to see what Citrix does with Ardence, XenSource, Desktop Server integration if they can't get a simple console right.

 

Guest wrote This is in effect a service pack.
on Sat, Sep 22 2007 5:04 AM Link To This Comment

Why would I want to record all those sessions?  I could see recording a session for training purposes or auditing purposes. I am not impressed with any of these new features.

Will Citrix please ask us what we want? The customers / partners have no say. We are continually dictated as Citrix comes up with more ways to raise prices on us.

1) We want everything to be managed in one utility - Citrix Access Management Console - Access Suite Console or whatever they are calling it.

2) We want simplified licensing. We want one license without having to carry all the previous licenses. We want all license subscription advantage synchronized to expire on the same date. How hard could this be?

3) We want unbundling. I want to choose what I want to buy. Why should I buy Enterprise version if I just want streaming Applications? I guess I'll just buy Softgrid.

4) Will you please stop all the name changes!!!!!!!!!!!!!!!!!!!!!!! The old names are still in new products. The code writers cannot even keep up with all the marketing name changes.

5) We want a Citrix who cares about the customer and partner. Will Citrix ever ask us what we desire?

Cramer was right!!!

Guest wrote Re: This is in effect a service pack.
on Sat, Sep 22 2007 7:56 AM Link To This Comment
Who is "we"? Who do you represent? not me... I'm a customer as well.
Guest wrote Re: This is in effect a service pack.
on Sat, Sep 22 2007 12:54 PM Link To This Comment

Recording sessions a waste??

Well in the Health industry, and the LEGAL industry alone, this is well worth it.  We have a number of Banks alone, that Want this and want it yesturday. With remote users, possibly stealing sensitive data, a setup like this is important. Before we could monitor the printing , but with this, it shall allow for even more safeguards.

Simplified licensing- Well if you are living in the past that is all you. Citrix's licensing is easier than pie, it is Getting the licenses in the first place t the hard part.

Streaming APPS- You dnt need Citrix servers to stream the apps. It is just a add on. Go with the soft grid if you are unhappy. Citrix is not in the market of making 100% happy, just to make product and sell.

Namechanges- DUH, new product = new name. Get over it. 

Guest wrote Re: This is in effect a service pack.
on Sun, Sep 23 2007 6:48 AM Link To This Comment

There are ways to buy singular based solutions.

Call your Citrix rep and learn something and then post.

Guest wrote Re: This is in effect a service pack.
on Sun, Sep 23 2007 11:30 AM Link To This Comment
You can get App Streaming with out Presentation Server.  You just need to ask.
Guest wrote Re: CopyCats
on Sun, Sep 23 2007 12:42 PM Link To This Comment

Claudio, whilst not a released product, ICA Session recording has been around for a while as Project IRIS, in my estimation about 4 years. At least two technical previews of the technology have been available.

So, I would say that while you probably got to market quicker, Citrix have had plans for this for years.

If the text you mention has been copied word for word then hey, thats probably not too fair, but I'm sure Citrix have a few patents which cover this technology going back a few years.

Guest wrote Re: Re: This is in effect a service pack.
on Sun, Sep 23 2007 4:21 PM Link To This Comment

Only if you use Softricity. If you want to use Citrix App Streaming, you must have at least some version Presentation Server. You can buy App Streaming a la carte for PS 4.5 Advanced Edition, but having PS is still a prerequisite for a la carte licensing.

Guest wrote Re: Re: Re: This is in effect a service pack.
on Sun, Sep 23 2007 7:55 PM Link To This Comment
You need to buy at least Enterprise to be able to purchase add on streaming licenses
Guest wrote Re: Re: Re: Re: This is in effect a service pack.
on Sun, Sep 23 2007 9:01 PM Link To This Comment

hi guys,

im a little bit confuse of the FR1.. base on the article it implies that fr1 is only applicable to PLATINUM EDD.?? im a correct?

 

Guest wrote Re: Re: Re: Re: Re: This is in effect a service pack.
on Sun, Sep 23 2007 9:08 PM Link To This Comment
Basic CPS improvements (such as icon support, activesync, and pnagent)  are for all editions but Smart Auditor is only a feature of Platinum
Guest wrote Re: Re: Re: Re: This is in effect a service pack.
on Mon, Sep 24 2007 8:41 AM Link To This Comment
You do not need to buy Enterprise in order to get Citrix Application Streaming. A CPS 4.5 Advanced customer can buy Application Streaming a la carte. Just like they can buy Password Manager a la carte, or Access Gateway licenses a la carte, or Edgesight a la carte. SmartAuditor is the odd one, as it can NOT be bought a la carte.
Guest wrote Re: Re: Re: Re: This is in effect a service pack.
on Mon, Sep 24 2007 11:40 AM Link To This Comment
Yes, but you only need a 5-user "starter pack" of Enterprise.  That gets you the management console where you publish the apps.  Then you can buy as many $60 streaming "add on" licenses as you need.  So it is already "unbundled."
Guest wrote Re: Re: Re: Re: Re: This is in effect a service pack.
on Mon, Sep 24 2007 12:08 PM Link To This Comment

Why should a CPS 4.5 Advanced customer spend additional money just to get the management console when they can just get App Streaming licenses a la carte and get the console for free? Your solution sounds like the endeavor of someone who was looking for a loophole in the licensing when it would just have been cheaper to ask your sales rep if you can do streaming without Enterprise or Platinum.

Joel Stocker wrote Re: Re: CopyCats
on Mon, Sep 24 2007 4:47 PM Link To This Comment
And the text is not copied, it's because of the English language both companies use, it's really similar ;-)
Guest wrote No Download on site
on Wed, Sep 26 2007 11:19 AM Link To This Comment

That link is dead. Nothing to doanload there.

I guess they arent offering Vista support for CAG anymore?

Guest wrote Feature Pack for Advanced and Enterprise, I dont see it.
on Wed, Sep 26 2007 11:50 AM Link To This Comment
I only see the Platn. Edition, is there a way to get those other features or is that just the roll-up? "healthpack"
Joel Stocker wrote Re: Feature Pack for Advanced and Enterprise, I dont see it.
on Wed, Sep 26 2007 12:09 PM Link To This Comment
EasyCall and SmartAuditor are Platinum only. The other improvements and fixes will be available through the HRP01.
Guest wrote Is Rollup Pack 1 Needed For a Clean Install of CPS4.5 with Feature Pack 1?
on Thu, Sep 27 2007 2:16 PM Link To This Comment
Confusing.
Guest wrote Hotfix Rollup Pack 1
on Thu, Sep 27 2007 6:29 PM Link To This Comment
Would be a NICE idea if Citrix would AT FIRST fix the bug introduced with HFRP1 - published applications covering the taskbar. This is a real pain-in-the-***
Guest wrote Re: Re: Save the world
on Fri, Sep 28 2007 8:31 AM Link To This Comment
That's not true ... crunch the numbers. I've done the math and I can save not only money but server space as well. True I may not get the same user count per server (the so called ESX tax), but I'll definately save more money and space and heat using VI3.

Guest wrote Re: Hotfix Rollup Pack 1
on Fri, Sep 28 2007 12:42 PM Link To This Comment
Have you seen this http://support.citrix.com/forums/thread.jspa?messageID=630269&fromSearchPage=true򙷽 May help you.
Guest wrote Re: Re: Hotfix Rollup Pack 1
on Tue, Oct 2 2007 5:30 AM Link To This Comment
Thanks, but this "Hotfix" doesn't help at all. We've switched from Propalms to Citrix to AVOID such problems (since we had big problems with Propalms). Seems that Citrix isn't better in anyway (except printing) ... just *far* more expensive! This sucks!
Guest wrote Discover What’s New in Citrix Presentation Server 4.5 Feature Pack 1.
on Tue, Oct 2 2007 4:42 PM Link To This Comment

http://event.on24.com/eventRegistration/EventLobbyServlet?target=lobby.jsp&eventid=94171&sessionid=1&key=BC4E6C9F9FC0BC2087551449E8D4EE6A&eventuserid=12772712

Also, find out about additional feature enhancements with this release including Vista/Office 2007 support, ICA & streaming client improvements, health assistant enhancements & multi-monitor support.

IN THIS SESSION YOU WILL LEARN HOW TO:

Take advantage of the new feature enhancements released in Feature Pack 1

Strengthen compliance and improve risk management with SmartAuditor technology

Provide Communication-enable applications with EasyCall technology


Guest wrote Re: It's all about management
on Tue, Oct 9 2007 4:33 AM Link To This Comment
What this also means is that generic desktops (with Softgrid Client installed as part of the build) can be streamed via Ardence and then applications provisioned on a user basis through Softgrid.
Guest wrote Re: ALL
on Wed, Oct 10 2007 1:51 PM Link To This Comment
Yes, Citirx did indeed write the code that Microsoft licenses as Terminal Server. However, Microsoft is NOT playing catch up, and is currently making moves that could potentially shut down Citrix. Citrix is an overpriced solution (and I use that term very lightly) that only adds 15% additional functionality to Terminal Services (as told by a Citrix installer). If you look at Windows Server 2008 RC0, there is not only the features described above, but they are getting wholeheartedly into server virtualization via their Veridian hypervisor.

Citix is scrambling for their proverbial butts, thus the recent announcement of them aquiring XenWorks. What is XenWorks? OS virtualization technology. Six years ago, a person could have made a case for Citrix, but NOT today. Either use Windows Server 2008 for application sharing (when it is available), or go full board with OS virtualization via VMWare ESX, or if you can stand to wait, Micorosoft Windows Server 2008.

That's my 2 cents.
Guest wrote Re: Re: CopyCats
on Thu, Oct 11 2007 4:46 AM Link To This Comment
In fact, I am glad to read about another product in this field... the specifications are different enough, and I am looking for a product outside of our Citrix farm :-)
Guest wrote Microsoft
on Thu, Oct 18 2007 4:46 PM Link To This Comment
I am still amazed at how many people think MIcrosoft makes great products. When is America going wake up and see Microsoft contributes very little to advancement of any technology! I hope VMware wins! Microsofts technology is about as impressive as a old IBM typewriter.
Guest wrote Windows Vista Agent
on Mon, Oct 22 2007 5:28 PM Link To This Comment
Gabe,

Where did you get the Windows Vista agent is no longer on the Citrix page,, is there a way you can share the agent?

Mike Tinoco
Mads Soerensen wrote Demo video?
on Tue, Oct 23 2007 2:20 PM Link To This Comment
Is it possible to download the demo video with 30 servers booting into XenEnterprise via an Ardence vDisk somewhere??
Guest wrote World Series?
on Tue, Oct 23 2007 2:40 PM Link To This Comment
How many countries take part in this world series?
Guest wrote Re: World Series?
on Tue, Oct 23 2007 3:37 PM Link To This Comment
They all do!
The MLB has imported the best players from all over the world.
and guess what?.....there are fans watching from all over the world.
Guest wrote Demo Video
on Tue, Oct 23 2007 4:13 PM Link To This Comment
Video is available on http://Youtube.com Just search for Adense Video
Gabe Knuth wrote Re: Demo video?
on Tue, Oct 23 2007 5:51 PM Link To This Comment
The original video takes place at Ardence's lab in Boston. There, they have (I think) 200 machines configured to boot via Ardence vDisks. It's pretty amazing... http://www.youtube.com/watch?v=moIuHqIc-PQ
Guest wrote Re: Re: Demo video?
on Tue, Oct 23 2007 8:28 PM Link To This Comment
Yeah, pretty cool. You can see a small shot I snapped from their lab in Waltham: http://www.bighatgroup.com/index.php?option=com_content&task=view&id=19&Itemid=38
Pete Downing wrote Won't take it personal!
on Wed, Oct 24 2007 1:26 PM Link To This Comment
You know Gabe... I do sell knives pretty well too. Believe it or not, none of that was scripted and was done all on the fly. The only thing practiced was the concept. Toilet wipes anyone... ;-)
Guest wrote Re: World Series?
on Wed, Oct 24 2007 3:08 PM Link To This Comment
Canada and the US!
Guest wrote Re: Re: World Series?
on Thu, Oct 25 2007 9:21 AM Link To This Comment
Ahh so its a small world after all, I was hoping new zealand would be involved as we could do with some good sports news at the moment.
Guest wrote Re: Re: Re: Re: Re: Use XenSource Instead!
on Fri, Oct 26 2007 6:08 AM Link To This Comment
your statement is only correct for para-visualized clients ie modified Linux guests, for those OS such as Windows the performance hit is much the same as with ESX, but with the added issue of a Host OS together with the XEN Source on top. therefore performance will most likely be worse on a when running Citrix on a XEN server as opposed to Citrix on a VMware ESX server. much more akin to Virtual Server running on a Linux Host.
Guest wrote Desktop Server component
on Wed, Oct 31 2007 11:57 AM Link To This Comment
I've heard that the Desktop Server component is ready (Tech Preview that is), but that the Provisioning Server and XenServer components are delaying it. Selected partners should be able to get access to the Desktop Server component already. The rest needs to wait....
Guest wrote Get your facts straight in the title too please...
on Wed, Oct 31 2007 2:30 PM Link To This Comment
Gabe,

XenDesktop is NOT delayed. Only the TechPreview kit. You can read that in Michael's article. So you might wanna change the subject of your post to something less sensational and make it actually accurate, reflecting the article. Yeah I know, it's hard to be objective.

Also before everyone goes bananas about functionality and stability: seeing as it will be a preview which is probably lots of Beta code anyway, don't start doing the whiney whiney when something doesn't yet work as intended.

And no, i'm not a Citrix employee, but I have a friend who's an Citrix SE and occasionaly we chat about Citrix, and I use their products in my own environment at work also. And I like them very much. It's a shame my boss didn't allow me to go to IForum this year but I got my updates on the new stuff anyway.

Back on the title: Must be a "scene"-thing to criticize Citrix at every occasion you can get , even if its a small one... These comments from you all the time hardly help in people taking you seriously btw. I suggest you really get more professional in your writing. This site is more and more starting to form into a personal opinion blog anyway, instead of a good allround site about SBC, Virtualisation and delivery... and that's mostly due to all the infantile posts you guys keep headlining.

Then again, sometimes it's very amusing to read though. Especially when you are way off the mark regarding new products :P
But sometimes you're also spot-on, gotta give you credit for that. But please be more professional.
Gabe Knuth wrote Re: Get your facts straight in the title too please...
on Wed, Oct 31 2007 2:47 PM Link To This Comment
I agree with the first part - so I changed the title to say that the Tech Preview is delayed. That's my bad, for sure. As for my objectivity, how was I not objective? Also, how was I critical/unprofessional? I actually asked them to take their time and put out a decent release, since there is so much buzz about it. It would suck if even the Tech Preview was a forced effort, so I'm happy to wait.
Brian Madden wrote Re: Get your facts straight in the title too please...
on Wed, Oct 31 2007 2:49 PM Link To This Comment
Good point about the title. We'll change that. As for the rest, about the slamming of Citrix... Mark T was on stage, on video, in front of 4000 people, and said that everyone in that room could go to the website and download XenDesktop next week. So if that doesn't happen, I think it's something we should report about. I think we've written a lot of very positive stuff about Citrix. (And whenever I do, anonymous commenters post things like "Oh Brian! Now you're falling for it. Citrix has gotten to you!") So I guess as long as we can balance what people perceive as the "pro Citrix" and "anti Citrix," then we're doing fine. (Although I'd really like people to believe that we're writing what we find interesting, regardless of whether it's pro- or anti- anything.) To that end, and as for this site turning into a personal opinion blog, it's always been a personal opinion blog. This is why it's not included in Google News. We are not InternetWeek. (Nor do we want to be). This site has always been about my opinions. And as we've expanded to other authors and bloggers, I've encouraged them to write their own opinions too. But, Guest, you seem to have opinions of your own which are well-reasoned. So if you ever want to share them in a blog or an article on this site, you're more than welcome to. Just email me and we'll add your views to the conversation about this industry. (You will have to shed the Guest shield though.)
Guest wrote Re: Get your facts straight in the title too please...
on Wed, Oct 31 2007 3:26 PM Link To This Comment
You may not be a Citrix employee, but you ought to be!!!
Guest wrote Re: Get your facts straight in the title too please...
on Wed, Oct 31 2007 3:57 PM Link To This Comment
I'm an industry analyst covering the virtualization space for a leading research firm, and I would like to put my two cents in regarding the previous post that was critical of the content on BrianMadden. I have nothing but the greatest respect for both Gabe and Brian and appreciate their informal and honest opinions on this website, as well as the thoughts of others within the MaddenSpere. This is not Victorian England, this is business; and the frank writing, and the opinionated way in which they express their ideas, add an element of honesty to the website.
I agree completely with Gabe, Citrix risks losing the mindshare and excitement that they built up at Iforum (or the Application Delivery Expo) if they significantly delay getting the tech preview into the hands of prospects.
I believe this website is informal and educational and as such a great resource in getting thoughts from people with their "feet on the street" as it were.
Brilliant work guys, keep it up! And GUEST; stop being such a baby.
Guest wrote Re: Desktop Server component
on Wed, Oct 31 2007 9:32 PM Link To This Comment
I'm a very special customer, and we don't have jack yet. Boo hoo Mark T. Next time, please don't get me so excited, you're begining to act like MS, delay delay delay. Keep it up and they may want to buy you based on cultural fit.
Guest wrote Re: Re: Get your facts straight in the title too please...
on Thu, Nov 1 2007 6:26 AM Link To This Comment
You're not an industry analyst.

Let the guy share his own opinion. There are plenty of people who agree with his post. Brian is a Citrix basher first and foremost. Anyone who has read his "opinions" over the years knows that. It's how he makes a living.
Guest wrote Re: Re: Desktop Server component
on Thu, Nov 1 2007 7:11 PM Link To This Comment
I started using Provision Networks VDI VAS and love it. So much so we're planning to deploy their TS part as well and gradually eliminate CPS. I'm tired of paying through the nose for not much.
Guest wrote Tabloid-den.com
on Thu, Nov 1 2007 7:37 PM Link To This Comment
This site really turned to a Citrix bashing tabloid. A more sensational newsflash a better. You lost your professionality long time ago.
David Caddick wrote Facts?
on Thu, Nov 1 2007 7:38 PM Link To This Comment
I'm thinking that there seem to be a few posters here claiming to have opinions but always hiding (intentional or otherwise) behind Guest? Come on chaps, if you really want to debate it, drop the cloak and register?
Guest wrote Re: Facts?
on Thu, Nov 1 2007 9:24 PM Link To This Comment
Why? There is "guest" functionality on this site. Why does it matter if I post as "guest" if my post is written professionally and with facts to back up my post?


Guest wrote Re: Re: Facts?
on Thu, Nov 1 2007 11:40 PM Link To This Comment
What facts? I haven't seen one fact in any of these flamebait posts from Guest!
Guest wrote Then take out the guest funcionality
on Fri, Nov 2 2007 12:34 AM Link To This Comment
Then take out the guest funcionality
Brian Madden wrote We had professionalism at one time then?
on Fri, Nov 2 2007 4:11 AM Link To This Comment
Woo-hoo! That's awesome! I never claimed to be a professional journalist at all, so thanks! As for all the pro-Citrix articles that we write, how are those classified? (I just did a quick scan through the last 100 or so articles, and I would say it's like 4-to-1 for the ration of "pro" Citrix vs. "anti" Citrix, if you want to classify them in that way.) And the articles that are "pro" Citrix, we have the exact same guest comments, except those are saying things like "You are nothing but a mouthpiece for Citrix," and "I can't believe that you are buying into the crap they're [Citrix] feeding you." So apparently I'm pandering for page views on both fronts then! :)
Brian Madden wrote Re: Then take out the guest funcionality
on Fri, Nov 2 2007 4:14 AM Link To This Comment
I like the guest functionality because it gives people the option to rise above the fray. If a poster has the guts to stand behind what they say, then they can do it. And if they want to state facts with no proof as guest, then they can do that too. If you look at the sites that do not accept guest postings, you just end up with all these "named accounts" called "guest poster" and "Citrix guy" and "Guest1234," etc., with registered email addresses like brianmaddensux@hotmail.com and ihatebrian@gmail.com, etc. So whatever. The Internet allows people to be anonymous, regardless of whether a login is required.
Guest wrote Re: Re: Then take out the guest funcionality
on Fri, Nov 2 2007 6:04 AM Link To This Comment
So, if a poster has the "guts to stand behind what they say, then they can do it" only with a registered account? "And if they want to state facts with no proof as guest, then they can do that too".

Brian, you are getting emotional again. You might not like what some people have to say and only like your opinion, however, giving people the freedom to post without having to be called out time and time again by you should be reason enough to have guest functionality. There are posters out there with real facts from Citrix, Microsoft, VMWare, Virtuozzo, etc. that need the guest functionality to ensure this sight gives real readers the facts they need.

This sight is filled with "sensationalism" trying to drive people to its stories. I find it very funny now that Brian states this blog is a "personal opinion blog" and that "it's always been a personal opinion blog.". I recall from years past when Brian tried to get into various functions as a true journalist only to be turned down time and time again. This caused him to get quite furious and to lash out at some of these vendors on his site (Citrix again, anyone!?!).

Brian: Stick to the facts. There was a time not too long ago that your site was filled with angry emotion toward the vendors. You are getting close to that again. Drop the emotion, write facts and don't make recommendations until you have actually tried what you recommend. Maybe then, you will truly be considered a journalist. Something that people close to you know that you actually want to be seen as.
Guest wrote Re: Re: Then take out the guest funcionality
on Fri, Nov 2 2007 11:25 AM Link To This Comment
I'd give you my name, but I'd get fired :-) The guest functionality allows people that need to stay anonomous; stay anonomous. Plus, its obvious that anyone giving away anything other than opinions (like company "secrets") is either an idiot, or is liying. Anyone who speaks with Citrix under NDA is not going to violate that and put themselves in legal jeapordy in order to post something on a blog.
This blog keeps getting longer, but I'd like to reiterate that I think this site is great.
Dan Shappir wrote Re: Re: Then take out the guest functionality
on Fri, Nov 2 2007 6:00 PM Link To This Comment
Joel Spolsky wrote an interesting piece about anonymous posts (he doesn't like them):
http://www.joelonsoftware.com/items/2007/07/20.html

I personally hardly ever post anonymously. On those rare occasions that I do I'm actually more careful about what I write and tone down the rhetoric.
Guest wrote Re: Re: Re: Then take out the guest functionality
on Sat, Nov 3 2007 7:44 AM Link To This Comment
crawl back in your hole and write some more 30-year old terminal emulation crap...
Guest wrote Re: Re: Re: Then take out the guest functionality
on Sat, Nov 3 2007 11:35 AM Link To This Comment
Obvisously Joel hasn't had a real job at a real company, who will not allow you to post anything that may be considered giving away IP for free. So 'GUEST' posts are really useful, because the folks who execute this stuff in the real world and are gaged have a voice. Brian please please don't kill guest.
Dan Shappir wrote Re: Re: Re: Re: Then take out the guest functionality
on Sat, Nov 3 2007 11:48 AM Link To This Comment
As I indicated, I do see some value in anonymous posts. But your hate-filled post is just making Joel's point.
I recently wrote a blog post about people like you:
http://ericomguy.blogspot.com/2007/10/safe-in-trunk.html
Dan Shappir wrote Re: Re: Re: Re: Then take out the guest functionality
on Sat, Nov 3 2007 12:10 PM Link To This Comment
> Obvisously Joel hasn't had a real job at a real company
That's really funny! Joel was PM for Excel at Microsoft. He was one of the designers of VBA:
http://www.joelonsoftware.com/items/2006/06/16.html

> who will not allow you to post anything that may be considered giving away IP for free
This may be true, but none of the anonymous posts in this particular thread contain any such IP, nor anything else of real value IMO

> Brian please please don't kill guest
This is, obviously, Brian's choice. As I indicated, I personally do see some value in anonymous posts. But maybe some post moderation is also required.
Guest wrote 1Y0-456 CCEA exam
on Sun, Nov 4 2007 8:53 PM Link To This Comment
I was wondering if the Platinum EVA would be of any use in studying for the 1Y0-456 CCEA exam.
Guest wrote On topic again - XenDesktop partly available today
on Mon, Nov 5 2007 3:30 AM Link To This Comment
http://forums.citrix.com/ctxs/board/message?board.id=TechPreview&message.id=26

Phase one – This Monday’s release of CXD TPK will include XenDesktop and XenServer.
Phase two – Later this month the CXD TPK will encompass XenDesktop, XenServer, Provisioning Server (Aka Ardence), and a setup tool for desktop provisioning.
Guest wrote Re: Re: Re: Re: Re: Then take out the guest functionality
on Mon, Nov 5 2007 7:55 AM Link To This Comment
really... you still consider your terminal emulation crap to be real and valuable IP these days...?? You sound like a fossil.
John Radcliffe wrote Appreciate this site for what it is - keep your personal attacks to yourself
on Mon, Nov 5 2007 9:40 AM Link To This Comment
We come here, most of us, almost every day, because it's a great forum for learning about industry innovations and direction. I find it a bit sad that people lash out in sad, child-like behavior like what's been posted above here. Anyone who find pleasure in bashing other folks here needs to move on to web-sites more geared toward that sort of thing, there are a million of them out there. It's not welcome, from my point of view. Please check all egos at the door and keep your personal comments to yourself. I don't agree 100% with everything that is posted here (technically) but I learn something new here almost every day and can appreciate the hard work that goes into making this site the great resource that it is.
Brian Madden wrote Re: Appreciate this site for what it is - keep your personal attacks to yourself
on Mon, Nov 5 2007 6:31 PM Link To This Comment
Agreed! For what it's worth, we will keep guest posting enabled. We're also going to add the ability to give a "thumbs up" or "thumbs down" to posts (just like slashdot, digg, and all the rest), so that the community can "bury" the crap posts, anonymous or not. (This will also let the community highlight and reward the valuable posts, again, anonymous or not.)
Guest wrote Re: Re: Appreciate this site for what it is - keep your personal attacks to yourself
on Mon, Nov 5 2007 6:58 PM Link To This Comment
Thumbs down on the previous post. :)
Guest wrote Re: Re: Appreciate this site for what it is - keep your personal attacks to yourself
on Mon, Nov 5 2007 9:58 PM Link To This Comment
Thanks for suporting those guest posters who do care and would like a voice to add value to the community.
Joe Cruz wrote Re: Appreciate this site for what it is - keep your personal attacks to yourself
on Tue, Nov 6 2007 2:44 AM Link To This Comment
John, I agree. This is a great resource and this bickering is B.S. I don't personally care about personal opinion. I come here almost daily to get insight into new trends and technologies and the see what others are saying. There no need for bashings, were all professionals to some extent. Let's keep it professional and fun without the moaning.
Guest wrote XenDesktop partly available now
on Fri, Nov 9 2007 3:35 AM Link To This Comment
http://forums.citrix.com/ctxs?category.id=DesktopVirtualization

"The first release of the Citrix XenDesktop Tech Preview Kit includes a desktop delivery controller(XenDesktop Server, the next generation of Citrix Desktop Server) and the Xen virtualization infrastructure (XenServer Enterprise). Please use the Tech Preview Kit forum link on the left for technical help with the kit. STAY TUNED, there’s more on the way! Within a few weeks, we will release more components of the XenDesktop Tech Preview Kit, including desktop provisioning technologies and an easy-to-use, wizard-driven setup tool. Please keep checking this site for updates."
Guest wrote Edgesight Agent on Windows XP embedded
on Mon, Nov 12 2007 2:53 PM Link To This Comment
Is this supported? does it work? I can only see that it is not supported in version 4.2
Guest wrote Softgrid Service
on Mon, Nov 12 2007 5:19 PM Link To This Comment
So when this baby dies, do all the apps still die? What about x64, is that still missing and will one have to resequence everything again on x64? Can a single sequenced app work on x32 and x64? Can one use Softgrid with other ESD systems? Can I sequence Adobe distiller yet? I think knowing the answers to these questions, will help many of us assess how MS are doing vs emerging alternatives.
Guest wrote MS Office Box vs Application Virtualization
on Tue, Nov 13 2007 7:02 AM Link To This Comment
I thought that the upcoming MS/Citrix Office Box - as a black box appliance - would cover server services for small offices or branch offices. Especially when thinking of prepositioning files and data as well as providing print services. When the Apps Virt. concept requires a local server to avoid WAN traffic that would require still a local server which actually should be repalced by the MS/Citrix Office Box. I can't really see how this should work together? When I do need a local server anyway for streaming apps one could only use sensefully the sw version of Microsoft/Citrix Office Box, which the still leave all manging efforts for decentralised servers on the deck. :-(
Ruben Spruijt wrote Re: MS Office Box vs Application Virtualization
on Tue, Nov 13 2007 7:58 AM Link To This Comment
From my personal point of view I didn't hear anything that Microsoft Application Virtualization would be included in the joined Citrix/Microsoft Branch office solution.
Ruben Spruijt wrote Re: Softgrid Service
on Tue, Nov 13 2007 8:01 AM Link To This Comment
What do you mean with "When this baby dies"?. For Microsoft as a company Application Virtualization is a key component in application delivery...
x64 isn't available in 4.5, it is on the roadmap. All Questions about x64.. don't know yet because SoftGrid Client on x64 isn't available.
Guest wrote Re: Re: Softgrid Service
on Tue, Nov 13 2007 10:56 AM Link To This Comment
exactly it doesn;t work on x64, sleeping in Redmond and Boston. I will need to repackage my x32 apps for x64 again.Argghh!!! Why bother....... might as well wait until you get the product right or somebody just build a better one.
Ruben Spruijt wrote Re: Re: Re: Softgrid Service
on Tue, Nov 13 2007 11:49 AM Link To This Comment
Is x64 so important for you?..
I know the benefits and disadvantages of x64... I don't see customers asking for a "x64 ready" application virtualization solution for there 200+ apps running on Terminal Server in the near future.
I know the benefits but i don't see the major backdraw in not having this feature in general.
There are some customers who are running there big app on x64 TS while the other 198+ apps are running on x86..
Guest wrote Hmm..
on Tue, Nov 13 2007 2:55 PM Link To This Comment
Whats up with the versioning matching the current Citrix product versions? Cooincidence, or is Microsoft up to something? ;)
Guest wrote Re: Re: Re: Re: Softgrid Service
on Tue, Nov 13 2007 5:42 PM Link To This Comment
Well I am not you customer then. MS knows this requirements from many customers, and they also know that they way the Softgrid works makes this hard. OMG, is the Q: stupid file mapping ever going away. The fundamental technology is questionable, and hence a rewrite was needed to support undocumented Kernel features, hence why we see such little feature progress. MS allowed Thinstall to catch up and exceed.
Guest wrote Zero Touch
on Tue, Nov 13 2007 8:40 PM Link To This Comment
Where did it go?
This would be really useful and seems to have been pulled from the product offering. It may also differentiate it from competitors !
Guest wrote Locking it up!
on Tue, Nov 13 2007 8:44 PM Link To This Comment
In my opinion, locking Softgrid and the other D/Top optimisation stuff up exclusive for SA customers is a mistake. Especially when people are deserting SA in droves.
Guest wrote Re: Re: MS Office Box vs Application Virtualization
on Tue, Nov 13 2007 8:57 PM Link To This Comment
yet another server out in the branches..... Centralisation with a decentralised model. Hmmm I guess people really, really need to understand the benefits it will bring as opposed to managing the infrastructure these technologies introduce. I think it's a closer call than many may realise.
badshadd wrote Great overview write-up
on Wed, Nov 14 2007 8:58 AM Link To This Comment
Thanks for previewing the beta. I just started playing with the Sequencer today & I'm documenting the issues I've come across. Keep up the great work.
Kevin Wilson wrote Re: Re: Re: Re: Softgrid Service
on Wed, Nov 14 2007 10:53 AM Link To This Comment
I am a desktop architect with a large (30,000 seat) company, and we keep looking at application virtualization simply as a way to smooth our transition to Windows Vista. Our plan is to use only Vista64, and x64 application virtualization is on the critical path. Slow down one and you slow down the other. Our attitude is that if we are going to visit all our applications for Vista64 testing, we may as well re-package / re-sequence them and test the packaged / sequenced versions. We would use standalone / MSI packaging without the streaming. We have a large (100+ server) BMC (Marimba) distribution network that we would use to stage / deploy the MSIs.

When considering x64 demand, look outside of the Terminal Server world.
Ruben Spruijt wrote Re: Re: Re: Re: Re: Softgrid Service
on Wed, Nov 14 2007 1:13 PM Link To This Comment
Hi, What your reasons and benefits for using WIndows Vista 64 and x64 application virtualization?
Some of the virtualization vendors (CTX/Thinstall) right now support x64 client but none support x64 applications. There aren't many x64 apps nowadays...
I don't see the benefits running x64 on Vista.. maybe it's more from a design point of view that this could be interesting?
Guest wrote Re: Re: Re: Re: Re: Softgrid Service
on Thu, Nov 15 2007 10:50 PM Link To This Comment
Hi Kevin.. My team is in the same boat.. we hae a similarly sized organization with over 2200 active applications managed by either wininstall or msi. -If we're going to touch em' all. We want it to last.
Matt McDermott wrote Thanks Again
on Fri, Nov 16 2007 1:06 PM Link To This Comment
Ruben, thanks for the great write up for the new pieces and concepts of 4.5. Also, the ongoing debate is great, because this means that this technology is very relevant with so many people getting excited both ways. I agree that it would be great if Microsoft could solve every possible scenario for all customers in only one version, but I am fine with them addressing the biggest headaches for my customers and adding functionality around greater scalability and supportability.
Matt McDermott wrote Re: Locking it up!
on Fri, Nov 16 2007 1:09 PM Link To This Comment
I think you are making the point as to why they are doing this. 1. Microsoft created or acquired 5 technologies as part of MDOP (SoftGrid, AGPM, DEM, DaRT, and AIS) then packaged them together for only 10 dollars per client per year, when SoftGrid alone used to be 200 dollars per client. 2. They made it only available to SA (desktop) customers. I think this is MS making the SA a worthwhile investment, don't you.
Guest wrote Re: Re: Locking it up!
on Fri, Nov 16 2007 3:29 PM Link To This Comment
Actually it depends where you are in your SA renewel cycle. For us, no, it's not a worthwhile investment.

SA wasn't a worthwhile investment for us........therefor is NOT just another $10.00. And offering it for $10.00 doesn't make SA any more attractive.
We would only be renewing SA for DOP so:
1. $10 + SA and you have the price for Softgrid (other products in DOP don't particularly interest us). = Quite expensive huh ?

What I'm saying is that if Softgrid was available outside SA we'd have other options available and potentially look at it. When you link it to SA you start lively discussions regarding release cycles and actually gaining some benefit from your SA investment..... this is an argument for another day though ;-)

Pragmatically, SA is like Insurance. I guess everyone questions the benefit when there is no claim, but when there is a claim everyone is glad they had it !!!
Ruben Spruijt wrote Microsoft Application Virtualization video interview
on Mon, Nov 19 2007 2:36 AM Link To This Comment

http://www.mseventseurope.com/MMedia/TechEdITF/07/WinniVerhoef.wmv

Winni Verhoef, Senior Product Manager, Windows Vista MDOP, makes a key announcement about Microsoft Application Virtualization. Formerly known as SoftGrid, this includes new capabilities designed to help IT support large-scale virtualization implementations; globalization; Dynamic Suite Composition and Trustworthy Computing

Ruben Spruijt wrote Re: Microsoft Application Virtualization video interview
on Mon, Nov 19 2007 9:33 AM Link To This Comment
Kevin Kaminski wrote Re: Re: Re: Re: Re: Re: Softgrid Service
on Mon, Nov 19 2007 12:07 PM Link To This Comment

64-bit is a big topic for the terminal server customers I talk with. The ones with SoftGrid are unhappy there is no roadmap because their terminal servers are now consolidated to a virtual farm and a non-virtual farm but the virtual farm's servers run out of memory before CPU on a two socket dual core system. They want the addressable ram to scale more users per box.

Michael Keen wrote Good starting point
on Tue, Nov 20 2007 4:56 PM Link To This Comment
Brian...great article.  I think is a great way to think logically about the way these technologies are implemented.  Thanks
Guest wrote Re: Zero Touch
on Wed, Nov 21 2007 12:01 AM Link To This Comment

Discontinued after MS took over. Though it worked well for a smaller environment, not so well in larger ones. Microsoft will release this Self service capability in System Center Service Manager. My last client still uses the Zerotouch peice. Custom Web jobs could be created to support the same functionality.

Troy

Kevin Kaminski wrote Re: Good starting point
on Wed, Nov 21 2007 1:07 PM Link To This Comment
I think more companies have to start thinking this way. Too many buy an application virtualization or terminal server and expect to get all their applications into one solution. I like to nickname it the square peg round hole syndrome. Application management is more complex than this for every med - large company I've done work in.
Kevin LaBrec wrote App Certified
on Wed, Nov 21 2007 3:58 PM Link To This Comment
Thanks for the flowchart.It's much smaller than Rubin's. I wanted to know how is an application Terminal Services compatible? Is there a document that Microsoft has which they have yested and certfied? I have heard of Citrix Ready app certified and just assumed that you are talking about that same list of apps
Guest wrote Great article
on Fri, Nov 23 2007 2:10 AM Link To This Comment
Nice article Brian!

This is really the "step back mentality" that companies should be adopting and are lacking at the moment.

Everybody is adopting VMWare/virtualization as being the wholy solution to all our problems but as Kevin K already stated it doesn't fit every case.

This article does help me a lot to make me and my customers aware of how diverse an app delivery scenario can be!
Ruben Spruijt wrote Re: App Certified
on Fri, Nov 23 2007 2:36 AM Link To This Comment

My goal while creating this flowchart some time ago was to give the readers a detailed overview of the decisions which can be made when you deliver Windows applications. I really hope that both Brian's article and my flowchart makes sense for the audience. When you have remarks about my flowchart, feel free to send me an email. I think every consultant needs to understand these steps when they are consulting in the application and desktop delivery space.

Frank Roth wrote And what about the economics of all this "cool" solutions?
on Sun, Nov 25 2007 4:20 AM Link To This Comment

Hi Brian,

I always read your articles and all the comments from the community very carefully. But it´s now really time to ask you guys if you ever thought about the the costs for the licenses, implementation and operations of such solutions (e.g. in huge customer environments)?  Desktop Virtualisation e.g. sounds technically very cool! Perhaps I´m wrong to comment this here - however...

Have anybody ever calculated the costs of all neccesary parts (hardware, licenses, implementation costs) and the operational cost over a period of 3 years? Hey, regarding desktop virtualizsation you need a powerfull server hardware, a hypervisor, an OS Streaming/Deployment tool, an App Streaming/Deployment, a remote secure connectivty protocol (RDP/ICA) and a client deviced. Building it once is not a big thing. But running it with high SLA requirements, DR, change/release management (ITIL), regulatory compliance requirements and last not least - with the lowest operational costs - is that possible? Each longer I think about - each more I´m concerned.

In technical test environments it´s really cool to play arround with such technologies. But if it comes to an commercial/business level in the executive decision board and the guys there ask for ROI, TCO, SLA, legal compliance - the technical cool stúff will be rated from another foucs - the business focus!

Within visionapp with have a lot of experience on: technology vs. economics. Since we also offer hosted application solutions (SaaS), we try to delivery the most attractive prices for such solutions. But: each more (cool) technology with costs we put in, each more expensive our offers become (and each less we sell, because customers are price sensitive). So the lesson we learned (from the cost side): keep it small and simple, but secure with a high performance!

My experience is: each more technology parts you add on the stack, each more complexity and costs you will receive. And this rule is indpendent on the fact, that you offer hosted apps as a service or run them in your own environment.

Would be happy to share my thoughts with you guys! Any economical experience available of combining Presentation+App+OS+hardware virtualisation?

My opinion: dedicated approaches (with one or two virtualization technologies in combination) make sense - but all together - isn´t that a little too much (also regarding a high performance and a managable complexity).

Thanks for your feedback
Frank

PS: I also like Ruben´s flowchart. But show that to a business person and he will ask you: "Costs and Complexity - sure that both seriously under control?"

Guest wrote Looking forward to 4.5
on Tue, Nov 27 2007 8:29 AM Link To This Comment

FINALLY... regional server support is back, with no SQL issues and no Blackrock utility for keeping servers in synch. For the previous 'complaining guest', all I have to say is that regional server support is fantastic for large sites over slow connections. You don't need to install one at every location!

Furthermore, I'm curious to know why some people choose to come here and MS-bash instead of sharing ideas constructively? We all have our qualms about MS I'm sure, but let's keep this constructive.  It's a good tool, getting better and better for large enterprise as time goes on. Let's point out the flaws, and discuss potential ways to address them.

fredd@itmountain.com 

 

Dan Shappir wrote Ericom PowerTerm WebConnect certified by Microsoft for Windows Server 2008
on Tue, Nov 27 2007 12:31 PM Link To This Comment
In case you missed the news: not only is Ericom PowerTerm WebConnect already fully compatible with Windows Server 2008, it is now also the first Terminal Services solution certified by Microsoft for that platform. As the same time, it is backward compatible with both Windows Server 2003 and 2000. Read about it at http://www.ericom.com/PR/pr_071127.asp
Guest wrote So Brian...
on Tue, Nov 27 2007 1:44 PM Link To This Comment
...how do YOU feel about giving away FREE advertising on your web site ;)
Guest wrote Re: So Brian...
on Tue, Nov 27 2007 2:01 PM Link To This Comment

Dan:

You mentioned before you only posted technical information and you were not into marketing your solutions.  Are you so sure?

Are you going to become the new Chief Marketing Officer at Ericom?  You should!

Guest wrote Re: Ericom PowerTerm WebConnect certified by Microsoft for Windows Server 2008
on Tue, Nov 27 2007 2:22 PM Link To This Comment
Of course!  When your product doesn't have any features, it's easy to be the first that compatible.
Guest wrote Re: Re: Ericom PowerTerm WebConnect certified by Microsoft for Windows Server 2008
on Tue, Nov 27 2007 3:14 PM Link To This Comment
How true! Inferior app publishing, web interface, and SSL VPN than the built-in 2008 features.
Brian Madden wrote Re: Ericom PowerTerm WebConnect certified by Microsoft for Windows Server 2008
on Tue, Nov 27 2007 5:53 PM Link To This Comment
Yeah Dan... I've supported you in the past. I love your blog. I like Ericom's stuff. But this post definitely comes across as marketing. And our community doesn't respond too well to marketing when they're not looking for it... (Then again, maybe no press is bad press? I dunno... ) Anyway, you're on your own here! (Congrats on the W2k8 compatibility, btw.)
Dan Shappir wrote Re: Re: Ericom PowerTerm WebConnect certified by Microsoft for Windows Server 2008
on Wed, Nov 28 2007 4:00 AM Link To This Comment

> But this post definitely comes across as marketing

My post is ndeed marketing I don't deny it, but then again, so is this entire article. Its a high level overview of features of a future Citrix version that doesn't exist yet, and nobody yet knows exactly when it will be available or what it will actually contain. Given that Citrix is certianly getting some free publicity here, without proving any real meat, I thought I'd provide us with a bit as well. And since Delaware's main feature appears to be its support for W2KB, I thought my post was actually quit pertinent.

> Congrats on the W2k8 compatibility, btw

Thank you. I'll be blogging about this in the upcoming weeks.

Dan Shappir wrote Re: Re: So Brian...
on Wed, Nov 28 2007 4:45 AM Link To This Comment

I never said I don't do any marketing. I did say that marketing is not my focus or my main intent. I strive to make sure that anything I post, here or on my blog, is:

  • Factually and technically accurate
  • Has merit and value

Given that this article itself is essentially marketing and very light on technical details, e.g. "I know this is a rather vague description", there wasn't a lot for me to respond to on a technical level.

> Are you going to become the new Chief Marketing Officer at Ericom?  You should!

No I'm not - we already have an excellent VP of Marketing. But, it's always important for an R&D person like me remember that a great feature nobody hears about is worthless. Marketing is not a dirty word.

Michel Roth wrote Re: Re: Re: So Brian...
on Wed, Nov 28 2007 8:28 AM Link To This Comment

"Given that this article itself is essentially marketing and very light on technical details, e.g. "I know this is a rather vague description", there wasn't a lot for me to respond to on a technical level."

I don't agree that an article that isn't very technical makes it a marketing article. In any case, I did not write it to please Citrix nor do they buy me coffee because of the article. I wrote it because I know the community is interested in abot Delaware.

If there wasn't enough in this article for you to respond on a technical level then just don't respond.

Dan Shappir wrote Re: Re: Re: Re: So Brian...
on Wed, Nov 28 2007 9:42 AM Link To This Comment
Michel - no offense intended. All I wrote was that I responded to this article at the same level at which it was written. Given that such articles as this one about PowerTerm WebConnect or Provision or Jetro etc have never been published here, we take what we can get :-)
Matt Lesak wrote Re: Re: Re: Re: Re: So Brian...
on Wed, Nov 28 2007 3:57 PM Link To This Comment

Dan,

What you did was cheap and did nothing to help your company/cause.  In my option, there is nothing worse then a vendor taking jabs at other vendors (which is what you did).  The old school Compaq guys use to do this crap all the time back in the 90s and I never understood what they thought it was going to accomplish.  If you have a good product, it will speak for itself, especially in our community.

 

Dan Shappir wrote Re: Re: Re: Re: Re: Re: So Brian...
on Wed, Nov 28 2007 5:01 PM Link To This Comment

Charlie,

Which jabs did I take, and at which product? What have I written that is incorrect? Please enlighten me. I don't doubt Michel's sincerity or his integrity, but the fact of the mater is that this article is free publicity for Citrix, the kind of publicity that no other SBC vendor ever gets here.

Guest wrote Re: Re: Re: So Brian...
on Wed, Nov 28 2007 8:46 PM Link To This Comment

Dan:

This is taken word for word from your blog, about what you write: 

". . .keep the content both technical and as accurate as I possibly can. No marketing fluff here."

So, you only post marketing fluff on Brian Madden's site?  I think what is happening here is that more and more people are finding out that your posts are INDEED only an advertisement for your products and solutions.  You even infer in a post below that we should feel sorry for you because CITRIX gets free advertising and no other SBC company (meaning Ericom?) gets its on BrianMadden.com.

Not true!  You do enough of it to make this community sick.  Please stop.

Thank you.

Guest wrote Re: Re: Re: So Brian...
on Wed, Nov 28 2007 8:50 PM Link To This Comment

If marketing is not a "dirty word", then why did you refer to marketing as "fluff" on your own site?

Have you shared that marketing is fluff with your "excellent VP of Marketing"?

Matt Lesak wrote Re: Re: Re: Re: Re: Re: Re: So Brian...
on Wed, Nov 28 2007 9:21 PM Link To This Comment

Hold on while I break out my violin...

The jab that I'm referring to is the implied tone in your comment that Delaware is vaporware.  I know you didn't state that it was, but you said it without saying it.

Let me know how the violin sounds and I hope it helped you as much as it did me.

Guest wrote Preferential Load Balancing is more than assigning CPU priorities via the admin UI
on Wed, Nov 28 2007 10:36 PM Link To This Comment

I want to clear some myths surrounding Preferential Load Balancing. I am Prasanna Padmanabhan, one of the developers from Citrix who worked on this feature. PLB is more than assigning CPU shares via the administrative UI.

PLB brings improvements to two areas of CPS, both of great importance to enterprise customers - a) Load Balancing b) CPU Management. In CPS 4.5 and previous releases, all sessions were considered of equal importance for both Load Balancing and CPU Management.

Most readers will know about the Server User Load Rule which is part of the Default Load Evaluator. This load rule simply load balances a session to a server with the fewest number of sessions. There is an underlying assumption here - all sessions are of equal importance. But this is often not the case. Important sessions often need a higher level of service, and should be kept apart from other important sessions to avoid contention of a servers resources. This is what PLB does for load balancing. Each session is assigned a weight (a number called "Resource Shares"), and sessions get load balanced to a server with the fewest number of Shares.

How does PLB improve CPU Management? This is along the lines of what Brian talks about. Once load balanced, important sessions enjoy a greater share of the CPU (based on what the resource share for that session is). Fair-sharing is still the default.

Resource Shares are assinged via the policy mechanism. Not only is this far more sophisticated than assigning user shares via the registry (which most administrators don't know about), this gives great freedom and flexibility to an administrator - the administrator can not only assign important groups of users (such as doctors and nurses in a hospital) more shares than normal users (like front-desk or ancillary staff), you can also assign Resource Shares based on location (IP Address range). Doctors treating a patient in a life and death situation in the ER, will get a higher level of CPU (which translates to a more responsive user experience just when needed most) than when accessing the same application from their office or home. 

More information on PLB is available in my blog post http://citrixcommunity.com/blogs/presentation_server/archive/2007/04/12/Load-Balancing-Ideas.aspx

Stay tuned to a video demonstration on PLB on the Citrix Community Blog in late December.

Dan Shappir wrote Re: Re: Re: Re: Re: Re: Re: Re: So Brian...
on Thu, Nov 29 2007 1:33 AM Link To This Comment
The implied tone of my comment!? Man, are you some kind of psychic? Apparently not a very good one because I’m actually certain that Delaware is not vaporware. All I wrote was that Delaware’s scope and release data are not yet known where as PowerTerm WebConnect is certified by Microsoft for Windows Server 2008 right now. If this simple statement of fact so threatens your safe little world, you should save your violin for yourself.
Dan Shappir wrote Re: Re: Re: Re: So Brian...
on Thu, Nov 29 2007 1:41 AM Link To This Comment
There's a difference between marketing and marketing fluff. All I posted were a few simple truths that nobody here has refuted. If the truth scares you so much you are welcome not read my comments or my blog. That the likes of Brian Madden, Doug Brown and Wilco van Bragt do read my blog and like it is good enough for me.
Richard Thompson wrote Awesome Gadget
on Thu, Nov 29 2007 2:55 AM Link To This Comment

Hi Gabe,

I got mine about 3 weeks ago now and honestly... it is one of my favorite gadgets at the moment. I've loaded all sorts of other portable applications on the stick and have them accessible from the Applications menu. 

Cheers

Rt 

Guest wrote Re: Re: Re: Re: Re: So Brian...
on Thu, Nov 29 2007 6:12 AM Link To This Comment

I never said any truth scares me.  What I stated was that you said that you like to "". . .keep the content both technical and as accurate as I possibly can. No marketing fluff here."

You DO post marketing fluff.  Please stop.  Thank you.

Also, if you only want Brian Madden, Doug Brown and Wilco van Bragt to read your blog please make it password protected so only those three and yourself have access so the rest of the world doesn't have to stumble across your marketing filled site.  Thank you.

Matt Lesak wrote Versions of Access Gateway...
on Thu, Nov 29 2007 5:51 PM Link To This Comment

Gabe,

Do you know if it works on all three versions of the Access Gateway?  I checked their site and didn't see anything version specific.

Matt Lesak wrote Re: Re: Re: Re: Re: Re: Re: Re: Re: So Brian...
on Thu, Nov 29 2007 6:29 PM Link To This Comment

Facts don't threaten me, but whiners really annoy me. 

I think facts threaten you.  Like the fact that no crediable INDEPENDENT author has written a review of your product.  That fact alone speaks volumes.

Stupid is as stupid does...

Guest wrote CPU Optimization and reservations
on Thu, Nov 29 2007 6:41 PM Link To This Comment

I am William Wright, one of the original Aurema developers (now working for Citrix) that wrote the CPU Optimization feature for Citrix. I want to clear up some confusion about CPU reservations in the CPU Optimization feature that is mentioned in Michel Roth's summary of the new Delaware Preferential Load Balancing feature.

Michel mentions that a user can claim up to 80% of the CPU, when in fact a user can claim up to 100% of the CPU provided that the processes owned by the "Local System" account do not need any CPU resource.

I think that the confusion comes from CPS documentation that talks about 20% of the CPU being reserved for the OS. There are two problems with this simple description:

#1 The CPU reservation is applied to the Local System account, and if the processes running under that account do not need all of the reservation then other users (processes running under other accounts) can claim that CPU, i.e. there is no CPU wastage with reservations.

#2 A default CPU Reservation equivalent to 20% of one CPU is assigned to the "Local System" account. For example, on a server with 4 CPUs, the "Local System" account gets a default reservation of 5% of the entire CPU resource on the server.

A more detailed explanation of the CPU Utilization feature is available in a Citrix knowledge-base article that I recently updated, see http://support.citrix.com/article/CTX106021

Dan Shappir wrote Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: So Brian...
on Thu, Nov 29 2007 7:02 PM Link To This Comment
Charlie - this conversation is done for me as I will not sink to your level. But for the sake of the other people on this forum, here's one such review: http://sbc.vanbragt.net/mambo/dedicated-sbc/ericom-powerterm-webconnect-5.5-8.html
Guest wrote Re: Re: Re: Re: So Brian...
on Fri, Nov 30 2007 8:29 PM Link To This Comment

All - keep in mind, it's no accident that the only 'vendor' noted in the home page title is 'Citrix' - "Brian Madden – Citrix, Terminal Server, Virtualization, and Application Delivery Information".

To say this forum is bias towards all things Citrix is obvious but certainly many other great alternatives exist such as Ericom (great job on the 2K8 cert!), Provision Networks, NSuite, etc... It's great to hear about other solutions that are beating Citrix to the punch on something and no sense trying to shoot him down for bringing this up to the rest of the community. If anything, it spurs inovation and keeps us Citrix zelot's sharp!

It's a good site for us to all co-exist but let's face it - it is what it is.

Guest wrote Re: Re: Re: Re: Re: So Brian...
on Fri, Nov 30 2007 10:03 PM Link To This Comment

Dan:

Why did you post as guest above?  :)

Dan Shappir wrote Re: Re: Re: Re: Re: Re: So Brian...
on Sat, Dec 1 2007 7:06 AM Link To This Comment
I didn't post this and I don't know who did. I'm not afraid to use my own name when I post, why are you?
Guest wrote Re: Re: Re: Re: Re: Re: Re: So Brian...
on Sat, Dec 1 2007 11:49 AM Link To This Comment

If you post as guest, does that mean you are afraid?

Also, the post above seemed more like a joke.  Looks like Dan Shappir is a little jumpy!

If I was a customer and seriously interested in Ericom software while reading this board, I sure would think twice after the posts that guy replies with.

 

Dan Shappir wrote Re: Re: Re: Re: Re: Re: Re: Re: So Brian...
on Sat, Dec 1 2007 1:23 PM Link To This Comment

Jumpy? No. If anything very much bewildered. Reviewing my posts here I do not see that I’ve made any derogatory remarks against anyone or any product. On the other hand, very derogatory remarks have been made here against the company I work for, our product and towards me personally. If you’ve read other articles on this site you’d see that this is not the first this has happened. And yet, according to you, I’m the one at fault.

Was the poster above joking? I don’t know. I do know that he doubted my integrity without really knowing anything about me. Putting a smiley at the end of the post doesn’t change that. And he did it from behind a comfortable mask of anonymity.

I’ve grown tired of this thread – I’ve got better things to do with my life. You can feel victorious for having successfully “run me out” if it makes you feel good about yourself.

Patrick Rouse wrote Re: App Certified
on Sat, Dec 1 2007 2:51 PM Link To This Comment
Microsoft provides the  free Application Compatibility Toolkit to determine if your applications are compatible, and you can often alter them to make them compatible.  Rick Mack has done excellent presentations on Application Compatibility at previous BriForum Conferences.
Guest wrote Sounds good
on Sat, Dec 1 2007 7:44 PM Link To This Comment

Can't wait to try this...

BTW - does it support SmartAccess and SmoothRoaming?  

 

Gabe Knuth wrote Re: Versions of Access Gateway...
on Mon, Dec 3 2007 12:01 AM Link To This Comment

Hey Charlie,

The SSO feature only works with Advanced (I'll check on Enterprise since its on different hardware).  I had no problem using it with our Standard CAG - just without SSO.

Gabe Knuth wrote Re: Re: Versions of Access Gateway...
on Mon, Dec 3 2007 7:34 AM Link To This Comment

Just got word that Enterprise will be supported in the next release (due out in a couple weeks), along with CSG/WI and Advanced.  The release after that will support all the versions. 

Gabe Knuth wrote Re: Sounds good
on Mon, Dec 3 2007 7:39 AM Link To This Comment
End point analysis is a package on the stick, so SmartAccess and SmoothRoaming are supported, and work just like they do normally.
Colin Smith wrote Economics 101
on Tue, Dec 4 2007 3:43 PM Link To This Comment

Frank,

There have been may whitepapers on the TCO/ROI of SBC environments.  Thare are even a few decent ones on the economics of virtualization but I've yet to see one on the economics of TS vs VM (let me know if you know of any).  Perhaps that's because they are really just different flavours of the same thing.  As Brian has said (forgive me if I over simplify or misrepresent), one is virutalizing a multi-user OS and the other virtualizes multiple singlle user OSes.

I think that the flow chart helps to identify the solution that will best fit  the custoemr needs for the majority of application delivery requirements and then it's a question of how to deal with the exceptions.

Secondly, I think the flowchart helps to minimize the complexity that as you correctly state is directly related to overall TCO. 

Colin.

Guest wrote Here's the final nail in the coffin.
on Thu, Dec 6 2007 9:18 AM Link To This Comment

Dan, I've read your 'fluff' before. And after reading all your posts here, you've not got any better.

Firstly, the Delaware article provide some good insight into the product; your 'marketing post' does not.

Secondly, Contrary to you comment, I feel the post does include some 'meat on the bone' about what the features will actually do; yours does not include anything about the product..

Thirdly, when you do read the 'fluff' link, it's all marketing blurb, fluff and gubbins. Where is the 'meat on the bone' about what your product actually does? It speaks about being at the forefront of this, ensuring privacy of blah, leveraging improvements of Windows 2008, but still doesn't say what your product does! TBH, you would have had a better reception if you had actually said what your product does and what the improvements were in the first posting you made, and then had a link to the product, rather than the 'fluff'.  You should know by now we don't do fluff.

Fourthly, and finally, I do hope your Sales & Marketing Department don't tear your a new ass for the trouble you have now caused. Stick to R&D.

Guest wrote Re: Piling on
on Thu, Dec 6 2007 4:26 PM Link To This Comment

While I certainly wouldn't defend Dan's inappropriate post, your comments are not accurate as the 'marketing' doc that he linked to talked about MS certification, it wasn't a product datasheet.  Apparently MS sees some value there.  These guys are clearly a Citrix competitor, it's a simple concept as stated in their release:

Ericom's enhanced Server Based Computing solution, PowerTerm® WebConnect, provides secure access to Windows Terminal Servers, Virtual Desktops, Blade PCs and legacy host systems.

Guest wrote Re: Re: Piling on
on Thu, Dec 6 2007 9:19 PM Link To This Comment

Again, this is not a joke and I am not 'Dan'. We all think Citrix is great but certainly no problem in learning about new solutions here so cut the guy some slack already... The only Ericom product I have ever used was PowerTerm emulation on a Wyse terminal!

This is why I posted this:

All - keep in mind, it's no accident that the only 'vendor' noted in the home page title is 'Citrix' - "Brian Madden – Citrix, Terminal Server, Virtualization, and Application Delivery Information".

To say this forum is bias towards all things Citrix is obvious but certainly many other great alternatives exist such as Ericom (great job on the 2K8 cert!), Provision Networks, NSuite, etc... It's great to hear about other solutions that are beating Citrix to the punch on something and no sense trying to shoot him down for bringing this up to the rest of the community. If anything, it spurs inovation and keeps us Citrix zelot's sharp!

It's a good site for us to all co-exist but let's face it - it is what it is.

Guest wrote Annoyed
on Fri, Dec 7 2007 3:23 AM Link To This Comment

Dan has made his case the community has made its case now let this petty squabbling stop it is annoying and not very productive. To be honest I am annoyed at the way people are behaving from the community side and from Dan.

 

Guest wrote Re: Annoyed
on Fri, Dec 7 2007 9:42 AM Link To This Comment

Agreed.  I think we can all agree that Dan's comments (thread jacking) were not appropriate.  The article was able Deleware features and not about Ericom.  If Ericom has a news worthy article then they should submit it to Brian for him to post?  If that channel was exhausted and no response, then that typically means the news was not news worthy.

Again,  Citrix is relevant and news worthy.  Ericom is a nobody or perhaps a wanna be but still they are irrelevant and not news worthy.  And just like Dan's stunt, just riding on the coat tails of someone elses success.

Guest wrote Re: Re: Annoyed
on Fri, Dec 7 2007 7:24 PM Link To This Comment

Isn't Citrix now riding on VMware's coattails?  Haven't they been riding Microsoft's coattails from the start?  That's how it is in the software business, or are you too focused on making stupid comments to notice??? 

Dude, you're pathetic.  Your immaturity won't allow you to post without taking a cheap shot.  Brian, isn't there an age restriction?  How did the 15 year olds take over your site?!

Guest wrote Re: Re: Re: Annoyed
on Sat, Dec 8 2007 1:54 PM Link To This Comment

Come on Dan,  insults will not further you companies reputation...

Citrix did not ride Microsoft's coat tail... If you remember correctly, Citrix was founded in 1989.  Long before Microsoft was a relevant company.   Microsoft built their success on the backs of other companies (including Citrix).  Citrix had to build TS for Microsoft.

As far as VMware tail?  No,  the XenSource aquisition happen not more that a month and half ago.  The whole purpose of that aquisition is to build up their xDI solution.  Since there is no clear cut winner (or even a solid, complete solution) in the xDI space,  you can't claim coattail riding.

Thread-jacking,  that's coattail riding and immature. 

Guest wrote Re: Re: Re: Re: Annoyed
on Sat, Dec 8 2007 4:32 PM Link To This Comment

First of all, I'm not Dan, he obviously has no problem posting under his own name. 

Your history of Citrix is distorted to the point of being comical.  Yes, Citrix was founded in 1989 however their first product (multiuser) FAILED.  Not only that, Citrix licensed the OS/2 code from Microsoft.  And there's more - Citrix was almost out of business in 1995 and Microsoft had to bail them out with an investment!  This is all public record if you had bothered to check.

As far as your comments about Microsoft and those about the virtualization space, your are quite naive and ignorant, and I don't have the time to educate you here.

Evidently you can't help yourself with the childish behavior, perhaps you should look for a healthy outlet for your anger.  Try asking a girl out on a date.  And keep drinking the kool-aid in Ft. Lauderdale.

Guest wrote Microsoft Press Release re WS 2008 launch
on Sat, Dec 8 2007 5:19 PM Link To This Comment

I didn't see the release covered on this site.  RC1 is available for download and eval.  SBC vendors mentioned are Citrix, Quest and Ericom.

http://www.microsoft.com/presspass/press/2007/dec07/12-05WS08RC1PR.mspx

Guest wrote Thanks to the Adults, Go Login to MySpace to the Children
on Wed, Dec 12 2007 5:49 PM Link To This Comment

This forum is really getting frustrating.  We (the adults) come here to have intelligent, educated discussions about TECHNOLOGY that enables our respective companies.  Some of you are more intersted in a debate about who did what in the industry when and if someone is a marketing guy or not.  Thank you to the author for a fair statement of the facts as I guess they exist today and thank you to the guys from Citrix (and i apologize if I have left anyone out) guys who gave factual, detailed updates.

Guest wrote Softgrid and Marimba Deployment Architecture
on Thu, Dec 13 2007 11:07 AM Link To This Comment

Can anyone point me to a deployment architecture guidelines or diagram which can tell us various deployment touch points for softgrid sequencing.

 

Thanks,

peter         

Andrew Loftis wrote Happy Birthday!
on Fri, Dec 14 2007 9:38 AM Link To This Comment
Congrats, Brian. Now that you're OLD, maybe it's time to go back to the "blue-hair" look.
Guest wrote Welcome to your 30's!
on Fri, Dec 14 2007 9:53 AM Link To This Comment

It's not that bad!  Just beware that now it will take longer and longer to recover from those Brazilian BBQ 'Meat Hangovers'. 

Happy birthday and keep up the good work!

-Richie

Benny Tritsch wrote Happy Birthday from your "Home" in Germany
on Fri, Dec 14 2007 9:55 AM Link To This Comment

Right now I'm sitting in "your" room down in the basement of the "Tritsch Home Base" in Germany. I can see lots of BriForum Europe stuff around me, waiting to be re-used next year. This is the perfect place from where I and my family want to send you our congrats to your 30th birthday. So, HAPPY, HAPPY BIRTHDAY from all of us. We are looking forward to see you back here soon.

Benny Tritsch

Laurent Falguiere wrote Happy Birthday Brian
on Fri, Dec 14 2007 10:17 AM Link To This Comment

Happy Birthday from the French Citrix community... (yes, there is one) :-)

Laurent

Ruben Spruijt wrote Happy birthday video
on Fri, Dec 14 2007 10:38 AM Link To This Comment

http://www.youtube.com/watch?v=yj6cbM-h8xg

Happy Birthday Brian, a wish you another 30++ healthy and blessed years!

Ruben

Richard Thompson wrote Happy Bday Brian
on Fri, Dec 14 2007 10:49 AM Link To This Comment

Hey Brian,

Happy Birthday man... hope you have a blast tonight wherever you are in the world! Just remember you are only as old as the woman you feel!

Cheers
Richard

Michael Rose wrote Happy birthday
on Fri, Dec 14 2007 11:06 AM Link To This Comment
Happy birthday Brian.  I have to admit I'm shocked though, I thought you'd have nicer furntiure :-) JK
Matt Lesak wrote Wait until you turn 35...
on Fri, Dec 14 2007 11:20 AM Link To This Comment

Brian,

Happy B-day and congrats on making it to 30!

Gabe,

TMI on the Brian's photo of working from home!  Thanks for the visual...

CW

Gabe Knuth wrote Re: Wait until you turn 35...
on Fri, Dec 14 2007 11:23 AM Link To This Comment
You know...just to clarify that picture - it's a staged photo that Brian was going to use in the keynote at BriForum DC 2006 - notice the blue hair. :)
Guest wrote hmm
on Fri, Dec 14 2007 12:00 PM Link To This Comment
Looks like 2 bags next to him, interesting....
Kevin LaBrec wrote Dec 14th - Great Day history
on Fri, Dec 14 2007 12:42 PM Link To This Comment

Hey Brian,

Today is my birthday also. I am 39. Went to my first Briforum this year in Chicago.One Briforum + DVD set is well worth more than Citrix Partner Summit + iForum. Now after hearing your latest podcast I find 2 other things we have in common - Kemp Technologies loadmasters and visionapp are my other 2 add-on interests. Did you get screwed when you were growing up like I did since your birthday was so close to Christmas? Combining birthday and Christmas presents? Thanks for all of your free advice!

 

Mahir Topal wrote Congrulations
on Fri, Dec 14 2007 1:35 PM Link To This Comment

Hej Brian,

Happ birthday Brian or as we say "Tillykke med fødselsdagen" in Denmark.

 I became 30 in 15.th October this year and first SMS I got from my friends was "Hej Buddy, Welcome to the adults club! "

If you believe Chinese astrology, you could check the site, we are Snakes!

 http://www.holymtn.com/astrology/snake.htm

 

 /Mahir

 

Thorsten Rood wrote Arrived in a new decade, finally!
on Fri, Dec 14 2007 2:17 PM Link To This Comment

Hi Brian,

happy birthday and all good luck. Consider being adult now... *LOL*

Thorsten

Kevin Goodman wrote I was a freshman in college when you were born...
on Fri, Dec 14 2007 4:10 PM Link To This Comment

Happy Birthday Brian!

Kevin

Shawn Bass wrote Happy Birthday Brian
on Fri, Dec 14 2007 7:45 PM Link To This Comment

While I reserved my snide old people comments for the private email, I'll just say nice things here ;)  While you weren't here in Chicago, I said a toast on your behalf.  Many more good years ahead!

Shawn 

Bastiaan Gaillard wrote Happy B-day
on Sat, Dec 15 2007 2:34 AM Link To This Comment

Happy B-day... and a special one as well!!! 30!!!!

Bastiaan.

Joe Shonk wrote Happy Birthday!
on Sat, Dec 15 2007 2:47 PM Link To This Comment
And welcome to the club!
Guest wrote Happy B'day Brian.............
on Sat, Dec 15 2007 4:39 PM Link To This Comment
Happy B'day Brian.............
Patrick Rouse wrote Happy Birthday
on Sun, Dec 16 2007 4:41 AM Link To This Comment

I hope your 30th was memorable.  Seems like mine was just yesterday.... and that was four years ago.  Time flies when you're having fun.  Hope to see you at BriForum 2008, MVP Summit 2008, some other conference or if you're ever in San Diego.

 HAPPY BIRTHDAY!!!

F P wrote Happy B-Day
on Sun, Dec 16 2007 11:08 AM Link To This Comment

 

Cheers! 

 


Guest wrote damn
on Mon, Dec 17 2007 4:00 AM Link To This Comment
Nowhere to go but down from here on :P
Kjetil Ermesjo wrote Congratulations
on Mon, Dec 17 2007 9:05 AM Link To This Comment

And the best wishes for all years to come ...

/Kjetil

Guest wrote 30 Years?
on Mon, Dec 17 2007 10:18 AM Link To This Comment

Congratulations. That's version 9.1 in Citrix years!

 -Jason

Andrew Kloman wrote Options
on Mon, Dec 17 2007 3:08 PM Link To This Comment
I've been playing with this device for a couple of weeks now. The fact that it intergrates with the CAG and the biometric authentication is pretty cool. It can be a bit of a pain if you don't have good access to a USB connection, don't have a USB extention cable and need to scan your finger. I've also started looking at giritech's G/On solution, which does not intergrate with the CAG nor has biometric authentication. I've yet to find a simular device that supports Mac and Windows. It would also be pretty awesome if this had an RSA softkey installed.
Kathleen wrote 30... been there
on Tue, Dec 18 2007 4:30 AM Link To This Comment

quit a while ago : )

Enjoy it Brian!

From the Citrix Team @ Azlan Tech Data Belgium

Helge Klein wrote Now the real fun starts!
on Tue, Dec 18 2007 6:43 AM Link To This Comment

All the best from from the sepago team!

 

Guest wrote Yep, we've been there
on Tue, Dec 18 2007 12:27 PM Link To This Comment

Brain,

Congrats form Citrix Channel Team Netherlands

Guest wrote Pictures ...
on Tue, Dec 18 2007 4:38 PM Link To This Comment

"...video killed the radio star"... !

 ;O)

 Happy Birthday - and thanks for all the support and assistance through the years!

Michael Keen wrote Congrats and Happy Birthday (belated)
on Wed, Dec 19 2007 10:01 AM Link To This Comment

well it was bound to happen sooner or later right???  Welcome to 30, it's the new 20 remember, so feel free to continue your ways amigo....that's why we like you so much!!!!

 I've been out of touch for the past few days, so Happy belated birthday

Tim Joslyn wrote Re: Options
on Thu, Dec 20 2007 3:38 AM Link To This Comment

Hi,

Thanks for the comments so far, just to answer a couple of queries and a little bit of extra information. It is possible to use the RSA soft token with the AccessStick and this was something that we were demonstrating at iForum in October.

As for Mac support, we are aware of the need so watch this space!

hans straat wrote happy birtday
on Sun, Dec 23 2007 1:20 AM Link To This Comment
Happy bd Brian, although I posted the reply a bit to late :) am to busy with social live new job and ofcourse esx stuff ;)
Guest wrote No Longer some crazy kid.....
on Wed, Dec 26 2007 9:51 AM Link To This Comment
No worries - Speaking from experience - I have successfully transitioned from "some crazy kid" to "some crazy adult" .......and its all ok. :)
Guest wrote Happy Belated B-day man
on Mon, Dec 31 2007 1:27 AM Link To This Comment

Bri-

 Hard to believe I remembering you waiting to buy a drink at the bar--legally.  Hope this was a good one.

One non birthday question--Why does Gabe always seem to have pictures of you half naked?  Scary thought, eh?

Look me up when (if) you get back to DC 

-Buszta 

bjorn bats wrote profiles,other challenges
on Mon, Dec 31 2007 4:14 AM Link To This Comment

well on the brainmadden website , it would be nice if more people could blog.

we will get more and more an hybrid environment and i think that profiles in a hybrid situation could become more complex when the customer wants the same look and feel on sbc,vdi,etc.

and all the new cool stuff such as ardence and vdi bring other challenges such as how to deal with an up to date viruscanner client in ardence etc.

i wish the brianmadden company a good new year.

regards

bjorn bats

 

Thomas McKinley wrote 2008 wish
on Mon, Dec 31 2007 2:46 PM Link To This Comment

new employment opportunities.... :)

Guest wrote A stable Citrix 10.x client
on Tue, Jan 1 2008 6:16 AM Link To This Comment
Although I suspect with the poor quality of citrix's software these days, peace in the Middle East would be more likely.
Robert Murray wrote less VDI BS
on Tue, Jan 1 2008 8:39 AM Link To This Comment

I'm still not drinking the VDI Kool-Aid and I'm sick of the hype it gets here (and at Bri-Forum). Ardence brings some appeal to VDI but I'd rather use Ardence to stream a TS OS.

Guest wrote For Citrix to be clientindependant
on Wed, Jan 2 2008 1:54 AM Link To This Comment

The handy citrix features still require a windows client. For instance look at 'hot desktop'. It will only work on a windows client...

Guest wrote Re: less VDI BS
on Wed, Jan 2 2008 4:01 AM Link To This Comment
Robert I am in the same boat as you
adam baum wrote Better tools
on Wed, Jan 2 2008 4:11 PM Link To This Comment

I need better tools that speak English. There are plenty of tools that can pinpoint all sorts of things, but you need a PhD to understand them.  I want the magic bullet: tell me what's wrong and how to fix it. If you can flag the error, why not offer a useful suggestion on how to fix it?  I don't have the time to spend hours troubleshooting something even though I may want to.  I just don't have the manpower. 

How about better vm and storage mgmt tools.  I like the idea of Balancepoint and a few other products which tell me something is amiss from the user perspective.   I can't count high enough the number of times people have said the system is slow or not working properly, but all the diag tools show everything being fine.  This is where good baselining comes into play, but I need tools that actually tell me how long a transaction takes etc, (ie..balancepoint, eG Innovations, etc).

Realistic Expectations.  Customers need to understand that fancy, whizbang technology costs.  Not everyone can afford the latest/greatest, nor is it always needed. Give me real requirements and tell me how not meeting them affects your business (with the metrics used to determine the affects).  I want to provide the best solution that meets your needs and then some, withought breaking the bank.

Adam

 

Guest wrote My Requests are Simple, really
on Sat, Jan 5 2008 8:14 PM Link To This Comment

I just need Citrix to focus attention on their core product, Presentation Server.  I need IMA to be stable.  I need the flood of hotfixes to stop.  In short, I need Presentation Server to be more stable and less buggy.

 DP

Guest wrote citrix client doesnt depend on any os
on Tue, Jan 8 2008 8:24 AM Link To This Comment
it would be nice if citrix doesnt depend on any os to run.
Guest wrote Seriously
on Sun, Jan 13 2008 12:06 AM Link To This Comment
lets get back to basics and quit using acronyms
paulpan wrote I need love ...
on Mon, Jan 21 2008 1:02 AM Link To This Comment
I need love ...
Guest wrote Remote Desktop / Published Application
on Fri, Feb 1 2008 4:55 AM Link To This Comment

There is a diference between Published Application and Remote Desktop, We were using a complete citrix enviroment (Remote Desktop) citrix 4.5 and then evaluated ESX 3.0 togather with citrix. We found citrix works well in an ESX enviroment slightly less users per box than a hardware solution (to be expected). ESX excels as a backup/DR solution or for sandboxing / underutilized servers however if your citrix enviroment is allready on limit ESX will not be a solution. In the end we went for a hybrid Physical Citrix servers with back up on the ESX farm, several under underutilized servers also on the ESX farm then we virtulized everything DC's Mail, DB's file servers etc... this proved to be the best solution reducing the number of physical machines but not performance. during a disaster recovery we would have less preformance for sure, but it is allways available. Hope to have been of asistance in this complex question.

Guest wrote Build and Automation as well
on Wed, Feb 6 2008 11:10 AM Link To This Comment

The really interesting thing that VMLogix does that VM Loab Manager doesn't is the build and test automation. They give you quite a few scripts and tools to automate the build, testing, and teardown of a virtual machine. You can add your own scripts as well. I saw this in their demo at iForum and Summit, and was very impressed. You can see a screen shot at this link -

 

http://www.vmlogix.com/images/tour/Job-1-Operations.jpg

 

While not everyone needs the level of sophistication this tool provides, for those that need a complete test and dev environment VMLogix is defintely worth considering. When I get time I am going to blog about their solution and do an interview with their product team.

 

Barry Flanagan

http://community.citrix.com/blogs/citrite/barryf/
Guest wrote Training
on Thu, Feb 7 2008 4:48 AM Link To This Comment

I followed  the webbased training from citrix. Looking at the overview, it seems that that training is allready outdated.

 

Guest wrote Re: Training
on Thu, Feb 7 2008 8:00 AM Link To This Comment
The updated training will be available in March, concurrent with the general availability of XenServer 4.1
Guest wrote iSCSI
on Fri, Feb 8 2008 11:18 AM Link To This Comment
Anyone able to get iSCSI working on XenServer?....doesn't work for me.
Hans Minnee wrote LabManager vs. Lab Manager
on Sat, Feb 9 2008 3:49 PM Link To This Comment

Although I don't have any experience VMLogix LabManager, I have some with VMware Lab Manager. I still find it strange and confusing that those competing products have *almost* the same name (well, except for 1 space.. which is probable the catch "trade markwise").

I don't know which product was first with that name though (VMware Lab Manager was formerly known as Akimbi Slingshot, before the Akimbi acquisition in june 2006).

Guest wrote Re: iSCSI
on Sun, Feb 10 2008 9:43 AM Link To This Comment
Works fine for me...  You may need to reboot the XenServer and try again
Guest wrote link borked
on Wed, Feb 13 2008 1:39 AM Link To This Comment
one t too many...
Gabe Knuth wrote Re: link borked
on Wed, Feb 13 2008 10:23 AM Link To This Comment
Fixed!
Guest wrote One more reason
on Thu, Feb 14 2008 2:36 AM Link To This Comment

Brian, I think you are missing an important reason for this name change: promoting XenServer. A lot of Citrix resellers also sell VMware. Citrix would like them to sell XenServer instead. In this case they are promoting the Xen brand by attaching it to their leading product (which, as you pointed out, doesn't really have anything to do with Xen).

> It will be easier to understand what-does-what

OK, if I need to publish desktops which product should I use XenDesktop or XenApp?

Tijl van der Steeg wrote Better: yes, but ending the confusion?
on Thu, Feb 14 2008 4:29 AM Link To This Comment

Well it certainly sounds alot better than Secure Access Presentation Manager Suite 3.0 FR4, which would be given the history of Citrix naming conventions, much more within the line of expectations.

I agree with the infamous "guest" above though, on the subject of "what does what", it doesn't make things a whole lot clearer. So XenApp isn't a full server? I see the confusion coming.

Mark Mackaway wrote Clarity and direction
on Thu, Feb 14 2008 4:53 AM Link To This Comment

I was at Summit to hear Mark T announce the XenApp branding, and my first thought was the same - here we go again.  After a couple of days to think about it (helped by hearing Citrix explain their vision) I am now really impressed with their strategy.  I can see the product lines maturing and seemingly disparate products starting to be consolidated into a well thought out range.

I have also been talking to my clients about XenApp, XenServer and XenDesktop and how they fit together and work to deliver a full range of desktop and application virtualisation (though I admit I throw SoftGrid in there for some of them as well).  They see how the suite works together, and how using ICA to deliver the XenApp and XenDesktop desktops makes more sense than RDP.  Through in Provisioning server and XenApp straming (or SoftGrid) and you really do have their dynamic desktop and dynamic dacentre starting to rock.  

I'm a sandal wearer from way back in the day (WinFrame), and I disliked MetaFrame and Pres Server names.  I love XenApp, and the Xen Family.  I love the Platinum range of products, and the approach Citrix are adopting.  And so far, so do all the customers I talk to about it.  There is a buzz about Citrix again, and I find it reinvigorating.

 Mark

Guest wrote "Xen" yes, "Virtual" no..
on Thu, Feb 14 2008 5:41 AM Link To This Comment

I totally agree with the new naming direction as well, but I'm not so sold on PS being the 'truest' form of application virtualisation..

Ok, so 'virtual' it's just a word which means different things to different people (or actually means nothing specific now that it's been diluted so much), but to me a published app is just a 'physically installed application which is presented remotely' - nothing much "virtual" about that!? 

Nevermind - just my little rant for the morning! ; )

Dan 

Paul Reed wrote Who care?
on Thu, Feb 14 2008 6:20 AM Link To This Comment

Outside of IT Managers and System Administrators this name change is completely immaterial. The nature of virtualisation is that the whole process is transparent to the end user so most of the time users aren't aware that they are using a virtualised environment.

WinFrame/MetaFrame/Presentation Server/XenApp will always be known to users simply as "Citrix".
Guest wrote Re: Who care?
on Thu, Feb 14 2008 7:39 AM Link To This Comment
They're not naming it for the engineers and admins who use it. They're naming it for the thousands of CIOs and other IT execs who they want to see Citrix as the mainstream delivery infrastructure across all their servers, apps and desktops. I agree that end users don't care. Long time users can continue calling one product "Citrix" if they like, but they will increasingly be forced into a more specific description. Think of all the die-hards who simply said "Oracle" for years when they were referring to the database or "Cisco" to mean just a router. Today these companies are far broader. When someone says "Oracle" only the gray beards think they mean just a database. Citrix is doing the same thing. XenApp is still their biggest product, but it's the entire end-to-end solution they're selling to top IT execs that's driving this IMHO (and I agree with Brian that it seems like a great move).
Guest wrote Re: One more reason
on Thu, Feb 14 2008 7:44 AM Link To This Comment

> OK, if I need to publish desktops which product should I use XenDesktop or XenApp?

Did you really ask that question?

Guest wrote Re: Re: One more reason
on Thu, Feb 14 2008 8:00 AM Link To This Comment

The answer seems pretty straightforward to me. Sure, you could use XenApp to deliver apps as part of a full desktop, but that's really only valid for the 10 million or so folks who work in call centers, order ops, or other large groups of task workers all doing similar functions. It's not a mainstream approach. No way the mainstream of the market will use a published desktop in this model as their mainstream corporate desktop. If they would, Citrix would already be a $10B company.

For the VAST majority of employees in the middle of the market, you'd be much better off using XenDesktop to deliver a virtual desktop and XenApp to deliver virtual apps INTO that desktop. That's a MUCH better model than what other VDI vendors are preaching, BTW. It keeps the delivery stream separate. Apps execture either on the server or in a virtual bubble on the desktop, but they never get munged up in the desktop OS. Every time an employee fires up their desktop, they get a new clean Windows and new apps delivered into it that aren't corrupted or conflicting.

That's the other reason this move is smart. VDI is going to be a huge market. Citrix gets this. By marketing XenApp and XenDesktop, they're able to tell a much better story at the client than other vendors.

Guest wrote XenApp Server is a cool name, if it were...
on Thu, Feb 14 2008 8:24 AM Link To This Comment

Hi Brian

Just a note of clarification - though I think most people would agree that XenApp Server is a cool name, Citrix actually named it 'XenApp' sans 'Server'.  I believe the consensus from partners at Summit was 'XenApp Server it is!  XenApp alone sounds far too much like a standalone app'...

Allan Harder wrote I couldn't agree with Brian more
on Thu, Feb 14 2008 8:24 AM Link To This Comment

Maybe it's just the way my brain does word association, but this is the first time since WinFrame that I can easily categorize what each product does. I never preferred spending hours on the Citrix web site trying to figure out what the heck a new or newly named Citrix product does by sifting through the long, meaningless and vague paragraphs that were written by a well-meaning marketing department. Either that or the words were put together by a highly technical group of people who tried their best to talk in non-technical language for the "executives". Whatever it was, in the end they always left me more lost in what the product does and how the product generally works.

I still find the product outlines on Citrix's site below average when I'm looking for a meaningful summary, but at least the names are easy to remember and categorize. This reduces the frustration of navigating the marketing drivel.

It's a big step in the right direction. Congratulations Citrix!

Guest wrote Re: Re: Re: One more reason
on Thu, Feb 14 2008 8:27 AM Link To This Comment

Correct me if I'm wrong but wasn't it Citrix who preached to concept of Triniti: publish desktops from TSs, VMs or blades? Despite this, with Citrix you will need two separate products to achieve this, where as other VDI solutions (Provision, Ericom, ...) are able to do it with one product.

Also, AFAIK Citrix are not removing the ability to publish desktops using XenApp so this is a question you will likely encounter. A lot. And as your own post demonstrates, the answer is not trivial.

Finally the ability to publish applications into VMs is something other VDI vendors are able to do as well: from a TS using a single product (as described above) and streaming using MS SoftGrid. Still comes out cheaper than XenDesktop + XenApp

Allan Harder wrote Re: XenApp Server is a cool name, if it were...
on Thu, Feb 14 2008 8:33 AM Link To This Comment
"Xen Server" and "XenApp Server" is too close to sounding the same when they do totally different things. We shouldn't expect anyone to know EXACTLY what a procduct is by its name alone. If that were the case, we would still be dealing with Citrix's sentence-as-a-name syndrome. Who cares if someone thinks XenApp is a single application. That's where us as partners come in to fill in the cracks. Now these new names make that incredibly easy to do.
Tim Mangan wrote Technlogy Crossover
on Thu, Feb 14 2008 9:29 AM Link To This Comment

I think that Citrix customers will be using a combination of the different technology buckets we are used to.  Virtual Machines, Presentation Virtualization, Virtual Desktops, Application Virtualization,  and Streaming are going to be combined in varying combinations to create a solution.  Not all combinations make sense, but many do.

(Whether or not they thought about this beforehand,) Citrix unifying the different technologies under the Xen name brand makes sense.  I view what people will be buying from them like the kind of menu where you pick this from Column A and something else from Column B.  Column A might be what we think of as one of these technologies today - but we won't be picking the entire column, just the item we need.  I don't think Citrix, nor any of us, really understand yet what the favorite combinations are going to be today.  A couple of years from now we may see entirely new (named) products that formalize these combinations, along with all the glue integration that is needed.

Needless to say, it will be exciting times (especially since the competition will be spicing things up too).

Guest wrote I need a cross reference table
on Thu, Feb 14 2008 10:02 AM Link To This Comment

Hey Brian,

Could you, Gabe or Tim post a cross reference table? The headings could be "Previously called" and "Now Called". It would make a great cheat sheet for those of us who didn't go to summit. And, does it apply to all products? Is Ardence part of the Xen line now? How about password manager or the access gateway? Go-to meeting? NetScaler? If not, maybe those products could have the same name in the "Now Called" column.

Phill Jempson wrote The meaning of Xen
on Thu, Feb 14 2008 10:12 AM Link To This Comment

> "Xen" has a nice Eastern religion "enlightenment" ring to it.

For me (and I dare say a fair few others my age) The name "Xen" conjurs up an image of large hexagonal computer as featured on late 70's early 80's british Si-Fi series "Blake's 7" - I'm looking forward to having my own Xen computers, it'll be fullfilling a childhood dream !

http://en.wikipedia.org/wiki/Blake%27s_Seven

(looks like it was spelt "Zen" in the TV seriers - but I'm not going to let spelling get in the way of a dream)

Orestes Melgarejo wrote Insiders like it too...
on Thu, Feb 14 2008 10:44 AM Link To This Comment

Hi Brian,

I am glad to see there is a lot of positive reaction to the new name.  I can tell you that many of us went through similar phases of denial, anger, understanding and acceptance (as well as a few other stages) but in the end most people at Citrix do like the new name and the way that it helps to tell the end-to-end virtualization story from Citrix's perspective.  Today it is easier to talk about the entire Citrix product portfolio and vision than ever.  XenApp just fits in to the grander scheme of things much better than anything else we had or could have come up with.  Just the fact that it is so much easier to say helps immensely!

Here at Citrix the transition has been the smoothest ever.  Old timers love it and even the engineers who have to put in the effort to work on things like product and documentation changes are seeing the big picture and are on board with what we are trying to achive.

Our vision for end-to-end virtualization is coming together nicely and our very successful application virtualization product now has the right name - in my opinion anyway.

And just to clarify, the previous poster was right about the name, it's "Citrix XenApp", not "Citrix XenApp Server".  This was done to avoid confusion with XenServer and to avoid clumsy verbiage in documents like, "...set the parameter on the XenApp Server server management node...".

Orestes

Guest wrote Re: XenApp Server is a cool name, if it were...
on Thu, Feb 14 2008 11:44 AM Link To This Comment

I think keeping the product name simply XenApp actually helps this situation. XenApp is a true product brand. The product has a broad architecture that covers many parts. There are XenApp clients, XenApp licensing servers, XenApp login servers, etc. If you saw a full rack of servers running this product, you'd call them "XenApp servers". Works very well in my mind. The old way never really worked. What were you supposed to call them, "Presentation Server servers?". Most people didn't both and just called them Citrix servers. By changing the name to simply XenApp, Citrix is making it much more likely that its individual product brands get traction inside IT. Names like XenApp, XenServer, XenDesktop and NetScaler are real product brands that are cool. I can see them getting traction independently. When you start adding all the other stuff to the names, they get so complicated no one bothers to use them (or they just use acronyms).

Guest wrote Re: I need a cross reference table
on Thu, Feb 14 2008 11:52 AM Link To This Comment

XenApp is the only name that changed. The topline hierarchy looks like this.

Citrix Delivery Center (overall product family brand - idea is to transform static datacenters into dynamic "delivery centers")

- XenServer (server virtualization)

- NetScaler (app optimization for delivering web apps)

- XenApp (app virtualization for delivering windows apps)

- XenDesktop (desktop virtualization)

- Workflow Studio (a new tool used to orchestrate them all together)

 

Each of these are really product lines that integrate other smaller products. Provisioning Server (ardance) can still be bought on its own, but it rolls up into a platinum edition of XenServer (it'll actually be integrated into XenDesktop as a feature as well). Similar with things like Access Gateway, WANScaler, Password Manager, Application Firewall, EdgeSight, etc. You can buy them separately, but they're also "features" of the above four main products. That's the way it was presented at Summit.

Guest wrote Citrix causes her own Confusion.
on Thu, Feb 14 2008 1:27 PM Link To This Comment

The names Citrix have used and the frequency of the name changes have caused much confusion.

MS names their product "Terminal Server" and they stick to it.

I suggest that Citrix stick to the new current names and rename Web Interface back to NFUSE and I'll be happy.  

Guest wrote Re: Re: Re: Re: One more reason
on Thu, Feb 14 2008 2:02 PM Link To This Comment

Where are you getting your "cheaper than XenDesktop + XenApp" numbers from? XenDesktop hasn't even been released as a product yet. We don't know how much it's going to cost.

Guest wrote Re:
on Thu, Feb 14 2008 2:18 PM Link To This Comment

I completely disagree. Assuming that we use the definition of "Application Virtualization" being an app that is isolated from the OS it's running on, XenApp is Application Virtualization on steroids. Not only can I use the streaming feature of XenApp to provide Application Virtualization for client apps on client OSs, but I can also stream apps to terminal servers and deliver the virtualized application to the client remotely. So your claim that a published app is just a 'physically installed application which is presented remotely' isn't entirely true. While I could "physically install applications" on my terminal servers, why would I want to do that? What a pain! We all did that for years before Presentation Server provided app streaming. As Brian pointed out Presentation Server has greatly evolved, so let's stop claiming we have to manage applications on terminal server the old way.

XenApp gives me the ability to provide client based application virtualization and server based application virtualization... AND more importantly, I can setup policies to determine when the client should receive client based or server based application virtualization. This is HUGE!!! The policy can determine whether a user is on the corporate owned PC at their desk in the office, or they are using their wife's home PC in the kitchen. It's the same user, but in the first case I want to give the user client based application virtualization, and in the second case I want to give the user server based application virtualization. But the user didn't have to be trained for two different scenarios. He just clicks the same icon no matter where he is. The policy determines what he gets. Try setting that up with other application virtualization products.

Guest wrote Re: Re: Re: Re: Re: One more reason
on Thu, Feb 14 2008 3:00 PM Link To This Comment
even if it there are cheaper solutions, the real key is going to be scalability. If a large customer is going to roll out several thousand virtual desktops to mainstream office workers, trying to save a few bucks on the software license cost won't even be on the top 10 list. Some of the smaller vendors may be ok for small VDI deployments, but not the big ones.
Gabe Knuth wrote Re: Re: I need a cross reference table
on Thu, Feb 14 2008 3:05 PM Link To This Comment
Thanks for the rundown.  We previously posted a list of all of Citrix's products that is now WAY out of date (and it was only posted in June!).  In the near future, we'll update that with the new names/products or post a new article with the new listing.  Thanks for the idea.
Guest wrote Re: Citrix causes her own Confusion.
on Thu, Feb 14 2008 3:18 PM Link To This Comment

Agree that name changes can cause confusion, but I hardly think NFUSE and Terminal Services are great names. Microsoft actually has a pretty rich track record of ugly, complicated names on the infrastructure side. Things that are so impossible to remember everyone uses meaningless acronyms (and btw, they've made plenty of changes too).

If you look at the product names at Microsoft that actually are successful, they're all great product brands: Windows, Word, Office, Excel, Outlook, Exchange, Power Point, etc. Trying to copy the brilliant marketing guys in the Terminal Services group is what gave us the awful Presentation Server name in the first place.

You watch... there will 10x the interest in this product by the IT bigwigs just by changing the name to something cool like XenApp.

I think Citrix is copying the good side of Microsoft here with names that are actually great product brands (NetScaler, XenApp, XenServer, XenDesktop, etc).

Gabe Knuth wrote Re: Insiders like it too...
on Thu, Feb 14 2008 3:46 PM Link To This Comment
Brian's travelling right now, but I'll change the name in the article so as not to mislead anyone.
Guest wrote XenApp is much better for techies too
on Thu, Feb 14 2008 5:54 PM Link To This Comment

I'm tired of constantly having to justify TS Presentation Server investments to the VP bigshots each year. They simply don't get it and have no idea what a strategic role this plays in their overall IT infrastructure (or how critical their PS administrators are). I like the new name because it's something the execs will get. They're all over virtualization and really get it's value well beyond server consolidation. Talking about XenApp as a key part of their IT infrastructure will make the job for techies much easier as well.

Guest wrote Re: Re: Re: Re: One more reason
on Thu, Feb 14 2008 6:52 PM Link To This Comment
You are probably right for now, but I could see VMware stepping into this position real soon after their Thinstall acquistion.  Once they integrate that into their VI, then there will be two that can do this.
Guest wrote Re: I need a cross reference table
on Thu, Feb 14 2008 6:59 PM Link To This Comment
I'm still confused. I don't see where PS4.5 left and what it is now, nor do I see where Ardence is.  Perhaps a list of each of the packages Standard, Enterprise, and Platinum (if they still exist); what's included in each edition, and a small summary of each item.
Guest wrote Re: Re: I need a cross reference table
on Thu, Feb 14 2008 7:06 PM Link To This Comment

PS 4.5 is technically still PS 4.5. The code will reflect the new XenApp brand at the next release (presumably 5.0 this summer according to rumors at Summit).

Agree it would help if Brian and team could publish another chart. It makes a ton of sense when you see it all laid out, but it's not clear on their website yet.

Guest wrote Re: Re: Re: Re: Re: One more reason
on Thu, Feb 14 2008 7:11 PM Link To This Comment

I'm sure VMware will try to follow suit with ThinStall. Then we'll have two vendors with an end-to-end story that are both about the same size. I'd still argue that VMware will be much weaker in the app/desktop arena for years. Very difficult to do, and just buying a couple of little startups won't get them there quickly, especially since most of the company are datacenter folks by trade.

Similar could probably be said about Citrix in the opposite direction as they have more experience on the app and desktop side than in the datacenter. Either way, I think customers win big time here. MUCH better than having either of these guys dominating one segment with no competition.

Gabe Knuth wrote Re: Re: Re: I need a cross reference table
on Fri, Feb 15 2008 12:02 AM Link To This Comment
Got one already in the works, just need to tie up some loose ends.  A lot has changed!
Kim Næss wrote Cool or what
on Fri, Feb 15 2008 4:24 AM Link To This Comment

I preferred Metaframe, perhaps I'm getting old but the whole name changing regime at Citrix ain't making it easier to navigate in their ever growing product list.

If they stick to Xen as a brand for the next 10 years, good, if they change it again (which they will likely do) in 2 years then it is boll***.

Just my two cents: When is the product XenSation gonna come?? ;-)

 

Tim Mangan wrote Re: I need a cross reference table
on Fri, Feb 15 2008 8:20 AM Link To This Comment

Because I go to Summit I can't really put a table out today, because of NDA (and quite frankly confusion on when Citrix has actually announced something that releases the NDA).  This is why Brian and Gabe don't go to Summit.  But I see that "guest" (who I guess was at summit but doesn't post with his real name) has given the outline of how it works.  It no doubt will take some time for all the details to work out into an accurate table, but one would expect that Citrix will be showing such a table by iForum.

Guest wrote Why not XenScaler????
on Fri, Feb 15 2008 11:28 AM Link To This Comment
Ok, whats the deal, why did they stick with NetScaler and not change it to XenScaler?
Guest wrote Who Cares
on Fri, Feb 15 2008 1:21 PM Link To This Comment
Lets be totally honest - no one really cares what product is called we just want all the prodcust to have great features and be easily managed from a single console. And lets be honest Citrix can't even get a single console for PS4.5 or XenApp so I have my doubts as to how they will integrate the XenDesktop etc.. into a seamless set of products
Guest wrote Re: Citrix causes her own Confusion.
on Fri, Feb 15 2008 4:24 PM Link To This Comment

Nah, keep the new names and rename WebInterface XENFUSE :D

I'm agree with the new names, and think they make good sence... so much easier to write too..

But does this mean my CCIA will change name to "Citrix Certified Integration Architect for Citrix XenApp 4"?

Guest wrote Workflow Studio
on Sat, Feb 16 2008 12:44 PM Link To This Comment

Agree Citrix has some work to do on management consoles, but did you see Workflow Studio yet? It looks like they're going to put more emphasis on drag-and-drop management of processes in a graphical way than trying to create one monster consolue GUI that manages everything.

The thing I like about this direction is that it will work equally well with NON Citrix products. Even if they got one master console to manage all their stuff (which is doubtful as no large vendor ever seems to get this right) it would only manage their products. With Workflow Studio, you'd be able to link XenApp to VMware to NetScaler to any small vendor product you might have, etc. That is a VERY cool idea and I give Citrix major kudos for going that direction, even if the consoles for XenApp have gotten out of control. Now let's just see if they have the courage to have some of these competitors with them on stage at iForum in May proving it (anyone want to take a bet on that?)

www.frameworkx.com has a cool write up on Workflow Studio. Can't wait to get my hands on it.

Guest wrote Citrix clients and Office communicator 2007
on Sun, Feb 17 2008 5:22 AM Link To This Comment

Two important point to note when there is a talk about Office communicator 2007 and Citrix clients. Make a note that IM and presence works but audio and video neither works nor supported.

Guest wrote Re: The meaning of Xen
on Mon, Feb 18 2008 8:50 AM Link To This Comment
I'm looking forward to Citrix releasing the "Orac" range of products in the future. Hang on, Larry Ellison might have something to say about that ...
Guest wrote Great explaination Brian
on Tue, Feb 19 2008 3:30 PM Link To This Comment
I didn't really understand the logic behind this until I read your write-up. Makes perfect sense now. Citrix hasn't always done well on the product naming front, but I really like the direction they've been going lately. The overall vision makes a lot more sense every day. For a lot of us old timers, it feels like the original magic of Citrix is back again. Thanks for the great perspective and commentary.
Guest wrote Re: Clarity and direction
on Tue, Feb 19 2008 3:36 PM Link To This Comment
Couldn't agree more. The buzz is back. Anyone who spends more than 30 seconds mourning the death of the name "Presentation Server" should have their head examined. Killing a dull name and replacing it with one that is inspired and which makes the whole story fit together better isn't creating confusing, it's fixing it. I don't usually think much of vendor marketing, but this one was a great move.
Guest wrote Re: Why not XenScaler????
on Tue, Feb 19 2008 6:59 PM Link To This Comment

Simply put, Xen is synonymous with virtualization, and NetScaler doesn't do virtualization of any kind. Hence, no reason to Xenify it.

Mike Sisneros wrote We love the name change!
on Thu, Feb 21 2008 11:12 AM Link To This Comment

At my office we are all over the new name. It's fun!

  • Each of us are Xen Masters
  • The group of us are the Xen Council
  • Our weekly meetings are now "A Moment of Xen" 
Guest wrote The only reason for a name change is
on Fri, Feb 22 2008 1:41 PM Link To This Comment
to hide the fact that XenSource will never deliver $50M in revenue in 2008 as Citrix management claimed when they bought that worthless company.  Changing every Citrix product into XenSomething can hide the fact the Xen (hypervisor) is not selling and cover that Citrix massively overpaid for XenSource. 
Guest wrote Re: The only reason for a name change is
on Sat, Feb 23 2008 1:18 PM Link To This Comment

Give me a break. They bought the company three months ago and just launched it to their channel two weeks ago. Unless you work for Citrix and know something we don't (which I highly doubt from the tone of your email) this is a stupid statement.

From what I can see in the first three months they:

Launched a new version of XenServer (4.1) with tons of new features, announced a new platinum editon of XenServer that combines Provisioning Server for physical and virtual machines (and still priced below what a single license of ESX), announced XenDesktop that will integrate all the Xen VM infrastructure, image provisioning and deliver it all over ICA, announced a partnership with Microsoft where both XS and XD will run on HyperV, announced a partnership with CSC where their entire desktop virtualization practice will be based on XD and announced deals with the big server vendors.

I have no idea how they're tracking toward that $50M goal, but they hardly seem to be sitting still or acting in desperation. They've done more in 90 days than most big vendors do in the first year of an acquisition. Based on their track record with the past few acquistions, I'm certainly willing to give them the benefit of the doubt on this.

And BTW, I agree with Brian that the XenApp name is a great move. I don't know who you work for or what your bias is, but calling Xen a "worthless company" seems pretty harsh no matter how you slice it. I somehow suspect your neutrality in this.

Guest wrote AppSense
on Tue, Feb 26 2008 10:45 PM Link To This Comment

Brian,

 We have started to look at AppSense for the profile management.  Have you looked at this?  Just curious what your thoughts were on thsi.

Guest wrote Desktop Standard
on Wed, Feb 27 2008 2:40 AM Link To This Comment

I had a look at the policy preferences at Teched in Barcelona.

The implementation into Windows Server 2008 feels like it is trown in the mix as is. By this i mean that many preference and GPO's serve a common goal, i which they overlap each other. Don't get me wrong, these preferences will give us more control over user and computer environments in ways we could only dream in previous versions, but it is just the way it is trown into the product to add more functionallity.

 

Michael Keen wrote triCerat Simplify Profiles
on Wed, Feb 27 2008 6:41 AM Link To This Comment

Great article Brian.  My best practice going into any engagement (as you said, there are as many different environments as there are people reading your article) is an tool by an old HP colleague of mine, Richard Egenas (now with EnvokeIT in Sweden).  It is called the TS Checker/Tuner and is one of the best ways to add in the necesary settings for environments.  I can create a high level template like you mention in your article above and then tweak it to the customer environment.  For the profiles and folder redirection my best practice is the triCerat Simplify Suite.

Cheers

Guest wrote Re: triCerat Simplify Profiles
on Wed, Feb 27 2008 8:18 AM Link To This Comment
Giving Brian credit for Gabe's article?
Guest wrote Written by:
on Wed, Feb 27 2008 8:49 AM Link To This Comment
Do people EVER look at the "Written by:" before commenting?!?!
Guest wrote Re: Written by:
on Wed, Feb 27 2008 9:30 AM Link To This Comment
Well it is Brianmadden.com, so Brian does deserve some Kudos!
Brian Madden wrote Re: AppSense
on Wed, Feb 27 2008 10:23 AM Link To This Comment

Sure, but Gabe wrote this article, not me!

I like AppSense. And RES. And RTO has a cool virtual profile solution too.

Brian Madden wrote Re: Re: Written by:
on Wed, Feb 27 2008 10:28 AM Link To This Comment

This happens a lot. I guess we need to start posting photos along with articles. Maybe this is good then and readers will want more from Gabe. We were both at a party at a friend's house about ten years ago. At the time Gabe was single and I was in a relationship. We both had conversations some random girl there, and friend of ours told her later that Gabe was single. "Which one was Gabe," she asked, "The cute one or the tall one?"

I'm 6'3"

Guest wrote Loop-back?
on Wed, Feb 27 2008 10:43 AM Link To This Comment
I'm rather puzzled that loop-back mode for Group Policy processing wasn't mentioned in this article.  After the paragraph "start by creating a standard default user policy object for your Terminal or Presentation servers. This policy object should have every setting that every user needs." I was expecting you to mention "and select the loop-back option".  Of course, if the loop-back option is selected the rest of the advice won't work, since it works for ALL USERS on that Terminal/PS server.  I thought loop-back was a must-do for server-based computing, but maybe there are other views?
Aaron Parker wrote Re: AppSense
on Wed, Feb 27