环境要求
linux 64位
was7 nd(集群版) 64位
安装前检查
1.关闭防火墙
[root@gfx opt]# service iptables
用法:iptables {start|stop|restart|condrestart|status|panic|save}
[root@gfx opt]# service iptables stop
[root@gfx opt]# service ip6tables stop
[root@gfx opt]# chkconfig iptables off
[root@gfx opt]# chkconfig ip6tables off
2.查看防火墙
[root@gfx opt]# service iptables status
3.绑定主机名和ip地址映射
[root@gfx opt]# cat /etc/hosts
编辑文件
[root@gfx opt]# vi /etc/hosts
在其中加入语句:
192.168.136.128 gfx
修改主机名,与之对应
[root@gfx opt]# hostname gfx
修改大小
[root@gfx opt]# vi /etc/security/limits.conf
在文件末尾加上语句:
root soft nofile 65535
root hard nofile 65535
4.禁用selinux命令(与防火墙有关系)
临时禁用
setenforce Permissive
彻底禁用
修改 /etc/selinux/config 配置文件
改 SELINUX=enforcing 为
linux 64位
was7 nd(集群版) 64位
安装前检查
1.关闭防火墙
[root@gfx opt]# service iptables
用法:iptables {start|stop|restart|condrestart|status|panic|save}
[root@gfx opt]# service iptables stop
[root@gfx opt]# service ip6tables stop
[root@gfx opt]# chkconfig iptables off
[root@gfx opt]# chkconfig ip6tables off
2.查看防火墙
[root@gfx opt]# service iptables status
3.绑定主机名和ip地址映射
[root@gfx opt]# cat /etc/hosts
编辑文件
[root@gfx opt]# vi /etc/hosts
在其中加入语句:
192.168.136.128 gfx
修改主机名,与之对应
[root@gfx opt]# hostname gfx
修改大小
[root@gfx opt]# vi /etc/security/limits.conf
在文件末尾加上语句:
root soft nofile 65535
root hard nofile 65535
4.禁用selinux命令(与防火墙有关系)
临时禁用
setenforce Permissive
彻底禁用
修改 /etc/selinux/config 配置文件
改 SELINUX=enforcing 为

本文档详细介绍了在Linux 64位系统中安装WebSphere Application Server集群版的步骤,包括安装前的系统检查(如关闭防火墙、禁用SELINUX),静默安装配置,创建管理器和应用服务器,启动服务,以及通过控制台添加节点和创建集群。同时,还提到了安装IHS集成HTTP服务器的注意事项。

2231

被折叠的 条评论
为什么被折叠?



