Intel,Altiris Group

DAgent Issue with Registered Owner and Registered Organization

  • 1.  DAgent Issue with Registered Owner and Registered Organization

    Posted Mar 03, 2011 12:44 PM

    We are using DS6.9 SP4, DAgent version 6.9.454.

    In our builds (server 2008 R2 and 2003) we are specifying the "Registered Owner" and "Registered Organization" information.

    Server 2008 R2
     <RegisteredOrganization>Florida Site</RegisteredOrganization>
     <RegisteredOwner>Engineering Unit</RegisteredOwner>

    Server 2003
     [UserData]
        FullName="Engineering Unit"
           OrgName="Florida Site"

    Using the Altiris console after a server have been built and looking at the "User Information" under "Properties > Network Configuration" of a server in the console, it displays the following for each server OS.


    Server 2008 R2

     Registered User: Florida Site
     Organization: Florida Site

    Server 2003

     Registered User: Engineering Unit
     Organization: Engineering Unit

    Looking at the registry on each flavor of server, the information is set just like we need it to in the unattend.xml and unattend.txt file as described above. It appears the DAgent is picking up the same information for both fields depending on the OS.

    Excerpt from DAgent.log on each OS.

     Server 2008 R2
      Registered-Organization=Florida Site
      Registered-User=Florida Site
     

    Server 2003
      Registered-Organization=Engineering Unit
      Registered-User=Engineering Unit

    We use conditions in some of our jobs because certain sites get certain configurations. Instead of having 10 different jobs for the same deployment, we just use conditions in the job for the settings. Does anyone have any idea why the agent is not grabbing the correct information from the server?

     

    Thanks