1,上传软件包MaterialsStudio70.tgz、msi_7.lic到服务器上。

2,安装ms一般会创建一个普通用户msi,软件安装在msi账号下。

创建用户msi:     useradd msi
切换到msi用户:   su – msi

tar xvf /opt/MaterialsStudio70.tgz
cd MaterialsStudio70/

[msi@hpc MaterialsStudio70]$ ./install
Performing per-user installation of Materials Studio 7.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 7.0
The location where Materials Studio will be installed is <install location>/MaterialsStudio7.0[/home/msi/Accelrys] 默认回车
The Accelrys License Pack is required in order to run Materials Studio 7.0.
Please enter the location of a License Pack installation, or an empty directory
into which the License Pack will be installed.
[/home/msi/Accelrys] 默认回车
/home/msi/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 LicensePack installation...

-------------------------------------------------------------------------------
Accelrys License Pack 7.6.9 - InstallShield WizardWelcome to the InstallShield Wizard for Accelrys License Pack 7.6.9The InstallShield Wizard will install Accelrys License Pack 7.6.9 on your
computer.
To continue, choose Next.Accelrys License Pack 7.6.9
Accelrys Software Inc.
http://www.accelrys.com
 Press 1 for Next, 3 to Cancel or 5 to Redisplay [1]  默认回车-------------------------------------------------------------------------------
Accelrys License Pack 7.6.9 - InstallShield WizardAccelrys License Pack 7.6.9 Install LocationPlease specify a directory or press Enter to accept the default directory.Destination Directory [/home/msi/Accelrys]   默认回车Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1]   默认回车Accelrys License Pack 7.6.9 - InstallShield WizardSelect the features for "Accelrys License Pack 7.6.9" you would like to
install:Accelrys License Pack 7.6.9To select/deselect a feature or to view its children, type its number:1.  [x] LicensePack2.  [ ] Compatibility LicensePackThe Compatibility LicensePack is required for supporting Accelrys softwareshipped with License Packs 6.x or lower and to support IRIX and Solarisplatforms. See License Pack documentation for complete list of Accelryssoftware supported by this License Pack.Other options:0. Continue installingEnter command [0]  默认回车Press 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1]   默认回车Accelrys License Pack 7.6.9 - InstallShield WizardAccelrys License Pack 7.6.9 will be installed in the following location:/home/msi/Accelrys/LicensePackwith the following features:LicensePackfor a total size:157.7 MBPress 1 for Next, 2 for Previous, 3 to Cancel or 5 to Redisplay [1]  默认回车Accelrys License Pack 7.6.9 - InstallShield WizardInstalling Accelrys License Pack 7.6.9. Please wait...|-----------|-----------|-----------|------------|
0%         25%         50%         75%        100%
||||||||||||||||||||||||||||||||||||||||||||||||||Creating uninstaller...Finalizing the Vital Product Data Registry. Please wait...Configuring License Pack-------------------------------------------------------------------------------
Accelrys License Pack 7.6.9 - InstallShield WizardThe InstallShield Wizard has successfully installed Accelrys License Pack
7.6.9. Choose Finish to exit the wizard.Press 3 to Finish or 5 to Redisplay [3]   默认回车Running ConfigureMaterialsStudio.pl
Gateway configuration...
Port 18888 appears to be available right now...
Starting gateway at:
http://hpc:18888/
/home/msi/Accelrys/MaterialsStudio7.0/etc/Gateway/root_default/httpd/bin/apachectl start: httpd started
Gateway start succeeded - running as process 8792.
Testing gateway installation for script u/dsd_test.pl
Running GET for url http://hpc:18888/dsd/commands/u/dsd_test.pl

It works! ...This is the simple cgi test output ...
Test succeeded, 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

Choose one of the above options: 99   完成退出
Exiting program

3,激活

使用yum安装缺少的软件包

yum install libstdc++-4.4.6-3.el6.i686

将license文件复制到当前目录,如msi_7.lic

修改msi_7.lic中第一行的this_host为主机名,如:

SERVER hpc  ANY 27000

使用下面命令激活:

~/Accelrys/LicensePack/linux/bin/lp_install msi_7.lic

4,设置GateWay开机自动启动(如果使用windows下的ms客户端连接到linux上使用需要开启Gateway,如果使用命令行则不需要启动)

切换到root用户:

复制gateway启动文件cp ~msi/Accelrys/MaterialsStudio7.0/etc/Gateway/msgateway_control_18888 /etc/init.d/
设置开机启动
chkconfig msgateway_control_18888 on
重启服务
service  msgateway_control_18888 restart

5,验证gateway

打开浏览器,输入http://服务器IP地址:18888,如果能打开界面则成功。

6,使用Windows客户端连接到Linux计算

在MS软件windows下的客户端中添加服务器的Gateway,计算的时候选择Linux的Gateway就可以从windows直接调用linux计算,

完成后将计算返回到windows下,且如果计算中windows客户端软件关闭或关机均不影响计算。

添加Gateway的步骤如下:

1)打开菜单Tools->Server Console,进入配置界面

2)右键选择Server Gateway新建一个Gateway

3)输入Linux服务器的ip地址,默认端口18888,点Run Diagnostics测试Gateway是否正常,如图所示验证成功,点OK关闭窗口

4)计算的时候选择Gateway为Linux服务器就可以了,其他的与本地计算相同。

转载于:https://www.cnblogs.com/iDove/p/4109293.html

搭建高性能计算环境(七)、应用软件的安装之MS相关推荐

  1. 阿里云服务器CentOS8 搭建javaweb环境及mysql数据库安装

    阿里云服务器CentOS8 搭建javaweb环境及mysql数据库安装 一. JavaWeb环境搭建 步骤1:登录 Linux 实例 1.使用标准方式登录 Linux 实例(推荐) 浏览器直接搜索阿 ...

  2. ubuntu通过apt-get方式搭建lnmp环境以及php扩展安装

    v 一直是在用的lnmp的集成安装包搭建lnmp环境,因为工作需要需要安装ldap扩展,在网上怎么都找不到源码安装包,只能卸载掉原来的lnmp环境,用ubuntu的php5-ldap扩展, 在安装中遇 ...

  3. Eclipse搭建android环境及Genymotion模拟器安装问题解决方法

    最近实验室新买了台式电脑,又要重新搭建android环境了,话说自从google被封了之后eclipse搭建android真是不容易了,虽然现在官方推荐使用studio了,但是还是不太习惯studio ...

  4. 搭建高性能计算环境(四)、应用软件的安装之VASP

    1,将需要的软件包上传vasp.5.2.12.tar.gz.vasp.5.lib.tar.gz.benchmark.Hg.tar.gz. 2,创建vasp目录并解压软件包. mkdir /opt/va ...

  5. 搭建高性能计算环境(十)、应用软件的安装之Wien2k

    1,首先安装fftw tar xvf fftw-3.3.4.tar.gz cd fftw-3.3.4 ./configure --prefix=/opt/fftw-3.3.4 --enable-sha ...

  6. 云炬Qtpy5开发与实战笔记 0搭建开发环境(傻瓜式安装)

    目录 1安装python和qtpy 2安装pycharm和Qt creator 2.1安装pycharm 傻瓜式安装 在PyCharm导入Anaconda 2.2安装Qt creator 1安装pyt ...

  7. 搭建学习环境(七)——Webug4.0

    因版面调整,取消专栏前台显示,新增专栏文章汇总地址 https://baynk.blog.csdn.net/category_9544908.html 0x01 前言 哎,不想学习... 好像从3.0 ...

  8. 云服务器搭建Git环境

    目录 一. Git服务器概述 二. 搭建Git服务器 2.1 服务器端安装git 2.2 服务器端创建git用户 2.3 服务器端创建git仓库 2.4 服务器端打开RSA认证 2.5 客户端创建SS ...

  9. Windows下搭建PySpark环境

    Windows下搭建PySpark环境 文章目录 Windows下搭建PySpark环境 前言 方法一 安装单机版Hadoop 安装单机版Spark PySpark环境整合 方法二 测试PySpark ...

最新文章

  1. mysql建立联合索引,mysql建立唯一键,mysql如何解决重复记录联合索引
  2. mysql 多表 三表 删除_mysql 多表join查询索引优化
  3. WANTS好物CEO李毅秋:初创公司如何避免这些坑
  4. Solr集群搭建,zookeeper集群搭建,Solr分片管理,Solr集群下的DataImport,分词配置。
  5. 舰娘 服务器 维护时间,《舰娘Collection》停止运营公告
  6. 本题要求实现函数输出n行数字金字塔。_练习5-3 数字金字塔 (15分)
  7. Java中常见流的分类及简单讲解
  8. SQL SERVER 查看数据库表的字段类型,是否允许为NULL,默认值,主键等
  9. 微信怎么at所有人_变速箱报废、发动机故障、车门下沉,全新马自达3到底怎么了?...
  10. 社工手段日益精进,MacOS和IOS系统还安全吗?
  11. 卡密社区源码无加密完整版(php源码+mysql脚本)
  12. 什么是自然语言处理,自然语言处理的技术优势和应用领域
  13. 认识电子计算机评课稿,《走进计算机》评课稿.docx
  14. 沉没成本---欲罢不能的困局?
  15. 2512 4.7K 5%贴片电阻识别方法
  16. Oracle中的sys用户和system用户
  17. 2020牛客国庆集训派对day1 ------ ABB(马拉车裸题 + 条件判断)
  18. 【安全牛】一起来打靶第一周笔记
  19. 便携式明渠流量计比对装置--执行的标准规范
  20. 计算机中丢失d3dcompiler_47,玩游戏提示缺少D3DCompiler_47.dll文件怎么解决?

热门文章

  1. 华为鸿蒙万物互联应用,为什么我需要万物互联? 鸿蒙能带来什么?
  2. 扫地机器人湿地_仅仅是打湿地板而已?定价高了,石头扫地机器人的拖地却仍很一般...
  3. 8s保留cpu设置_使用资源设置控制CPU资源
  4. python简介pdf_Python以及QuTip包简介.PDF
  5. java 正则 pattern 线程安全_(一)Java Pattern类----java正则
  6. HDU-Keywords Search(AC自动机)
  7. 神经网路权重初始化方式
  8. 如何在VScode 中 调试 ts 文件 Unit test
  9. 从字节码看java中 this 的隐式传参
  10. 《机器学习实战》程序清单4-2 朴素贝叶斯分类器训练函数