Jumpstart Help


 
Thread Tools Search this Thread
Operating Systems Solaris Jumpstart Help
# 1  
Old 08-10-2007
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,

What is the syntax for the sysidcfg file to stop it asking these 2 questions and make the install 100% unattended.

Any help would be gratefully appreciated

Thanks

Marty
# 2  
Old 08-10-2007
Hi,
you question depends on the solaris version you try to install:

Solaris 8:
bash-3.00# more sysidcfg.sol8_alt
system_locale=en_US
timezone=MET
terminal=vt100
timeserver=localhost
network_interface=PRIMARY
{hostname=CLIENT_NAME
ip_address=IP_ADDRESSE_SYSID
netmask=NETMASK
protocol_ipv6=no}
name_service=NONE
root_password=iB97EvEXpzyVM
security_policy=NONE

Solaris 10:
bash-3.00# more sysidcfg
system_locale=en_US
timezone=MET
terminal=vt100
timeserver=localhost
network_interface=PRIMARY
{hostname=CLIENT_NAME
ip_address=IP_ADDRESSE_SYSID
netmask=NETMASK
protocol_ipv6=no
default_route=none}
name_service=NONE
root_password=iB97EvEXpzyVM
security_policy=NONE


If you install a Solaris 10 System be sure to insert the /a/etc/.NFS4inst_state.domain file inside the Finish script.

Best regards
joerg
# 3  
Old 08-10-2007
If this was a typing error please ignore it!

To start the Installation please use:
boot net - install
best regards joergSmilie
# 4  
Old 08-10-2007
Hi Joerg,
Thanks for reply, installing Solaris 9/05, is that the sysidcfg as 8?

Thought I'd included this info in the post, sorry about that



Thanks

Marty
# 5  
Old 08-10-2007
Hi,
personally I made a step from 8 direct to solaris 10 so I am not 100% sure.
But I think Solaris 10 and 9 have the same configuration files.

Please post it after your tests, so other can skip these tests.

Best regards
joerg
# 6  
Old 08-10-2007
Please follow the link to be sure about the sysidcfg file.

docs.sun.com: Solaris 9 4/04 Installation Guide

Best regrads
joerg
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Jumpstart Question

Hi Guys, I am little bit confused about jumpstart on solaris 10. Do you need the mac address for each system you intend to jumpstart? If you need the mac address, how will you get it? Say your server is in another location and you want to jumpstart it, how will you do it? Clarification on... (1 Reply)
Discussion started by: cjashu
1 Replies

2. Solaris

Jumpstart Solaris 10

I have a laptop and need to build an Oracle Linux kickstart server and a Solaris Jumpstart server that can build sparc and x86 systems. Is the best way to create a dual boot from grub for Oracle Linux and Solaris x86? Can the Oracle Kickstart be used as a Jumpstart to build both Solaris 10... (2 Replies)
Discussion started by: Gian
2 Replies

3. Solaris

Best guide for Jumpstart

Hi Gurus, Can you please suggest me any good guides for a Beginner to learn Solaris Jumpstart. Thank You, Rama Krishna. (2 Replies)
Discussion started by: rama krishna
2 Replies

4. Solaris

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... (7 Replies)
Discussion started by: saagar
7 Replies

5. Solaris

Jumpstart solaris

Hi all , I am trying to jumpstart ( webstart) solaris 9 on E2900 ( client) using the DVD of a V440 server ( jumstart server). I did the setup for the V440 as follows : cleaning up preexisting install client "XXXXXXX" removing XXXXXXXfrom bootparams removing /etc/bootparams, since it is... (14 Replies)
Discussion started by: ppass
14 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