Jumpstart issues, help please.


 
Thread Tools Search this Thread
Operating Systems Solaris Jumpstart issues, help please.
# 1  
Old 10-11-2009
Jumpstart issues, help please.

1.I wish to perform a Jumpstart installation, the client being Ultra 5 Sparc
and jumpstart Server being ultra 20 AMD system.
2.I think i have done all the procedures right, like putting the mac address of Sparc 1 to /etc/ethers, creating sysidcfg file, and profile file:
3.When I issued the boot net - install from sparc and issued the following command from jumpstart server
The jumpstart server hangs after the following line:
Code:
sparc1 -> amd1 SYSLOG C port=32867 BAD.FMT:

4.I googled and find the following link, but could not get a solution:
An audience of two.

please help


---------- Post updated at 07:38 PM ---------- Previous update was at 07:35 PM ----------

Following is the other information:
Code:
sysidcfg file:
system_locale=en_US
name_service=NONE
timeserver=localhost
security_policy=NONE
root_password=$1$l/3blahblah
network_interface=hme0
{hostname=sparc1
ip_address=100.3.3.3 netmask=255.0.0.0
protocol_ipv6=no}

profile file:
install_type initial_install
system_type server
partitioning explicit
filesys c0t0d0s0 7000 /
filesys c0t0d0s1 750 swap
filesys c0t0d0s7 4000 /export/home
cluster SUNWCall

rules file:
hostname sparc1 - profile -

issued the ./check and ./add_install_client scripts and seemed ok.

# 2  
Old 10-11-2009
You are connecting directly or via a switch?
What is the content of your /etc/bootparams?
# 3  
Old 10-13-2009
hi incredible,
thanks for the response.
This is connected via switch.
Please give me 12 more hours as I am not near the systems. Thanks a lot.

one more important thing is that, if i remove the following entry from /etc/hosts of jumpstart server:
Code:
 
127.0.0.1 localhost loghost amd1

then the sparc machine will boot from the server, but it ignores the sysidcfg files and works like a normal installation, asking interactive questions starting from Choose Language, etc.
But if i put the above entry back again, the above problem arises. Something related to the ip resolution...(localhost), that is what the link i provided also says, but i cant understand that...!!

---------- Post updated 10-12-09 at 09:47 PM ---------- Previous update was 10-11-09 at 10:03 PM ----------

Following is the content of /etc/bootpararms:

Code:
sparc1  root=amd1:/jumpstart/Solaris_10/Tools/Boot install=amd1:/jumpstart boottype=:in sysid_config=amd1:/jumpstart/sysidcfg-dir/sparc1/ install_config=amd1:/jumpstart rootopts=:rsize=8192



---------- Post updated 10-13-09 at 05:14 PM ---------- Previous update was 10-12-09 at 09:47 PM ----------

requesting help for this issue..pls..
# 4  
Old 10-14-2009
everything looks correct but do have the hostname i stated below

do you have a hostname in /etc for it to look at ?

Code:
/etc/hostname.hme0 has the name amd1 in it

then you need the ip of the JS server in /etc/hosts
Code:
192.168.0.2 amd1 loghost

then make sure the followign files are correct in /etc
Code:
defaultrouter, netmasks, ethers

the ethers file needs the MAC address of the client and the hostname example
Code:
 00:03:ba:cd:c4:34 amd1


when you did ./check did you get a rules.ok file after that?


one thing in your bootparams it is different than what I use but that does not mean much here is mine

Code:
 test1 root=jumpstart:/jumpstart/solaris_10/sol10_u6/sparc/Solaris_10/Tools/Boot install=jumpstart:/jumpstart/solaris_10/sol10_u6/sparc boottype=:in sysid_config=10.0.1.3:/jumpstart/solairs_10 install_config=10.0.1.3:/jumpstart rootopts=rsize8192

# 5  
Old 10-15-2009
hi, deaconf..
thanks a lot for your time in typing these information. I think i have configured those information you have provided, but still it gives the same error. thank you once again.
# 6  
Old 10-15-2009
Wrench

Code:
127.0.0.1 localhost loghost amd1

The above entry is wrong. You need to remove it from your hosts file. 127. is not routable. /etc/hosts should look like this:

Code:
127.0.0.1    localhost
100.3.3.2    loghost amd1  # if that's your primary NIC address

As for the client "not reading" sysidcfg:
you don't mention which Solaris 10 revision you are using (I can see it is Solaris 10 from the line you posted from /etc/bootparams).
If it is u4 or higher, you need to add the following line to sysidcfg:
Code:
 nfs_domain=dynamic

If it is u7 or higher, you need to add the line above plus:
Code:
keyboard=US-English # assuming you are using an English keyboard

Otherwise miniroot will read your sysidcfg, find it incomplete, then execute the interactive config routine.
# 7  
Old 10-17-2009
system shock, thanks a lot for that information. It works.!!
have a great day, like me.!!

---------- Post updated at 07:41 AM ---------- Previous update was at 07:39 AM ----------

One more doubt..
Is there any directive that can be used in the sysidcfg file to inform the jumpstart client to go to console mode of installation instead of trying to go to the gui mode..?

---------- Post updated at 06:19 PM ---------- Previous update was at 07:41 AM ----------

System Shock... u deserve those honours...
thank u..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Jumpstart Issues With T5220

I'm trying to use a V210 (sun4u) configured as a jumpstart server to flash install a number of T5220's (sunv4). The Facts: V210 - Solaris 10 (September 2010 Release / not patched) T5220's - Archive's created using prior (unknown) version of solaris 10. Flar -i <archive name> shows the... (6 Replies)
Discussion started by: Celtic_Monkey
6 Replies

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

3. Solaris

Jumpstart Issues

Hi all, I'm having an issue with jumpstart that I haven't seen before. After booting the server and selecting F12 to boot it from the network it finds the jumpstart profile that has been set up for it and proceeds with the build until I get the following error: SunOS Release 5.10 Version... (4 Replies)
Discussion started by: Chains
4 Replies

4. Solaris

Jumpstart Issues Solaris 10

I'm trying to jumpstart my remote server. My /etc/hosts and /etc/ethers files have the correct data. Keep getting the following message at the ok prompt after running a boot net - install Link hasn't comeup yet Ran a test-net and got the following message. Link is -- down When... (7 Replies)
Discussion started by: soupbone38
7 Replies

5. Solaris

Jumpstart Help

Hi Peeps, Created a jumpstart server for an unattened install and it works, but got 2 bugs in the config which I would like to work out: when you boot net install It still asks you to select a language and locale, after you do this it kicks of an unattended install. So my question is,... (5 Replies)
Discussion started by: callmebob
5 Replies

6. Solaris

help with jumpstart

Hello all, I configured a jumpstart server ( the server is in the same subnet as the client) and gave boot net - install in the client. The client boots up shows the banner and then displays error: cant read disk label cant open disk label package and then goes to OK prompt. What... (1 Reply)
Discussion started by: Pratik Gharti
1 Replies

7. UNIX for Advanced & Expert Users

Jumpstart

Hi, where can i find documention on how to create a jumpstart system? dori (2 Replies)
Discussion started by: dorilevy
2 Replies

8. UNIX for Advanced & Expert Users

JUmpstart on a pc

HI. i was wondering if you can jumpstart using the solaris intel platform? please help thanks (3 Replies)
Discussion started by: souldier
3 Replies

9. UNIX for Dummies Questions & Answers

JumpStart

Hi, Which sites have general information on JumpStart for Solaris 8? I would like to know more about boot server, installation server, and configuration server.... and all other good things about JumpStart....Thanks..:p Doo... (2 Replies)
Discussion started by: dookeobih
2 Replies

10. UNIX for Dummies Questions & Answers

Jumpstart?

I have been asked to research Jumpstart and don't know where to begin! Any ideas would be much appreciated! Thanks! :-) (1 Reply)
Discussion started by: avana100
1 Replies
Login or Register to Ask a Question