Materials Studio for Linux安装教程
软件版本:Materials Studio 8.0 操作系统:CentOS 7 x86_64 1161 普通账户:zwz
红字字体为敲入的代码或修改的内容,蓝字体为注意事项,紫字体为补充说明
1. 安装前的准备
将MS软件、证书和库文件拷贝或上传至普通用户的根目录
[zwz@zifeng ~]$ ls
glibc-2.17-157.el7.i686.rpm libgcc-4.8.5-11.el7.i686.rpm libstdc++-4.8.5-11.el7.i686.rpm msi.lic Music perl5 Pictures Public Templates Videos
切换至root用户
[zwz@zifeng ~]$ su
Password:
检查主机名
[root@zifeng zwz]# hostname
zifeng
修改hosts文件
[root@zifeng zwz]# vi /etc/hosts
127.0.0.1 zifeng localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
关闭防护墙
[root@zifeng zwz]# systemctl stop firewalld.service
[root@zifeng zwz]# systemctl disable firewalld.service
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
Removed symlink /etc/systemd/system/basic.target.wants/firewalld.service.
当操作系统为CentOS 6等时,如下执行:
[root@zifeng zwz]# service iptables stop
[root@zifeng zwz]# chkconfig iptables off
更改SELiunx为disabled
[root@zifeng zwz]# vi /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of three two values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
检查库文件是否齐全
[root@zifeng zwz]# rpm -qa|grep libgcc
libgcc-4.8.5-11.el7.x86_64
[root@zifeng zwz]# rpm -qa|grep glibc
compat-glibc-2.s.x86_64
glibc-devel-2.17-157.el7.x86_64
glibc-common-2.17-157.el7.x86_64
compat-glibc-headers-2.s.x86_64
glibc-headers-2.17-157.el7.x86_64
glibc-2.17-157.el7.x86_64
[root@zifeng zwz]# rpm -qa|grep libstdc++
libstdc++-4.8.5-11.el7.x86_64
libstdc++-devel-4.8.5-11.el7.x86_64
要求这三个库文件的32位、64为位程序都安装,发现缺少32位libgcc-4.8.5-11.el7.i686、glibc-2.17-157.el7.i686和libstdc++-4.8.5-11.el7.i686程序。
安装库文件
[root@zifeng zwz]# rpm -ivh libgcc-4.8.5-11.el7.i686.rpm
Warning:libgcc-4.8.5-11.el7.i686.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: >>>>>>### [100%]
Updating /
1:libgcc-4.8.5-11.el7 >>>>>>### [100%]由于yum初始化安装时,安装了旧版本的GPG keys,不能正常安装glibc-2.17-157.el7.i686.rpm和libstdc++-4.8.5-11.el7.i686.rpm,解决方法如下:
首先,引入已安装的public key
[root@zifeng zwz]# rpm --import /etc/pki/rpm-gpg/RPM*
再强制安装glibc-2.17-157.el7.i686.rpm和libstdc++-4.8.5-11.el7.i686.rpm
[root@zifeng zwz]# rpm -ivh glibc-2.17-157.el7.i686.rpm --force --nodeps
< >>>>>>### [100%]
Updating /
1:glibc-2.17-157.el7 >>>>>>### [100%] [root@zifeng zwz]# rpm -ivh libstdc++-4.8.5-11.el7.i686.rpm --force --nodeps
< >>>>>>### [100%]
Updating /
1:libstdc++-4.8.5-11.el7 >>>>>>### [100%]缺少的库文件可以在CentOS 7的安装包(解压CentOS x86_64 Everything 1611.iso)中到。不同版本的Linux操作系统所需要的库文件不同,视具体情况而定。若服务器能联网,也可采用下列方式安装缺少的库文件:
[root@zifeng zwz]# yum install libgcc.i686
[root@zifeng zwz]# yum install glibc.i686
[root@zifeng zwz]# yum install libstdc++.i686
重启服务器
[root@zifeng zwz]# reboot
2. 安装Materials Studio
以普通用户登录,解压安装包Materials Studio 8.0
[zwz@zifeng ~]$ tar -
MaterialsStudio80/
MaterialsStudio80/MaterialsStudio_InstallGuide.js
MaterialsStudio80/MaterialsStudio_InstallGuide.htm
……
进入解压后的MaterialsStudio80文件夹,运行install命令进行安装,安装采用默认设置,回车下一步
[zwz@zifeng MaterialsStudio80]$ cd MaterialsStudio80
[zwz@zifeng MaterialsStudio80]$ ./install
Performing per-user installation of Materials Studio 8.0. Restart this
installation as root if you wish to perform an RPM-based installation.
Please enter the location in which to install Materials Studio 8.0
The location where Materials Studio will be installed is <install location>/MaterialsStudio8.0
[/home/zwz/Accelrys]
The Accelrys License Pack is required in order to run Materials Studio 8.0.
Please enter the location of a License Pack installation, or an empty directory
into which the License Pack will be installed.
[/home/zwz/Accelrys]
/home/zwz/Accelrys does not appear to contain a supported License Pack installation. Would you like to install it to that location? [Y/n]
[Y]
Do you wish to start the Gateway service after installation? Answer no here if
you wish to configure security settings before starting. (Y/n)
[Y]
Running
Initializing
perl下载安装教程Launching
/home/zwz/MaterialsStudio80/LicensePack/lp_setup_linux.sh: line 1735: warning: here-document at line 1735 delimited by end-of-file (wanted `/dev/null')
-------------------------------------------------------------------------------
Accelrys License Pack 7.6.11 - InstallShield Wizard
Welcome to the InstallShield Wizard for Accelrys License Pack 7.6.11
The InstallShield Wizard will install Accelrys License Pack 7.6.11 on your
computer.
To continue, choose Next.
Accelrys License Pack 7.6.11
Accelrys Software Inc.
www.accelrys
Press 1 for Next, 3 to Cancel or 5 to Redisplay [1]
-------------------------------------------------------------------------------
Accelrys License Pack 7.6.11 - InstallShield Wizard
Accelrys License Pack 7.6.11 Install Location
Please specify a directory or press Enter to accept the default directory.
Destination Directory [/home/zwz/Accelrys]
Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1]
-
------------------------------------------------------------------------------
Accelrys License Pack 7.6.11 - InstallShield Wizard
Select the features for "Accelrys License Pack 7.6.11" you would like to
install:
Accelrys License Pack 7.6.11
To select/deselect a feature or to view its children, type its number:
1. [x] LicensePack
2. [ ] Compatibility LicensePack
The Compatibility LicensePack is required for supporting Accelrys software shipped with License Packs 6.x or lower and to support IRIX and Solaris platforms. See License Pack documentation for complete list of Accelrys software supported by this License Pack.
Other options:
0. Continue installing
Enter command [0]
Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1]
-------------------------------------------------------------------------------
Accelrys License Pack 7.6.11 - InstallShield Wizard
Accelrys License Pack 7.6.11 will be installed in the following location:
/home/zwz/Accelrys/LicensePack
with the following features:
LicensePack
for a total size:
157.7 MB
Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1]
-------------------------------------------------------------------------------
Accelrys License Pack 7.6.11 - InstallShield Wizard
Installing Accelrys License Pack 7.6.11.
|-----------|-----------|-----------|------------|
0% 25% 50% 75% 100%
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
网络抓包工具wireshark安装教程
« 上一篇
推荐文章
热门文章
-
随机森林特征选择原理
2024-10-02 -
自动驾驶系统中的随机森林算法解析
2024-10-02 -
随机森林算法及其在生物信息学中的应用
2024-10-02 -
监督学习中的随机森林算法解析(六)
2024-10-02 -
随机森林算法在数据分析中的应用
2024-10-02 -
机器学习——随机森林,RandomForestClassifier参数含义详解
2024-10-02 -
随机森林 的算法
2024-10-02 -
随机森林算法作用
2024-10-02 -
监督学习中的随机森林算法解析(十)
2024-10-02 -
随机森林算法案例
2024-10-02 -
随机森林案例
2024-10-02 -
二分类问题常用的模型
2024-10-02 -
绘制ssd框架训练流程
2024-10-02 -
一种基于信息熵和DTW的多维时间序列相似性度量算法
2024-10-02 -
SVM训练过程范文
2024-10-02 -
如何使用支持向量机进行股票预测与交易分析
2024-10-02 -
二分类交叉熵损失函数binary
2024-10-02 -
tinybert_训练中文文本分类模型_概述说明
2024-10-02 -
基于门控可形变卷积和分层Transformer的图像修复模型及其应用
2024-10-02 -
人工智能开发技术的测试和评估方法
2024-10-02
最新文章
-
基于随机森林的数据分类算法改进
2024-10-02 -
人工智能中的智能识别与分类技术
2024-10-02 -
基于人工智能技术的随机森林算法在医疗数据挖掘中的应用
2024-10-02 -
随机森林回归模型的建模步骤
2024-10-02 -
r语言随机森林预测模型校准曲线
2024-10-02 -
《2024年随机森林算法优化研究》范文
2024-10-02
发表评论