`
michelecindy
  • 浏览: 175460 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

在Linux环境下静默安装WAS6.1 [WAS的安装]

阅读更多
1.解冻WAS。。

 gzip -dc ??.tar.gz | tar -xvf -


2.编辑WAS自带的responsefile.nd.txt文件。

#主要有以下几个设定。
-OPT silentInstallLicenseAcceptance="true"         # 是否安装license
-OPT allowNonRootSilentInstall="true"              # 是否不以ROOT用户安装
-OPT disableOSPrereqChecking="true"                # 是否不对系统进行检测
-OPT installType="installNew"                      # 是否全新安装
-OPT profileType="none"                            # 创建一个什么类型的profile
-OPT feature="languagepack.console.all"
-OPT feature="languagepack.server.all"
-OPT PROF_enableAdminSecurity="false"              # 是否创建管理安全性
-OPT installLocation="/usr/WAS7/AppServer"         # 安装目录

4.等待数分钟后,画面上会出现[INSTCONFSUCCESS]的字段。

  -〉装载成功

5.再察看一下,这里的日志。
  
/opt/IBM/WebSphere/AppServer/logs/install/log.txt

(Jul 21, 2010 9:57:39 AM), Process, com.ibm.ws.install.ni.ismp.actions.InstallNIFPackage, msg1, Running configuration command: 90SConfigMigrationScript, percent complete: 57%
(Jul 21, 2010 9:57:40 AM), Process, com.ibm.ws.install.ni.ismp.actions.InstallNIFPackage, msg1, Running configuration command: 90SCloudscapeModifyPermission, percent complete: 71%
(Jul 21, 2010 9:57:40 AM), Process, com.ibm.ws.install.ni.ismp.actions.InstallNIFPackage, msg1, Running configuration command: 90SCreateEmptyDirs, percent complete: 85%
(Jul 21, 2010 9:57:40 AM), Process, com.ibm.ws.install.ni.ismp.actions.InstallNIFPackage, msg1, Running configuration command: 97SInstallInvokeWSProfile, percent complete: 100%
(Jul 21, 2010 9:57:45 AM), Process, com.ibm.wizard.platform.linux.LinuxProductServiceImpl, wrn, The installer could not successfully add the product information into the RPM database. Installation will continue as this is not critical to the installation of the product.
(Jul 21, 2010 9:57:55 AM), Process, com.ibm.ws.install.ni.ismp.actions.SettleNIFRegistryAction, msg1, Current install/uninstall process is successful. Process type is: install
(Jul 21, 2010 9:57:55 AM), Process, com.ibm.ws.install.ni.ismp.actions.SetExitCodeAction, msg1, CWUPI0000I: EXITCODE=0
(Jul 21, 2010 9:57:55 AM), Process, com.ibm.ws.install.ni.ismp.actions.ISMPLogSuccessMessageAction, msg1, INSTCONFSUCCESS
分享到:
评论

相关推荐

    AIX系统下静默安装WAS6.1及补丁及概要文件

    参考自己实际安装步骤,介绍了AIX系统下WAS6.1及补丁包的安装及概要文件的创建

    AIX安装WAS6.1

    - **目标**:本文档主要介绍了在AIX系统上安装配置WebSphere Application Server (WAS) 6.1 的具体步骤和最佳实践。 #### 调整AIX系统以提高WebSphere Application Server 性能 调整AIX操作系统可以显著提高...

    Linux环境Websphere超详细安装配置文档

    如果在安装过程中遇到问题,如profileType参数缺失,可能是由于使用了试用版,应使用服务器集群版。 3. **静默安装**:以root用户身份,进入`/websphere/WAS/`目录,执行`sh install -options "responsefile_edit....

    WASND installation guide in Solaris

    ### WAS ND 在 Solaris 上的安装指南 #### WAS ND 概览 IBM WebSphere Application Server (WAS) 是一个强大的企业级应用服务器平台,旨在提供高性能、可扩展性和安全性,适用于构建复杂的企业应用程序和服务。WAS...

    WebSphere_Application_Server_概要(Profile)理解入门_第_2_部分_如何创建概要

    PMT是一个图形用户界面工具,可以运行在Windows系统下,也可以通过命令行在Unix、Linux、Solaris和AIX等操作系统上运行。 创建概要的过程一般遵循以下步骤:启动Profile Management Tool,选择创建概要的类型,设置...

Global site tag (gtag.js) - Google Analytics