Archive

Archive for March, 2010

Desktop Virtualization Hour-event

March 18th, 2010 Siegmund No comments

Today at 5 PM a webinar about Desktop Virtualization is scheduled on http://www.desktopvirtualizationhour.com

apparantly a lot of rumors exist about the content of this event, will Microsoft make an important announcement? maybe news on the Calista front? or updated licensing information for VECD?

who knows?

I’d say, check out the webcast!

>all info is published in the following press-release : http://www.microsoft.com/Presspass/press/2010/mar10/03-18DesktopVirtPR.mspx

Altiris QuickLinks

March 11th, 2010 Robin Kortleven 1 comment

As this is my first post on The D-spot and so far no posts about Altiris exist,  I’d thought to change that. Let’s start with the most usefull links concerning Altiris software.

Altiris Knowledge Base: http://kb.altiris.com
Contains KB’s,  Glossary, Release notes, Compatibilitylists, Planning Guides etc.

Altiris FTP: ftp.altiris.com
Username: epmftp Password: Altiris123

Symantec Connect: http://www.symantec.com/connect/endpoint-management-virtualization
Best source for articles, custom Altiris tools & Altiris Forums

Altirigos Community-site: http://www.altirigos.com
Userforum and Altiris repository that contains old software releases.

Altiris Manuals: http://www.altiris.com/Support/Documentation.aspx

For those who like to join the beta-program: http://betanew.altiris.com

Categories: Altiris Tags:

cleaning up Forefront definition updates

March 10th, 2010 Steve De Peet No comments

Anyone using SCCM and Forefront Client Security? If so, then you probably have an auto-approve rule in WSUS for your definition files and therefore have these files automatically downloaded to your server. Seen the amount of definition files that are released, you could notice that these files begin to consume a significant amount of disk space and, as in my case, could run into disk space problems if not adequately monitored. Therefore I needed to get these files cleaned up to free up some disk space.

Cleaning up these definition files and freeing up disk space can be done trough the ‘Cleanup Wizard’ in your WSUS console. Normally you would manage your updates trough the SCCM console but the difference is that, by creating this auto-approve rule for definition files, these ‘updates’ are managed by your underlying WSUS infrastructure and not your SCCM infrastructure which you would use for other updates (Windows updates, etc.)

The first time I ran the Cleanup Wizard, this would appear to go in a state of not responding and finally freeze up.  These was because it was the first time I ran the wizard and has selected all different tasks…

cleanupwizard

It is better to perform these tasks individually and in certain order, the first time you run the cleanup wizard. I performed them in the following order:

  1. I first selected the two bottom options where you decline certain updates
  2. Then the first option, deleting unused updates and update revisions
  3. To end with the third option where unnneeded updates are deleted

If like me, you want to schedule this cleanup to run every month or so, you can do this by using the following tool: http://wsus.codeplex.com/releases/view/17612. The tool provides you with an executable, help file and an sql file. Considering the arguments you pass in your command, you can perform the several cleanup tasks as you find in the cleanup wizard of WSUS and perform a database maintenance. All arguments and command line option can be found in the help file, I found it very useful.

Grtz,

Steve.

Categories: Deployment, SCCM Tags:

App-V Management Service (AppVirtServer) fails to start at Reboot.

March 8th, 2010 Ben De Vriese 5 comments

When the SQL Server is on the same machine as the App-V Management Server (formerly known as the VAS Server), the App-V Management Server Service doesn’t start after a reboot.

Solve this by adding the MSSQLSERVER as dependency to App-V service in the registry. (Use MSSQL$SQLEXPRESS when using SQL Server Express edition). Name the new string DependOnService and value MSSQLSERVER or MSSQL$SQLEXPRESS  in the hive HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AppVirtServer:

appvirt-dependonservice-mssqlserver

 

To finalize, add a DWORD named DelayedAutostart with value 1 in the same hive:

appvirt-deplayedautostart

Reboot the server, the Application Virtualization Management Server service should start (with a slight delay).