提问人:daniel levi 提问时间:11/14/2023 最后编辑:shellterdaniel levi 更新时间:11/14/2023 访问量:18
是否有任何脚本可以在 RHEL 8 中安装 IBM Cognos Analytics 11 服务器 [已关闭]
Is there any script to install IBM Cognos Analytics 11 server in RHEL 8 [closed]
问:
需要帮助将 Cognos analytics 11 的服务器安装和配置到 Red Hat Enterprise Linux OS 中。
已经尝试了这些手册,但不确定是否有正确的安装程序文件或步骤。
https://www.ibm.com/support/pages/how-install-cognos-analytics-red-hat-enterprise-linux
脚本的一些代码;
groupadd cognos
useradd cognos -g cognos -m
passwd cognos
mount -t cifs -o username=x.password=1 //192.198.1.1/g/mnt
cd /mnt
mkdir p /opt/ibm/cognos/analytics
chown -R cognos:cognos /opt/ibm/cognos
chmod -R 0755 /opt /ibm/cognos
rsync -Pa /mnt/DownloadDirector/cognos/ca_srv_lnxi38664_11.0.0.15121706.bin ~/Downloads
答: 暂无答案
上一个:我的变量赋值有什么问题?
评论
if/then/else