CA Client Automation

  • 1.  Action on remote computer

    Posted May 26, 2015 04:49 AM

    For a particular issue, we have the need to trigger an action on a remote computer during a SD job.

    Example:

    The SD job 1 is activated on computer A after the user has accepted it.

    During the process, the package (a script) needs to trigger another script (with some parameters about computer A) on computer B.

    Is there a way to coordinate this using the CA agents?

     

    I know about psexec, but I am looking for other possibilities.

     

    If any idea, please share it!

     

    Thanks!



  • 2.  Re: Action on remote computer

    Posted Jun 03, 2015 03:44 PM

    Any ideas for Leandro?

     

    Thanks

     

    Action on remote computer

     

    For a particular issue, we have the need to trigger an action on a remote computer during a SD job.

    Example:

    The SD job 1 is activated on computer A after the user has accepted it.

    During the process, the package (a script) needs to trigger another script (with some parameters about computer A) on computer B.

    Is there a way to coordinate this using the CA agents?

     

    I know about psexec, but I am looking for other possibilities.

     

    If any idea, please share it!

     

    Thanks!



  • 3.  Re: Action on remote computer

    Posted Jun 03, 2015 04:27 PM

    Ciao Leandro,

     

    Can we have a remote session as soon as possible to check out what’s happening?

     

    Please contact me offline for it, once found the solution, we will publish it here.

     

    Grazie

     

    Filippo Casati

    CA Technologies

    Principal Support Engineer, Customer Support

     

     

    CA Srl | Basiglio | Via F.Sforza 3, Milano 3 City | Basiglio MI | 20080

    Office: +39 02 90464433 | Mobile: +39 335 7375040 | Filippo.Casati@ca.com

     

    <mailto:Filippo.Casati@ca.com>[Description: Description: CA]<http://www.ca.com/us/default.aspx>[Description: Description: Twitter]<http://twitter.com/CAInc>[Description: Description: Slideshare]<http://www.slideshare.net/cainc>[Description: Description: Facebook]<https://www.facebook.com/CATechnologies>[Description: Description: YouTube]<http://www.youtube.com/user/catechnologies>[Description: Description: LinkedIn]<http://www.linkedin.com/company/1372?goback=.cps_1244823420724_1>[Description: Description: Google]<https://plus.google.com/CATechnologies>[Description: Description: Google+]<http://www.ca.com/us/rss.aspx?intcmp=footernav>

     

     

    CA s.r.l., società a socio unico, sede legale in via Francesco Sforza 3, 20080 Basiglio, fraz. Milanotre City (MI) codice fiscale, partita IVA e numero di iscrizione al Registro delle Imprese di Milano 04200340158, iscritta nel Repertorio Economico Amministrativo al n. 996554, capitale sociale € 8.000.000,00 i.v., soggetta all'attività di direzione e coordinamento di CA Computer Associates European Holding GmbH.



  • 4.  Re: Action on remote computer

    Broadcom Employee
    Posted Jun 15, 2015 06:36 AM

    Hi

     

    Did you find a solution to this? I would image the only possible way to do this within Client Automation is to use DM Scripting.

    regards

    Rich



  • 5.  Re: Action on remote computer

    Posted Jun 15, 2015 06:56 AM

    Hi

     

    Not yet.
    Filippo wanted to speak to me, but we had no time for this yet.
    I was also quite busy with other topics...

     

    My knowledge of DMS ist not too good, do you have any example?

    I found a vbscript example, would it be a similar call?

     

    thanks

    Leandro



  • 6.  Re: Action on remote computer

    Broadcom Employee
    Posted Jul 09, 2015 12:52 PM

    mccst05

    Steve is there anything you can advise here as a sample?

    regards

    Rich



  • 7.  Re: Action on remote computer
    Best Answer

    Posted Jul 09, 2015 01:53 PM

    There’s nothing I can think of that meets the exact use case other than psexec or calling a Remote Procedure Call from a script (which DMScript can’t do directly but VBScript can, DMScript could be made to call a DLL function if we know the function call and its parameters). There’s nothing in our Agent that allows such direct Agent-Agent communication, our Agent is designed to be managed by a manager, not communicate amongst themselves. Yes, CAM can communicate directly from Agent-Agent but something would have to be written to provide the intelligence, with CAM as the transport. DTS also can communicate Agent-Agent but only to transfer files, again there’s no intelligence to meet the need.

     

    The only thing I can think of would be:

     

     

    ·         Script on computer A saves inventory items

     

    ·         When inventory is stored at DM, a query based policy runs a job which submits an SD job to Computer B with the correct parameters

     

    This obviously would not be a real-time solution as there would be several delays in the process for inventory collection, policy evaluation and SD job setup.

     

    Steve McCormick, ITIL

    CA Technologies

    Principal Services Consultant



  • 8.  Re: Action on remote computer

    Posted Jul 10, 2015 12:22 AM

    Thank you very much for the description!

    Leandro