Solaris 10 Jumpstart goes to interactive mode instead of using sysidcfg


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 Jumpstart goes to interactive mode instead of using sysidcfg
# 1  
Old 06-11-2008
Solaris 10 Jumpstart goes to interactive mode instead of using sysidcfg

Ever since I have started using Solaris 10 images, I have had a problem I can not find a solution for.

I have a Solaris 10 image that I created from a Solaris 10 DVD. The sysidcfg file has been created and set up in the bootparams file.

I have no issues in Solaris 8 or 9. In Solaris 10, the servers seem to partially skip the sysidcfg file and go into interactive mode. My ips, netmasks etc are pre populated, but everything else I have to select.

Once I complete the entries, it continues on like a normal automated jumpstart.

Here is a copy of one of the sysidcfg files with Xs substituting for the actual entries.

system_locale=en_US
timezone=US/Eastern
timeserver=localhost
terminal=vt100
name_service=none
nfs4_domain=dynamic
network_interface=primary
{hostname=XXXXXXX
ip_address=XXX.XX.XXX.XXX
netmask=255.255.255.0
protocol_ipv6=no
default_route=XXX.XX.XXX.X}
root_password=XXXXXXXXX
security_policy=none


Any help would be greatly appreciated.

Thanks
Bob
# 2  
Old 06-12-2008
try
network_interface=bge0 (or the Interface which y use)
# 3  
Old 06-13-2008
Thanks Taran

Thanks Taran, but it turned out I had a couple of issues. For some reason my bootparams file was showing the wrong place for the sysidcfg file, so it the servers were not getting the system setup info.
Secondly, I was also missing the nsf4_domain=dynamic

Putting the ce0 in as primary interface did not work. But, was worth a shot.
# 4  
Old 09-04-2008
Re: jumpstart goes interactive

If you are on Solaris 10 u5 (5/08) you might need the
service_profile=limited_net
in the sysidcfg just to prevent being asked. The absence of this setting is supposed to be business as usual for enabling ftp, telnet, finger, etc. but who knows if they really shook the bugs out for custom jumpstarts before adding this option to the latest release. I would assume a value of "none" would also work, but I disable legacy network tools in favor of ssh any way.
# 5  
Old 09-11-2008
I hope be usefull

Hi.

I wonder if you identify diferent image boot and instalation server, but should you chech the next points, I got a usefull check list on my reinstalation.

===============Boot Servces
*/etc/ethers file
*/etc/inet/hosts file
*/tftpboot directory
*/etc/bootparams file
*/etc/dfs/dfstab file
*The TFTP service in SMF/INETD

===============Identificarion Services
*/etc/inet/hosts file on the boot server
*sysidcfg file

===============Name Server
NIS, NIS+or LDAP

================Configuracion Services
*Installation type
*System type
*Disk partitioning and file system specifications
*Configuration cluster selection
*Software package additions or deletions

Q!
# 6  
Old 09-11-2008
If you are using Solaris 10 5/08, add the following entry to sysidcfg:

Code:
keyboard=US-English

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Jumpstart is asking interactive questions

I am facing a problem in jumpstart While install it is asking still lot of questions. Please help me in my configuration so that it will not ask any of the question. Note: I tried to search google but didn't get much help My Jumpstart server configuration is bash-3.00# cat... (3 Replies)
Discussion started by: sb200
3 Replies

2. Shell Programming and Scripting

SFTPing non-interactive mode

Hi All, I need to sftp without any intervention.(LInux,Ksh) I have tried some ideas listed here...but its not working... Please advise on it. (1 Reply)
Discussion started by: jesu
1 Replies

3. UNIX for Advanced & Expert Users

sudo in non interactive mode

Hi , I login to unix using my id and then do a sudo to execute any programs i want. sudo su - <id> password : xxxxxxx Is there a way to make it non interactive so that i can use it in shell script. (1 Reply)
Discussion started by: ashwin3086
1 Replies

4. Solaris

Multiple sysidcfg files on jumpstart server

Hello, I 've a jumpstart configured, its working fine .. i can build servers from this jumpstart server but i want to build 2-3 servers from the same jumpstart server simultaneously, and since i have only one sysidcfg i can only build 1 server at a time. My question is which file i shuld use for... (4 Replies)
Discussion started by: fugitive
4 Replies

5. Solaris

custom jumpstart on x86 with DHCP/PXE goes into interactive mode

client boots fine, it gets the ip 192.168.0.10 and the bootfile. Then there is : SunOS 5.10 Version Generic_141445-09 32-bit" ... Configuring devices. Custom JumpStart Reading ZFS config: done Setting up Java. Please wait ... NOTE: Not enough memory for graphical installation. Graphical... (4 Replies)
Discussion started by: TomSu
4 Replies

6. Homework & Coursework Questions

How to write script that behaves both in interactive and non interactive mode

Q. Write a script that behaves both in interactive and non interactive mode. When no arguments are supplied it picks up each C program from the directory and prints first 10 lines. It then prompts for deletion of the file. If user supplies arguments with the script , then it works on those files... (8 Replies)
Discussion started by: rits
8 Replies

7. Shell Programming and Scripting

script to non interactive mode

Gud morning everybody, I need small help form you people,Please advice me. I have a utility(adpatch) which takes 10-15 prompts, i want to automate this by calling this utility in shell script. Now my qiestion i want to run the script in non interactive mode. An example. $adpatch... (1 Reply)
Discussion started by: swetham.apps
1 Replies

8. Solaris

Avoiding Solaris 10 jumpstart from failing and then becoming interactive

I found my issues were resolved via instructions, from, information, via the url: Preconfiguring With the sysidcfg File (Solaris 10 8/07 Installation Guide: Network-Based Installations) - Sun Microsystems Also, sysidcfg, rules etc, ought be in the correct place. The documents that were not bad,... (1 Reply)
Discussion started by: solaris12345
1 Replies

9. Shell Programming and Scripting

Perl Interactive mode

Hi All, Does perl has an interactive mode like other shell? If there is, can any one show me the equivalent code for the below csh script ? This csh code prompts user for their name and prints the name. #!/bin/csh echo -n "Pls enter the your name: " set name = ($<) echo "You hav... (2 Replies)
Discussion started by: Raynon
2 Replies

10. UNIX for Dummies Questions & Answers

Interactive Mode?

:confused: Can anyone please tell me how to get into Interactive Mode? (2 Replies)
Discussion started by: Nomad
2 Replies
Login or Register to Ask a Question