boot net problem


 
Thread Tools Search this Thread
Operating Systems Solaris boot net problem
# 1  
Old 02-25-2008
boot net problem

Hi my friends

when I want to make boot net for my server I have receive:

Time out ARP/RARP

note: I have use
Ok boot net (this is my Syntax)

so what is the problem?
# 2  
Old 02-25-2008
Normally when getting the Timeout waiting for ARP/RARP packet the error is due to one of the following:
(information found on examcram2 - Solaris 9 Network Admin Exam Cram: ARP and RARP

Quote:
The ethernet address for the client has been entered incorrectly in /etc/ethers.
*

The ethernet address entry for the client does not exist in /etc/ethers.
*

The IP address or hostname entry for the client has been entered incorrectly in /etc/inet/hosts.
*

The IP address or hostname entry for the client does not exist in /etc/inet/hosts.
*

The in.rarpd daemon is not running on the server.

You can also gain useful information from the debug option of in.rarpd because it can be used to eliminate some of the potential causes of problems.
Here are some other docs that may help:

Jumpstart how-to Solaris 8
# 3  
Old 02-26-2008
It's odd that this:
Quote:
The IP address or hostname entry for the client has been entered incorrectly in /etc/inet/hosts.
*

The IP address or hostname entry for the client does not exist in /etc/inet/hosts.
*
was included as a potential cause. That should cause the host to get the wrong address rather then rarpd not to respond.

Another common problem is that the boot server is not on the same subnet as the server being installed, or where multiple boot servers and a single install server are being used that the install server was configured to boot the client instead of the appropriate boot server.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Net Boot with Flash install

I have a blade 6000 chassis with a T6340 blade. The blade took a dump and I am trying to rebuild it with a Flash Archive. I am using net boot from an E2900 and the flash is located on a an array that is attached to my v245 management server. I can net boot and I can select flash install. When I put... (1 Reply)
Discussion started by: ryan_ford
1 Replies

2. Solaris

M5000 boot net- install failed

Good evening all,I'm new to your site, so please bear any infringements or transgressions on my part.I'm new to the whole Solaris boot install over the net scenario, but here's where I'm stuck:I have an M5000 with 2 domains (running unimode). Domain 0 is configured and running Solaris 10. Domain 1... (9 Replies)
Discussion started by: RandomSun
9 Replies

3. Shell Programming and Scripting

NET::FTP Problem

I am facing some problem in the NET::FTP Library in perl script in the HPUX. I am using NET::FTP to ftp files from 23 remote servers. Except 1 server everything is working fine. I am getting this error from one server . but normal FTP is working fine for that server. everytime few files are ftped... (1 Reply)
Discussion started by: mohanm
1 Replies

4. Solaris

Problem to detect a net card

People i install a solaris 9 in a sparc platform this is the 3 time that i install it on this machine, the problem now is that when i do a ifconfig -a i only see the loop conection and no the hme0, i don`t remember if during the installation i set the option not networked. Any ideas? how to... (6 Replies)
Discussion started by: enkei17
6 Replies

5. Solaris

Boot on single user mode with net services

Hi everybody, I'm running soalris 10, and I would like to know if it posible to boot on single user mode(init s), and then set up (may be manually or not) all the networks services, did someone try this before?? Tks (4 Replies)
Discussion started by: jespada
4 Replies

6. Shell Programming and Scripting

Net::SFTP problem AIX

I am having an issue while trying to run the Net::SFTP module. I have been able to install this on several machines before but have never had this problem. When I am running a simple script to test the sftp it dies but does not trigger the print statement for my error. The last line is in red. ... (0 Replies)
Discussion started by: kofs79
0 Replies

7. Shell Programming and Scripting

problem with Net::Telnet

#!/usr/bin/perl use strict; use warnings; use Net::Telnet (); my $t = new Net::Telnet (Timeout => 10, Prompt => '/.*(#|>|\))\s*$/'); my $remote_host='home'; $t->open(Host => $remote_host, Port =>23); $t->login('root', 'pass'); the error that I get... (4 Replies)
Discussion started by: lassimanji
4 Replies

8. Solaris

Boot problem

Hi everyone, I have sun fire280R machine before i it is installed with solaris5.9 now i want to upgrade it but it not booting from the cd rom ....OK prompt also not comming i dont have solaris keyboard to press stop-A key...i have a intel supported keyboard ...what may be the problem it is... (1 Reply)
Discussion started by: alakshmanrao
1 Replies

9. Solaris

solaris boot problem boot error loading interpreter(misc/krtld)

When I installed the SOLARIS 10 OS first time, the desktop would not start up, this was because of network setup. Reinstalled worked. After a week due to some problem I had to reinstall OS, installation went fine and but when i reboot I get this error. cannot find mis/krtld boot error loading... (0 Replies)
Discussion started by: johncy_j
0 Replies

10. UNIX for Advanced & Expert Users

Boot problem

we have a problem with a server UNIX SUN OS 5.7 : we tried to reboot it and we have the following error message : "boot load failed the file just loaded does not appear to be executable " we booted the server in single user mode with the cdrom we made the mirrored disk bootable we tried... (2 Replies)
Discussion started by: farzolito
2 Replies
Login or Register to Ask a Question