首页 > 数据库技术 > 详细

Install Oracle Tuxedo in silent mode

时间:2018-06-05 23:51:45      阅读:198      评论:0      收藏:0      [点我收藏+]

We can save time by using silent mode provided by many software.

We can do some other things with saved time. Hope this can help you.

Tuxedo 12.1.3

1. reponse file content. below content should be saved as tuxedo_install.rsp

RESPONSEFILE_VERSION=2.2.1.0.0
UNIX_GROUP_NAME="dba"
FROM_LOCATION="/apps/stage/stage/tuxedo/Disk1/stage/products.xml"
FROM_LOCATION_CD_LABEL=<Value Unspecified>
ORACLE_HOME="/apps/tuxedo"
ORACLE_BASE="/apps"
ORACLE_HOME_NAME="OUIHome8"
SHOW_WELCOME_PAGE=true
SHOW_CUSTOM_TREE_PAGE=true
SHOW_COMPONENT_LOCATIONS_PAGE=true
SHOW_SUMMARY_PAGE=true
SHOW_INSTALL_PROGRESS_PAGE=true
SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
SHOW_CONFIG_TOOL_PAGE=true
SHOW_RELEASE_NOTES=true
SHOW_ROOTSH_CONFIRMATION=true
SHOW_END_SESSION_PAGE=true
SHOW_EXIT_CONFIRMATION=true
NEXT_SESSION=false
NEXT_SESSION_ON_FAIL=true
NEXT_SESSION_RESPONSE=<Value Unspecified>
DEINSTALL_LIST={"artbase","12.1.3.0.0"}
SHOW_DEINSTALL_CONFIRMATION=true
SHOW_DEINSTALL_PROGRESS=true
CLUSTER_NODES={}
ACCEPT_LICENSE_AGREEMENT=true
METALINK_LOCATION=<Value Unspecified>
METALINK_USERNAME=<Value Unspecified>
METALINK_PASSWORD=<Value Unspecified>
PROXY_HOST=""
PROXY_PORT=""
PROXY_REALM=<Value Unspecified>
PROXY_USER=""
PROXY_PWD=<Value Unspecified>
DONT_PROXY_FOR=<Value Unspecified>
TOPLEVEL_COMPONENT={"artbase","12.1.3.0.0"}
SHOW_SPLASH_SCREEN=true
SELECTED_LANGUAGES={"en"}
COMPONENT_LANGUAGES={"en"}
INSTALL_TYPE="Server Install"
SAMPLE_INSTALLED=true
COBOL_COMPILER_TYPE="COBOL-IT"
COBOL_IT_DIR="/opt/cobol-it-64"
LDAP_SUPPORT_SSL=false
CONFIG_TLISTEN=false

 

2. install command line

cd /apps/stage/stage/tuxedo/Disk1/install
./runInstaller -silent -responseFile /apps/stage/stage/tuxedo/Disk1/install/tuxedo_install.rsp

 

Install Oracle Tuxedo in silent mode

原文:https://www.cnblogs.com/maxyang2008/p/9142469.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!