SUMMARY: Solaris 10 Jumpstart can you disable Java and widowing system

From: James Rippas <leakypuppy_at_gmail.com>
Date: Tue Jun 12 2007 - 10:23:45 EDT
Many thanks for the responses on this.

I wanted to be able to jumpstart a solaris 10 host without Java and
the windowing environment starting.

1) To jumpstart w/out windowing use either "install nowin" or "install w" as in:

boot net install - nowin

2) The java solution is not as pretty but I was able to disable java
from starting during jumpstart by editing the following file:

10-1106/Solaris_10/Tools/Boot/sbin/install-setup

The bits that startup java are found below, I was able to comment out
this section of code and disable java from loading:
##

# Install java into /tmp/root if java not already installed and
# we have enough virtual memory
#if [ ! -x /usr/bin/java -a $PHYSMEM -ge $MIN_JAVA_INSTALL_PHYSMEM ] ; then
 # install_debug scripts "Have enough physical memory to install java:
${PHYSMEM}"
# if [ -d /cdrom/Solaris_*/Product ] ; then
# echo "Setting up Java. Please wait..."
# install_debug scripts "Applying Java to miniroot..."
# create_admin /tmp/admin.$$

# OUTFILE=`install_debug_file scripts`

# /usr/sbin/pkgadd -n -R /tmp/root -d /cdrom/Solaris_*/Product \
# -a /tmp/admin.$$ SUNWj5rt >> ${OUTFILE:=/dev/null} 2>&1
# else
# install_debug scripts "Didn't find /cdrom/Solaris_*/Product"
# fi
#else
# install_debug scripts "Don't have enough physical memory to install
java: ${PHYSMEM}"
#fi

---------- Forwarded message ----------
From: James Rippas <leakypuppy@gmail.com>
Date: Jun 8, 2007 8:38 AM
Subject: Solaris 10 Jumpstart can you disable Java and widowing system
To: sunmanagers@sunmanagers.org

I'm jumpstarting Solaris 10 hosts using DHCP.  These are headless
servers, no keyboard only a console attached.  During jumpstart  I
notice the following messages on the console:

Setting up Java. Please wait...
 Extracting windowing system. Please wait...

Is it possible to disable Java and the windowing system for
character-based installs?  There is no _problem_, I'm just looking to
save time during the install

 Thanks,
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Tue Jun 12 10:24:00 2007

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:44:06 EST