AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  scp command

    Posted Wed November 10, 2010 04:56 AM

    Originally posted by: umairiqbal


    Hello,
    I am newbie in AIX.i want to move data through scp command but in AIX it's not running.please send link for AIX commands.I am very grateful to you.

    Thanks,
    Umair


  • 2.  Re: scp command

    Posted Wed November 10, 2010 07:16 AM

    Originally posted by: unixgrl


    scp is not an AIX command. It would come with whatever version of ssh you have. Also, you won't see it running unless you are using it. You should, however, see sshd or some other ssh daemon running depending on your version.

    Find out if you have ssh installed. If so, find out where the ssh binary resides and the scp binary should be in the same location.


  • 3.  Re: scp command

    Posted Wed November 10, 2010 09:58 AM

    Originally posted by: umairiqbal


    Thanks for reply.how can i check ssh install or not.how can i check where the binary of ssh and scp should be in same location.

    Thanks,


  • 4.  Re: scp command

    Posted Wed November 10, 2010 12:23 PM

    Originally posted by: SystemAdmin


    do you have a keyboard and the computer turned on?


  • 5.  Re: scp command

    Posted Thu November 11, 2010 12:59 AM

    Originally posted by: umairiqbal


    yes i have keyboard and computer turned on.


  • 6.  Re: scp command

    Posted Fri July 13, 2012 06:43 PM

    Originally posted by: OneSkyWalker


    Hi, Umair. If SSH is not installed, please see http://www.ibm.com/developerworks/wikis/display/WikiPtype/AIXV53SSH for instructions on how to install it. Instructions were crafted for AIX V5.3 but should work on AIX V6.1 also.


  • 7.  Re: scp command

    Posted Thu December 09, 2010 02:33 AM

    Originally posted by: SystemAdmin


    Hi Umair,

    At the command prompt, execute the following command -

    lslpp -L|grep ssh

    If you find ssh filesets there then it is installed otherwise not.


  • 8.  Re: scp command

    Posted Thu December 09, 2010 11:56 PM

    Originally posted by: Siddhartha.Sinha


    lssrc -s sshd will tell you if sshd is running or not. If showing as inoperative then run startsrc -s sshd to start it. Previous post says how to check if ssh is installed or not.