WebSphere Application Server Network Deployment for i5/OS, Version 6.1   
             オペレーティング・システム: i5/OS

             目次と検索結果のパーソナライズ化

responsefile.nd.txt

サイレント・インストールを使用した WebSphere Application Server Network Deployment のインストールとは、ユーザーと対話せずに、 ファイルを使用してインストール・オプションを提供することを指します。 このインストールを構成するには、 応答ファイル内のオプションを変更してから、 インストール・コマンドを実行してください。 サイレント・インストール・モードは、 対話式インストール・オプションを受け入れません。サイレント・インストール中に デフォルト以外のオプションを指定するには、応答ファイルを使用する必要があります。サイレント・ インストールを実行するには、契約オプションでご使用条件を受け入れる必要があります。

必要なディスク・スペースが使用可能であることを確認します。

詳しくは、iSeries の前提条件 を参照してください。

製品ディスクに同梱されているデフォルトの応答ファイルでは、silentInstallLicenseAcceptance オプションの 値が false になっているので、その製品のインストールには使用しないでください。 ファイルをコピーして、値を true に変更します。

応答ファイルのロケーション

サンプルのオプション応答ファイルは、responsefile.nd.txt と呼ばれます。

このファイルは、製品ディスク上、 カスタマイズ・インストール・パッケージ (CIP) 内、またはダウンロードされたインストール・イメージ内の WAS ディレクトリーにあります。

作動環境の作成

応答ファイルを使用して製品をインストールすると、デフォルトで作動環境が作成されます。 インストーラー・プログラム:

  1. 新規製品コードをインストールします。
  2. デフォルト・プロファイルを作成します。

    以下の使用可能なメソッドのいずれかを使用して、 追加プロファイルを作成することができます。

    • manageprofiles コマンドを使用します。

      manageprofiles コマンド の説明を参照してください。

    • createProfile="true" オプションを持つ応答ファイルを使用して インストールを実行し、-OPT profileType="profile_type" オプションを 持つセル・プロファイル、デプロイメント・マネージャー・プロファイル、カスタム・プロファイル、または スタンドアロン・アプリケーション・サーバー・プロファイルを選択します。

応答ファイルを使用したインストール

  1. 製品ディスク上の WAS ディレクトリーから responsefile.nd.txt ファイルを、 システム上の容易に識別できる場所にコピーします。
  2. ファイルを編集して、インストールに応じた値にカスタマイズします。
  3. ファイルに、例えば myresponsefile.txt という名前を付けて保管します。
  4. インストールを開始します。 以下に例を示します。
    install -options /tmp/WAS/myresponsefile.txt -silent
    
    install -options /MYDATA/myresponsefile.txt
    
  5. インストールを完了したら、成功を表すログを確認します。

i5/OS のデフォルト・ファイルの例

ディスクに同梱される応答ファイルのフォーマットを以下に示します。

################################################################################
#
# V6.1 InstallShield Options File
#
# Wizard name: Install
# Wizard source: setup.jar
#
# This file can be used to configure Install with the options specified below
# when the wizard is run with the "-options" command line option. Read each
# setting's documentation for information on how to change its value.
# Enclose all values within a single pair of double quotes.
# 
# A common use of an options file is to run the wizard in silent mode. This lets
# the options file's author to specify wizard settings without having to run the
# wizard in graphical or console mode. To use this options file for silent mode
# execution, use the following command line arguments when running the wizard:
# 
#    -options "/responsefile.path/responsefile.nd.txt"
#
################################################################################
################################################################################
#
# Invoke the install wizard in silent mode for both local and remote install 
# whenever the response file is used.
#

-silent

#################################################################################
#
# License Acceptance
#
# Valid Values:
#	true - Accepts the license. Will install the product.
#	false - Declines the license. Install will not occur.
#
# If no install occurs, log files can be found in the user_home/waslogs 
# directory.
#
# By changing the silentInstallLicenseAcceptance property in this response file 
# to "true", you agree that you have reviewed and agree to the terms of the 
# IBM International Program License Agreement accompanying this program, which
# is located at CD_ROOT/WAS/lafiles.  If you do not agree to these terms, do not 
# change the value or otherwise download, install, copy, access, or use the 
# program and promptly return the program and proof of entitlement to the party 
# from whom you acquired it to obtain a refund of the amount you paid.
#
 
-OPT silentInstallLicenseAcceptance="false"

################################################################################
# Custom Install Package (CIP) Special Paramaters
#
# If you want to install CIP on an existing installation, e.g. apply maintenance or
# add feature, you need to set the 'installType' option to 'installAndPatch', for example:
#
# -OPT installType="installAndPatch"
# 
# Please make sure you only set it once.  This applies to other parameters as well.
#
# You can use 'feature' option to control whether to install samples or not. See the
# "feature" section below for valid values for 'feature' option.
#
# In CIP install scenario, set 'installType' to 'addFeature' is the same as set
# it to 'installAndPatch'.  It is different from non-CIP install.
#
# By using the following option, you can choose whether to install profile
# customization at CIP install time.
#
#  Valid Options :
#        maintenanceOnly                - Only installs product binary files.  If the CIP contains profile customizations,
#                                     they will NOT be installed.
#        customizationAndMaintenance    - Installs both product binary files and profile customizations (if any).
#
#
-OPT if_cip_modifyexistinginstall=customizationAndMaintenance


################################################################################
#
# Operating System Prerequisite Checking
#
# If you want to disable operating system prerequisite checking, uncomment
# the following line. This will notify the installer to continue with
# the installation and log the warnings even though the prerequisite checking
# has failed.
#
#-OPT disableOSPrereqChecking="true"

################################################################################
#
# Non-blocking Prerequisite Checking
#
# If you want to disable non-blocking prerequisite checking, uncomment
# the following line. This will notify the installer to continue with
# the installation and log the warnings even though the prerequisite checking
# has failed.
#
#-OPT disableNonBlockingPrereqChecking="true"

################################################################################
#
# Install Type Settings 
#
# The installType option designates the type of installation that will be
# performed.
#
# The default installType option is to install a new copy of WebSphere
# Application Server.#
# Valid Values:
#	installNew - default value, installs a new copy.
#	addFeature - add features to an existing installation.
#

################################################################################
#
# Install a New Copy
#
# To install a new copy, be sure that the installLocation option is set to a 
# new install location.
#

-OPT installType="installNew"
################################################################################
#
# Incremental Install
#
# If you are installing additional features on top of an existing installation,
# (e.g. incremental install), uncomment the following line.  This will notify
# the installer that you are doing an incremental install.
#
#-OPT installType="addFeature"
#
# Define the new features you want to install on top of an existing WebSphere 
# Application Server.  The only additional feature available in WebSphere 
# Application Server is Application Server Samples.
#
# Ensure the feature option below is set to "samplesSelected" (-OPT feature="samplesSelected") 
# and the installLocation option is set to an "existing" WebSphere Application 
# Server install location.
#

################################################################################
#
# Create Profile for an Existing V6.1 Installation
#
# Valid Values:
#       true - creates a profile for an existing installation
#       false - does not create a profile
# 
# To create a profile for an existing installation, uncomment the following
# entry. Comment out the "installType" option above since "installType"
# and "createProfile" options cannot be specified at the same time.
#
# Be sure the installLocation option is set to your existing install location.
#
#-OPT createProfile="true"
#

################################################################################
#
# "Application Server samples" feature
#
# The selection state of the "Application Server samples" feature.# 
# Valid Values:
#    samplesSelected  - Indicates that the feature is selected for installation.
#    noFeature - Indicates that the feature is not selected for installation,
#                this is the default option.
# 
# For example, to select "Application Server samples" for installation, use
# 
#    -OPT feature="samplesSelected"
#
# Note if feature="samplesSelected" and PROF_enableAdminSecurity="true",
# you must provide a password by uncommenting and specifying a value for
# PROF_samplesPassword in the Administrative Security section below
#

-OPT feature="noFeature"

################################################################################
#
# Install Location
#
# The install location of the product. Specify a valid directory into which the
# product should be installed. For new installs, this directory must be either
# empty or not exist.  Otherwise, this directory must be the product install
# location for the product to be modified.
# 
# Below is the default WebSphere Application Server install location for the i5 
# operating system.
#
# i5OS Default Install Location:
#
#  -OPT installLocation="/QIBM/ProdData/WebSphere/AppServer/V61/ND"
#

-OPT installLocation="/QIBM/ProdData/WebSphere/AppServer/V61/ND"

################################################################################
#
# Profile Location
#
# The desired install location of profiles.  For new installs, specify a valid 
# directory into which the profiles should be installed.  This directory must be 
# either empty or not exist.
#
# Below is the default profile install location for the i5 operating system.
#
# i5OS Default Profile Install Location:
#
#  -OPT defaultProfileLocation="/QIBM/UserData/WebSphere/AppServer/V61/ND"
#

-OPT defaultProfileLocation="/QIBM/UserData/WebSphere/AppServer/V61/ND"

################################################################################
#
# Allow Profile Location Override
#
# This option allows users to overrule the empty default profile location requirement.
#
# Valid Values:
#	true - Allow profile location override
#	false - Do not allow profile location override
#
# If desired, uncomment the following entry
#
# -OPT allowOverrideProfileLocation="true"

################################################################################
#
# Profile Creation Selection 
#
# Use this option to indicate the type of profile you would like to create.
#
# Valid Values:
#	cell - two profiles will be created, one with a deployment manager and
#              another with a managed node that is pre-federated into the cell.
#	deploymentManager - a profile will be created with a deployment manager.
#	standAlone - a profile will be created with a stand alone Application server.
#       custom - a profile will be created with an empty node
#	none - a profile will not be created during installation.
# 
# This option is required for the installation on ND. Do not comment it out!
#
# For example, to select "cell" profile creation for installation, use
# 

-OPT profileType="cell"

################################################################################
#
# Administrative Security
#
# Choose whether to enable Administrative security for the selected profile/s which
# will be created during install.
#
# If profileType="custom" or profileType="none", Administrative security should 
# be disabled.  Use -OPT PROF_enableAdminSecurity="false" to disable security.
#
# Valid Values:
#	true - Administrative security is enabled, user name and password required
#	false - Administrative security is not enabled
#

-OPT PROF_enableAdminSecurity="true"

################################################################################
# 
# Security Options
#
# The following two options should only be uncommented when
# PROF_enableAdminSecurity="true".
#
# If PROF_enableAdminSecurity="false", the following entries will be
# disregarded.
#
# If PROF_enableAdminSecurity="true", the following entries are required and must
# be filled out before proceeding with silent installation.
#
# Specify the user name for administrative security
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
-OPT PROF_adminUserName=
#
# Specify the password for the user specified in PROF_adminUserName
#
# Valid Values:
#       a character string
#
-OPT PROF_adminPassword=
#
# The following option should only be uncommented when feature="samplesSelected" and
# PROF_enableAdminSecurity="true"
# Specify the password for the samples user
#
# Valid Values:
#       a character string
#
#-OPT PROF_samplesPassword=

##################################################################################
# The following options are related to creating profiles and can only be used
# when installType="installNew" or createProfile="true". The options are dependent
# on the profileType option specified in the previous section.
##################################################################################
################################################################################
#
# Cell Profile
#
# If profileType="cell", use the following profile creation options:
#
################################################################################
################################################################################
# 
# Deployment Manager Profile name
#
# Specify the name of the profile for the deployment manager. The profile 
# name must be unique for this WebSphere Application Server installation.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_dmgrProfileName=

################################################################################
# 
# Application Server Profile name
#
# Specify the name of the profile for the application server. The profile 
# name must be unique for this WebSphere Application Server installation.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_appServerProfileName=

################################################################################
# 
# Profile path
#
# Specify a valid directory to contain the files that define the run-time environment, 
# such as commands,configuration files, and log files.#
# Valid Values: An empty directory, the user must have proper permissions to the directory
# and there must be adequate disk space
#
#-OPT PROF_profilePath=

################################################################################
#
# Default Profile
#
# To make this profile the default target of commands that do not use their profile parameter.
#
# Valid Values:
#     true - make this the default profile.
#     false - do not make this the default profile.
#
#-OPT PROF_isDefault="true"

################################################################################
#
# Host name
#
# Specify the host name for the Deployment Manager. The host name is the domain 
# name system (DNS) name (short or long) or the IP address of this computer.
#
# Valid Values: a valid hostname or IP address
# 
#-OPT PROF_hostName=

################################################################################
# 
# Deployment Manager Node name
#
# Specify the node name for the deployment manager. Node names within a cell
# must be unique. 
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_nodeName=

################################################################################
# 
# Application Server Node name
#
# Specify the node name for the Application Server. Node names under one cell 
# must be unique. 
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_appServerNodeName=

################################################################################
#
# Cell name
#
# Specify the cell name for the profile to be created.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_cellName=

################################################################################
# 
# Server name
#
# Specify the server name for the Application Server. 
# Server names under one node must be unique.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_serverName=

################################################################################
#
# Starting Port
#
# Specify the starting port number for generating all ports for the profile.
# Do not use this parameter with the PROF_portsFile or PROF_defaultPorts parameters.
#
# Valid Values: a positive integer port value, within the valid port range
#
#-OPT PROF_startingPort=

################################################################################
#
# Node Starting Port
#
# Specify the starting port number for the node portion of the cell. 
# Do not use this parameter with the PROF_nodePortsFile parameter. 
#
# Valid Values: a positive integer port value, within the valid port range
#
#-OPT PROF_nodeStartingPort=

################################################################################
#
# Port File
#
# Specify the path to a property file containing the desired port values for
# the new profile. Do not use this parameter with the PROF_startingPort or
# PROF_defaultPorts parameters.
#
# Valid Values: A fully qualified path to a valid ports property file
#
#-OPT PROF_portsFile= 

################################################################################
#
# Node Port File
#
# Specify the path to a property file containing the desired port values for
# the new profile. Do not use this parameter with the PROF_startingPort or
# PROF_defaultPorts parameters.
#
# Valid Values: A fully qualified path to a valid ports property file that defines
# port settings for the node portion of the cell.
# Do not use this parameter with the PROF_nodeStartingPort parameter.
#
#-OPT PROF_nodePortsFile= 

################################################################################
#
# Default Ports
#
# Specify the default ports are to be used for the new profile.
# Do not use this parameter with the PROF_portsFile or PROF_startingPort parameters.
#
# Valid Values:
#     true - use WAS default ports.
#     false - do not use WAS default ports.
#
#-OPT PROF_defaultPorts="true"

################################################################################
#
# Validate Ports
#
# Validate ports to ensure they are not reserved or in use.
#
# Valid Values:
#     true - enables port validation
#     false - disables port validation
#
#-OPT PROF_validatePorts="true"

################################################################################
#
# WebServer Check
#
# Specify whether you wish to set the web server definition.
#
# Valid Values:
#     true - enable the creation of a webserver definition.
#     false - do not enable the creation of a webserver definition.
#
#-OPT PROF_webServerCheck="true"

################################################################################
#
# WebServer Type
#
# Specify the type of web server you are creating.
# Uncomment the following if and ONLY if PROF_webServerCheck="true".
#
# Valid values (case sensitive): IHS | DOMINO
#
#-OPT PROF_webServerType=
                      
################################################################################
#
# WebServer OS
#
# Specify the operating system of the system where the web server is
#                                    installed. 
Uncomment the following if and ONLY if PROF_webServerCheck="true".
#
# Valid Values: linux | windows | aix | hpux | solaris | os390 | os400
#
#-OPT PROF_webServerOS=

################################################################################
#
# WebServer Name
#
# Specify the name of the web server. Uncomment the following if and ONLY if
# PROF_webServerCheck="true".
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_webServerName=

################################################################################
#
# WebServer Hostname
#
# Specify the hostname of the system with the web server. Uncomment the following
# if and ONLY if PROF_webServerCheck="true".
#
# Valid Values: a valid hostname or IP address
#
#-OPT PROF_webServerHostname=

################################################################################
#
# WebServer Port
#
# Specify the port from which the web server can be accessed. Uncomment the
# following if and ONLY if PROF_webServerCheck="true".
#
# Valid Values: a valid port number
#
#-OPT PROF_webServerPort=

################################################################################
#
# WebServer Install Path
#
# Specify the installation path of the web server (local or remote).
# Uncomment the following if and ONLY if PROF_webServerCheck="true".
#
# Valid Values: a valid directory path
#
#-OPT PROF_webServerInstallPath=

################################################################################
#
# WebServer Plugin Path
#
# Specify the path to the plugins that will be used by this web server.
# Uncomment the following if and ONLY if PROF_webServerCheck="true".
#
# Valid Values: a valid directory path
#
#-OPT PROF_webServerPluginPath=

################################################################################
#
# Omit Action
#
# Use this option to omit the config action specified in the Application Server 
# profile.#
# Valid Values: one of the following optional config actions 
#               deployAdminConsole
#              defaultAppDeployAndConfig
#              samplesInstallAndConfig
#
#-OPT PROF_omitAction=

################################################################################
#
# Deployment Manager Profile
#
# if profileType="deploymentManager", use the following profile creation
# options:
#
################################################################################
################################################################################
# 
# Profile name
#
# Specify the name of the profile for the Deployment Manager. The profile 
# name must be unique for this WebSphere Application Server installation.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_profileName=

################################################################################
# 
# Profile path
#
# Specify a valid directory to contain the files that define the run-time environment, 
# such as commands,configuration files, and log files.#
# Valid Values: An empty directory, the user must have proper permissions to the directory
# and there must be adequate disk space
#
#-OPT PROF_profilePath=

################################################################################
#
# Default Profile
#
# To make this profile the default target of commands that do not use their profile parameter.
#
# Valid Values:
#     true - make this the default profile.
#     false - do not make this the default profile.
#
# -OPT PROF_isDefault="true"

################################################################################
#
# Host name
#
# Specify the host name for the Deployment Manager. The host name is the domain 
# name system (DNS) name (short or long) or the IP address of this computer.
#
# Valid Values: a valid hostname or IP address
# 
#-OPT PROF_hostName=

################################################################################
# 
# Deployment Manager Node name
#
# Specify the node name for the deployment manager. Node names within a cell
# must be unique. 
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_nodeName=

################################################################################
#
# Cell name
#
# Specify the cell name for the profile to be created.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_cellName=

################################################################################
# 
# Server name
#
# Specify the server name for the Deployment Manager. 
# Server names under one node must be unique.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_serverName=

################################################################################
#
# Starting Port
#
# Specify the starting port number for generating all ports for the profile.
# Do not use this parameter with the PROF_portsFile or PROF_defaultPorts parameters.
#
# Valid Values: a positive integer port value, within the valid port range
#
#-OPT PROF_startingPort=

################################################################################
#
# Port File
#
# Specify the path to a property file containing the desired port values for
# the new profile. Do not use this parameter with the PROF_startingPort or PROF_defaultPorts 
# parameters.
#
# Valid Values: A fully qualified path to a valid ports property file
#
#-OPT PROF_portsFile= 

################################################################################
#
# Default ports
#
# Specify the default ports are to be used for the new profile.
# Do not use this parameter with the PROF_portsFile or PROF_startingPort parameters.
#
# Valid Values:
#     true - use WAS default ports.
#     false - do not use WAS default ports.
#
#-OPT PROF_defaultPorts="true"

################################################################################
#
# Validate Ports
#
# Validate ports to ensure they are not reserved or in use.
#
# Valid Values:
#     true - enables port validation
#     false - disables port validation
#
#-OPT PROF_validatePorts="true"

################################################################################
#
# Omit Action
#
# Use this option to omit the config action specified
#
# Valid Values: A valid name for an optional config action:
#               deployAdminConsole
#
#-OPT PROF_omitAction="deployAdminConsole"

################################################################################
#
# Stand-Alone Profile
#
# if profileType="standAlone", you may use the following profile creation
# options:
#
################################################################################
################################################################################
# 
# Profile name
#
# Specify the name of the profile for the Application Server. The profile 
# name must be unique for this WebSphere Application Server installation.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_profileName=

################################################################################
# 
# Profile path
#
# Specify a valid directory to contain the files that define the run-time environment, 
# such as commands,configuration files, and log files.#
# Valid Values: An empty directory, the user must have proper permissions to the directory
# and there must be adequate disk space
#
#-OPT PROF_profilePath=

################################################################################
#
# Default Profile
#
# To make this profile the default target of commands that do not use their profile parameter.
#
# Valid Values:
#     true - make this the default profile.
#     false - do not make this the default profile.
#
# -OPT PROF_isDefault="true"

################################################################################
#
# Host name
#
# Specify the host name for the Application Server. The host name is the domain 
# name system (DNS) name (short or long) or the IP address of this computer.
#
# Valid Values: a valid hostname or IP address
# 
#-OPT PROF_hostName=

################################################################################
# 
# Application Server Node name
#
# Specify the node name for the Application Server. Node names under one cell 
# must be unique. 
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_nodeName=

################################################################################
#
# Cell name
#
# Specify the cell name for the profile to be created.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_cellName=

################################################################################
# 
# Server name
#
# Specify the server name for the Application Server. 
# Server names under one node must be unique.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_serverName=

################################################################################
#
# OS/400 Passwords
#
# If specified, the profile will be configured to store the encoded passwords in
# an i5/OS validation list object.
#
# Valid Values:
#     true - use i5/OS password encoding
#     false - do not use i5/OS password encoding (use the default XOR encoding)
#
#-OPT PROF_os400passwords=

################################################################################
#
# OS/400 Password Validation List
#
# Validation list to use if PROF_os400passwords is specified.
#
# Valid Values:
#     A fully qualified validation list object name.
#     Format is LIBRARY/OBJECTNAME, eg. MYLIB/MYVLDL
#
#-OPT PROF_validationlist="QUSRSYS/EJSADMIN"

################################################################################
#
# External HTTP port
#
# The external HTTP port for your Web server instance.
#
# Valid Values: a positive integer port value, within the valid port range
#
#-OPT PROF_exthttp="80"

################################################################################
#
# Starting Port
#
# Specify the starting port number for generating all ports for the profile.
# Do not use this parameter with the PROF_portsFile or PROF_defaultPorts parameters.
#
# Valid Values: a positive integer port value, within the valid port range
#
#-OPT PROF_startingPort=

################################################################################
#
# Port File
#
# Specify the path to a property file containing the desired port values for
# the new profile. Do not use this parameter with the PROF_startingPort or
# PROF_defaultPorts parameters.
#
# Valid Values: A fully qualified path to a valid ports property file
#
#-OPT PROF_portsFile= 

################################################################################
#
# Default Ports
#
# Specify that default ports are to be used for the new profile. 
# Do not use this parameter with the PROF_portsFile or PROF_startingPort parameters.
#
# Valid Values:
#     true - use WAS default ports.
#     false - do not use WAS default ports.
#
#-OPT PROF_defaultPorts="true"

################################################################################
#
# Validate Ports
#
# Validate ports to ensure they are not reserved or in use.
#
# Valid Values:
#     true - enables port validation
#     false - disables port validation
#
#-OPT PROF_validatePorts="true"

################################################################################
#
# WebServer Check
#
# Specify whether you wish to set the web server definition.
#
# Valid Values:
#     true - enable the creation of a webserver definition.
#     false - do not enable the creation of a webserver definition.
#
#-OPT PROF_webServerCheck="true"

################################################################################
#
# WebServer Type
#
# Specify the type of web server you are creating.
# Uncomment the following if and ONLY if PROF_webServerCheck="true".
#
# Valid values (case sensitive): IHS | DOMINO
#
#-OPT PROF_webServerType=
                      
################################################################################
#
# WebServer OS
#
# Specify the operating system of the system where the web server is
#                                    installed. 
Uncomment the following if and ONLY if PROF_webServerCheck="true".
#
# Valid Values: linux | windows | aix | hpux | solaris | os390 | os400
#
#-OPT PROF_webServerOS=

################################################################################
#
# WebServer Name
#
# Specify the name of the web server. Uncomment the following if and ONLY if
# PROF_webServerCheck="true".
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_webServerName=

################################################################################
#
# WebServer Hostname
#
# Specify the hostname of the system with the web server. Uncomment the following
# if and ONLY if PROF_webServerCheck="true".
#
# Valid Values: a valid hostname or IP address
#
#-OPT PROF_webServerHostname=

################################################################################
#
# WebServer Port
#
# Specify the port from which the web server can be accessed. Uncomment the
# following if and ONLY if PROF_webServerCheck="true".
#
# Valid Values: a valid port number
#
#-OPT PROF_webServerPort=

################################################################################
#
# WebServer Install Path
#
# Specify the installation path of the web server (local or remote).
# Uncomment the following if and ONLY if PROF_webServerCheck="true".
#
# Valid Values: a valid directory path
#
#-OPT PROF_webServerInstallPath=

################################################################################
#
# WebServer Plugin Path
#
# Specify the path to the plugins that will be used by this web server.
# Uncomment the following if and ONLY if PROF_webServerCheck="true".
#
# Valid Values: a valid directory path
#
#-OPT PROF_webServerPluginPath=

################################################################################
#
# Omit Action
#
# Use this option to omit the config action specified
#
# Valid Values: one of the following optional config actions 
#               deployAdminConsole
#              defaultAppDeployAndConfig
#              samplesInstallAndConfig
#
#-OPT PROF_omitAction=

################################################################################
#
# Developer Server
#
# Use this option to indicate that the default server is meant for development purposes only.
#
# Valid Values:
#     true - mark this default server for development purposes only.
#     false - do not mark this default server for development purposes only.
#
#-OPT PROF_isDeveloperServer="true"

################################################################################
#
# Custom Profile
#
# if profileType="custom", you may use the following profile creation options:
#
################################################################################
################################################################################
# 
# Profile name
#
# Specify the name of the profile for the Application Server. The profile 
# name must be unique for this WebSphere Application Server installation.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_profileName=

################################################################################
# 
# Profile path
#
# Specify a valid directory to contain the files that define the run-time environment, 
# such as commands,configuration files, and log files.#
# Valid Values: An empty directory, the user must have proper permissions to the directory
# and there must be adequate disk space
#
#-OPT PROF_profilePath=

################################################################################
#
# Default Profile
#
# To make this profile the default target of commands that do not use their profile parameter.
#
# Valid Values:
#     true - make this the default profile.
#     false - do not make this the default profile.
#
#-OPT PROF_isDefault="true"

################################################################################
#
# Deployment Manager Hostname
#
# Specify the hostname or address of the machine where the deployment manager 
# is running.
#
# Valid Values: a valid deployment manager hostname
#
#-OPT PROF_dmgrHost="localhost"

################################################################################
#
# Deployment Manager Port
#
# Specify the SOAP port of the deployment manager.
#
# Valid Values: a valid port number
#
#-OPT PROF_dmgrPort="8879"

################################################################################
#
# Deployment Manager Admin User Name
#
# Specify an administrative username that can be authenticated, if
# administrative security on the deployment manager is enabled.
#
# Valid Values: a valid deployment manager admin username
#
#-OPT PROF_dmgrAdminUserName=

################################################################################
#
# Deployment Manager Admin Password
#
# Specify a password that can be authenticated, if administrative security
# on the deployment manager is enabled.
#
# Valid Values: a valid deployment manager password
#
#-OPT PROF_dmgrAdminPassword=

################################################################################
#
# Host name
#
# Specify the host name for the Application Server. The host name is the domain 
# name system (DNS) name (short or long) or the IP address of this computer.
#
# Valid Values: a valid hostname or IP address
# 
#-OPT PROF_hostName=

################################################################################
# 
# Application Server Node name
#
# Specify the node name for the Application Server. Node names under one cell 
# must be unique. 
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_nodeName=

################################################################################
#
# Cell name
#
# Specify the cell name for the profile to be created.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_cellName=

################################################################################
# 
# Server name
#
# Specify the server name for the Application Server. 
# Server names under one node must be unique.
#
# Valid Values:
#       a character string - do not use the following characters:
#       /, ¥, *, , , :, ;, =, +, ?, |, <, >, &, %, ', ", ]]>, #, $, ^, {, }
# Note: a period (.) is not valid if it is the first character.
#
#-OPT PROF_serverName=

################################################################################
#
# Port File
#
# Specify the path to a property file containing the desired port values for
# the new profile. Do not use this parameter with the PROF_startingPort or
# PROF_defaultPorts parameters.
#
# Valid Values: A fully qualified path to a valid ports property file
#
#-OPT PROF_portsFile= 

################################################################################
#
# Federate Later
#
# Specify whether federation of the node will be done at a later time.
#
# Valid Values:
#     true - federate this node later.
#     false - federate this node now.
#
#-OPT PROF_federateLater="false"

################################################################################
#
# Tracing Control
#
# The trace output format can be controlled via the option 
# -OPT traceFormat=ALL
#
# The choices for the format are 'text' and 'XML'. By default, both formats will be produced,
# in two different trace files. 
#
# If only one format is required, use the traceFormat option to specify which one, as follows:
#
# Valid Values:
#       text - Lines in the trace file will be in a plain text format for easy readability. 
#       XML  - Lines in the trace file will be in the standard Java logging XML format which
#              can be viewed using any text or XML editor or using the Chainsaw tool from Apache
#              (http://logging.apache.org/log4j/docs/chainsaw.html).
#
# The amount of trace info captured can be controlled using the option:
# -OPT traceLevel=INFO
#
# Valid Values:
#       Level          Numerical Level       Description
#       OFF                 0              No trace file is produced
#       SEVERE              1              Only severe errors are output to trace file
#       WARNING             2              Messages regarding non-fatal exceptions and warnings are added to trace file
#       INFO                3              Informational messages are added to the trace file (this is the default trace level)
#       CONFIG              4              Configuration related messages are added to the trace file
#       FINE                5              Tracing method calls for public methods
#       FINER               6              Tracing method calls for non public methods except getters and setters
#       FINEST              7              Trace all method calls, trace entry/exit will include parameters and return value

オプションの説明

パラメーター 有効な値 デフォルト値 説明
silentInstallLicenseAcceptance true、false false ご使用条件の条件を受け入れるかどうかを指定します。
disableOSPrereqChecking true、false false でコメント化 オペレーティング・システムの前提条件検査を使用不可にします。前提条件検査問題が 発生する場合、前提条件検査問題がオンになっているとインストールは停止します。
installType installNew、addFeature installNew 実行するインストールのタイプを指定します。
createProfile true、false false プロファイルを作成するかどうかを指定します。
feature samplesSelected、noFeature noFeature アプリケーション・サーバー・サンプルをインストールするかどうかを指定します。
installLocation 有効な絶対ファイル・パス /QIBM/ProdData/WebSphere/AppServer/V61/ND 製品の望ましいインストール・ロケーションを指定します。
defaultProfileLocation 有効な絶対ファイル・パス /QIBM/UserData/WebSphere/AppServer/V61/ND 望ましいプロファイルのインストール・ロケーションを指定します。
allowOverrideProfileLocation true、false コメント化。false を意味します。 ユーザーがプロファイルをインストールするためにデフォルト・ロ ケーションをオーバーライドできるように するかどうかを指定します。
profileType none、standAlone、cell、dmgr、custom cell プロファイルを作成するかどうかを指定します。
PROF_enableAdminSecurity true、false true 管理セキュリティーを使用可能にするかどうかを指定します。
PROF_adminUserName 有効なユーザー名   セキュリティーが使用可能である場合、ログイン・ユーザー名を指定します。

PROF_enableAdminSecurity が true に設定されている場合、 この値を指定する必要があります。

PROF_adminPassword 有効なパスワード   セキュリティーが使用可能である場合、ログイン・パスワードを指定します。

PROF_enableAdminSecurity が true に設定されている場合、 この値を指定する必要があります。

次のステップ: WebSphere Application Server のグループ PTF のインストール へ進み、 インストールを継続してください。




参照トピック    

ご利用条件 | フィードバック

最終更新: Jan 21, 2008 8:28:52 PM EST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.nd.iseries.doc/info/iseriesnd/ae/rins_responsefile_nd61.html