在AIX5.3(64bit)环境下静默安装WAS6.1ND

1.解冻WAS。。
  gzip -dc ??.tar.gz | tar -xvf -
2.编辑WAS自带的responsefile.nd.txt文件。
 #主要有以下几个设定。
 -OPT silentInstallLicenseAcceptance="true"  #接受License。
 -OPT disableOSPrereqChecking="true"   #因为OS的 环境已经是AIX5.3TL7Sp5所以在这里取消对系统的检测。
-OPT installType="installNew" #装载为全新。
##-OPT createProfile="false"  <---修改 因该为注销。。2008.09.02
-OPT feature="noFeature" #不装feature Pack。
-OPT installLocation="/opt/IBM/WebSphere/AppServer" #Install地址的指定。
-OPT profileType="none" #Profile的生成Type为none (为了防止证明书有效期限为1年的问题,在这里先不生成Profile)
-OPT PROF_enableAdminSecurity="true" #增加Administrative Security的 配置
-OPT PROF_adminUserName="wasadmin" #指定user名
-OPT PROF_adminPassword="passwd" #指定Password
3.执行以下命令。
   ./install -options /tmp/WAS/responsefile.nd.txt -silent
4.等待数分钟后,画面上会出现[INSTCONFSUCCESS]的字段。
  -〉装载成功
5.再察看一下,这里的日志。
  /opt/IBM/WebSphere/AppServer/logs/install/log.txt

你可能感兴趣的:(职场,AIX,WAS,休闲,was安装)