WebSphere Extended Deployment Compute Grid, Version 6.1
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS


Installation parameters

Issue parameters at the command line to customize and configure your product installation.

Parameters

You can pass the following parameters during a command-line or options file installation of the product:
-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



Related concepts
Hardware and software requirements
Related tasks
Installing silently
Reference topic    

Terms of Use | Feedback

Last updated: Oct 30, 2009 6:21:02 PM EDT
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r1/index.jsp?topic=/com.ibm.websphere.gridmgr.doc/info/install/rinstallarg.html