Release Automation

  • 1.  SSH Action Communication Issue between Linux Agent and Solaris Server

    Posted May 28, 2014 06:41 AM
    Hello, 
     
    I have encountered a issue, while using any SSH actions.
     
    Problem is when the action is running on Linux Agent to perform any activity on Solaris Server using SSH for example Action - Run Command (SSH), this action never ends, its keep running.
     
    I have verified the Solaris Server Authentication Log ( i.e /var/log/authlog ), and in the log it's failing with below message.
     
    May 28 11:22:21 <SOLARIS SERVER> sshd[3776]: [ID 800047 auth.info] Connection from <LINUX AGENT SERVER IP> port 58811
    May 28 11:22:21 <SOLARIS SERVER> sshd[3777]: [ID 800047 auth.info] Failed none for <USERNAME> from <LINUX AGENT SERVER IP> port 58811 ssh2
     
     
    But same logic work between below : 
    - From Linux to Linux Server. 
    - From Solaris to Linux Server. 
     
    Same Issue with other actions : 
    - Get File (SSH) 
    - Put File (SSH) 
    - I haven't tried action - Check if file or folder exists (SSH) 
     
     
     
    Regards
    Nitin 


  • 2.  RE: SSH Action Communication Issue between Linux Agent and Solaris Server
    Best Answer

    Broadcom Employee
    Posted May 28, 2014 06:52 AM

    Hi,

          Can you confirm which version of release automation are you using?

    Regards

    Keith



  • 3.  RE: SSH Action Communication Issue between Linux Agent and Solaris Server

    Posted May 28, 2014 06:55 AM

    Apologies Keith, I forgot to mention the version Number its - 4.7.1.237 .

     

    Thanks

    Nitin



  • 4.  RE: SSH Action Communication Issue between Linux Agent and Solaris Server

    Broadcom Employee
    Posted May 28, 2014 10:07 AM

    Hi,

        I found this article on the community site, have you already tried these steps?

    Troubleshooting: SSH Commands Sometimes Hang on Solaris

     https://communities.ca.com/web/ca-release-automation-global-user-community/message-board/-/message_boards/message/105398410?&#p_19

    Regards

    Keith



  • 5.  RE: SSH Action Communication Issue between Linux Agent and Solaris Server

    Posted May 28, 2014 10:34 AM

    Thanks Keith, It worked.