24小时热门版块排行榜    

Znn3bq.jpeg
北京石油化工学院2026年研究生招生接收调剂公告
查看: 2114  |  回复: 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.
回复此楼

» 本帖已获得的红花(最新10朵)

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

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

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的回帖

茗跃

金虫 (著名写手)

品茗未来,飞跃自己。


nono2009(金币+1,VIP+0):Thanks for the comments. 12-29 15:52
好像有点麻烦啊,我们用的相对简单些
可能用的安装程序和不同的linux不同导致
学习是一个永恒的主题。
4楼2009-12-29 15:36:16
已阅   回复此楼   关注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的回帖

heron

木虫 (小有名气)


小木虫(金币+0.5):给个红包,谢谢回帖交流
早知道就好了
6楼2010-07-19 21:27:52
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

csutlh

金虫 (小有名气)


小木虫(金币+0.5):给个红包,谢谢回帖交流
正找在Ubuntu下装Abaqus的方法呢~拿了哈
闻麦有二
7楼2010-10-15 21:05:19
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

ciyierwei

银虫 (小有名气)


小木虫: 金币+0.5, 给个红包,谢谢回帖
送红花一朵
您好,能否请教下ABAQUS在linux下的安装?能安装和启动license,但安装product时不能通过验证,困扰很久了,您的回复不胜感激啊
8楼2018-11-28 15:49:25
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 amerigo6 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 调剂 +17 不逢春 2026-04-07 18/900 2026-04-08 06:18 by lijunpoly
[考研] 353求调剂 +4 晴空万里air 2026-04-07 4/200 2026-04-07 23:24 by JourneyLucky
[考研] 328求调剂 +13 lftmya 2026-04-07 14/700 2026-04-07 22:45 by JourneyLucky
[考研] 318求调剂 +5 李青山山山 2026-04-07 5/250 2026-04-07 18:24 by 蓝云思雨
[考研] 专硕085403,291分,有两篇专利,一国一奖 +3 哈吉咪哈吉咪 2026-04-07 3/150 2026-04-07 18:21 by 蓝云思雨
[考研] 一志愿南京航空航天大学 材料与化工329分求调剂 +9 Mr. Z 2026-04-05 9/450 2026-04-07 15:30 by 尽舜尧1
[考研] 考研调剂 +7 15615482637 2026-04-04 7/350 2026-04-06 22:56 by chenzhimin
[考研] 304求调剂 +4 luoye0105 2026-04-05 4/200 2026-04-06 21:05 by 木子君1218
[考研] 一志愿北交大材料工程总分358求调剂 +10 cs0106 2026-04-05 12/600 2026-04-06 19:41 by 无际的草原
[考研] 材料调剂 +5 小刘同学吖吖 2026-04-06 5/250 2026-04-06 18:34 by sherry_1901
[考研] 求调剂 +4 wos666 2026-04-03 5/250 2026-04-06 15:22 by wos666
[考研] 材料334求调剂 +19 Eecho# 2026-04-03 19/950 2026-04-06 08:37 by 小小树2024
[考研] 322求调剂 +3 嗯哼哼恒 2026-04-05 3/150 2026-04-05 19:52 by nepu_uu
[考研] 工科277分求调剂材料 +8 上了上了上哦 2026-04-05 9/450 2026-04-05 13:05 by wwytracy
[考研] 311分 22408 求调剂 +3 bing_bot 2026-04-03 3/150 2026-04-05 00:43 by chongya
[考研] 266求调剂 +8 学员97LZgn 2026-04-03 8/400 2026-04-04 09:02 by 20021109
[考研] 机械专硕297 +3 Afksy 2026-04-03 3/150 2026-04-03 14:24 by 1753564080
[考研] 279求调剂 +6 qazplm0852 2026-04-02 6/300 2026-04-03 10:03 by 蓝云思雨
[考研] 346求调剂 +5 郑诚乐 2026-04-02 5/250 2026-04-02 16:38 by SZW_UJN
[考研] 285求调剂 +11 AZMK 2026-04-01 11/550 2026-04-01 22:40 by peike
信息提示
请填处理意见