Jet/Jumpstart installation freezing


 
Thread Tools Search this Thread
Operating Systems Solaris Jet/Jumpstart installation freezing
# 1  
Old 11-06-2009
Jet/Jumpstart installation freezing

Hi guys, I have a problem with installing new Solaris servers via jet/jumpstart (tried both).

I`ve configured server, created profile for a client, issued

Code:
{1} boot net -v install

and went to get some cofee...

After I came back, client was able to load system from server, get IP and, stucked at

Code:
Attempting to configure interface bge0...
Configured interface bge0
/

and that`s it - no more life signals from it...

in snoop output on server for client i`m seening this:

Code:
  chiscadm03 -> chiscvaptest05 TCP D=518 S=2049 Fin Ack=3803501 Seq=1915110994 Len=0 Win=49232 Options=<nop,nop,tstamp 2001773014 91537>
  chiscadm03 -> chiscvaptest05 TCP D=518 S=2049 Fin Ack=3803501 Seq=1915110994 Len=0 Win=49232 Options=<nop,nop,tstamp 2001773054 91537>
  chiscadm03 -> chiscvaptest05 TCP D=518 S=2049 Fin Ack=3803501 Seq=1915110994 Len=0 Win=49232 Options=<nop,nop,tstamp 2001773134 91537>
  chiscadm03 -> chiscvaptest05 TCP D=518 S=2049 Fin Ack=3803501 Seq=1915110994 Len=0 Win=49232 Options=<nop,nop,tstamp 2001773295 91537>
  chiscadm03 -> chiscvaptest05 TCP D=518 S=2049 Fin Ack=3803501 Seq=1915110994 Len=0 Win=49232 Options=<nop,nop,tstamp 2001773617 91537>
  chiscadm03 -> chiscvaptest05 TCP D=518 S=2049 Fin Ack=3803501 Seq=1915110994 Len=0 Win=49232 Options=<nop,nop,tstamp 2001774261 91537>

Don`t know what`s this, but before this TFTP packets were running between them just fine - well miniroot was loaded afterall...

Any suggestions?..

Thanks!
# 2  
Old 11-08-2009
The spinning batton is either the tftp download of the tftp boot file from /tftpboot (assuming default directory) or else if the JumpStart server is a reasonably up to date Solaris 10 then it is downloading the sparc.miniroot and expanding it into memory, it is big and can take quite a while to download and expand into memory. How much memory does your client have installed?
Don't know what TCP/IP port 518 denotes?
# 3  
Old 11-09-2009
Thanks for reply. Client is V240 with 2gb of ram installed.

Issue is, that it just freezes after configuration of NIC.

Snooping for traffic revealed this

Code:
chiscvaptest05 -> 10.255.255.255 BPARAM C GETFILE root
  chiscadm03 -> chiscvaptest05 BPARAM R GETFILE File=/apps/jet/media/sol10u8_sparc/Solaris_10/Tools/Boot
chiscvaptest05 -> (broadcast)  ARP C Who is 10.20.11.110, chiscvaptest05 ?
chiscvaptest05 -> (broadcast)  ARP C Who is 10.20.11.110, chiscvaptest05 ?
chiscvaptest05 -> (broadcast)  ARP C Who is 10.20.11.110, chiscvaptest05 ?
chiscvaptest05 -> 10.255.255.255 BPARAM C GETFILE install
  chiscadm03 -> chiscvaptest05 BPARAM R GETFILE File=/apps/jet/media/sol10u8_sparc
chiscvaptest05 -> (broadcast)  ARP C Who is 10.20.11.110, chiscvaptest05 ?
chiscvaptest05 -> (broadcast)  ARP C Who is 10.20.11.110, chiscvaptest05 ?
chiscvaptest05 -> chiscadm03   ARP R 10.20.11.110, chiscvaptest05 is 0:14:4f:75:9:6c
  chiscadm03 -> chiscvaptest05 TCP D=518 S=2049 Fin Ack=3712627 Seq=3551292206 Len=0 Win=49232 Options=<nop,nop,tstamp 2026324539 90515>
chiscvaptest05 -> chiscadm03   ARP R 10.20.11.110, chiscvaptest05 is 0:14:4f:75:9:6c
  chiscadm03 -> chiscvaptest05 TCP D=518 S=2049 Fin Ack=3712627 Seq=3551292206 Len=0 Win=49232 Options=<nop,nop,tstamp 2026324579 90515>
  chiscadm03 -> chiscvaptest05 TCP D=518 S=2049 Fin Ack=3712627 Seq=3551292206 Len=0 Win=49232 Options=<nop,nop,tstamp 2026324659 90515>
  chiscadm03 -> chiscvaptest05 TCP D=518 S=2049 Fin Ack=3712627 Seq=3551292206 Len=0 Win=49232 Options=<nop,nop,tstamp 2026324820 90515>

And this is the end, nothing else..packets keep appear in snoop output - but once in min or smth...
# 4  
Old 11-09-2009
2GBytes of memory is ample.

What does the contents of rules file and the sysidcfg file being used on the JumpStart server look like?
# 5  
Old 11-18-2009
Thank you all for replies.

Issue was in the fact, that I was in class A subnet (10.255.255.255) with class C subnet mask (10.11.20.255), and that drove jumpstart insane.

Issue was fixed by editing the install-solaris file, and forcefully binding 10.11.20.255 to NIC`s, after that everything became normal, as it should be.

Regards, Nik
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Problem in configuring jumpstart installation

I am trying to configuring jumpstart configuration. Please find below sysidcfg configuration file output bash-3.2# cat sysidcfg terminal=vt100 network_interface=nxge0 { primary hostname=sun1 ip_address=192.168.11.10 \ protocol_ipv6=no netmask=255.255.255.0 default_route=192.168.11.7}... (5 Replies)
Discussion started by: sb200
5 Replies

2. Solaris

help me! jumpstart installation error

Hi actualy my two machines are sun sparc ultra 60. Both are same configuration. I am trying jumpstart Installation in my two machines, i got no errors in server side but in the client side actually it detects the server machine with correct hostname and domainname but after showed that it will... (2 Replies)
Discussion started by: Grovestreet
2 Replies

3. Solaris

Could not start installation using jumpstart

hello I created a boot server and tryed to run intstall with jumpstart on other solaris server, but jumpstart coudn't starts, only text-based install. sysidcfg and rules file are in the same shared folder, rules file has only one string any - - any_profile - and thta't all. also I created... (2 Replies)
Discussion started by: sluge
2 Replies

4. Solaris

Jumpstart Installation from X86 machine

Hi friends , i have on ultra 10 Sparc machine . Due to some problem my OS is fully corrupted , so i am planning to install again but my problem is the cd drive in Ultra 10 machine is not working. Now i am planning to use Jumpstart installation method to install my server. But i... (4 Replies)
Discussion started by: vr_mari
4 Replies

5. Solaris

jumpstart installation

hi friends, i dont know how to install jumpstart . i have solaris cds( 5 nos.). i tried to install jumpstart but there is no setup_install_server file. What i want to do for installing jumpstart server please help me thanks to all (8 Replies)
Discussion started by: sijocg
8 Replies

6. Solaris

Flash installation with Jumpstart

I get following error while doing a flash installation. I 'm trying to deploy a flash archive created by our engineering team. I 'm trying to install it with ZFS root and the profile which i using is as following #more flash_profile_test install_type flash_install archive_location nfs... (3 Replies)
Discussion started by: fugitive
3 Replies

7. Solaris

Solaris 10 installation over WAN using jumpstart

I am trying to install Solaris 10 OS using jumpstart over WAN. I have configured the jumpstart server with apache server and created all the necessary configurations and files. When i WAN boot my target machine, it gets booted using wanboot, it downloads the miniroot from the jumpstart server, but... (3 Replies)
Discussion started by: hemalsid
3 Replies

8. Solaris

Jumpstart installation problem.

We are installing Solaris 9 with Jumpstart ...facing problems.. Problem is .it is prompting for questions, even though we set the Sysidcfg and class files properly. when we give "boot net - install" at OK prompt, it is coming till "The system is coming up. Please wait" After that it... (5 Replies)
Discussion started by: b_manu78
5 Replies
Login or Register to Ask a Question