Ghost Solution Suite

 View Only
  • 1.  DAgent Redirection Between GSS Servers

    Posted Sep 05, 2017 04:23 PM

    During the days of the aclient, we could schedule migration jobs, to a new DS server, using an internal file copy function (destination = aclient.inp). Is this possible with the Altiris Deployment Agent?

    I know you can right click on the computer to set a new destination IP or manually change the reg key TCPADDR, but having the resiliency and scheduling features of a job would be better.



  • 2.  RE: DAgent Redirection Between GSS Servers

    Posted Sep 06, 2017 06:34 AM

    I'm pretty sure you still can. The aclient.inp file has to contain all settings though I believe, the changed ones alone isn't enough. I used to use a "Destination path" of setting:aclient.inp

    But rather than try and keep an aclient.inp file up to date I prefer to have a DS job with the reg key change and run that.

    set NewDS=172.27.24.104
    
    reg add "HKLM\SOFTWARE\Altiris\Client Service" /v DSIp /t REG_SZ /d %NewDS% /f
    reg add "HKLM\SOFTWARE\Altiris\Client Service" /v TcpAddr /t REG_SZ /d %NewDS% /f


  • 3.  RE: DAgent Redirection Between GSS Servers

    Posted Sep 06, 2017 11:41 AM

    Using settings or self in a copy task to reconfigure or update the DAgent is pretty much a no go. I have been playing with it for a bit.

    We use an asynchronous batch file to migrate DAgents. Just not as elegant as in the old Aclient days.

    Andy - why do you set DSIp?



  • 4.  RE: DAgent Redirection Between GSS Servers

    Posted Sep 07, 2017 11:52 AM

    I set DSIp because I saw that the IP address of the DS Server was set there too.