1登陆root用户,解压该安装包 was.cd.70011.trial.base.opt.linux.ia32.tar.gz
2、编辑配置文件responsefile.nd.txt。
responsefile.nd.txt文件(本人实验时文件名是responsefile.base.txt,一下皆替换即可)位于WAS文件夹中,命令行安装(静默安装)需要修改该文件的相关选择,下面讲要修改的参数陈列如下:
-OPT silentInstallLicenseAcceptance="true" –接受License
-OPT allowNonRootSilentInstall="true" --是否允许非root用户安装
-OPT disableOSPrereqChecking="true" --取消对系统的检测
-OPT installType="installNew" --是否全新安装
-OPT feature="noFeature" --不安装示例
-OPT installLocation="/opt/IBM/WebSphere/AppServer" --默认安装路径
-OPT profileType="none" --不生成概要
-OPT PROF_enableAdminSecurity="false" --设置管理员安全,如果该值为true则在下面两项上输入用户名和密码。如:用户名为admin,密码为123456
-OPT PROF_adminUserName=”admin”
-OPT PROF_adminPassword=”123456”
保存该文件
3执行命令行安装(静默安装):
以root账号身份执行,在安装程序目录执行命令
# ./install -options "responsefile.nd.txt" –silent
等待一会,直到命令执行完成。查看是否安装成功
# ls –alF /opt 如果opt路径下有.ibm和IBM文件夹则说明安装完成。
4 查看安装日志。日志文件位于
/opt/IBM/WebSphere/AppServer/logs/install/log.txt,有兴趣可以自己看一下
如果安装失败,查看日志。
5 命令行建立AppSrv01服务器,进入/opt/IBM/WebSphere/AppServer/bin目录,运行
./manageprofiles.sh-create -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default-profileName AppSrv01
6 启动AppSrv01在/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin目录下执行
./startServer.sh server1
7 启动完成后,在其他机器输入http://ip:9060/ibm/console,如果能打卡界面,说明安装成功