Multidomain MDM
- Multidomain MDM 10.2 HotFix 1
- 所有产品
プロパティ名
| 説明
|
---|---|
USER_INSTALL_DIR
| Hubサーバーをインストールしたディレクトリ。
例: C\:\\< 。
MDM Hub installation directory: MDM Hubのインストールディレクトリ >\\hub\\serverプロパティファイルでは、バックスラッシュ文字をエスケープする必要があります。インストールディレクトリパスを指定する際は、二重バックスラッシュを使用します。
|
SIP.APPSERVER.PASSWORD
| WebLogicにアクセスするためのパスワード。WebLogic環境用です。
|
RUN_DEPLOYMENT_FLAG
| サイレントアップグレードの一部として、postInstallSetupスクリプトを実行します。サイレントアップグレードの最後にpostInstallSetupを実行する場合は、 1 を設定します。postInstallSetupを実行しない場合は、0 を設定します。
|
############################################################################### #################### ActiveVOS Server installation ############################ ############################################################################### ## Do you want to install ActiveVOS (Yes/No) AVOS.INSTALL=Yes ## Path to ActiveVOS Installer (ActiveVOS_Server_windows_9.2.4.1.exe for Windows or ActiveVOS_Server_unix_9.2.4.1.sh for Linux/UNIX) AVOS_INSTALLER_PATH=c\:\\ActiveVOS_Server_windows_9.2.4.1.exe ## ActiveVOS server install directory AVOS_INSTALL_DIR=C\:\\infamdm\\avos\\server ## Database type is the same as for HUB (There is no ability to set a different database type for ActiveVOS) ## Oracle connection data ## Connection Type SID or Service Name AVOS.ORACLE.CONNECTION.TYPE="Service Name" AVOS.DB.SERVER=localhost AVOS.DB.PORT=1521 ## Oracle SID name or service name AVOS.DB.SID=orcl AVOS.DB.SCHEMA_NAME=avos AVOS.DB.PASSWORD=!!cmx!! ## DB2 connection data AVOS.DB.SERVER=localhost AVOS.DB.PORT=50000 AVOS.DB.DBNAME=AVOS AVOS.DB.SCHEMA_NAME=AVOS AVOS.DB.USER=avos AVOS.DB.PASSWORD=!!cmx!! ## MSSQL connection data AVOS.DB.SERVER=localhost AVOS.DB.PORT=1433 AVOS.DB.DBNAME=avos AVOS.DB.USER=avos AVOS.DB.PASSWORD=!!cmx!! ##If you are moving from standalone ActiveVOS to embedded ActiveVOS, enter the details for the standalone ActiveVOS schema.
## If you want to install Informatica Platform, set to 1 ## If you DO NOT want to install Informatica Platform, set to 0 INSTALL.PLATFORM.YES=1 ## Path to the Informatica Platform installer (zip or tar file) INFA.PLATFORM.ZIP=C\:\\961HF1_Server_Installer_winem-64t.zip ## For UNIX: INFA.PLATFORM.ZIP=/export/home/user/961HF1_Server_Installer_linux-x64.tar ## Path to silent installer properties file INFA.PLATFORM.PROPERTIES=C\:\\SilentInput.properties
#Product Usage Toolkit Installation #CSM_TYPE is the type of Product Usage Toolkit installation. # valid values are:Production,Test,Development. Should not be blank. CSM_TYPE=Production # If the network has a proxy server, fill in the following parameters (leave empty if no proxy): # proxy server host CSM_HOST= # proxy server port CSM_PORT= # Proxy server domain name (leave blank, if not applicable) CSM_DOMAIN= # Proxy server user name (leave blank, if not applicable) CSM_PROXY_USER_NAME= #Proxy server password (leave blank, if not applicable) CSM_PROXY_PASSWORD=
SIP.APPSERVER.WEB.URL=http://localhost:8080 ## Avos console's administrator username AVOS.CONSOLE.USER=aeadmin ## Avos console's administrator password AVOS.CONSOLE.PASSWORD=admin ##The user name and password must be the same as the ActiveVOS Console user name and password that was created in the application server during the pre-installation process.