WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  copy files in linux

    Posted 08/11/10 10:36 AM
    copy files in linux

    --------------------------------

    what is the command to copy file from source to destination in linux and solaris from different application servers

    --------------------------------

    Posted By: tshekarwas at Jan 29 2009 4:42AM


  • 2.  copy files in linux

    Posted 08/11/10 10:44 AM
    [quote=tshekarwas;7325]what is the command to copy file from source to destination in linux and solaris from different application servers[/quote]


    From SCP command you can copy file from one server to another server.
    scp filename id@destnserverhostname:destn path
    ( login to the source server)

    --------------------------------

    Posted By: anilnawade at Feb 2 2009 2:43PM


  • 3.  copy files in linux

    Posted 08/11/10 10:48 AM
    [quote=tshekarwas;7344]Can any one tell me how to deal with out-of-memory exception ,in linux can any one tell me briefly[/quote]



    The out of memory will occur insufficient memory for the java object.If you are getting exception out of memory try to recycle the application server and check the logs if its work Ok otherwise .If the Exception is occurging again then need to increase the heap size of the server and recycle the application server.

    --------------------------------

    Posted By: anilnawade at Feb 4 2009 1:34PM


  • 4.  copy files in linux

    Posted 08/11/10 10:48 AM
    how to deal with out of memory exception

    --------------------------------

    Can any one tell me how to deal with out-of-memory exception ,in linux can any one tell me briefly

    --------------------------------

    Posted By: tshekarwas at Feb 3 2009 10:32AM


  • 5.  copy files in linux

    Posted 08/11/10 11:01 AM
    below is the command

    #scp filename id@destnserverhostname:destn path
    ( login to the source server)
    give exact parameter it will work.

    --------------------------------

    Posted By: anilnawade at Feb 4 2009 1:38PM


  • 6.  copy files in linux

    Posted 08/11/10 11:02 AM
    hi

    --------------------------------

    use winscp program a freeware to copy files and other stuff while sitting on windows.

    --------------------------------

    Posted By: faisal.taimoor at Feb 5 2009 6:26AM