CA Client Automation

  • 1.  Remote Agent installation using login script

    Posted Mar 22, 2014 04:36 AM
      |   view attached

    I have successfully installed agent in remote machines using DSM explorer Deployment tab.

    now i am trying to install DSMagents manually using login_script.bat file. i have specified the path of all log files in login_script.bat file.

    the log files are DSMSetupPMLiteAgentClient.log,DSMSetupSSA.log and DSMSetupAMAgent.log.

    But i couldn't find the file and the path of DSMSetupAMAgent.log while executing login_script.bat. below screenshot is showing the error while executing login_script.bat file. please help me its really urgent.



  • 2.  RE: Remote Agent installation using login script

    Posted Mar 25, 2014 09:49 AM

    Hi,

    You can try to install with DeployWrapper.exe instead of msiexec. Copy ITCM Sources Files\WindowsProductFiles_x86\AgentRC folder.  and run below command in this folder.

    DeployWrapper.exe /INST CopiedAgents /qn AGENT_SERVER="ITCMServerName" ALLUSERS=1 /l*v %temp%\ITRMAgentSetup.log



  • 3.  RE: Remote Agent installation using login script

    Posted Mar 26, 2014 03:35 AM

    thank you @Erhan for your reply................................
     



  • 4.  RE: Remote Agent installation using login script

    Broadcom Employee
    Posted Mar 30, 2014 10:04 PM

    You can either use the Deploywrapper command or the MSIEXEC commands. If there are issues with the Deploywrapper command, use the MSIEXEC method.