jumpstart client error

I get the following error on the jumpstart client

panic - boot: Could not mount filesystem

1. From snoop ethers <client> on bootserver

it seems it's trying to resolve jumpstart IP and getting no reply

2. I made sure the root file system is shared

3. ethers and hosts files are correct

What else should I look for?

Thanks

Anna

[389 byte] By [soopergal] at [2007-11-26 9:18:49]
# 1
Can you post more details... OS release.
mlennon at 2007-7-6 23:48:11 > top of Java-index,General,Talk to the Sysop...
# 2

Reverse name resolution can be a problem.The client's IP address has to reverse resolve to a name, and that name has to match the entry in /etc/bootparams.

It's difficult to tell from your post where the IP resolution is having a problem. Is it immediately during the initial RARP, or is it later (before or after the TFTP load) (I'm assuming after).

Showing the last few snoop lines might help.

--

Darren

Darren_Dunham at 2007-7-6 23:48:11 > top of Java-index,General,Talk to the Sysop...
# 3
It's Solaris 5.8DarrenYes, it's after. <client> (broadcast) ARP C Who is <jumpstart>?It fails to reply at this point.
soopergal at 2007-7-6 23:48:11 > top of Java-index,General,Talk to the Sysop...
# 4
Odd. I wouldn't expect ARP to fail in this situation, because there's no name issues associated with it.Can you display the complete text of say the last 4 or 5 packets seen in snoop?-- Darren
Darren_Dunham at 2007-7-6 23:48:11 > top of Java-index,General,Talk to the Sysop...
# 5

[[[<client> (broadcast) ARP C Who is <jumpstart>?]]]

do you have local-mac-address? set to false?

Also, I would do an "rm_install_client" and an "add_install_client" and try boot net'ing again.

Also, could you do a boot net - v install

and paste the output here?

implicate_order at 2007-7-6 23:48:11 > top of Java-index,General,Talk to the Sysop...
# 6
Just to get a more complete picture: what's your network setup look like?* Is the client in the same subnet as the jumpstart server?* If not, is there a boot server in the same subnet as the client?* Can you give us samples of the jumpstart configuration?
Cailin_Coilleach at 2007-7-6 23:48:11 > top of Java-index,General,Talk to the Sysop...