Centos7 安装Materials Studio 2019

上传软件包到服务器

解压软件,执行install

tar -xf BIOVIA_2019.MaterialsStudio2019.tgz
cd MaterialsStudio2019/
./install

因为是集群要用,所以不使用RPM方式安装。

指定安装位置

下一步,下一步

进入安装状态

可能会遇到的错误

yum install csh -y 
#即可解决

结束安装

爱国

查询主机名

其实上面就安装过程中就可以看到主机名为master,不行用hostname 查看

修改licence文件

vim msi2019.lic

安装licence

chmod 777 msi2019.lic
cp msi2019.lic /data/software/BIOVIA/ms2019/BIOVIA_LicensePack/Licenses/
cd /data/software/BIOVIA/ms2019/BIOVIA_LicensePack/etc
chmod 777 lp_profile
./lp_profile 
./lp_server_check -s
cd /data/software/BIOVIA/ms2019/MaterialsStudio19.1/etc/Gateway/
cp msgateway_control_18888 /etc/init.d/
chkconfig --add msgateway_control_18888
/etc/init.d/msgateway_control_18888 restart

加入module ,享用

#%Module1.0
##
## null modulefile
##
proc ModulesHelp { } {
puts stderr "\tSets up the paths you need to use ms2019"
}
module-whatis "Set the environment variables for ms2019"
prepend-path PATH /data/software/BIOVIA/ms2019/MaterialsStudio19.1/bin
prepend-path LD_LIBRARY_PATH /data/software/BIOVIA/ms2019/MaterialsStudio19.1/lib
暂无评论

发送评论 编辑评论


				
|´・ω・)ノ
ヾ(≧∇≦*)ゝ
(☆ω☆)
(╯‵□′)╯︵┴─┴
 ̄﹃ ̄
(/ω\)
∠( ᐛ 」∠)_
(๑•̀ㅁ•́ฅ)
→_→
୧(๑•̀⌄•́๑)૭
٩(ˊᗜˋ*)و
(ノ°ο°)ノ
(´இ皿இ`)
⌇●﹏●⌇
(ฅ´ω`ฅ)
(╯°A°)╯︵○○○
φ( ̄∇ ̄o)
ヾ(´・ ・`。)ノ"
( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃
(ó﹏ò。)
Σ(っ °Д °;)っ
( ,,´・ω・)ノ"(´っω・`。)
╮(╯▽╰)╭
o(*////▽////*)q
>﹏<
( ๑´•ω•) "(ㆆᴗㆆ)
😂
😀
😅
😊
🙂
🙃
😌
😍
😘
😜
😝
😏
😒
🙄
😳
😡
😔
😫
😱
😭
💩
👻
🙌
🖕
👍
👫
👬
👭
🌚
🌝
🙈
💊
😶
🙏
🍦
🍉
😣
Source: github.com/k4yt3x/flowerhd
颜文字
Emoji
小恐龙
花!
上一篇
下一篇
WordPress Appliance - Powered by TurnKey Linux