- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- terminal ses
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
09-13-2002 06:45 AM
09-13-2002 06:45 AM
terminal ses
I is very slow. Not always but sometimes i have to wait 5- 6 second's for eny response. It is not really nice if i want make som scripts.
I use reflection X
Machine that i user is : rp 5450 HP-UX 11.11i
Help me please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 06:58 AM
09-13-2002 06:58 AM
Re: terminal ses
Probably a DNS issue?
what does /etc/resolv.conf look like?
what does /etc/nsswitch.conf look like??
What are the network connection speeds?
What is the system load??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 07:08 AM
09-13-2002 07:08 AM
Re: terminal ses
Also you may find RX's trace facility might show something : RX -> Tools -. client trace.
Out of interest is this problem occuring for X sessions or straight forward telnet connections ?
Are there any devices such as routers or switches involved here ? Are the hpux and PC on the same subnet .
also you may want to use ping at the time of the next delay along with nslookup on the unix box to see if there are any stats or problems with name resolution generated.
Lastly is only one system affected or do you find the issue on several pc/unix systems ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 07:43 AM
09-13-2002 07:43 AM
Re: terminal ses
I have more info about my probleem:
This is my etc/resolv.conf file
domain naam.naam.com
nameserver 192.169.145.15
nameserver 192.169.145.16
This is my /etc/nsswitch.conf
passwd: compat
group: compat
hosts: dns [NOTFOUND=return] files [NOTFOUND=return] nis
networks: nis [NOTFOUND=return] files
protocols: nis [NOTFOUND=return] files
rpc: nis [NOTFOUND=return] files
publickey: nis [NOTFOUND=return] files
netgroup: nis [NOTFOUND=return] files
automount: files nis
aliases: files
services: nis [NOTFOUND=return] files
The network connection speed is 100 MB
The Same probleem i have with telnet session
I have 3 unix-box's . With another box's i have not problem.
PC and Unix is on the same subnet
The unix machine is conected on HP 2500 switch .This one is conected to hp 4000 switch. I'm conected to HP 4000 Switch.
If i use TOP i see nothing.
You have ask me what is the system load of my machine.
How i kan chack this ?
Sometimes if i have this probleem i used ping command and evrything looks good.
I have 2 routers in my network. dafault Gateway and RAS
Sorry my english lenguage is not relly good
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 10:22 AM
09-13-2002 10:22 AM
Re: terminal ses
What I would do is replace the "return"'s in your nsswitch.conf file to "continue"'s, like this:
passwd: compat
group: compat
hosts: dns [NOTFOUND=continue] files [NOTFOUND=return] nis
networks: nis [NOTFOUND=continue] files
protocols: nis [NOTFOUND=continue] files
rpc: nis [NOTFOUND=continue] files
publickey: nis [NOTFOUND=continue] files
netgroup: nis [NOTFOUND=continue] files
automount: files nis
aliases: files
services: nis [NOTFOUND=continue] files
How long does an nslookup take?
The next time you have "slow" conditions, try using the IP address, it should be faster, if not then you have OTHER issues!
live free or die
harry