CA Client Automation

  • 1.  ITCA Agent installation through command lines

    Posted Jan 14, 2018 11:58 PM

    Hi All,

    We are using the below Installation command lines for ITCA agent installation.The command lines executed successfully, However it hasn't created any DSM Folders & ARP entries in control panel.

     

    After looking for DSM logs we could see the following messages in the logs.

     

    Command lines :-

    ============

    cd CAPKI

    start /wait setup.exe install caller=CADSMCAPKI verbose instdir="C:\Program Files\CA\SC\CAPKI"

    cd..

    start /wait msiexec.exe /i "SSA\CASockAdapterSetupWin32NoEtpki.msi" ALLUSERS=1 /l*v "%temp%\DSMSetupSSA.log" /qn

    start /wait msiexec.exe /i "AgtBHW.msi" AGENT_SERVER=SS Name ALLUSERS=1 INSTALLELEVATED=1 REBOOT=REALLYSUPPRESS /l*v "%temp%\DSMSetupAgentBHW.log" /qn

    start /wait msiexec.exe /i "AgtAM.msi" AGENT_SERVER=SS Name ALLUSERS=1 INSTALLELEVATED=1 REBOOT=REALLYSUPPRESS /l*v "%temp%\DSMSetupAMAgent.log" /qn

    start /wait msiexec.exe /i "AgtSD.msi" AGENT_SERVER=SS Name ALLUSERS=1 INSTALLELEVATED=1 REBOOT=REALLYSUPPRESS /l*v "%temp%\DSMSetupSDAgent.log" /qn

    start /wait msiexec.exe /i "AgtRC.msi" AGENT_SERVER=SS Name ALLUSERS=1 INSTALLELEVATED=1 REBOOT=REALLYSUPPRESS /l*v "%temp%\DSMSetupRCAgent.log" /qn

     

    Messages in the DSM Setuplogs :

    ========================

     

    Any suggestions ?

     

    Thanks in Advance.



  • 2.  Re: ITCA Agent installation through command lines
    Best Answer

    Posted Jan 15, 2018 07:19 PM

    Hi All,

    This is resolved now. There were some software policy restriction on the target machine.

     

    Thanks.