- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2003 05:58 PM
11-22-2003 05:58 PM
Performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2003 06:05 PM
11-22-2003 06:05 PM
Re: Performance
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'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2003 06:20 PM
11-22-2003 06:20 PM
Re: Performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2003 06:21 PM
11-22-2003 06:21 PM
Re: Performance
Also, make sure your switch settings are correct. Autonegotiate for 1000 BT explicit for slower cards.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2003 06:36 PM
11-22-2003 06:36 PM
Re: Performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2003 07:16 PM
11-22-2003 07:16 PM
Re: Performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2003 07:25 PM
11-22-2003 07:25 PM
Re: Performance
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2003 08:01 PM
11-22-2003 08:01 PM
Re: Performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2003 09:31 PM
11-22-2003 09:31 PM
Re: Performance
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 03:32 PM
11-25-2003 03:32 PM
Re: Performance
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2003 07:46 PM
11-29-2003 07:46 PM
Re: Performance
No DNS is used for resolving. Below is the contents of /etc/nsswitch.conf
hosts: files
aliases: files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2003 08:25 PM
11-29-2003 08:25 PM
Re: Performance
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2003 11:40 PM
11-29-2003 11:40 PM
Re: Performance
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 06:57 PM
11-30-2003 06:57 PM