[原创]在ubuntu7.10上成功安装和使用abaqus v6.7 linux版本,经验共享

OOo,TeX,KO,ABI,GIMP,Picasa,ProE,QCAD,Inkscape,Kicad,Eagle
yj324119
帖子: 1
注册时间: 2008-10-16 14:57

Re: [原创]在ubuntu7.10上成功安装和使用abaqus v6.7 linux版本,经验共享

#16

帖子 yj324119 » 2008-10-16 15:00

我在安装过程中出现这个错误:
dd@dd-desktop:/opt/abaqus/License$ ./lmgrd -c license.dat
dd@dd-desktop:/opt/abaqus/License$ 14:54:26 (lmgrd) -----------------------------------------------
14:54:26 (lmgrd) Please Note:
14:54:26 (lmgrd)
14:54:26 (lmgrd) This log is intended for debug purposes only.
14:54:26 (lmgrd) In order to capture accurate license
14:54:26 (lmgrd) usage data into an organized repository,
14:54:26 (lmgrd) please enable report logging. Use Macrovision's
14:54:26 (lmgrd) software license administration solution,
14:54:26 (lmgrd) FLEXnet Manager, to readily gain visibility
14:54:26 (lmgrd) into license usage data and to create
14:54:26 (lmgrd) insightful reports on critical information like
14:54:26 (lmgrd) license availability and usage. FLEXnet Manager
14:54:26 (lmgrd) can be fully automated to run these reports on
14:54:26 (lmgrd) schedule and can be used to track license
14:54:26 (lmgrd) servers and usage across a heterogeneous
14:54:26 (lmgrd) network of servers including Windows NT, Linux
14:54:26 (lmgrd) and UNIX. Contact Macrovision at
14:54:26 (lmgrd) www.macrovision.com for more details on how to
14:54:26 (lmgrd) obtain an evaluation copy of FLEXnet Manager
14:54:26 (lmgrd) for your enterprise.
14:54:26 (lmgrd)
14:54:26 (lmgrd) -----------------------------------------------
14:54:26 (lmgrd)
14:54:26 (lmgrd)
14:54:26 (lmgrd) Failed to open the TCP port number in the license.

dd@dd-desktop:/opt/abaqus/License$ ./lmutil lmstat
lmutil - Copyright (c) 1989-2005 Macrovision Europe Ltd. and/or Macrovision Corporation. All Rights Reserved.
Flexible License Manager status on Thu 10/16/2008 14:55

Error getting status: Cannot find license file. (-1,359:2 "No such file or directory")
请教下这个怎么解决阿?
dujun6334
帖子: 2
注册时间: 2008-09-30 10:35

Re: [原创]在ubuntu7.10上成功安装和使用abaqus v6.7 linux版本,经验共享

#17

帖子 dujun6334 » 2008-11-18 21:32

我的系统ubuntu7.10(64位),安装abaqus6.7
编译器:intel fortran 9.1 intel C++ 9.1
没有装document的CD2,直接装的CD1,license正常启动,在安装product到verifiction的时候出现问题如下,但能完成安装。
***********************************************************************************************************************
Traceback (most recent call last):
File "Python/driver/driverEnvERROR: No FLEXnet license servers are specified in the Abaqus environment
file. Please see the Abaqus Site Guide for more information. Exiting
verification process.
***********************************************************************************************************************
覆盖掉exec下的文件后,启动abaqus,有如下如下错误出现:
***********************************************************************************************************************
Traceback (most recent call last):
File "Python/driver/driverEnv.py", line 241, in envRunFile
File "/home/dd/6.7-1/site/abaqus_v6.env", line 153, in ?
del pci
NameError: name 'pci' is not defined
Abaqus Error: Error when reading environment file <type 'file'>
***********************************************************************************************************************

折腾了好几天也没有搞定,兄弟姐妹们该怎么解决啊?焦急中。。。。。。。。。。。。。。
头像
yandongqiang
帖子: 16
注册时间: 2008-10-31 19:23

Re: [原创]在ubuntu7.10上成功安装和使用abaqus v6.7 linux版本,经验共享

#18

帖子 yandongqiang » 2008-11-18 22:22

这么多人用Abaqus阿~~算了,还是在windows下用好了 呵呵~
vliqi
帖子: 116
注册时间: 2005-10-07 18:55

Re: [原创]在ubuntu7.10上成功安装和使用abaqus v6.7 linux版本,经验共享

#19

帖子 vliqi » 2008-12-09 22:10

主要原因是/sbin/lspci不存在的原因,这样可以解决# ln -s /usr/sbin/lspci /sbin/lspci 或者直接修改源代码
barrynick
帖子: 8
注册时间: 2012-04-14 9:43

Re: [原创]在ubuntu7.10上成功安装和使用abaqus v6.7 linux版本,经验共享

#20

帖子 barrynick » 2013-05-03 1:08

dujun6334 写了:我的系统ubuntu7.10(64位),安装abaqus6.7
编译器:intel fortran 9.1 intel C++ 9.1
没有装document的CD2,直接装的CD1,license正常启动,在安装product到verifiction的时候出现问题如下,但能完成安装。
***********************************************************************************************************************
Traceback (most recent call last):
File "Python/driver/driverEnvERROR: No FLEXnet license servers are specified in the Abaqus environment
file. Please see the Abaqus Site Guide for more information. Exiting
verification process.
***********************************************************************************************************************
覆盖掉exec下的文件后,启动abaqus,有如下如下错误出现:
***********************************************************************************************************************
Traceback (most recent call last):
File "Python/driver/driverEnv.py", line 241, in envRunFile
File "/home/dd/6.7-1/site/abaqus_v6.env", line 153, in ?
del pci
NameError: name 'pci' is not defined
Abaqus Error: Error when reading environment file <type 'file'>
***********************************************************************************************************************

折腾了好几天也没有搞定,兄弟姐妹们该怎么解决啊?焦急中。。。。。。。。。。。。。。

此问题有人解决了吗?
barrynick
帖子: 8
注册时间: 2012-04-14 9:43

Re: [原创]在ubuntu7.10上成功安装和使用abaqus v6.7 linux版本,经验共享

#21

帖子 barrynick » 2013-05-03 1:16

vliqi 写了:主要原因是/sbin/lspci不存在的原因,这样可以解决# ln -s /usr/sbin/lspci /sbin/lspci 或者直接修改源代码
能否说的再具体一点吗?我用你的这个命令还是没有用诶?
surenjia
帖子: 1
注册时间: 2014-01-28 10:13
系统: win7+ubantu

Re: [原创]在ubuntu7.10上成功安装和使用abaqus v6.7 linux版本,经验共享

#22

帖子 surenjia » 2014-02-23 17:38

huang@huang-X55VDR:~/abaqus/Commands$ sudo ./abaqus cae
Abaqus License Manager checked out the following license(s):
"cae" release 6.12 from huang-X55VDR
<1023 out of 1024 licenses remain available>.
Xlib: extension "GLX" missing on display ":0.0".
ValueError: Insufficient system resource available.

terminate called after throwing an instance of 'nex_PrimException<ipc_IPCMsgErrorTypeEnm, 1>'
Abaqus Error: Abaqus/CAE Kernel exited with an error.
回复