+

Search Tips   |   Advanced Search

Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS

 

Installation parameters


Issue parameters at the command line to customize and configure WebSphere XD installation.

 

Parameters

You can pass the following parameters during a command-line or options file installation of WebSphere XD:

-options directory/file_name
Specifies an options file that the installer uses to complete a silent installation. Properties on the command line take precedence.
./install.sh|bat -options c:/drive_path/myoptionsfile.txt
-silent
Suppresses the GUI and takes all input from the options file by using the -options parameter. Otherwise, the default values are used.
./install.sh|bat -silent
./install.sh|bat -silent -options myoptionsfile.txt 
-log #!file_name @event_type
Generates an installation log file that logs the following event types:

  • err

  • wrn

  • msg1

  • msg2

  • dbg

  • ALL
./install.sh|bat -log # !c:/temp/logfiles.txt @ALL
-is:log directory/file_name
Creates a log file that contains the Java Virtual Machine (JVM) searches of the installer while attempting to start the GUI. This log is not created unless specified.
./install.sh|bat -is:log c:/logs/javalog.txt 
-is:javaconsole
Displays a console window during the installation process.
./install.sh|bat -is:javaconsole
-is:silent
Suppresses the Java initialization window that is displayed while initializing the installer.
./install.sh|bat -is:silent
-is:tempdir directory
Specifies the temporary directory that the installer uses.
./install.sh|bat -is:tempdir c:/temp
-OPT installCimgrRepository=true
-OPT cimgrInstallLocation=installation_location/cimgr
Installs the centralized installation manager repository to the specified installation location.
./install.sh|bat -OPT installCimgrRepository=true -OPT cimgrInstallLocation=c:/mydirectory/cimgr
-OPT profileAugmentList=profiles_separated_by_commas
Specifies a list of profiles to augment.
./install.sh|bat -OPT profileAugmentList=profile01, profile02




 

Related concepts


Installation prerequisites

 

Related tasks

Installing silently