Sun Java System Application Server Platform Edition 8.2 Installation Guide

Creating the Installation Configuration File

The installation configuration file is created when you use the savestate option when you start an interactive installation. During the interactive installation, your input is collected and stored in the configuration file you specified. This file forms the template for silent installation, which you can use later to install the product on one or more machines. If needed, you can modify the installation configuration file.

Creating the Installation Configuration File on Solaris and Linux

For the graphical method the syntax is: ./distribution_filename -savestate filename

For the command-line method, the syntax is: ./distribution_filename -console -savestate filename.

If you do not include a path to the installation configuration file, the file is created in the directory where you are running the installation program.

Creating the Installation Configuration File on Windows

To create the installation configuration file on the Windows platform, start the installation program from the command line. Change to the directory where the executable file resides.

For the graphical method the syntax is: distribution_filename -savestate filename

For the command-line method, the syntax is: distribution_filename -console -savestate filename.

If you do not include a path to the installation configuration file, the file is created in the directory where you are running the installation program.

Installation Configuration File Example

The following example shows an installation configuration file created by running the installation program with the savestate option.


Example 1–1 Installation Configuration File


#
# Wizard Statefile created: Wed Nov 30 17:50:29 PST 2005
#              Wizard path: /var/tmp/sjsasAAAw1a4OO/appserv.class
#

#
# Install Wizard Statefile section for Sun Java System Application Server
#
#
[STATE_BEGIN Sun Java System Application Server e5c7a039bcb083631fa96cc06ef
f4b61f393e49e]
defaultInstallDirectory = /SUNWappserver
currentInstallDirectory = /opt/SUNWappserver
JDK_LOCATION = /usr/j2se
INST_ASADMIN_USERNAME = admin
INST_ASADMIN_PASSWORD = nscsttuinhmibiayugqzvanqzva
INST_MASTER_PASSWORD = pnshdkvhicjqyqsvsbxounatrvg
INST_ASADMIN_PORT = 4848
INST_ASWEB_PORT = 8080
INST_HTTPS_PORT = 8181
STORE_ADMIN_AUTH = TRUE
ADMIN_PASSWORD_ENCRYPTED = TRUE
INST_JMS_PORT = 64289
INST_ORB_PORT = 3700
INST_ORB_SSL_PORT = 3820
INST_ORB_MUTUALAUTH_PORT = 3920
INST_JMX_PORT = 8686
CREATE_SAMPLES_DOMAIN = FALSE
CREATE_DESKTOP_SHORTCUT = FALSE
UPDATE_PATH = FALSE
[STATE_DONE Sun Java System Application Server e5c7a039bcb083631fa96cc06ef
f4b61f393e49]