Automic Workload Automation

Expand all | Collapse all

Unix command to call telnet connection from Automic Unix Job

  • 1.  Unix command to call telnet connection from Automic Unix Job

    Posted Oct 18, 2018 06:11 AM

    Hi Guys,

     

    I am able to login to Unix server from my Unix job from there i need to logging to application servers by passing to commands through telnet  by giving the user name and password EX: telnet localhost 50000 - username - ### - password - ###  in Automic Unix Job.

     

    I tried few of the UNIX commands but unable to trigger telnet.

     

    Please can anyone guide me with the proper solution or Unix Command to trigger Telnet.

     

     

     

     

     



  • 2.  Re: Unix command to call telnet connection from Automic Unix Job

    Posted Oct 21, 2018 02:33 PM

    Hi

     

    the issue is the checkback from telnet - via Automic its not possible to react on input requests of the shell.

    So you need to use any kind of batch mode to avoit any input requests (the sam issue with runas on windows)

     

    Pls search for a script solution for telnet - this can be used with automic too.

    e.g. "telnet per script"

     

    BTW: telnet? thats a bit 1990 style :-)

     

    cheers, Wolfgang