Automate Solaris x86 Jumpstart


 
Thread Tools Search this Thread
Operating Systems Solaris Automate Solaris x86 Jumpstart
# 1  
Old 07-01-2009
Automate Solaris x86 Jumpstart

Hi All,

Is there a possible way to fully automate Solaris x86 jumpstart or make the x86 jumpstart unattended?

I'm currently checking the possible options on how can I do the x86 jumpstart to be kicked off during midnight.

We have an automated jumpstart (start to run from midnight) for Solaris 10 sparc, wherein we implemented it with shell script + expect script to pass the parameters and boot args, and Im looking at the possibility of doing this for Solaris 10 x86 as well.

Any insights are well appreciated on which scripting mechanism (ie. expect script) I need to use to automate the connection to ILOM? Load the GRUB Menu and choose option from the GRUB Menu?

Thanks in advance.
//racbern
# 2  
Old 07-01-2009
for a normal jumpstart install you won't need "expect"?! have a look for a tool called JET (jumpstart enterprise toolkit) on the sun website. this will help you automate jumpstart on sparc and x86 systems.
the only difference between sparc and x86 is the need of a dhcp server for giving an ip to your nic. there a lots of good docs about jumpstart on "docs.sun.com"!
# 3  
Old 07-02-2009
racbern, I happen to know exactly what you are doing here.

DN2, this is post install, there are some application parameters and sizing questions that have to be answered after the first boot.

You can do exactly the same as on Sparc, the only difference is that you need to update the grub kernel boot like to add "-B console=ttya" to the kernel line, then you get the console on the text based ILOM and you can continue to answering the configuration questions.

The easiest way to get this working is to do the first run using autoexpect and then edit the generated script.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Installing Solaris x86 using jumpstart does not set the hostname for the target

Installing Solaris x86 using jumpstart does not set the hostname for the target. Any idea where do we need to specify hostname to be set for jumpstart installation. (1 Reply)
Discussion started by: hemalsid
1 Replies

2. Solaris

Solaris x86 installation using jumpstart does not local boot ( boot from hdd)

I am trying to install Solaris x86 using the Jumpstart server. I run the add_install_client command with appropriate options, and reboot my x86 Target box. The installation starts fine and unattended. After the installation completes and the target goes for a re-boot, it does not boot from the HDD... (9 Replies)
Discussion started by: hemalsid
9 Replies

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

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 sparc client using x86 server.

Can I use a Jumpstart enviroment on x86 to install a sparc64 client? The idea is to install Solaris in an virtual environment (Sun Virtual Box) running on a pc (AMD), configure a Jumpstart server, and have a SUN Ultra 60 (sparc64) installed via the Jumpstart server. The SUN has no cdrom... (4 Replies)
Discussion started by: eldiablo
4 Replies

6. Solaris

One time network boot of Jumpstart x86 client

I am trying to find an approach that has been effective for automating the installation of Solaris 10 x86 using Jumpstart technology. I have configured an Jumpstart server and a Solaris dhcp server with appropriate macros for passing the client information about its boot environment. The problem is... (7 Replies)
Discussion started by: chajo19
7 Replies

7. Solaris

Solaris 10 x86 Jumpstart w/o GUI

Does anyone know how to Jumpstart a Solaris 10 x86 system without the GUI? I would like to keep the Jumpstart and/or Flash Archive install in a console text mode if possible but I've not had much luck finding instructions. I'm guessing this is going to be accomplished from the grub menu with a... (5 Replies)
Discussion started by: alias.256
5 Replies

8. Solaris

Jumpstart Solaris 10 x86

I need a little help figuring out why my custom jumpstart network installation is dumping me to a manual install. I am trying to install Solaris 10 (unattended) over the wire from my jumpstart server to an HP Proliant DL380 server but I'm having difficulties with the unattended part. So, what... (2 Replies)
Discussion started by: alias.256
2 Replies

9. Solaris

Jumpstart on x86 client- prompt for CD2

Hi I just configured a jumpstart server for x86 and sparc clients. I don't use a dhcp server, so I configured /etc/ethers and did add_install_client to update /etc/bootparams. The sparc installation ist working, but the x86 installation stops after CD1 was successfully installed. What I did: I... (2 Replies)
Discussion started by: Jay_Fisi
2 Replies
Login or Register to Ask a Question