Timeout waiting for arp/rarp error


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Timeout waiting for arp/rarp error
# 1  
Old 05-13-2008
Timeout waiting for arp/rarp error

hello folks,

I am trying to install solaris 10 through network using jumpstart but the thing is i am facing problem with the following message problem Timeout waiting for arp/rarp i made sure everything correct as /etc/hosts and /etc/ethers cables are connected, plz anyone help me out
# 2  
Old 05-13-2008
A pretty common and very frustrating problem for people trying to jumpstart unfortunately.

There's a few paths to take to debug, the first test would be to check that you _really_ have the right MAC address in /etc/ethers - sparc systems have a 'use_local' prom setting (or something similar, I forget the exact wording of it) that can override the NIC's MAC with it's hostid. It's used to stop a NIC change from messing with a MAC.

Another thing to check is that you arp daemon is actually running, along with a tfpd. I generally just run the setup_install_server script again if I'm having trouble - it beats thinking too hard Smilie

Also check out your /etc/bootparams - that's what actually gets used so it's the 'one true source' of config.

Finally, if none of this is getting you anywhere (or if it'll take you more than about an hour to do), use snoop (or tcpdump if you don't have snoop) on your jumpstart server to watch for the arp/rarp requests and see what your server is actually saying. Check the MAC matches what you thought, see if your jumpstart is answering at all. This will help you nail down what phase of the jumpstart is going wrong. 9 times out of 10, it's the initial rarp getting ignored by the jumpstart server that causes issues.

Failing that, grab a copy of Jet (aka Quark) from sun (I'm pretty sure it's free). It provides heaps of functionality including a manager program to sort out your js server properly. Smilie
# 3  
Old 05-13-2008
One more think to consider is that your boot server has to be on the same subnet.
# 4  
Old 05-13-2008
Thanks a lot Dragon, i will let you know about any changes.
# 5  
Old 05-14-2008
Having 2 entries for the same MAC address in the ethers file gives the same error
Tornado
# 6  
Old 05-14-2008
I made sure to check the /etc/ethers for not having duplicate MAC address, checked /etc/dfs/dfstab, run the share command on the installed image, checked /etc/bootparams for any possible errors and also made sure if rarp is running, checked the cables and NIC card as well. Everything looks fine i don't know what else i am missing but when i run snoop command with d option on
interface card this message came out
Who is xxx.xxx.x.x (ip address) server name? plz some one what should i do guys....
# 7  
Old 05-14-2008
That snoop should be showing you requests by MAC address too. ie you should see your server you are trying to boot's MAC appear in the snoop output on your jumpstart server.

If you aren't see anything like that, then the problem is one of:
Bad network in between
Broken network on the jumpstart server
Your target server isn't sending ARPs properly

check network port has a link, check switch, check you don't have a crossover cable where you shouldn't or vice-versa.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

What is this error log = hda: irq timeout: error=0x00 and how to solve?

what is this error log = hda: irq timeout: error=0x00 and how to solve? every day upon checking the logs i see this error. hda: irq timeout: error=0x00 hda: irq timeout: error=0x00 hda: irq timeout: error=0x00 hda: irq timeout: error=0x00 hw_client: segfault at 0000000000000046 rip... (3 Replies)
Discussion started by: avtalan
3 Replies

2. Solaris

weblogic connection timeout error

i am facing an issue that the server give a connection timeout after 60 sec for any request more than that number . i tried to increase the TCP INTERVAL TIMEOUT from the default 60000 ms to more higher number. the server seems to work fine and didn't give me the massage of the timeout but the... (0 Replies)
Discussion started by: core99
0 Replies

3. Red Hat

TNS Timeout Error when connecting to SQLPLUS through scripts only

Hi, I am facing a strange issue when connecting to SQLPLUS via a shell scripts. I am using Linux 2.6.18-274.18.1 and gbash shell. When I connect to SQLPLUS through scripts then it throws TNS Time Out error ""sometimes"" and connects successfully other times.This is only happening when... (9 Replies)
Discussion started by: aashish.sharma8
9 Replies

4. Solaris

Solaris 2.6 looking for ARP/RARP packet

Hi Everybody :) This is my first post concerning Solaris 2.6 trying to boot on a Tadpole SparcBook 3. I bought the laptop from somebody who configured it for his network. For the moment I want it as a non-networked standalone machine, or at least have that option. On trying to boot I get an... (0 Replies)
Discussion started by: JuBiLeE_50_05
0 Replies

5. IP Networking

about RARP

Is a separate frame type field required for RARP? Could the same value be used for ARP and RARP 0x0806? thanks in advance. (1 Reply)
Discussion started by: kavitha rao
1 Replies

6. Solaris

SFTP is successful but still shows timeout error

Hi, I am doing sftp from remote server1 to remote server2. This is done through a script. This script was working fine. But if i am tranfer files of 120 MB only some part of the file gets transferred (around 9 MB). Incase i put the same file manually it gets uploaded successfully. Can... (1 Reply)
Discussion started by: subiksha
1 Replies

7. UNIX for Dummies Questions & Answers

Help with waiting for ARP/RARP packet

All, I am no UNIX guru and all of them on my project have been unable to figure out the situation regarding the "waiting for ARP/RARP packet" issue we are experiencing. Hopefull, someone here will have some much needed insight.... The workstation is crashing while no one is around, the... (1 Reply)
Discussion started by: chezmargm
1 Replies

8. Solaris

Jumpstart: Rarp protocol specifics

I am having trouble locating a boot server on my subnet. I am trying to avoid installing a boot server if one exisits. Is there a way for me to broadcast a Rarp request to see if any boot servers are on my subnet and if so identify them? I think this will only work if the Rarp protocol supports... (3 Replies)
Discussion started by: mhm4
3 Replies

9. IP Networking

Alternate to RARP Solaris 5.6 & 5.8

I am a Cisco Engineer and have run into a problem with the boot process for UNIX servers running Solaris 5.6 & 5.8 OS. Currently the servers boot using RARP to discover IP configuration. This works and is OK as long as everything is on the same network where the broadcasts are free to roam. ... (2 Replies)
Discussion started by: dmerg59
2 Replies

10. UNIX for Dummies Questions & Answers

Timeout Error

I'm getting a error on a old SPARC Station 5 system. The HDD I am using in internal 18GB. Everything use to work, and well wont now. The error I am getting is in bootup. The error is 'Timeout waiting for ARP?RARP packet error'. Anyone got any idea how I can fix this? I'm not sure... (4 Replies)
Discussion started by: merlin
4 Replies
Login or Register to Ask a Question