24小时热门版块排行榜    

查看: 2360  |  回复: 7
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

amerigo6

金虫 (正式写手)

[尾张傻瓜]

[交流] 【转载】ABAQUS 6.8 installation in Linux[已搜索无重复] 已有3人参与

This is one way to install abaqus 6.8-1 in linux distros like centOS-5 and fedora-9. Might also work in debian/ubuntu.

Note: You need valid license and license file from abaqus

1. Prerequisites

Follow distro's documentation to perform these steps.

Install required packages:

a. Java JDK. Sun java preferred.
b. libXp
c. libstdc++5 (compat-libstdc++-33 for centOS)
d. csh

All steps require administrative (root) access, unless specified.

2. Preliminary steps

a. Copy the contents of the CD/DVD to, say, /sourcedir. Make sure that you have rw access.
b. Create installation directory.

Code:
mkdir /opt/abaqus681

3. Install Documentation

It's recommended to stay in the $HOME directory for the entire procedure with root access

First make the 'setup' in the /source executable.
(Making these files executable is most likely not necessary.)

Code:
chmod a+x /sourcedir/setup
and execute by

Code:
/bin/csh /sourcedir/setup -nosystemchecks

Follow instructions and give /tmp as the scratch dir. Instruct to install the doc in

Code:
/opt/abaqus681/

Once the documentation is complete move to the next step.

Note: We use the 'setup' file in the appropriate architecture (linux32/linux64) to perform the license and product installation.
One can also use the install.bin (after making it executable like in step-3) file in the doc or product/..pathto../install.bin directory to install the same. Sometimes it might throw some error because it looks for JVM in the wrong places.

4. Install License

Make 'setup' given in the appropriate architecture folder executable. Using this setup one can install both license and product.

Code:
/bin/csh /sourcedir/linux32or64/setup -nosystemchecks

and follow instructions and select 'install license only'.
Give the server details as 27003@YourComputerName.
Instruct to install the doc in /opt/abaqus681

Network installation (most common). Contact you System admin to obtain location of the license server.

If this is a local install
Do not try to start the license server now. Quit the installer.
Copy the license file you bought from abaqus to the /opt/abaqus681/License directory.

5. Install product

First, need to start the license server.Open up a new terminal and as a normal user (NOT as root!)

Code:
/opt/abaqus681/License/lmgrd -c /opt/abaqus681/LicenselicenseFileWithProper.Extension

and make sure that the server is up and running. That is, no errors.. Hopefully.

Run the installer by

Code:
/bin/csh /sourcedir/linux32or64/setup -nosystemchecks

Location to be installed: /opt/abaqus681/

if everything works fine then well and good. Logout off root and proceed to next step.

6. Launch the product

Remember that the license server is still running. If you stopped it or a reboot occurred then start the server by the command given in Step-5


Code:
/opt/abaqus681/Command/abaqus cae

and you should get the CAE up and running.

Note: Error such as the one shown below can come up.

    Quote: /..../Python/Obj/Python.exe: error while loading shared libraries: /...../exec/lbr/libABQUTI_Zlib.so: cannot restore segment prot after reloc: Permission denied


SElinux may be preventing the launcher from executing properly. You can turn that off as being root

Code:
/usr/sbin/setenforce 0
or use the gui to turn it off. (Gnome) System>Administration>SElinux management. Or it may be listed as security.
If anyone has a better way of addressing this, please post it in this thread.


To stop, just quit the CAE and shutdown the license server by

Code:
/opt/abaqus681/License/lmgdown -c /opt/abaqus681/License/licenseFileWithProper.Extension

Of course, you can write shell scripts to automate these process. Good luck.
Hope that helped.
回复此楼
今天Symantec一直在报QQ有问题,吓的我都不敢用QQ了
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

茗跃

金虫 (著名写手)

品茗未来,飞跃自己。


nono2009(金币+1,VIP+0):Thanks for the comments. 12-29 15:52
好像有点麻烦啊,我们用的相对简单些
可能用的安装程序和不同的linux不同导致
学习是一个永恒的主题。
4楼2009-12-29 15:36:16
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 8 个回答

nono2009

超级版主 (文学泰斗)

No gains, no pains.

优秀区长优秀区长优秀区长优秀区长优秀版主


小木虫(金币+0.5):给个红包,谢谢回帖交流
尽管不懂,但全力支持。谢谢分享。
2楼2009-12-28 10:17:06
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

amerigo6

金虫 (正式写手)

[尾张傻瓜]

呵呵,多谢支持,呵呵,
引用回帖:
Originally posted by nono2009 at 2009-12-28 10:17:
尽管不懂,但全力支持。谢谢分享。

今天Symantec一直在报QQ有问题,吓的我都不敢用QQ了
3楼2009-12-29 02:26:25
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

amerigo6

金虫 (正式写手)

[尾张傻瓜]

Linux安装之前需要配置一些东西,所以会复杂点,你说的用的相对简单,是指Win下的ABAQUS,还是什么意思?
其实我感觉Linux比Windows还是方便一点,Windows下安装一个东西,需要去网上下载下来,然后再安装,并且软件备份还需要留着,下次安装时再用,而Linux安装的话只需要“Sudo apt-get install softname"就行了,很快的。
当然Linux更侧重于命令行,所以需要记得东西,比Windows相对麻烦一点,这点就像ANSYS一样,记好命令行,写APDL的时候还是很方便的。
引用回帖:
Originally posted by 茗跃 at 2009-12-29 15:36:
好像有点麻烦啊,我们用的相对简单些
可能用的安装程序和不同的linux不同导致

[ Last edited by amerigo6 on 2009-12-29 at 22:48 ]
今天Symantec一直在报QQ有问题,吓的我都不敢用QQ了
5楼2009-12-29 22:46:58
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 能否退出参与的面上项目解除限项 +16 koalala 2026-08-24 18/900 2026-08-24 15:43 by zhuzg0628
[基金申请] 今日不放榜?网传国自然预计 8 月 27 日可查结果 +17 医学老男孩 2026-08-20 21/1050 2026-08-24 14:21 by refreshing11
[基金申请] 我面上完蛋了 +8 且听虎啸 2026-08-20 9/450 2026-08-24 13:52 by zzuzxg
[基金申请] 建议基金发布提前给出明确的时间点 +12 kulium 2026-08-21 15/750 2026-08-24 12:02 by iaeyuan
[基金申请] 朋友圈看到的 +7 wangzilk 2026-08-18 9/450 2026-08-24 10:50 by cmrandy
[基金申请] 让我中一个面上吧! +13 大萍1987 2026-08-20 16/800 2026-08-24 10:23 by 太傻了
[基金申请] 放榜前的不淡定 20+4 snowwithsea 2026-08-19 17/850 2026-08-24 10:20 by echo8914667
[基金申请] 明天应该可查了!? +4 chengyan1220 2026-08-23 4/200 2026-08-24 08:47 by gloomy6159
[基金申请] 2026年的国家社科基金项目通讯评审的新规则与新动向、新挑战 +4 process2012 2026-08-23 5/250 2026-08-23 19:58 by jurkat.1640
[教师之家] 跳槽后在研项目怎么办? +5 简单化xn 2026-08-22 10/500 2026-08-23 12:38 by 简单化xn
[基金申请] 93BebMhtakh前后11位开头都是大写 +7 且听虎啸 2026-08-17 8/400 2026-08-22 21:55 by 医学老男孩
[基金申请] filecode,4个jtjc了 +13 ziyangfang 2026-08-19 16/800 2026-08-22 17:08 by WH3796
[基金申请] 人气不行了 +8 fansofjerry 2026-08-21 8/400 2026-08-22 16:30 by zyqchem
[基金申请] 时间戳今天,20号变了 +5 archvillain 2026-08-20 5/250 2026-08-22 06:12 by hui_daxiao
[基金申请] 时间戳又变了 +13 wuchongjun 2026-08-20 19/950 2026-08-21 17:21 by 紫杉醇
[论文投稿] 投稿咨询 +5 wwm09 2026-08-17 7/350 2026-08-21 10:11 by 期刊论文帮手
[基金申请] 今天放榜没戏了吧 +9 yuleib84 2026-08-19 11/550 2026-08-21 10:06 by gltch
[基金申请] 基金啊基金 +4 longfie172 2026-08-20 4/200 2026-08-21 08:58 by mark mao
[基金申请] 重要消息,中午系统在维护 +11 yuleib84 2026-08-18 12/600 2026-08-20 11:09 by xskun
[基金申请] 今天维护系统维护 祝所有人 高中 +8 gjjjzhong 2026-08-18 9/450 2026-08-18 13:01 by 家与远方
信息提示
请填处理意见