Websphere Portal 6.1 installation

本文提供了在Linux环境下安装WPS 6.1的具体步骤:需具备root权限、调整文件访问限制、设置门户主机全域名及配置非root用户访问权限等。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

There is not too much tips you need know for installing WPS 6.1

 

On linux environment, there are several thing need to be done before you install.

 

1 You need root permission to install.

2  You need increase file access limit.

     sudo echo "@users soft nofile 10240" >> /etc/security/limits.conf

  sudo echo "@users hard nofils 65536" >> /etc/security/limits.conf

3 You need set up your full domain name for portal host

     sudo echo "192.168.100.101 portal.topdigi.com" >> /etc/hosts

4 After installation is done, you would like give no-root user to have access to running websphere portal.

   Create a group names wpsadmins, assign ownships of opt/IBM, /tmp, /var/tmp to this group, add any user you want tohave access to WPS  to this goup.

   groupadd -g wpsadmins

   chgrp -R wpsadmins /opt/IBM

   chmod -R g+wr /opt/IBM

   chgrp -R wpsadmins /tmp

   chmod -R g+wr /tmp

   chgrp -R wpsadmins /var/tmp

   chmod -R g+wr /var/tmp

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值