From: adirtymindisajoyforever on
hi,

I am a newbie to jumpstart. I installed JET, configured
a client and executed make_client successfully.
As a result /tftpboot contains a link 0AA0.... to the bootfile.

When I execute boot net - install, the client gets the correct
ip address from my jumpstartserver but then requests a wrong
filename to be tftp-ed.

A few questions:
- what is the relation between the linkname in /tftpboot
- where does the client get the filename from?

thanks in advance for all help.
From: hume.spamfilter on
adirtymindisajoyforever <getridofthespam(a)yahoo.com> wrote:
> - what is the relation between the linkname in /tftpboot
> - where does the client get the filename from?

The client requests a filename using the hex value of its IP address.
For example, if the client has the IP address 192.168.2.1, it will
request an filename with "C0A80201".

Since your link starts with "0AA0", I'm guessing your netblock starts
with 10.160, correct?

> When I execute boot net - install, the client gets the correct
> ip address from my jumpstartserver but then requests a wrong
> filename to be tftp-ed.

What does it ask for?

--
Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
From: YTC#1 on
On Fri, 26 Mar 2010 06:15:07 -0700, adirtymindisajoyforever wrote:

> hi,
>
> I am a newbie to jumpstart. I installed JET, configured
> a client and executed make_client successfully.
> As a result /tftpboot contains a link 0AA0.... to the bootfile.
>

Post the output from make_client

And, the template would be handy as well.


> When I execute boot net - install, the client gets the correct ip
> address from my jumpstartserver but then requests a wrong filename to be
> tftp-ed.
>
> A few questions:
> - what is the relation between the linkname in /tftpboot - where does
> the client get the filename from?
>
> thanks in advance for all help.

--
Bruce Porter
XJR1300SP, XJ900F, GSX250, Pegaso 650 Trail
POTM#1(KoTL), WUSS#1 , YTC#1(bar), OSOS#2(KoTL) , DS#3 , IbW#18 ,Apostle#8
"The internet is a huge and diverse community and not every one is friendly"
http://www.ytc1.co.uk
There *is* an alternative! http://www.openoffice.org/

From: adirtymindisajoyforever on
On 27 mrt, 17:48, YTC#1 <bdp-spam...(a)ytc1.co.uk> wrote:
> On Fri, 26 Mar 2010 06:15:07 -0700, adirtymindisajoyforever wrote:
> > hi,
>
> > I am a newbie to jumpstart. I installed JET, configured
> > a client and executed make_client successfully.
> > As a result /tftpboot contains a link 0AA0....  to the bootfile.
>
> Post the output from make_client
>
> And, the template would be handy as well.
>
> > When I execute boot net - install, the client gets the correct ip
> > address from my jumpstartserver but then requests a wrong filename to be
> > tftp-ed.
>
> > A few questions:
> > - what is the relation between the linkname in /tftpboot - where does
> > the client get the filename from?
>
> > thanks in advance for all help.
>
> --
> Bruce Porter
> XJR1300SP, XJ900F, GSX250, Pegaso 650 Trail
> POTM#1(KoTL), WUSS#1 , YTC#1(bar), OSOS#2(KoTL) , DS#3 , IbW#18 ,Apostle#8
> "The internet is a huge and diverse community and not every one is friendly"http://www.ytc1.co.uk         
> There *is* an alternative!http://www.openoffice.org/


hi,

I had to change the ip address of the client machine due to network
configuration and the make_client
didn't update .. or I missed an error...
I deleted all the files in /tftpboot and ran make_client again. Now I
have the correct filenames, but -i would say-
up to the next problem.

A trace on the jumpstartserver shows it gets the tftp request, opens
the file and sends the first 512 bytes to the
client machine. Although I see 4 retransmissions with a timeout of 5
seconds each, the client immediately
displays the messages: TFTP error: file not found?

Is there a way to get some tracing out of the
boot net - install ?

BTW: JSserver = solaris 10 running op V490; client = V215

# file /tftpboot/inetboot.SUN4U.Solaris_10-1
/tftpboot/inetboot.SUN4U.Solaris_10-1: ELF 64-bit MSB executable
SPARCV9 Version 1, statically linked, stripped
#


From: syd_p on
On 29 Mar, 10:43, adirtymindisajoyforever <getridofthes...(a)yahoo.com>
wrote:
> On 27 mrt, 17:48, YTC#1 <bdp-spam...(a)ytc1.co.uk> wrote:
>
>
>
> > On Fri, 26 Mar 2010 06:15:07 -0700, adirtymindisajoyforever wrote:
> > > hi,
>
> > > I am a newbie to jumpstart. I installed JET, configured
> > > a client and executed make_client successfully.
> > > As a result /tftpboot contains a link 0AA0....  to the bootfile.
>
> > Post the output from make_client
>
> > And, the template would be handy as well.
>
> > > When I execute boot net - install, the client gets the correct ip
> > > address from my jumpstartserver but then requests a wrong filename to be
> > > tftp-ed.
>
> > > A few questions:
> > > - what is the relation between the linkname in /tftpboot - where does
> > > the client get the filename from?
>
> > > thanks in advance for all help.
>
> > --
> > Bruce Porter
> > XJR1300SP, XJ900F, GSX250, Pegaso 650 Trail
> > POTM#1(KoTL), WUSS#1 , YTC#1(bar), OSOS#2(KoTL) , DS#3 , IbW#18 ,Apostle#8
> > "The internet is a huge and diverse community and not every one is friendly"http://www.ytc1.co.uk        
> > There *is* an alternative!http://www.openoffice.org/
>
> hi,
>
> I had to change the ip address of the client machine due to network
> configuration and the make_client
> didn't update .. or I missed an error...
> I deleted all the files in /tftpboot and ran make_client again. Now I
> have the correct filenames, but -i would say-
> up to the next problem.
>
> A trace on the jumpstartserver shows it gets the tftp request, opens
> the file and sends the first 512 bytes to the
> client machine. Although I see 4 retransmissions with a timeout of 5
> seconds each, the client immediately
> displays the messages: TFTP error: file not found?
>
> Is there a way to get some tracing out of the
> boot net - install ?
>
> BTW: JSserver = solaris 10 running op V490; client = V215
>
> # file /tftpboot/inetboot.SUN4U.Solaris_10-1
> /tftpboot/inetboot.SUN4U.Solaris_10-1:  ELF 64-bit MSB executable
> SPARCV9 Version 1, statically linked, stripped
> #
you should consider using rm_install_client followed by
add_install_client if changing a client's attributes.
there are other files in the loop such as /etc/bootparams

I have used a -v option to give some more info on occasions.
boot net -v - install
maybe
 |  Next  |  Last
Pages: 1 2
Prev: sun anti-Dell ads
Next: ZFS pool