- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I can't telnet or ping to another server
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
07-09-2002 11:54 AM
07-09-2002 11:54 AM
I can't telnet or ping to another server
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 12:02 PM
07-09-2002 12:02 PM
Re: I can't telnet or ping to another server
10.0.0.10 minga minga
127.0.0.1 localhost loopback
10.0.0.9 gumby
10.0.0.159 bcprod
10.0.0.37 maia
10.0.0.186 icarus
10.0.0.76 XEROX1
10.0.0.77 XEROX2
Best of luck.
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 12:03 PM
07-09-2002 12:03 PM
Re: I can't telnet or ping to another server
Have you added the appropriate nameservers to /etc/resolv.conf?
Have you set up nsswitch.conf?
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 12:07 PM
07-09-2002 12:07 PM
Re: I can't telnet or ping to another server
Check the entries in /etc/hosts for the server B.
Check /etc/nsswitch.conf and /etc/resolv.conf
Also check the lan card of Server A with ifconfig lan0 command to check whether the lan card is up or down.
If down, #ifconfig lan0 up
Alos check the lan card settings and set it to 100 Mbps instead of Auto Negotiation.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 12:08 PM
07-09-2002 12:08 PM
Re: I can't telnet or ping to another server
Have you correctly configured your IPaddress, gateway and subnet mask in 'etc/rc.config.d/netconf'? You can do this manually or via 'sbin_set_parms'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 12:28 PM
07-09-2002 12:28 PM
Re: I can't telnet or ping to another server
After you have checked all the paramters also check the output of netstat -ni.
Check whether you can ping to the localhost 127.0.0.1
If not then check this entry in /etc/hosts
127.0.0.1 localhost loopback
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 12:45 PM
07-09-2002 12:45 PM
Re: I can't telnet or ping to another server
First - ping the IP of the A server FROM the A server (this will check if it's own card is running)
Second - Check SAM and see if the card is enabled/disabled).
Three - Check the logs. Are there any instances of errors indicating "...cable connect error"?
Ok, this may sound weird but on a few servers I've had to remove the network cable and then re-insert it in order to get the card to work. I later found out that there were patch/driver issues
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 02:29 PM
07-09-2002 02:29 PM
Re: I can't telnet or ping to another server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 04:36 PM
07-09-2002 04:36 PM
Re: I can't telnet or ping to another server
This member has assigned points to 59 of 145 responses to his/her questions.
http://forums.itrc.hp.com/cm/TopSolutions/1,,CA713641!1!questions,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 12:59 AM
07-10-2002 12:59 AM
Re: I can't telnet or ping to another server
Hi,
check with :
dmesg
cat /var/adm/syslog/syslog.log
cat /var/adm/rc.log
If no problem appears then
ping the server B with the name and, then
ping with Ip address.
check the interface in /etc/rc.config.d/netconf for
auto-negoctation, 10HD,100FD.
If the ping is alive, then
check ifconfig lan0 or lan1, ... and
verify the netmask
And, verify thes routes witch netstat -r
If netstat -r is apparently hang
type Ctrl + C, and
try netstat -rn.
If OK then try arp -a.
If arp command is hang (ctrl+c), then
the problem is the name services (NIS, DNS, /etc/resolv.conf)
If all is OK, then try a rlogin command,or/and
telnet SeverB 25 (SMTP port).
Maybe this server use tcp_wrapper.
If the Server B is a Solaris machine, sniff with "snoop between ServerA and ServerB"
Good luck
Jean-Yves
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 01:04 AM
07-10-2002 01:04 AM
Re: I can't telnet or ping to another server
It looks like that you haven't configured IP on machine A.
#set_parms initial will do this.
in /etc/hosts file of machine A add the Ip and name of machine B.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 02:17 AM
07-10-2002 02:17 AM
Re: I can't telnet or ping to another server
Worth a look if everything else seems fine...
Cheers,
-ChaZ-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 10:41 AM
07-10-2002 10:41 AM
Re: I can't telnet or ping to another server
P.S. This message is for Harry jr. Are you giving advices or getting points. May be I am not ready to give any point just yet.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 11:01 AM
07-10-2002 11:01 AM
Re: I can't telnet or ping to another server
Many of the folks above have given you great info on what you need or can do to get your newly installed o/s going.
BUT....when I cold install a box I generally have made my second step:
Checking and installing the driver for my lancard.
Example:
The last box I did a cold install on was a K370. Lancard HP-PB 100BaseT that needed driver loaded from Apps CD (J2759BA). Then a reboot and a quick adjustment to the ~/netconf files....and it's networking. Now I can go and do all those tips the other folks have given you above..
Hope this helps,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 11:06 AM
07-10-2002 11:06 AM
Re: I can't telnet or ping to another server
You are really not giving us much to work with!!!?????
Please post:
ifconfig info
netstat -rn info
Any errors being returned.
Can't telnet is very vague.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 11:11 AM
07-10-2002 11:11 AM
Re: I can't telnet or ping to another server
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 12:42 PM
07-10-2002 12:42 PM
Re: I can't telnet or ping to another server
If you can do a posting of the outputs from various commands, we can give you a exact solution.
First of all whether your card has got detected or not and whether the devie files for the lan card are created or not.
# ioscan -fnC lan
#ioscan -fn | grep lan
If it has been detected then whether the state is "CLAIMED".
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 04:17 AM
07-11-2002 04:17 AM
Re: I can't telnet or ping to another server
#ioscan -fnC lan
Class I H/W Path Driver S/W State H/W Type Description
lan 0 8/4/1/0 btlan4 unclaimed
unknown PCI Ethernet
lan 1 8/16/6 lan2 claimed
Interface Build-in lan
/dev/diag/lan1 /dev/ether1
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 04:26 AM
07-11-2002 04:26 AM
Re: I can't telnet or ping to another server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 04:59 AM
07-11-2002 04:59 AM
Re: I can't telnet or ping to another server
From the output of the ioscan, it is clear that your primary lancard lan0 is not claimed in the kernel and the device files are not made for that card. hence the lan0 will not function.
You have another card in the system lan1 and it is functioning properly. Hence you can always go to SAM and set the ipaddress on the second lan card and configure it.
If you want the primary lan card to be working properly then you would have to install the required lan card drivers for that card.
1. Do an insf -e and see if the new device files for lan0 are created. If not then,
You can go to kernel subsystems and add the driver for the lan card. Also see that btlan4 driver state ( IN or OUT )
It depends which card is lan0 - PCI 100BaseT, HSC 10/100 BaseT....make model etc
Pls let me know what is the model of the lan card, PCI, HSC. The server model no. also
Regards,
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 11:53 AM
07-11-2002 11:53 AM
Re: I can't telnet or ping to another server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 08:09 PM
07-11-2002 08:09 PM