jumpstart install clusters


 
Thread Tools Search this Thread
Operating Systems Solaris jumpstart install clusters
# 1  
Old 03-07-2010
jumpstart install clusters

Hello,

I'm trying to jumpstart a machine with Solaris 10, however the disks in my machine are only 18GB, but I want to have all the developer packages but none of the X windows stuff that can be quite large.

Wondered if it was possible to somehow get a list of all packages and remove the ones I dont need?

Thanks.
# 2  
Old 03-07-2010
If you mean to list all packages installed on a Solaris system locally use

Code:
pkginfo

also you can list with following
Code:
pkginfo -c

where
Code:
-c

means categories
categories includes the following
system - application

then you can
Code:
pkgrm

unneeded packages

beware of of dependencies

Last edited by h@foorsa.biz; 03-07-2010 at 09:06 AM..
# 3  
Old 03-07-2010
Quote:
Originally Posted by Actuator
Hello,

I'm trying to jumpstart a machine with Solaris 10, however the disks in my machine are only 18GB, but I want to have all the developer packages but none of the X windows stuff that can be quite large.

Wondered if it was possible to somehow get a list of all packages and remove the ones I dont need?

Thanks.
Your jumpstart server should have the minimal installation type, by doing that its the easiest method to accomplish your minimal installation for your new setup
# 4  
Old 03-07-2010
Quote:
Originally Posted by incredible
Your jumpstart server should have the minimal installation type, by doing that its the easiest method to accomplish your minimal installation for your new setup
Yeah, I could just do the core install then add any extra packages as and when I need them manually. Their are things i want like SAR, all the c++ header files etc. Found a list on docs.sun.com as to what packages are installed in each cluster, JET also has the option to remove packages so I could try that route maybe. I did buy some larger disks, but 1 was DOA!

Thanks,
# 5  
Old 03-07-2010
use "jet" from sun and configure jumpstart with the provided templates. you can easily install a full cluster and uninstall unneeded metapackes or packages.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Issue with jumpstart install

I've followed a few guides and have what appears to be a working jumpstart server. I can PXE boot a bare system, it gets an IP and launches the installer. However, it takes me to the screen: SunOS Release 5.10 Version generic-147148-26 64 bit Copyright (c) 1983, 2013, Oracle and/or its... (1 Reply)
Discussion started by: jnojr
1 Replies

2. Solaris

How to install an JumpStart Server on Solaris 11.3?

Hey Guys, i'm trying to install and configure a jumpstart server on a solaris 11.3 x86 based system. I've already created the folders to install the server. I've tried to use the installation script as follow (i'm root on the system): ./setup_install_server /export/jumpstart Everything works... (2 Replies)
Discussion started by: Marcusg562
2 Replies

3. Solaris

Solaris jumpstart install server

I am attempting to install Solaris 10, on a SPARC platform, from a Solaris install server running under Oracle Virtual Box (x86 platform) solarisbox1 is server with IP 10.1.1.21 solarisbox2 is client with IP 10.1.1.60 Snoop gives me the following .. solarisbox1 -> (broadcast) ARP C who is... (0 Replies)
Discussion started by: robs2015
0 Replies

4. Solaris

Jumpstart with ZFS root install

Has anyone tried Jumpstart with installing a ZFS root pool? I have read the docs (Custom Jumpstart and Advanced Install Guide(doc:821-1911);Network-Based Installations(doc:821-1909)). My issue is that I get prompted for information each time I boot the client system. My goal is to get the... (8 Replies)
Discussion started by: bluescreen
8 Replies

5. Solaris

Using JumpStart to Install LDoms1.1

I am trying to automate the LDoms installtion using the JumpStart server. In the "finish" script I have the following to do LDoms installtion: ROOT=/a JUMP=${ROOT}/jump mkdir ${JUMP} mount 172.25.135.11:/jumpstart ${JUMP} # Install LDoms 1.1 cp ${JUMP}/Packages/LDoms_Manager-1_1.zip... (19 Replies)
Discussion started by: StarSol
19 Replies

6. High Performance Computing

question about clusters

hello all...first off let me say hi and im really glad to be apart of this community....tried to join awhile back but i couldnt for some reason im a highschool student and im eager to learn and what im trying to learn now is clusters i have 3 computers in my room all connected on a simple hub ... (1 Reply)
Discussion started by: hexadecimal0011
1 Replies

7. UNIX for Advanced & Expert Users

Sun Sparc 20 Jumpstart install :(

Hello, I'm having all kinds of trouble jumpstarting some SS20's. After hunting around the newsgroups I find that this seems to be a fairly common problem with no real answer. Here's a brief: SS20, 50mhz, 256mb blah blah. - Client E250 blah blah - J/start server. 10/100bt Network.... (4 Replies)
Discussion started by: itsupplies
4 Replies
Login or Register to Ask a Question