




免费预览已结束,剩余3页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
WebSphere V7.0静默安装 WebSphere V7.0静默安装及集群配置选项参考: Option Name (-OPT)WebSphere Application Server Network DeploymentValuesDefaultallowNonRootSilentInstalltrue | falseCommenteddisableOSPrereqCheckingtrue | falseCommenteddisableNonBlockingPrereqCheckingtrue | falseCommentedcheckFilePermissionstrue | falseCommentedfeaturenoFeature | samplesSelected | languagepack.console.all | languagepack.server.allsamplesSelectedinstallLocationAny valid directory pathapp_server_root directories for root and non-root installersinstallTypeinstallNew | addFeatureinstallNewprofileTypestandAlone | management | cell | custom | none | secureProxycellsilentInstallLicenseAcceptancetrue | falsefalsecimSelectedtrue | falseCommentedcimRepositoryLocationAny valid directory pathCommentedtraceFormatALL | text | XMLCommentedtraceLevelOFF | SEVERE | WARNING | INFO | CONFIG | FINE | FINER | FINEST CommentedPROF_adminUserNameAny valid user IDEmpty stringPROF_adminPasswordAny valid user passwordEmpty stringPROF_appServerProfileNameA valid profile nameCommentedPROF_appServerNodeNameA string with valid charactersCommentedPROF_cellNameA string with valid charactersCommentedPROF_defaultPortsCommented | UncommentedCommentedPROF_dmgrAdminPasswordValid deployment manager administrative user passwordCommentedPROF_dmgrAdminUserNameValid deployment manager administrative user nameCommentedPROF_dmgrHostHost name of the deployment manager CommentedPROF_dmgrPortSOAP port of the deployment managerCommentedPROF_dmgrProfileNameA valid profile nameCommentedPROF_enableAdminSecuritytrue | falsetruePROF_hostNameAny valid host nameCommentedPROF_isDefaultCommented | UncommentedCommentedPROF_nodeNameAny valid and unique node nameCommentedPROF_nodeOmitActionValid name of a configuration action for the cellCommentedPROF_omitActionName of a configuration actionCommentedPROF_portsFileAny valid file path to a valid ports fileCommentedPROF_profileNameAny valid profile name stringCommentedPROF_profilePathAny valid file path. See the description of profile_root in Directory conventions for default values.CommentedPROF_serverTypeDEPLOYMENT_MANAGER | JOB_MANAGER | ADMIN_AGENTCommentedPROF_serverNameAny application server name, such as server1CommentedPROF_startingPortAny valid port numberCommentedPROF_validatePortsCommented | UncommentedCommentedPROF_webServerChecktrue | falseCommentedPROF_webServerHostnameA valid host name of the system with the Web serverCommentedPROF_webServerInstallPathAny valid directory path to the Web serverCommentedPROF_webServerNameA valid name of a valid Web serverCommentedPROF_webServerOSlinux | windows | aix | hp | solaris | os390 | i5osCommentedPROF_webServerPluginPathAny valid directory path to the Web server plug-ins CommentedPROF_webServerPortA valid port to access the Web serverCommentedPROF_webServerTypeIHS | IIS | SUNJAVASYSTEM | DOMINO | APACHE | HTTPSERVER_ZOSCommentedPROF_winserviceAccountTypespecified user | localsystemCommentedPROF_winserviceChecktrue | falseCommentedPROF_winserviceStartupTypemanual | automatic | disabledCommentedPROF_winservicePasswordThe password of the valid specified userCommentedPROF_winserviceUserNameThe name of the valid specified userCommented例子:已测试成功的例子,默认安装Dmgr01/AppSrv01新安装脚本:自动创建Dmgr01和AppSrv01-OPT silentInstallLicenseAcceptance=true-OPT installType=installNew-OPT profileType=cell-OPT feature=noFeature-OPT PROF_enableAdminSecurity=true -OPT PROF_adminUserName=admin-OPT PROF_adminPassword=admin-OPT installLocation=/opt/IBM/WebSphere/AppServer添加特征脚本:-OPT silentInstallLicenseAcceptance=true-OPT installType=addFeature-OPT feature=languagepack.console.all-OPT feature=languagepack.server.all-OPT feature=samplesSelected-OPT PROF_enableAdminSecurity=true -OPT PROF_adminUserName=admin-OPT PROF_adminPassword=admin-OPT PROF_samplesPassword=admin-OPT installLocation=/opt/IBM/WebSphere/AppServer或者只安装websphere:-OPT silentInstallLicenseAcceptance=true-OPT installType=installNew-OPT profileType=none-OPT feature=languagepack.console.all-OPT feature=languagepack.server.all-OPT feature=samplesSelected-OPT PROF_enableAdminSecurity=true -OPT PROF_adminUserName=admin-OPT PROF_adminPassword=admin-OPT installLocation=/opt/IBM/WebSphere/AppServer 参考:/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rxml_manageprofiles.html/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/welcome_express.html注意:1、在联合节点之前要在/etc/hosts中加入相关的IP 地址及主机名:例如:4 rhost15 rhost22、注意防火墙设置,添加服务端口或关闭防火墙。否则会导致不能联合节点创建部署管理器概要:./manageprofiles.sh -create -profileName Dmgr001 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/management -serverType DEPLOYMENT_MANAGER -nodeName Dmgr001Node -cellName Dmgr001NodeCell -hostName rhost2 -dmgrAdminPassword admin -dmgrAdminUserName admin -isDefault -defaultPorts-enableAdminSecurity true添加密码:-adminUserName admin -adminPassword admin ./manageprofiles.sh -create -profileName Dmgr001 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/management -serverType DEPLOYMENT_MANAGER -nodeName Dmgr001Node -cellName Dmgr001NodeCell -hostName 6 -isDefault defaultPorts ./manageprofiles.sh -create -profileName Dmgr001 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/management -serverType DEPLOYMENT_MANAGER -nodeName Dmgr001Node -cellName Dmgr001NodeCell -hostName rhost -adminUserName admin -adminPassword admin -isDefault -defaultPorts创建一个自定义可管理概要并添加到部署管理概要:./manageprofiles.sh -create -profileName Custom01 -templatePath/opt/IBM/WebSphere/AppServer/profileTemplates/managed -nodeName CustomNode01 -cellName CustomNodeCell01 -hostName localhost -isDefault -dmgrHost localhost -dmgrPort 8879 -defaultPorts先创建自定义概要再用addNode 添加到部署管理概要: ./manageprofiles.sh -create -profileName Custom001 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/managed -nodeName CustomNode001 -cellName CustomNodeCell001 -hostName wangtietang -isDefault -defaultPorts addNode.bat 6 8879 -profileName Custom001 -username admin -password admin注意联合节点时在主机/etc/hosts中加入相关的服务器信息,例如:6 rhost2 添加部署管理器节点:manageprofiles.bat -create -profileName Dmgr001 -templatePath D:/Program Files/IBM/WebSphere/AppServer/profileTemplates/management -serverType DEPLOYMENT_MANAGER -nodeName Dmgr001Node -cellName Dmgr001NodeCell -hostName -dmgrAdminPassword admin -dmgrAdminUserName admin -enableAdminSecurity true -adminUserName admin -adminPassword admin -isDefault -defaultPorts 未启用安全添加节点及server及联合节点:manageprofiles.bat -create -profileName Custom01 -templatePath D:/Program Files/IBM/WebSphere/AppServer/profileTemplates/managed -nodeName CustomNode01 -cellName CustomNodeCell01 -hostName -isDefault -dmgrHost -dmgrPort 8879 -defaultPorts 启用安全时添加节点及server:manageprofiles.bat -create -profileName Custom001 -templatePath D:/Program Files/IBM/WebSphere/AppServer/profileTemplates/managed -nodeName CustomNode001 -cellName CustomNodeCell001 -hostName -isDefault -defaultPorts启用安全时联合节点:addNode.bat 8879 -profileName Custom001 -username admin -password admin启用安全时添加节点及server:manageprofiles.bat -create -profileName Custom002 -templatePath D:/Program Files/IBM/WebSphere/AppServer/profileTemplates/managed -nodeName CustomNode002 -cellName CustomNodeCell002 -hostName -isDefault -defaultPorts启用安全时联合节点:addNode.bat 8879 -profileName Custom002 -username admin -password admin 或默认:./manageprofiles.sh -create -profileName Custom001 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/managed -hostName rhost2 -isDefault -defaultPorts ./addNode.sh rhost1 8879 -profileName Custom001 -username admin -password admin 例子:./install -options /opt/setup/setup.txt -silent -OPT silentInstallLicenseAcceptance=true-OPT installType=installNew-OPT profileType=cell-OPT feature=languagepack.console.all-OPT feature=languagepack.server.all-OPT feature=samplesSelected-OPT PROF_enableAdminSecurity=true -OPT PROF_adminUserName=admin-OPT PROF_adminPassword=admin-OPT PROF_samplesPassword=admin-OPT installLocation=/opt/IBM/WebSphere/AppServer-OPT PROF_appServerProfileName=MyServer01-OPT PROF_appServerNodeName=MyNode01-OPT PROF_cellName=MyCell01-OPT PROF_dmgrAdminUserName=admin-OPT PROF_dmgrAdminPassword=admin-OPT PROF_dmgrHost=6-OPT PROF_dmgrProfileName=MyDmgr01-OPT PROF_defaultPorts-OPT PROF_hostName=6-OPT PROF_isDefault-OPT PROF_nodeName=MyNode01 IBM HTTP Server 静默安装:安装并创建plugin脚本,双击打开:#静默安装,是否接受license-OPT silentInstallLicenseAcceptance=true#安装目录-OPT installLocation=/opt/IBM/HTTPServer#HTTP监听端口-OPT httpPort=80#管理监听端口-OPT adminPort=8008#是否创建管理员权限,以进行IBM HTTP Server 管理服务器认证,用于使用WebSphere Application Server管理控制台进行IHS管理服务认证-OPT createAdminAuth=true#管理员用户名称-OPT adminAuthUser=admin#管理员用户密码-OPT adminAuthPassword=admin#管理员用户密码确认-OPT adminAuthPasswordConfirm=admin # *# Set this to true to perform steps to setup IBM HTTP Administration # Server on Linux and UNIX operating systems. When set to true, the # installation grants a user ID write access to the necessary IBM HTTP # Server and plug-in configuration files. # *#-OPT runSetupAdmin=true #
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 巡视整改监督培训课件
- 巡察整改课件
- 岩棉板保温课件
- 输煤安全培训项目课件
- 产业协同发展工厂承包合作协议
- 企业长期用车租赁管理服务合同
- 公寓租赁退房协议及押金退还细则
- 创业合伙人知识产权共享与利益分配合作协议
- 小青蛙模仿操课件
- 贴墙砖工人安全培训课件
- 吉利EV450车型电动汽车控制系统及检修
- 2024-2025学年七年级生物上册 第一单元第一、二章 单元测试卷(人教版)
- 销售沟通技巧课件企业培训
- AQ 1095-2014 煤矿建设项目安全预评价实施细则(正式版)
- CJJ105-2005 城镇供热管网结构设计规范
- 眼的解剖结构与生理功能课件
- 2024年成都产业投资集团有限公司招聘笔试冲刺题(带答案解析)
- 《风电场并网设计技术规范 第3部分:分散式风电》
- DL-T 572-2021电力变压器运行规程-PDF解密
- 脑死亡判定标准与技术规范
- (高清版)TDT 1055-2019 第三次全国国土调查技术规程
评论
0/150
提交评论