Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

telnet client problem 1

Status
Not open for further replies.

gpetrom

Technical User
Jan 12, 2005
47
Hi
I have a proliant ml370 with sco open server v5.0.4 and my company is using telnet client to logon.They are using a Cobol program and sometimes with no particularly reason the program closes in more that one users at the same time.
Can anyone ever had such an experience, can I increase the memory that clients are using and how can i see how much
memory is using the server

Thank you all in advanced
 
You can watch server memory use with this command:

# sar -r 2 50 (display every 2 seconds for 50 iterations)

What gets displayed is in 4K hunks (I think). You can run this and log another use onto the system. You should see a drop which indicates how much memory each user consumes just starting the application.

You can also get a picture of each processes' memory consumption with:

# ps -ale

The SZ column is memory allocation (again in 4K hunks, I think).


Are the users who get disconnected active or idle?
 
Hi motoslide
Thank you for replying
Yes they are active and that is the problem.
Do you believe that the problem is that I have an old UNIX version, I have read in another thread that 5.0.5 has problems with xeon cpu what is your opinion about that?
 
For a Xeon (or P4) machine you need at least 5.0.6a.
The risk is to damage the CPU due to overtemperature.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Hi Phv

Is there a way to avoid upgrading the Sco unix and what is your opinion about the problem is that the case how can i be
sure that this is the problem

Thank you
 
You never had a PANIC message on the console nor the server rebooting randomly ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
No never as i said sometimes users are disconnected from unix
 
You may take a look at the output of this command:
netstat -m
the fail column should always be 0 (zero) and the maximum streams memory used should not reach the total configured streams memory.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top