From: adirtymindisajoyforever on
On 29 mrt, 12:49, syd_p <sydneypue...(a)yahoo.com> wrote:
> 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

hi all,

thanks for all replies: the fact that I once got: file not found and
then
file is not in executable format made me think about the connection.
strange things I need to figure out but a direct cable between the
server
and client, only two racks away, made it work
someone who wants to tell a story about autonegotiate and sun
servers ;)



From: Bruce D Porter on
On Tue, 30 Mar 2010 06:05:17 -0700, adirtymindisajoyforever wrote:

> On 29 mrt, 12:49, syd_p <sydneypue...(a)yahoo.com> wrote:
>> 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
>
> hi all,
>
> thanks for all replies: the fact that I once got: file not found and then
> file is not in executable format made me think about the connection.
> strange things I need to figure out but a direct cable between the server
> and client, only two racks away, made it work someone who wants to tell a
> story about autonegotiate and sun servers ;)

Yes, some 3rd party switches do not auto-negotiate properly :-)

Its not so much the server, as the NIC in use (IIRC), traditionaly there
were issues with the hme and IBM switches.

You may find that the switches you are/where connected to are not set to
auto-neg, this can cause JumpStart issues. It is possible to declare
speeds at "boot net", but easier to either get the switches set correctly
or go through the "direct" connect route.

If both servers are using e1000/ce/nxge (gig connections) you do not need
to use a cross-over, straight through will be OK.


--
Bruce
"The internet is a huge and diverse community and not every one is friendly"
http://www.ytc1.co.uk

From: Bruce D Porter on
On Mon, 29 Mar 2010 02:43:24 -0700, adirtymindisajoyforever 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.
>>

>
>
> 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

Did you edit the template with the new IP address before running
make_client ?

If the network is changed, oftne best to run remove_client then
make_client.

Feel free to send me the output of make_client and a copy of the template.

> /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 ?


boot net -v 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 #

--
Bruce
"The internet is a huge and diverse community and not every one is friendly"
http://www.ytc1.co.uk

First  |  Prev  | 
Pages: 1 2
Prev: sun anti-Dell ads
Next: ZFS pool