Network Installations of Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Network Installations of Solaris
# 1  
Old 05-21-2005
Network Installations of Solaris

First off, I'm pretty new to Solaris, although I know Windows very well.

I have a mixed Wintel, Linux and SPARC/Solaris environment and am looknig for a way to make short work of installing Solaris. I know there is a network booting option and there are the WebStart (configurable) and JumpStart (fully automated) installation methods. Bearing in mind, if this were Windows, I'd just use Ghost and be done with it. Anyway.....

1) Does an boot/install machine have to be SPARC? can I run a boot/install server under Linux or Windows?

2) Can a boot/install machine serve up both WebStart and JumpStart installations?

3) Can a boot/intsall machine contain multiple versions of Solaris (say 8, 9 and 10) and allow me to select which one I want to install at boot time?

And if any of these things are possible, could you share with me how to accomplish it?

Thanks
BeekerC
# 2  
Old 05-21-2005
Quote:
Originally Posted by BeekerC
I know there is a network booting option and there are the WebStart (configurable) and JumpStart (fully automated) installation methods. Bearing in mind, if this were Windows, I'd just use Ghost and be done with it.
Solaris actually has a similar mechanism, which is called flash images. You can use that to roll out a standardised installation to all you clients. Jumpstart will automatically do the basic host reconfiguration for you (ip address/hostname etc) and the remainder you can deal with in you finish scripts.

Quote:
1) Does an boot/install machine have to be SPARC? can I run a boot/install server under Linux or Windows?
It does not have to be a SPARC, and in theory couls be a linux machine, however it is difficult to get jumpstart working with linux. If you don't want to 'waste' a sparc machine for it then the best option is to use and x86 machine with Solaris x86 which will work perfectly well for the purpose.

Quote:
2) Can a boot/install machine serve up both WebStart and JumpStart installations?
Yes, but I really can't think of any reason you'd want to, but that's just my opinion. If you try to jumpstart a client and you have an incomplete or incorrect profile configured for that machine then it will default to an interactive install. In fact if you hav a client configured on jumpstart ans dor "boot net" and not "boot net - install" you will get the interactive installation program.

Quote:
3) Can a boot/intsall machine contain multiple versions of Solaris (say 8, 9 and 10) and allow me to select which one I want to install at boot time?
Yes, to multiple versions on the same machine, that is not a problem at all. For an install time option to select which os you want I suggest you look into using flash jumpstart, and then make changes to the rcS script in your boot image to handle taking an extra boot option, so that for example your boot comman would become "boot net - install solaris=solaris10" or something similar. The only other option would be to change the bootparam configuration on your machine before jumping to a different version.

In summary jumpstart is a very versatile deployment mechanism for Solaris, and really it is the only one I would suggest you use for deployment or redeployment of Sparc clients.

see these documents for more details:
jumpstart blueprints
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Finding all Oracle SW installations on a host

Hi. I'm trying to find the best way to locate the latest version of Oracle on a Linux host. There could be multiple SW installs or there could be none. It could be a client or a full RDBMS installation. I need to find and set the environment in order to run the sqlplus binary. Rather than just... (14 Replies)
Discussion started by: user052009
14 Replies

2. UNIX for Advanced & Expert Users

Isolated installations on a network location

Hi, I'm looking to have certain packages installed on a location on my network(lets call this mount point /software) in such a way that they can run needing anything from the local system. So that when any of my users does /software/bin/vlc or /software/bin/open-office or... (0 Replies)
Discussion started by: saurabhgupta2u
0 Replies

3. Windows & DOS: Issues & Discussions

Unable to ping Solaris from several Windows installations

Hello All, I have searched and searched, but I am not finding any answers. Any help would be very welcome. I have a home LAN centered around an Untangle gateway (up to date). I have a Windows 7 PC and a Snow Leopard Mac I also have two virtualized instances of windows (xp and 7) running... (1 Reply)
Discussion started by: toadtilley
1 Replies

4. UNIX and Linux Applications

Configuring firefox for mass installations

We have been looking into the possibility of configuring firefox upon installation for a common desktop environment for all users. For instance we want the font to be sans-serif 12 points throughout (preferences menu item), a standard set of plugins to be installed (add ons menu item) and some... (3 Replies)
Discussion started by: figaro
3 Replies

5. Solaris

Packages installations on my servor

Hello everybody, I'd like to install several important packages on my servor like for instance, man pages package.. I found a .tar.gz package of man pages. So, after to do "gtar zxvf name_of_file.tar.gz" I can access on the folder "name_of_file" (by cd name_of_file). Then, I read on my readme... (4 Replies)
Discussion started by: MasterapocA
4 Replies

6. HP-UX

Multiple Perl installations on HP-UX

This will undoubtedly seem like a problem that should be easily resolved but... We are having some 'issues' getting multiple versions of Perl installed on our HP-UX servers (11.11 & 11.23). Now, I'm not a Sys Admin but I believe the reason behind this is that the Perl installation which comes... (2 Replies)
Discussion started by: Macer
2 Replies

7. UNIX for Dummies Questions & Answers

find command to detect installations

Hi I'm wondering how I can find all the files which were installed on certain date? For example: I'm looking for alle the files which were installed on the 11.09.06 on the system. Does somebody know how to do this? Thanks Reto (2 Replies)
Discussion started by: goldenglobe
2 Replies

8. Linux

external dvdrw installations

Hello all, Please can someone assist? I am attempting to install an external dvdrw on fedora 6. I attach the dvdrw device to the USB port and run dmesg: scsi2 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 4 usb-storage: waiting for device to settle before... (0 Replies)
Discussion started by: chlawren
0 Replies
Login or Register to Ask a Question