Forum Discussion

Hao_Liu's avatar
Hao_Liu
Level 2
20 years ago

Is it possible to deploy DLO agent to Win2K/XP through AD group policy

I try to use the msi file under DLOAgent share, but it wil fail on no lauguage transform on windows installer.

Did anyone find way to deploy the DLOAgent through Windows 2000 AD group policy software setup ?
  • To solve the registry problem use the following .adm to create a Group Policy Option to set the server name. (There is lots of info around about how to install this but if you need more details ask)

    CLASS MACHINE

    CATEGORY "DLO"
    POLICY "Default Server Name"
    KEYNAME "Software\VERITAS\DLO\2.0\Client"
    PART "DefaultMediaServer" EDITTEXT REQUIRED
    VALUENAME "DefaultMediaServer"
    DEFAULT !!DLO_SERVER
    END PART
    END POLICY
    END CATEGORY


    DLO_SERVER=""
  • Ok David, I'm asking (regarding lots of info around how to install this)

    kbaylor@aequusit.com

    thanks,
    Kevin
  • Step 1: Create the ADM
    Create the .adm file by putting the text above into a text file called DLO.adm (Replace Hostname with the server name)

    Step 2: Add ADM Template to Group Policy
    Edit the Group Policy you have created to Deploy DLO. Under Computer Configuration right click on Administrative Templates. Choose Add/Remove Template add the DLO File you just created.

    Step 3: Enable the display of Custom Reg Settings
    Click on Administrative Templates so you can see all the list of folders in the right pane. Right click on the background of this pane and choose view > Filtering. Uncheck the Only Show Policy Settings that can be fully managed. Click OK.

    Step 4: Enable the Policy
    Under Administrative Templates you should now see a DLO folder inside that is Default Server Name Object. Double click it and choose enable, if you didn't change the name in step 1 you can now or change it to any server you want.

    Sit back and watch DLO deploy with no need for a startup script