Building a 43p using BOOTP


 
Thread Tools Search this Thread
Operating Systems AIX Building a 43p using BOOTP
Prev   Next
# 1  
Old 11-15-2007
Building a 43p using BOOTP

I have a 43p 120 (7248-120) which I am trying to install AIX 5.2 on. I have built a Nimol server on a Linux PC running SUSE LES 10. I have setup the 43p to perfom a network boot (BOOTP) and all the addresses in the network settings under SMS are set to 0.0.0.0. When I power up the 43p it immediately finds the Nimol TFTP boot area and traffic starts to flow between the two machines.

However the 43p never actaully starts to build an operating system and the output from the DHCP log is as follows:

Jul 16 15:24:33 rs6000 dhcpd: BOOTREQUEST from 00:06:29:84:2b:36 via eth0
Jul 16 15:24:33 rs6000 dhcpd: BOOTREPLY for 192.168.0.5 to alter (00:06:29:84:2b:36) via eth0

It never gets any further!

Anyone any ideas?

I have not upgraded the firmware on the network adapter.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Bootp/tftp issue neeeeeed help plz

i find a solution (2 Replies)
Discussion started by: shady_2005
2 Replies

2. AIX

EXP400 with 43P machine not booting

Hello I connected the exp400 & turned on the aix machine which is 7043-150 but now I guess probably ODM is corrupted as it does not boot. Its stuck at 0518 code. Also, on the console it shows stuck on the kernel, which then it does not want to boot. Is it possible to fix from maintenance... (1 Reply)
Discussion started by: pdhawan
1 Replies

3. AIX

brisque impose 43P 150 aix version 4 HELP!!!!!!!!

hi to everybody I have a problem with the AIX version 4: I can not get into failsafe session kindly someone knows how to enter this mode? thanks in advance (5 Replies)
Discussion started by: elektrospeed
5 Replies

4. AIX

model 43P 7248 Recovery!

HI all! this is my problem: my boss got a Model 43P 7248-100 PowerPC server with the AIX 4.2 os, but some days ago it crashed and now it doesn't want to boot up again, it stops after the initial diagnostic phase with the "PowerPC" screen! I must recover some important data from the hard disk, so... (6 Replies)
Discussion started by: AKO
6 Replies

5. SCO

Need help in BOOTP Server and Client configuration

Dear All; I need help in configuring the BOOTP server, I have found something on internet forums regarding the file: bootptab and editing some lines but Im not if they are all correct. Also, I need help to configure my clients (UNIX) to boot up with this bootp server(UNIX). I will be... (1 Reply)
Discussion started by: amirzandi
1 Replies

6. AIX

43p 120

I have acquired a 43p 120 (7248-120) and I have two questions: Can anyone remember what is the highest version of AIX which I can install (5.1 I believe) and Can anyone remember how to boot this from the CDROM (boot floppy?) (1 Reply)
Discussion started by: johnf
1 Replies

7. Linux

BOOTP on HP Thin clients

Please m new around here! Can anyone take me thru implementing bootp on my thin clients via my central server? Preciate ur assistance. Thanks folks! (2 Replies)
Discussion started by: chuk_uka
2 Replies

8. UNIX for Dummies Questions & Answers

Save 43p bios?

Is there any way to backup the bios on a 43P-140 7043? (0 Replies)
Discussion started by: freestyle10269
0 Replies

9. UNIX for Dummies Questions & Answers

Network Install PXE/BootP/TFTP

Im trying to help my professor at school, were trying to setup a linux server, that is configured with bootp/tftp/PXE. the client computer NICs have support to boot off PXE. What we would like to do is if a client computer does not have an OS, it would boot off the server, and display a menu to the... (1 Reply)
Discussion started by: kwalick
1 Replies

10. UNIX for Dummies Questions & Answers

bootp/tftp

Hi, Setting up print queue, using SMIT on AIX And I have an option saying do I wish to make this a BOOTP/TFTP server. What exactly does this do? Thanks (3 Replies)
Discussion started by: maverick
3 Replies
Login or Register to Ask a Question
bprelay(8)						      System Manager's Manual							bprelay(8)

NAME
bprelay - BOOTP relay agent SYNOPSIS
/usr/sbin/bprelay [-f] [-d n] [-h hopcount] [-i interface,interface...] [-t minutes] [-w seconds] server... OPTIONS
Foreground mode. In this mode, bprelay does not run as a daemon. All messages are written to stdout and stderr, although warnings and errors are still sent to syslog(3). Without this option, bprelay listens on all interfaces on which the underlying protocol supports broadcasting. With this option, bprelay listens only to those interfaces specified. Any non-existent or invalid interface name are ignored. Sets debug level to the numeric value n. Larger values of n provides more debugging information. Instructs bprelay to not for- ward packets if the value of the hops field in the BOOTP packet exceeds hopcount. Instructs bprelay to terminate if minutes have passed without any packets being received. This option is only honored if bprelay was started from inetd(8). Instructs bprelay to not forward packets until the secs field in the BOOTP packet header exceeds this value. DESCRIPTION
The bprelay daemon forwards DHCP or BOOTP packets to the specified list of servers (server). Servers may be identified either by their IP addresses or by their names. The bprelay agent normally runs as a daemon process, and may be started either from the shell command line interface or by inetd(8). The purpose of bprelay is to provide the same service as that found in router hardware, but to run on UNIX workstations. The bprelay agent listens for DHCP/BOOTP packets on each of the interfaces specified in the command line, and relays each packet to the servers specified. As a rule, bprelay forwards each and every packet to every server specified, but it omits servers whose IP address is found to be on the same IP network as the receiving interface since those servers will presumably hear the original broadcast. RESTRICTIONS
Non-standard subnet masks for all networks administered by bprelay, must be available either through /etc/netmasks or NIS. SEE ALSO
Commands: inetd(8), joinc(8) System calls: syslog(3) RFC1497, RFC1542, RFC1534 bprelay(8)