AIX

AIX

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

 View Only
  • 1.  terminal session hanging

    Posted Wed August 30, 2006 01:20 PM

    Originally posted by: sree


    Hi,

    I use AIX 5.3 in a P570 server with micro-partition technology.
    i use putty terminal emulator to remotely connect to my server.
    Iam facing a problem when i execute any commands in the background using '&'.
    Though i will get back the prompt after i execute the command in the background,my session will hang immediately after and will be actie only when the job scheduled in the background is finished.
    Can any one help us in knowing what causes this problem.

    Thanks
    cs.


  • 2.  Re: terminal session hanging

    Posted Tue September 05, 2006 08:24 AM

    Originally posted by: MarkTaylor


    What job are you running ? open another session and run vmstat 1 and see whats going on in the background .. terminal hangs can be one of a hundred things, I would check your server is not being hammered 1st .. then check your network connection .. you may also want to run the job > /dev/null 2>&1 & as data may be getting sent back to your terminal client a flooding it (NULLS or some other control char)

    HTH
    Mark Taylor