计算化学公社

标题: 在CentOS上安装MS8.0的详细过程 [打印本页]

作者
Author:
yjcmwgk    时间: 2015-7-5 22:05
标题: 在CentOS上安装MS8.0的详细过程
本帖最后由 yjcmwgk 于 2015-7-9 21:24 编辑

                                
拿到了MS8.0,感觉很好,抓紧时间安装了。
用了两周,突然在想,我从坛子里获得了MS8,总该回馈坛子一点儿什么吧。
这样吧,说说在CentOS上安装MS8.0的详细过程
CentOS上安装MS8.0的详细过程
环境:CentOS 6.3 x86_64
首先检查主机名。
[root@q~]# hostname
q
q这个主机名是我自己的姓氏字母。其实主机名无所谓,但是既然是做一个“零基础通用教程”,我还是改一个统一名字吧,不如叫MSserver如何?去修改/etc/sysconfig/network
开始改名:
[root@q~]# vi /etc/sysconfig/network
修改后的network内容如下:
NETWORKING=yes
HOSTNAME=MSserver
然后重启电脑,让新用户名生效。
检查hosts文件,主要是为了把MSserver加入本地回环中。
[root@MSserver~]# vi /etc/hosts
修改后的hosts文件内容如下
127.0.0.1  MSserver localhost localhost.localdomain localhost4localhost4.localdomain4
::1        localhost localhost.localdomain localhost6localhost6.localdomain6
然后关闭防火墙,防止防火墙跟咱们捣乱。
[root@MSserver~]# service iptables stop
iptables:清除防火墙规则:                                [确定]
iptables:将链设置为政策ACCEPTfilter                   [确定]
iptables:正在卸载模块:                                  [确定]
然后关闭SELINUX防止美国国家安全局跟咱们捣乱。
打开/etc/selinux/config文件,修改内容如下:
SELINUX=disabled
SELINUXTYPE=targeted
其实呢,防火墙和SELINUX不关闭,安装过程也未必就有问题。不过,关了就更不会有问题的说!实在不放心,你安装完毕再改回来就是了嘛。
然后,重要的一步是,检查系统所需的库文件是否齐全(一般是不齐全的):
[root@MSserver~]# rpm -qa|grep glibc; rpm -qa|grep libgcc; rpm -qa|grep libstdc++ ;rpm -qa|grep redhat-lsb
执行了上述命令之后,检查你的本地电脑的库文件名是否与下述一致。
glibc-common-2.12-1.80.el6.x86_64
glibc-2.12-1.80.el6.x86_64
glibc-devel-2.12-1.80.el6.x86_64
glibc-2.12-1.80.el6.i686
glibc-headers-2.12-1.80.el6.x86_64
compat-glibc-2.5-46.2.x86_64
compat-glibc-headers-2.5-46.2.x86_64
libgcc-4.4.6-4.el6.i686
libgcc-4.4.6-4.el6.x86_64
libstdc++-devel-4.4.6-4.el6.x86_64
compat-libstdc++-33-3.2.3-69.el6.x86_64
libstdc++-4.4.7-4.el6.i686
libstdc++-4.4.6-4.el6.x86_64
compat-libstdc++-296-2.96-144.el6.i686
redhat-lsb-printing-4.0-3.el6.centos.x86_64
redhat-lsb-graphics-4.0-3.el6.centos.x86_64
redhat-lsb-4.0-3.el6.centos.x86_64
这些库都要有。如果缺少哪个库,自行用”yumlist | grep 库名”和“yuminstall库名”去查询和安装。一定要注意,版本号无所谓,不要因为我这儿显示的是glibc-common-2.12-1.80.el6.x86_64而你那里显示的是glibc-common-2.12-1.25.el6.x86_64而苦恼!!只要前面的库名和后面的x86_64i686对应上就行啦!中间那一大串号码,只要这个库能在你的电脑上正常运行,就!真!的!无!所!谓!至于如何使用yum……自行man吧。
重启电脑,使之生效。
其实我们刚才根本就没去安装任何MS,对吧?我们一直在为安装MS做准备!现在终于准备完毕了。我们即将开动正题了哦!
我们进入自己的账户。我的账户名字就叫q,大家的随便。
解压MS8.0的压缩包:
[q@MSserver~]$ tar xzvf MaterialsStudio80.tgz
MaterialsStudio80/
MaterialsStudio80/MaterialsStudio_InstallGuide.js
MaterialsStudio80/MaterialsStudio_InstallGuide.htm
MaterialsStudio80/install
MaterialsStudio80/lib/
......(下面还有好多提示,要解压出好多文件来的。)
解压完毕后,检查一下MaterialsStudio80文件夹的个头儿,应该是1G多:
[q@MSserver~]$ du -sh MaterialsStudio80
1.1G        MaterialsStudio80
然后开始安装吧:
[q@MSserver~]$ cd MaterialsStudio80;./install
Performingper-user installation of Materials Studio 8.0. Restart thisinstallation as root if you wish to perform an RPM-basedinstallation.
Pleaseenter the location in which to install Materials Studio 8.0
Thelocation where Materials Studio will be installed is <installlocation>/MaterialsStudio8.0
[/home/q/Accelrys]
是否要在/home/q/Accelrys下安装?选择是,那么就直接回车;否则,自行输入一个文件夹。我这儿直接回车了。
TheAccelrys License Pack is required in order to run Materials Studio8.0.
Pleaseenter the location of a License Pack installation, or an emptydirectory into which the License Pack will be installed.
[/home/q/Accelrys]
是否要把LicensePack安装在/home/q/Accelrys下?我这里也是直接回车了,选择默认。我们暂时不安装license,只建立一个空文件夹。待会儿再安装license
/home/q/Accelrysdoes not appear to contain a supported License Pack installation.Would you like to install it to that location? [Y/n]
[Y]
直接回车,待会儿再安装license
Doyou wish to start the Gateway service after installation? Answer nohere if you wish to configure security settings before starting.(Y/n)
[Y]
当然启动Gateway,直接回车。
RunningLicensePack installation...
/home/q/MaterialsStudio80/LicensePack/lp_setup:line 106: [: too many arguments
InitializingInstallShield Wizard........
LaunchingInstallShield Wizard........
/home/q/MaterialsStudio80/LicensePack/lp_setup_linux.sh:line 1735: warning: here-document at line 1735 delimited byend-of-file (wanted `/dev/null')
AccelrysLicense Pack 7.6.11 - InstallShield Wizard
Welcometo the InstallShield Wizard for Accelrys License Pack 7.6.11
TheInstallShield Wizard will install Accelrys License Pack 7.6.11 onyour
computer.
Tocontinue, choose Next.
AccelrysLicense Pack 7.6.11
AccelrysSoftware Inc.
http://www.accelrys.com
Press1 for Next, 3 to Cancel or 5 to Redisplay [1]
我们选择默认,直接回车,也就是NEXT
AccelrysLicense Pack 7.6.11 - InstallShield Wizard
AccelrysLicense Pack 7.6.11 Install Location
Pleasespecify a directory or press Enter to accept the default directory.
DestinationDirectory [/home/q/Accelrys]
我们选择默认,直接回车,也就同意默认文件夹。
Press1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1]
我们选择默认,直接回车,也就是NEXT
AccelrysLicense Pack 7.6.11 - InstallShield Wizard
Selectthe features for "Accelrys License Pack 7.6.11" you wouldlike to install:
AccelrysLicense Pack 7.6.11
Toselect/deselect a feature or to view its children, type its number:
1. [x] LicensePack
2. [ ] Compatibility LicensePack
TheCompatibility LicensePack is required for supporting Accelryssoftware shipped with License Packs 6.x or lower and to support IRIXand Solaris platforms. See License Pack documentation for completelist of Accelrys software supported by this License Pack.
Otheroptions:
0.Continue installing
Entercommand [0]
我们选择默认,直接回车,也就是CONTINUE
Press1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1]
我们选择默认,直接回车,也就是NEXT
AccelrysLicense Pack 7.6.11 - InstallShield Wizard
AccelrysLicense Pack 7.6.11 will be installed in the following location:
/home/q/Accelrys/LicensePack
withthe following features:
LicensePack
fora total size:
157.7MB
Press1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1]
我们选择默认,直接回车,也就是NEXT
AccelrysLicense Pack 7.6.11 - InstallShield Wizard
InstallingAccelrys License Pack 7.6.11. Please wait...
|-----------|-----------|-----------|------------|
0%        25%         50%         75%        100%
此处有进度条。
Creatinguninstaller...
Finalizingthe Vital Product Data Registry. Please wait...
ConfiguringLicense Pack
AccelrysLicense Pack 7.6.11 - InstallShield Wizard
TheInstallShield Wizard has successfully installed Accelrys LicensePack
7.6.11.Choose Finish to exit the wizard.
Press3 to Finish or 5 to Redisplay [3]
我们选择默认,直接回车,也就是FINISH
这不是结束!这是License的结束而已。
开始安装MS的本体。
你会看到屏幕上会长期显示这句话:
Runninginstallation ...
你郁闷了,难道死机了?没关系,看看任务管理器,你会发现,电脑正在拼命为你工作:
这张抓图可是暴露了我的电脑的孱弱啊,AMD的双核CPU,而且速度只有2x1.4GHz,内存倒是上了4GB,这还是我扩容的结果。到这儿我倒是可以给大家一个建议,搞一台孱弱电脑来,装了centos,你可用它进行各种学习+折腾啦。随便怎么折腾。Linux的稳定性,是建立在使用者不作的前提下。但是这台学习用的孱弱机器,你随便作,作嗝P了你重装就是啦,破电脑,作死也不心疼。作来作去,你的水平就提高了啊。
在刚才敲字儿的时候,电脑已经完成了安装任务。
RunningConfigureMaterialsStudio.pl
Gatewayconfiguration...
Port18888 appears to be available right now...
Startinggateway at:
http://MSserver:18888/
/home/q/Accelrys/MaterialsStudio8.0/etc/Gateway/root_default/httpd/bin/apachectlstart: httpd started
Gatewaystart succeeded - running as process 13604.
Testinggateway installation for script u/dsd_test.pl
RunningGET for url http://MSserver:18888/dsd/commands/u/dsd_test.pl
Itworks! ...
Thisis the simple cgi test output ...
Testsucceeded, it appears!
1) Enter temporary license password
2)Set connection to license server
3)List command line license administration tools
99)Finished with license configuration
Chooseone of the above options:
输入99,回车。MS本体安装完毕。
下面又是License的问题了。
打开msi.lic文件,把msi全部替换为q,把this_host替换为MSserver。保存在/home/q/Accelrys/LicensePack/Licenses/这个文件夹下。
然后就进入/home/q/Accelrys/LicensePack/etc文件夹,安装license
[q@MSserveretc]$ . lp_profile
[q@MSserveretc]$ lp_server –s
最后把Gateway放在开机启动列表中,换到root账户去,
[root@MSserveretc]# cd /home/q/Accelrys/MaterialsStudio8.0/etc/Gateway/
[root@MSserverGateway]# cp msgateway_control_18888 /etc/rc.d/init.d/
[root@MSserverGateway]# chkconfig --add msgateway_control_18888
全部完成!@jiewei

作者
Author:
jiewei    时间: 2015-7-6 10:23
加油加油,继续继续,新版本的licence我还没有试过呢 哈哈。
我们有castep 和forcite的版权你懂的
作者
Author:
yjcmwgk    时间: 2015-7-6 11:01
jiewei 发表于 2015-7-6 10:23
加油加油,继续继续,新版本的licence我还没有试过呢 哈哈。
我们有castep 和forcite的版权你懂的


作者
Author:
yjcmwgk    时间: 2015-7-9 09:31
jiewei 发表于 2015-7-6 10:23
加油加油,继续继续,新版本的licence我还没有试过呢 哈哈。
我们有castep 和forcite的版权你懂的

我完成了,给俺高亮吧
作者
Author:
jiewei    时间: 2015-7-9 10:50
yjcmwgk 发表于 2015-7-9 09:31
我完成了,给俺高亮吧

摆平 摆平了
作者
Author:
yjcmwgk    时间: 2015-7-9 10:58
jiewei 发表于 2015-7-9 10:50
摆平 摆平了

七月二十五号去南昌。你呢

作者
Author:
jiewei    时间: 2015-7-9 12:02
yjcmwgk 发表于 2015-7-9 10:58
七月二十五号去南昌。你呢

什么会议? 我最近不想动,就想在南京待着算了。
作者
Author:
mpcctv    时间: 2015-7-9 21:04
感谢楼主,最后一部分是不是大意了?[root@MSserveretc]# cd /home/q/Accelrys/MaterialsStudio6.0/etc/Gateway/   应该是8.0吧
作者
Author:
yjcmwgk    时间: 2015-7-9 21:24
mpcctv 发表于 2015-7-9 21:04
感谢楼主,最后一部分是不是大意了?[root@MSserveretc]# cd /home/q/Accelrys/MaterialsStudio6.0/etc/Gat ...

果然!谢谢!!
作者
Author:
deitydeng    时间: 2015-7-10 03:13
能不能提供下载地址?
作者
Author:
smutao    时间: 2015-7-10 04:23
作嗝P~~
哈哈 太搞笑了
作者
Author:
mpcctv    时间: 2015-7-11 13:36
有点不明白为啥你要把msi.lic文件中所有的msi都替代为你的计算机名q呢?只替换thsi host为你的主机名不可以?
作者
Author:
yjcmwgk    时间: 2015-7-11 14:19
deitydeng 发表于 2015-7-10 03:13
能不能提供下载地址?

我就在科音站上下载的
作者
Author:
mpcctv    时间: 2015-7-12 20:24
能否提供个linux版本的lic文件?
作者
Author:
yjcmwgk    时间: 2015-7-18 15:46
mpcctv 发表于 2015-7-12 20:24
能否提供个linux版本的lic文件?

我直接在科音站下载的
作者
Author:
神龍    时间: 2015-7-24 14:10
非常感谢
作者
Author:
平辉正    时间: 2015-8-10 21:09
看来MS8.0封装的很好啊,不断的“下一步”就行。不像某知名第一性原理软件那样,各种库都要指定。
作者
Author:
卡开发发    时间: 2015-8-10 21:16
平辉正 发表于 2015-8-10 21:09
看来MS8.0封装的很好啊,不断的“下一步”就行。不像某知名第一性原理软件那样,各种库都要指定。

各有各的好处,就和win与linux那样的选择一样。
作者
Author:
xpyp    时间: 2015-9-4 21:11
" ....  然后就进入/home/q/Accelrys/LicensePack/etc文件夹,安装license。
[q@MSserveretc]$ . lp_profile
[q@MSserveretc]$ lp_server –s
---"

请问,是 > .lp_profile  还是 > ./lp_profile ?
            此文件夹内没有 : lp_server
卡在这一步了,不知咋弄。
(我用的是Centsos6.6)
作者
Author:
jiewei    时间: 2015-9-14 09:49
重要补充:

1.  由于MS80可能只认识 eth*的网卡模式,所以对于有些新的服务器需要修改网卡名称(比如我的服务器就是eno1这种模式);
2.  由于centos和redhat7.0的java版本比redhat6.6的java版本还低,导致在lincence park安装结束后无法正常安装,这个时候可以有两种解决方法,①升级java;②装redhat 6.6.
3. 上述问题对于老版本的CPU或者芯片无影响(例如v2的CPU和去年以前的芯片)
作者
Author:
yjcmwgk    时间: 2015-9-15 11:39
jiewei 发表于 2015-9-14 09:49
重要补充:

1.  由于MS80可能只认识 eth*的网卡模式,所以对于有些新的服务器需要修改网卡名称(比如我 ...

自己的服务器的网卡名称就是eno,而且顺利安装MS8的人 偷笑着飘过
作者
Author:
jiewei    时间: 2015-9-15 12:23
yjcmwgk 发表于 2015-9-15 11:39
自己的服务器的网卡名称就是eno,而且顺利安装MS8的人 偷笑着飘过

第一点是创腾的技术给我说的, 所以我只是加了个 可能。
另外,你最近高冷了啊, QQ不回。。。
作者
Author:
biancheng159    时间: 2015-10-22 10:56
yjcmwgk你好,
最后lp_install msi.lic的时候,出现:
Licenses]$ lp_install msi.lic
/home/rgfp024/Accelrys/LicensePack/linux/bin/rt_bin/lp_install-bin: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
/home/rgfp024/Accelrys/LicensePack/linux/bin/rt_bin/lp_tester-bin: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

Run lp_set_env

    OR

csh: source /home/rgfp024/Accelrys/LicensePack/etc/lp_cshrc
sh:  . /home/rgfp024/Accelrys/LicensePack/etc/lp_profile

to refresh shell license administration environment setup.
是个什么情况?
作者
Author:
北纬18°    时间: 2016-6-1 15:54
有ms2016吗?
作者
Author:
xhz1967    时间: 2016-9-19 09:52
谢谢楼主的分享,学习中
作者
Author:
理想的环    时间: 2016-10-14 16:59
biancheng159 发表于 2015-10-22 10:56
yjcmwgk你好,
最后lp_install msi.lic的时候,出现:
Licenses]$ lp_install msi.lic

缺少库支持,yum安装即可
作者
Author:
psfan    时间: 2016-10-25 21:33
yjcmwgk 发表于 2015-7-9 21:24
果然!谢谢!!

Running installation ...

Running ConfigureMaterialsStudio.pl
ACCELRYS_LIC_PACK_DIR: Undefined variable.
Couldn't get environment information from lp_echovars: 256 at /home/q/Accelrys/MaterialsStudio8.0/share/Install/Scripts/MSConfig.pm line 296.
Materials Studio configuration failed


请教楼主,以上错误如何解决啊?
作者
Author:
sxzhou    时间: 2017-1-6 17:27
MS客户端连接不上Linux的gateway是怎么回事啊?前提是在Linux上gwtest已经成功,并且selinux也已经关了……
作者
Author:
mol    时间: 2017-2-25 14:34
psfan 发表于 2016-10-25 21:33
Running installation ...

Running ConfigureMaterialsStudio.pl

碰到了同样的问题,请问解决了吗
作者
Author:
psfan    时间: 2017-3-5 09:44
mol 发表于 2017-2-25 14:34
碰到了同样的问题,请问解决了吗

换ms 2017就解决了,看来达索接手后确实做了一些改进。
作者
Author:
whtu    时间: 2017-6-30 16:25
安装license出现如图片所示的错误,该如何解决?
作者
Author:
whtu    时间: 2017-9-5 15:18
whtu 发表于 2017-6-30 16:25
安装license出现如图片所示的错误,该如何解决?

我也遇到同样的问题,不知道你是否解决了?
作者
Author:
xylz6188    时间: 2017-10-7 14:52
本帖最后由 xylz6188 于 2017-10-7 14:57 编辑

楼主您好。我安装MS2017的rpm的时候出现这种情况
   Preparing...                ########################################### [100%]
   1:MaterialsStudio2       ########################################### [100%]
error: unpacking of archive failed on file /opt/BIOVIA/MaterialsStudio17.1/lib/libexpat.so.0;59d878a9: cpio: Digest mismatch
我在网上查询了一下(http://www.mamicode.com/info-detail-181981.html),说prelink包卸载掉,再做一遍rpm包,安装,就没问题了。怎么卸载 prelink包。
不知楼主安装出现这样的问题否,我看你没有安装rpm啊。怎么处理哈,请赐教为谢!

作者
Author:
xylz6188    时间: 2017-10-7 15:00
biancheng159 发表于 2015-10-22 10:56
yjcmwgk你好,
最后lp_install msi.lic的时候,出现:
Licenses]$ lp_install msi.lic

问题解决办法:通过root账户下的/usr/lib里放入 libstdc++.so.6文件就可以运行了。

作者
Author:
心路云海    时间: 2017-11-28 01:22
弱弱的问一下,安装好了在哪启动它

作者
Author:
18883779636    时间: 2017-11-28 10:34
安装后在哪里打开呀?!我找不到了
作者
Author:
Vinkamor    时间: 2017-12-12 16:02
本人在VMware上用RHEL7安装MS2017时,也出现了缺失libstdc++.so.6的情况。
安装完毕后,仍然不能验证license。
在此之前已经将修改过的msi_SSQ.lic放在了Licenses,linux/bin,share/data这三个文件夹。
错误代码如下:
[root@msserver etc]# . lp_profile
[root@msserver etc]# lp_server -s
Attempting to start the server...
Cannot start server. Need to configure a license file first.

Run lp_set_env

    OR

csh: source /opt/BIOVIA/LicensePack/etc/lp_cshrc
sh:  . /opt/BIOVIA/LicensePack/etc/lp_profile

to refresh shell license administration environment setup.
请教各位该如何解决?
作者
Author:
xylz6188    时间: 2018-4-19 10:43
这里没有 rpm的安装,能并行么?
作者
Author:
静待花开    时间: 2018-4-20 10:40
请问楼主安装后怎样修改MS的默认临时存储位置呢?
作者
Author:
neocc    时间: 2018-9-29 01:46
最近安装ms2017R2结合楼主的教程补充几点
1.各种包:
yum install libgcc.i686  glibc.i686 libstdc++.i686
2.lic文件,以及$lp_server -s 报错 Error:No existing cerver connection
改名 "msi_SSQ.lic" 成msi.lic
打开lic文件 把 SERVER this_host ANY 25100  中的 this_host修改为  你的计算机名( $hostname 命令得到你的计算机名 )
然后拷贝到如下三个文件夹
/BIOVIA/LicensePack/linux/bin/
/BIOVIA/LicensePack/share/data/
/BIOVIA/LicensePack/Licenses/
3.$lp_server -s 报错 “bash: ./lmgrd: /lib/ld-lsb.so.3: bad ELF interpreter: 没有那个文件或目录” 或者“bash: ./lmgstat: /lib/ld-lsb.so.3: bad ELF interpreter: 没有那个文件或目录”
这个折腾累了我一晚上,最后在这找到了最靠谱的办法
https://www.unixmen.com/googleea ... interpreter-solved/
sudo yum install redhat-lsb.i686 redhat-lsb-graphics.i686 redhat-lsb-printing.i686

还有一点:如何添加 Gateway 服务和 Licenses 服务至开机自启动列表

$cd
$su
Password:
# cd /home/你的用户名/BIOVIA/MaterialsStudio17.2/etc/Gateway
# cp ./msgateway_control_18888 /etc/rc.d/init.d/
# chkconfig --add msgateway_control_18888

接下来是license服务加入开机自启
#pwd
#/home/你的用户名/BIOVIA/MaterialsStudio17.2/etc/Gateway
# vim /etc/rc.d/rc.local
文本最后加上
. /home/你的用户名/BIOVIA/LicensePack/etc/lp_profile
lp_server –s

大功告成
作者
Author:
neocc    时间: 2018-9-29 01:49
Vinkamor 发表于 2017-12-12 16:02
本人在VMware上用RHEL7安装MS2017时,也出现了缺失libstdc++.so.6的情况。
安装完毕后,仍然不能验证licen ...

改成msi.lic试试看?
作者
Author:
yezhonghua    时间: 2018-12-4 20:57
Vinkamor 发表于 2017-12-12 16:02
本人在VMware上用RHEL7安装MS2017时,也出现了缺失libstdc++.so.6的情况。
安装完毕后,仍然不能验证licen ...

遇到了和我一样的问题,不知道这个该如何解决?请教一下大神
作者
Author:
yangchunming    时间: 2018-12-16 06:33
好东西,感谢楼主!
作者
Author:
复前行79    时间: 2019-12-9 16:58
用ubuntu折腾了半天最后还是装win10虚拟机省事情。
作者
Author:
钪Sc    时间: 2019-12-10 09:18
请问我在检查库文件是否齐全时输入"# rpm -qa|grep glibc" 后,出现"未知的选项这个错误"是为什么?应该怎么处理呢?
作者
Author:
highlight    时间: 2019-12-10 10:02
钪Sc 发表于 2019-12-10 09:18
请问我在检查库文件是否齐全时输入"# rpm -qa|grep glibc" 后,出现"未知的选项这个错误"是为什么?应该怎 ...

看着 | 输 /
作者
Author:
钪Sc    时间: 2019-12-10 16:53
highlight 发表于 2019-12-10 10:02
看着 | 输 /

您好我照着帖子又输了一遍,情况如下
作者
Author:
highlight    时间: 2019-12-10 20:40
钪Sc 发表于 2019-12-10 16:53
您好我照着帖子又输了一遍,情况如下

人家明明是 |,你输的是 /
作者
Author:
yjcmwgk    时间: 2019-12-11 04:07
钪Sc 发表于 2019-12-10 09:18
请问我在检查库文件是否齐全时输入"# rpm -qa|grep glibc" 后,出现"未知的选项这个错误"是为什么?应该怎 ...

原因很简单。你应该写“rpm -qa|grep glibc”而不是“rpm -qa/grep glibc”
作者
Author:
钪Sc    时间: 2019-12-19 12:24
yjcmwgk 发表于 2019-12-11 04:07
原因很简单。你应该写“rpm -qa|grep glibc”而不是“rpm -qa/grep glibc”

谢谢老师指点,请问我在安装证书的时候出现了权限不够的问题导致证书安装出错,请问如何解决呢?
作者
Author:
zwj    时间: 2020-1-3 17:16
C:\Users\zhaoweijia\Pictures有兄弟姐妹知道这个安装证书一直出现127的报错是因为什么吗 求救
作者
Author:
zwj    时间: 2020-1-3 21:15
biancheng159 发表于 2015-10-22 10:56
yjcmwgk你好,
最后lp_install msi.lic的时候,出现:
Licenses]$ lp_install msi.lic

你好 请问 你这个问题解决了吗
作者
Author:
阿良    时间: 2021-2-21 13:16
请问安装完了怎么打开?
作者
Author:
牧生    时间: 2021-2-21 14:43
阿良 发表于 2021-2-21 13:16
请问安装完了怎么打开?

MS在linux下没有界面的,它只是一个计算端,不存在“怎么打开”这一说。。

使用方法是在win下能连到该台linux端服务器,然后建模,然后提交到linux端进行计算。


作者
Author:
阿良    时间: 2021-2-25 14:50
牧生 发表于 2021-2-21 14:43
MS在linux下没有界面的,它只是一个计算端,不存在“怎么打开”这一说。。

使用方法是在win下能连到该 ...

谢谢
作者
Author:
ljc050512    时间: 2021-10-9 09:51
请问在我./install 之后,显示“Performing per-user installation of Materials Studio 2016. Restart this installation as root if you wish to perform an RPM-based installation.”是不是要等很久才继续出下面的?
作者
Author:
Sasuke    时间: 2021-10-18 20:53
本帖最后由 Sasuke 于 2021-10-19 21:19 编辑
yjcmwgk 发表于 2015-7-18 15:46
我直接在科音站下载的



作者
Author:
牧生    时间: 2021-10-18 21:44
Sasuke 发表于 2021-10-18 20:53
科音站是啥 能不能给个网址 跪求

你觉得,你现在上的这个站,叫什么名字?
作者
Author:
Sasuke    时间: 2021-10-19 11:39
弱弱问一句,这个安装过程如果库文件齐全 是不是不需要公网?
作者
Author:
zzzhao    时间: 2022-5-24 18:34
本帖最后由 zzzhao 于 2022-5-24 18:47 编辑

[root@MSserver ~]# yum install redhat-lsb-graphics
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: ftp.sjtu.edu.cn
* extras: ftp.sjtu.edu.cn
* updates: ftp.sjtu.edu.cn
No package redhat-lsb-graphics available.
Error: Nothing to do
这个redhat-lsb-graphics库文件找不到阿???
百度也查不到什么有用的信息,有无大佬帮帮我

作者
Author:
RHEAs    时间: 2022-10-2 19:08
路过,学习一下!
作者
Author:
kkxcxx    时间: 2022-10-13 16:43
请问较高版本的MS2019 2020过程也类似吗?
作者
Author:
Feng..    时间: 2022-12-27 01:46
zzzhao 发表于 2022-5-24 18:34
[root@MSserver ~]# yum install redhat-lsb-graphics
Loaded plugins: fastestmirror, langpacks
Loadin ...

我也遇到了这个问题,你解决了吗?
作者
Author:
牧生    时间: 2022-12-27 08:41
Feng.. 发表于 2022-12-27 01:46
我也遇到了这个问题,你解决了吗?

yum install redhat-lsb -y
作者
Author:
zzzhao    时间: 2023-7-13 15:43
Feng.. 发表于 2022-12-27 01:46
我也遇到了这个问题,你解决了吗?

我没装这个,软件也正常运行




欢迎光临 计算化学公社 (http://bbs.keinsci.com/) Powered by Discuz! X3.3