24小时热门版块排行榜    

查看: 2374  |  回复: 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

超级版主 (文学泰斗)

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 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 投票:  有多少人是今天查系统知道结果的? +15 爱看书的可乐 2026-08-26 17/850 2026-08-27 03:31 by xxniao123
[基金申请] 看板上这么多中的,有点像50人群里49个人都是骗子的那种感觉…… +3 a089 2026-08-26 3/150 2026-08-26 23:21 by young90
[基金申请] 系统查不到 +10 董八千 2026-08-26 10/500 2026-08-26 16:30 by Equinoxhua
[基金申请] 怎么查啊 +5 huang1991js 2026-08-26 5/250 2026-08-26 16:09 by Equinoxhua
[基金申请] 2026国自然函评费到账 +22 羊腰板 2026-08-21 25/1250 2026-08-26 15:00 by zuocuiping
[基金申请] 为什么国自然不能直接公布 +4 bjdxyxy 2026-08-26 4/200 2026-08-26 13:12 by qingmu1201
[基金申请] 科研孤儿太难了 +21 我4大白菜 2026-08-20 22/1100 2026-08-26 11:29 by nlgza
[基金申请] 国际合作可查了,中了面上 +18 Ldrop2023 2026-08-26 18/900 2026-08-26 11:15 by cmrandy
[基金申请] 项目信息和经费信息在系统里都可以看到了 +6 wittyboy 2026-08-26 14/700 2026-08-26 10:55 by wittyboy
[基金申请] 国合现在查不到了吗? +10 chengyan1220 2026-08-24 20/1000 2026-08-26 08:57 by peasantsprig
[基金申请] 牛来!米来!面来! +8 beefly 2026-08-26 8/400 2026-08-26 08:37 by xuzhipiao
[基金申请] 在坚冰还盖着北海的时候,我看到了怒放的梅花。 (金币+10) +6 ziyangfang 2026-08-25 9/450 2026-08-25 20:26 by huagongfeihu
[基金申请] 明天应该可查了!? +6 chengyan1220 2026-08-23 6/300 2026-08-25 19:45 by zfd97
[基金申请] 今日不放榜?网传国自然预计 8 月 27 日可查结果 +17 医学老男孩 2026-08-20 22/1100 2026-08-25 15:36 by 医学老男孩
[基金申请] 如果此刻你正在为国基感到焦虑,不妨来听听这首《基金之外》 +8 scalable 2026-08-24 8/400 2026-08-25 12:52 by jnhyjjm
[基金申请] 没有任何消息-是不是就凉了 +9 图啦图啦 2026-08-24 10/500 2026-08-25 11:59 by 南海小哥
[基金申请] 人气不行了 +11 fansofjerry 2026-08-21 11/550 2026-08-25 11:04 by 孤独的英雄6
[基金申请] 让我中一个面上吧! +13 大萍1987 2026-08-20 16/800 2026-08-24 10:23 by 太傻了
[基金申请] 时间戳今天,20号变了 +5 archvillain 2026-08-20 5/250 2026-08-22 06:12 by hui_daxiao
[基金申请] 看来今天不会放榜了? +8 chengyan1220 2026-08-21 11/550 2026-08-21 17:52 by dcqxinyang
信息提示
请填处理意见