1832282 Members
1962 Online
110041 Solutions
New Discussion

Performance

 
Fuad_1
Regular Advisor

Performance

Users were experiencing performance in connections although when I check the heath in the server (CPU, Memory) it was looking fine to me.
Set goals, and work to achieve them
13 REPLIES 13
Michael Tully
Honored Contributor

Re: Performance

First you may wish to look at the NIC card performance, like is it running as full or half duplex. It should be full duplex.
e.g. assuming lan card 0
# lanadmin -x 0
Have a look at the lost and collision packets in the interactive screens.
# lanadmin

Is there high disk IO ? glance is a good place to have it, or use something like 'sar -d 5 5'
Anyone for a Mutiny ?
Fuad_1
Regular Advisor

Re: Performance

LanCard is performing at full duplex, io is normal. When a user/developer telnet to the server, it takes a while and it gives the login screen, or some time it gives time out.
Set goals, and work to achieve them
Steven E. Protter
Exalted Contributor

Re: Performance

Here is a performance data collection script. If it not networking, these scripts will help.

Also, make sure your switch settings are correct. Autonegotiate for 1000 BT explicit for slower cards.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Michael Tully
Honored Contributor

Re: Performance

I get the impression that the problem seems to be connection related and not really performance related. You should probably check how the connection is made, i.e. DNS for the server lookup from the workstation, are they on different subnets, routing etc.
Anyone for a Mutiny ?
Fuad_1
Regular Advisor

Re: Performance

Now, users can connect to the server through front end application or directly, but they disconnected after some time.
Set goals, and work to achieve them
Norman_21
Honored Contributor

Re: Performance

Fuad,

What is in your /var/adm/syslog/syslog.log file.
Is there any changes in the /etc/resolv.conf

DO this :

#insf -d /dev/telm
#insf -d /dev/tels

This will re-install the device driver for the telent. Also, it might be a telnet patch problem.
Check to see if you have the following patch:
PHNE_26096

Good luck.
"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
Fuad_1
Regular Advisor

Re: Performance

I can not see any clue in syslog file, also resolv.conf is not exit in this serve, or other servers. I don't think is telnet problem, as it's new server with HPUX11.11i, and other servers are new with same spec's.
Set goals, and work to achieve them
Norman_21
Honored Contributor

Re: Performance

Check to see if you have duplicate IP address in the network!
I just guessed that the /etc/resolv.conf could delay the login prompt if it's not configured properly but since it's not there then the Server doesn't need it. It's only for DNS resolution.
"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
Mohanasundaram_2
Occasional Advisor

Re: Performance

Hai
check ur /etc/nsswitch.conf file how it is resolv the hosts.if it resolving through DNS servers first,check ur DNS server is working properly,or check ur /etc/hosts.

Mohan
Fuad_1
Regular Advisor

Re: Performance

Hi,

No DNS is used for resolving. Below is the contents of /etc/nsswitch.conf

hosts: files
aliases: files
Set goals, and work to achieve them
Sanjay_6
Honored Contributor

Re: Performance

Hi,

This could be related the reverse lookup problem that is faced by users telnetting to the system. If you are facing the same problem if you telnet from your workstation, then put your ip address with some xyz hostname in the /etc/hosts file and then telnet to the system. If your connection is faster this time, then this points in the direction of reverse ip lookup problem.

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000064209194

Hope this helps.

Regds
Norman_21
Honored Contributor

Re: Performance

Fuad,

How about if you copy new configuration files from the following:

#mv /etc/nsswitch.conf /tmp
#cp /ust/newconfig/etc/nsswitch.files /etc/nsswitch.conf

I wonder why you have /etc/nsswitch file
I don't think the /etc/hosts needs it!

Just a thought!
"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
Fuad_1
Regular Advisor

Re: Performance

Thanks all. The problem was with the link used between the storage box and the DR one.
Set goals, and work to achieve them