- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11.00 Fresh Installation: TCP/IP Problem
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
02-27-2003 06:06 PM
02-27-2003 06:06 PM
I just installed a fresh installation of HP-UX 11.00 on HP9000/800/L2000-44. all the required tcp/ip information normally required to connect to network already defined (IP address, subnetmask, default gateway)but the problem is, i cannot telnet into this server, cannot ftp out/in, and slow/late respond when pinging into this server. also when i ping other ip on the network from this server, the respond is so slow, just after 1000+ ms i i'll get the respond.
this problem seems like regarding to tcp/ip but i'm not sure what is the couse of this problem
can anybody help me to solve this problem
please ask me, if any info required to escalate this problem as i need to solve this problem A.S.A.P
thanks & regards
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 06:38 PM
02-27-2003 06:38 PM
Re: HP-UX 11.00 Fresh Installation: TCP/IP Problem
The slow ping responses sound like maybe there is a speed and/or duplex mismatch between your lan card and the port on the network. I'd start by checking that.
The ftp and telnet problems may be related to the speed/duplex problem if you have one.
What model of lan card are you using in the box? Does 'netstat -rn' show that network card as being used for your IP address? Does 'lanscan' show the card in an 'UP' state? Does 'ioscan -fn' show the card as claimed, and what driver does it show for it?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 07:04 PM
02-27-2003 07:04 PM
Re: HP-UX 11.00 Fresh Installation: TCP/IP Problem
lanadmin
lan
display
and look on the second page for errors.
Then look at netstat -rn to see if your routing looks good. Then netstat -r to see if the names look right. nslookup hostname to see if the DNS or /etc/hosts file is causing a problem. (any difference when you ping a hostname vs ping by ip address?)
netstat -s and look for massive retransmissions and other errors.
Is it listening for telnet?
netstat -an |grep 23
netstat -a |grep telnet
check /etc/service and /etc/inetd.conf
can you ping the default gateway?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 07:19 PM
02-27-2003 07:19 PM
Re: HP-UX 11.00 Fresh Installation: TCP/IP Problem
ioscan -fnC lan
check the speed of the card
lanadmin -x lan 1
check the switch side, which is 10 or 100 mbs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 07:24 PM
02-27-2003 07:24 PM
Re: HP-UX 11.00 Fresh Installation: TCP/IP Problem
#lanadmin
-->lan
-->display
check whether there are any errors or collisions.
check that the speed and the duplex settings are same at both ends(server and the switch).
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 08:59 PM
02-27-2003 08:59 PM
SolutionWe configured the switch for Auto negotiate, any speed the box wanted.
The lanadmin -x 1 indicated full duplex 100 BaseT
The swtich indicated it was asked for 100 BaseT half duplex.
So, we hardcoded the switch to 100 BaseT full duplex, no autonegotiate.
And the machine came up next boot as 100 BaseT half duplex.
We had to hard code the setting for the lan card in the file...
/etc/rc.config.d/hpbtlanconf
Here are our settings so you have an example.
HP_BTLAN_INTERFACE_NAME[0]=lan0
HP_BTLAN_STATION_ADDRESS[0]=
HP_BTLAN_SPEED[0]=10HD
HP_BTLAN_INTERFACE_NAME[1]=lan1
HP_BTLAN_STATION_ADDRESS[1]=
HP_BTLAN_SPEED[1]=100FD
You need to work out these issues with network administration to eliminate this as a possible cause of your problem.
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
02-28-2003 09:35 AM
02-28-2003 09:35 AM
Re: HP-UX 11.00 Fresh Installation: TCP/IP Problem
first of all, i would like to thanks to all of you that involve in solving this problem, and especially for steven, yeap..i'm having the same problem as your's. your solution really solve my problem. also for everybody...thanks for all of your effort.
the problem is because of "/etc/rc.config.d/hpbase100conf" is not defined bye the exact interface, station address & connection speed
the setting is;
HP_BASE100_INTERFACE_NAME[0]=lan0
HP_BASE100_STATION_ADDRESS[0]=0x001083FAC519
HP_BASE100_SPEED[0]=AUTO_ON
instead of
HP_BASE100_INTERFACE_NAME[0]=
HP_BASE100_STATION_ADDRESS[0]=
HP_BASE100_SPEED[0]=
before this.
so now my problem was solve and i can work happily...
thanks & regards
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2003 09:40 AM
02-28-2003 09:40 AM
Re: HP-UX 11.00 Fresh Installation: TCP/IP Problem
I would advise to take that out of the config file. If you ever have to change the NIC, which would have a different MAC address, having the address in the config file could cause problems.
I would make the file look like:
HP_BASE100_INTERFACE_NAME[0]=lan0
HP_BASE100_STATION_ADDRESS[0]=
HP_BASE100_SPEED[0]=AUTO_ON
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2003 10:29 AM
02-28-2003 10:29 AM
Re: HP-UX 11.00 Fresh Installation: TCP/IP Problem
Auto Negotiate only works if both sides are set to auto negotiate (and if the cables are certains lengths). If one side is set to a fixed full duplex then the auto negotiate standard says to set the auto end to half duplex. Don't ask me why but that's the way the fool thing reads. So if you set one side to FULL you have to set the other side to FULL to or you will have an auto mismatch.
http://www.cisco.com/univercd/cc/td/doc/product/lan/c2900xl/29_35xp/scg/kitrbl.htm
Ron