The total automation of Jumpstart


 
Thread Tools Search this Thread
Operating Systems Solaris The total automation of Jumpstart
# 1  
Old 07-10-2011
The total automation of Jumpstart

I am trying to create a total hands-free jumpstart. I have set up a jumpstart server, guajome-dome, and am trying to load a client, 'gregory'. The client, which will be an NIS client, loads, but I am still answering questions during the install. I would like this to be simply type "boot net - install" and come back to find the machine loaded. I have eveything loaded and exported on guajome-dome, Here are my rules and sysidcfg files:

rules:
hostname gregory - gregory

sysidcfg:

network_interface=primary {primary
hostname=gregory
ip_address=192.168.1.102
protocol_ivp6=no netmask=255.255.255.0}
security_policy=none
name_service=none
time_zone=US/Mountain
system_locale=en_us


The first question I am asked is relating to Timezone. As far as I can tell that is spelled out, does it go in the rules file? BTW, what is the difference between the rules file and the sysidcfg? It seems they both contain similar info. Thanks.
# 2  
Old 07-10-2011
this makes jumpstart a lot easier:

Home - Jumpstart Enterprise Toolkit - wikis.sun.com
# 3  
Old 07-10-2011
I did see that through searching past posts. This is just a small test setup, nothing production. I am actually studying for the Solaris Admin exam and trying to get through that.
# 4  
Old 07-10-2011
the toolkit uses flawless jumpstart and prepares the files for you from templates... so, use the templates to create the jumpstart client and check out the created files...
# 5  
Old 07-10-2011
OK, thank you.
# 6  
Old 07-11-2011
If it is prompting for something then it probably means your sysidconfig location is not proper in bootparams or the keywords in sysidconfig file are wrong..
# 7  
Old 07-11-2011
time zone key is one word.
Code:
timezone=US/Mountain

sysidcfg file is like an answer file for the information that are prompted during interactive install.

Last edited by tamitot; 07-11-2011 at 10:35 AM.. Reason: spelling mistake
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Need help in automation

Hi, I wanted to automate the scp command where i do not want to enter the password each time. So thought of using expect command. Script is executing without any issues but files are not copied to remote server. Can any one help me? Below is my shell script.. #!/bin/ksh ... (6 Replies)
Discussion started by: balasubramani04
6 Replies

2. Shell Programming and Scripting

Help with sum total number of record and total number of record problem asking

Input file SFSQW 5192.56 HNRNPK 611.486 QEQW 1202.15 ASDR 568.627 QWET 6382.11 SFSQW 4386.3 HNRNPK 100 SFSQW 500 Desired output file SFSQW 10078.86 3 QWET 6382.11 1 QEQW 1202.15 1 HNRNPK 711.49 2 ASDR 568.63 1 The way I tried: (2 Replies)
Discussion started by: patrick87
2 Replies

3. Shell Programming and Scripting

Calculate total space, total used space and total free space in filesystem names matching keyword

Good afternoon! Im new at scripting and Im trying to write a script to calculate total space, total used space and total free space in filesystem names matching a keyword (in this one we will use keyword virginia). Please dont be mean or harsh, like I said Im new and trying my best. Scripting... (4 Replies)
Discussion started by: bigben1220
4 Replies

4. Shell Programming and Scripting

Help in automation...

Hi All, I need to run the same command on many servers. I am using ssh for the same. Following is the script that I am using to fire the same command on multiple machines. #!/bin/bash # Linux/UNIX box with ssh key based login #SERVERS="iqmevrick,iqmango" # SSH User name USR="root" #... (1 Reply)
Discussion started by: nua7
1 Replies

5. UNIX for Dummies Questions & Answers

grep running total/ final total across multiple files

Ok, another fun hiccup in my UNIX learning curve. I am trying to count the number of occurrences of an IP address across multiple files named example.hits. I can extract the number of occurrences from the files individually but when you use grep -c with multiple files you get the output similar to... (5 Replies)
Discussion started by: MrAd
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
Login or Register to Ask a Question