Client Management Suite

 View Only
  • 1.  Altiris 7.1 Beta - MMF files not workin

    Posted Nov 03, 2010 10:05 AM

    Here is my setup .. . .

    1.  Windows 2008 R2 x64

    2.  No roles selected

    3.  I let the Installer install .Net 3.5 SP1

    4.  I let the Installer install SQL Server Express

    5.  I let the Installer install IIS.

    7.  I am installing all products one 1 Server

    8.   All products install correctly but are "not configured properly"

    7.  WHn I go to Reconfigure an application, it quicly retruns "Configuration failed".

    8.  When I look in the ALtiris LOg VIewer I see the message about MMFs (Memory Maopped Files) not loaded.

     

    Any ideas?  I have installed on a clean device 3 times and I am running into the same issue.

    Thanks!

     

    PED



  • 2.  RE: Altiris 7.1 Beta - MMF files not workin

    Posted Feb 01, 2011 11:46 AM

    Thanks for reporting this, we'll investigate.



  • 3.  RE: Altiris 7.1 Beta - MMF files not workin

    Posted Mar 23, 2011 09:38 AM

    I had to click the fix to disable the crl.microsoft.com download and give the "network service" account modify rights to the system temp directory (c:\windows\temp). It finally seems to be installing.



  • 4.  RE: Altiris 7.1 Beta - MMF files not workin

    Posted Apr 05, 2011 09:07 AM

    Can you tell me how you disabled the CRL download?  I do not see this during the install and I'm having the same issue trying to install 7.1.  Thanks for any insight you can provide.



  • 5.  RE: Altiris 7.1 Beta - MMF files not workin

    Posted Apr 07, 2011 12:27 PM

    If the installer thinks you do not have internet access there is a link in SIM which you can click to turn that off.  Otherwise you have to do it manually.

    1. Open the machine.config file in a text editor.

      The machine.config file is located at %runtime install path%\Config\machine.config, where the runtime install path is usually C:\Windows\Microsoft.NET\Framework\v2.0.50727\.
    2. Add the following XML element to the machine.config file:

      <configuration>
         <runtime>
            <generatePublisherEvidence enabled="false"/>
         </runtime>
      </configuration>
    3. Save the machine.config file.

    http://www.symantec.com/business/support/index?page=content&id=HOWTO9585

    Since you are using Windows 2008 you have to launch notepad as an administrator before you can edit this file. I hope that helps you out,