[openfirmware] TFTP Block Size setting?

Alec anacreo at gmail.com
Fri Jun 10 09:41:51 CEST 2016


Thank you for sharing this, definitely looks like the blksize isn't
variable here.  Next would be to see if AIX open boot supports the http
interface for receiving the boot image.
I will try modifying the /etc/bootptab to define the tftp filename as a URL
and see if that works.  Let me know if at the surface if the below bootp
config should cause Open Firmware to retrieve the file over http, if IBM
Open Firmware supports http...

eg. (using data from here
<http://aix4admins.blogspot.com/2013/07/bootpd-this-is-initial-communication.html>
)
# modify /etc/bootptab to insert "http://50.21.100.48"
aix21.domain.com:bf=*http://50.21.100.48 <http://50.21.100.48>*
/tftpboot/aix21.domain.com:ip=10.200.50.56:ht=ethernet:sa=50.20.100.48:
gw=10.200.50.1:sm=255.255.255.0:

Hope that works tomorrow, otherwise time to build out a new NIM service.

Alec

On Thu, Jun 9, 2016 at 7:37 PM, James Cameron <quozl at laptop.org> wrote:

> I don't have the source for AIX open boot, but in Open Firmware the
> TFTP implementation is without block size support.
>
> References:
>
> 1.
> https://code.coreboot.org/p/openfirmware/source/tree/HEAD/ofw/inet/tftp.fth
>
> 2.
> https://tools.ietf.org/html/rfc2348 "blksize"
>
> On Thu, Jun 09, 2016 at 06:20:13PM -0700, Alec wrote:
> > I am attempting to do an IBM NIM install across a 20ms latency.
> >
> > Is there an ability to kick off the network boot on AIX open boot with a
> block
> > size option for tftp from the ok? Prompt?
> >
> > Forgive me if this is not an appropriate place for this.
> >
> > Alec
>
> --
> James Cameron
> http://quozl.netrek.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/openfirmware/attachments/20160610/806a806e/attachment.html>


More information about the openfirmware mailing list