Deployment Solution

 View Only

Installing Altiris ASDK 1.4 on Windows 2008 r2 for use with Deployment Solution 6.9 

Mar 20, 2013 10:46 AM

As more companies are moving their Deployment Solution 6.9 environments over to Windows 2008 r2 they are experiencing an issue with getting the Altiris ASDK 1.4 to properly install and work with their newly installed servers.

There are several reason for this difficulty.

  1. Altiris ASDK 1.4 is designed for .Net 1.1.4322, which is not included in Windows 2008r2.
  2. Windows 2008r2 is a pure 64 bit environment and .Net 1.1.4322 is only available in a 32 bit version.
  3. IIS 7, even with IIS6 Metabase compatibility installed, doesn't read from the 32 bit framework folder under windows even if a 32 bit version is installed.

To get around these issues we have to perform several steps. However once completed you should be able to use the ASDK features.

  1. To start off we need to install IIS 7 w/ IIS 6 Metabase Compatibility Enabled.
  2. Next install .Net 1.1 & its security updates: .Net Framework 1.1 , .Net Framework 1.1 SP 1, & ASP.Net Security Update for .Net 1.1 SP1. When installing these updates Windows will inform you of possible compatibility issues. Simply click run program anyway.
  3. Enable ASP.Net v1.1.4322 in the ISAPI and CGI Restrictions section of IIS Manager. It is set to denied by default.
  4. While still in the IIS Manager browse to the Altiris.ASDK.DS virtual folder and choose Advanced Settings.
  5. Change the Application Pool setting to use ASP.NET 1.1

  1. Go to %windir%\Microsoft.Net\Framework\v1.1.4322\config and edit the machine.config file to include the following entry in the configSections portion of the file. This tells .Net 1.1 to ignore IIS 7's configuration section.

<section name="system.webServer" type="System.Configuration.IgnoreSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 

To address the issue with IIS 7 not reading information from the 32 bit Framework folders we need to perform the following steps so .Net 1.1 will properly load & run.

  1. Copy the contents of %windir%\Microsoft.Net\Framework\v1.1.4322\config.
  2. Go to %windir%\Microsoft.Net\Framework64
  3. Create a new folder called v1.1.4322 and open it.
  4. Create a new folder called config and open it.
  5. Paste the copied config files into this folder. 
  6. Restart IIS

In my testing I experienced some permissions issues even logged into the machine as the local administrator. In order to edit the machine.config file I had to make sure notepad was opened with the 'Run as administrator' option. Also I had to remove the Read Only attributes on the folders.

 

 

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Mar 23, 2013 11:44 AM

Hi,

Nice article to sum it all up to get it working.

However there is a support issue:

1. Any call to Symantec about ASDK 1.4 fire back that officially it is no longer supported.

2. Officially (yes I asked), Microsoft does not support .Net 1.1 on W2008R2

 

So it would help a lot for customers who have invested in ASDK if Symantec would upgrade it to a higher version of .Net.

 

But no mistake, I appriciate your article.

Related Entries and Links

No Related Resource entered.