UG NX10 for Linux安装教程(Deepin15.11系统)
Tofloor
poster avatar
北冥夜未央
deepin
Ecological co-builder
2019-07-22 06:28
Author
本帖最后由 feixiang_fox 于 2020-5-18 21:41 编辑

UG NX10 for linux安装教程Deepin15.11系统)   
详细安装方法:
一、安装ug有几个软件是必装的,javatcshkshlsb
1JAVA安装:
1)去官网下载jdk,选择Linux版本(tar.gz格式文件)
2)将该文件解压到你想要安装jdk的地方(一般来说放在/usr/local下)
3)编辑/etc/prefile文件,配置环境变量。
   JAVA_HOME=你的java安装路径(eg: /usr/local/java-1.8.0)
     CLASSPATH=$JAVA_HOME/lib/
     PATH=$PATHJAVA_HOME/bin
     export PATH JAVA_HOME CLASSPATH
4)重启机器或执行命令 :source /etc/profile让配置生效。
2tcsh,ksh,lsb 用终端安装(ctrl+alt+t打开终端)
sudo apt-get install tcsh ksh lsb
二、挂载下载的img文件。(非img文件不用挂载,直接从第步开始)
挂载方法:终端里输入
cd /mnt;
sudo mkdir ugs100;
mount -o loop /文件所在路径/SIEMENS.NX.9.0.0.Linux64.img /mnt/ugs100
三、修改hosts文件
sudo vim /etc/hosts
按照下面增加两行
127.0.0.1 localhost (自带)
127.0.1.1 这里显示的是你的计算机名称 (自带)
127.0.0.1 和上面的计算机名称要一样(添加的)
127.0.0.1 和上面的计算机名称要一样 localhost (添加的)
其他的不管。记得保存
四、将下载的文件里面的splm6.lic中的this_host改成计算机名这一步很重要。
五、创建文件夹。终端里面搞定
创建目录:
sudo mkdir /usr/Siemens  /usr/Siemens/PLMLicenseServer  /usr/Siemens/ugs100
sudo chown 用户名 /usr/tmp #如果原先不存在tmp的话需要先创建tmp
sudo chmod 755 /usr/tmp
六、splm6.lic复制到/usr/Siemens/PLMLicenseServer
终端里进入splm6.lic所在目录然后
sudo cp -r splm6.lic /usr/Siemens/PLMLicenseServer
七、安装服务器
cd /mnt/ugs100;
sudo ./SPLMLicenseServer_v6.1.1_linux_setup.bin
按照提示一步一步的安装。当问许可文件时,手动指向/usr/Siemens/PLMLicenseServer/splm6.lic就可以了。直到安装完成。
八、安装UG NX
修改安装文件:打开/mnt/ugs100/nx100目录下的ug_install文件,文件中搜索“Unrecognized or unsupported Linux”定位到文件的112行,复制108-110行的内容,粘贴到110行后,修改成下面的内容:
elif $( grep -i "deepin " /proc/version 1>$NULL 2>&1) ; then # Its Deepin.
  # Not much to do here, just set X11_DEFS_DIR.
  X11_DEFS_DIR=/usr/share/X11/app-defaults     # X11 app-defaults dir.
(注:原安装文件未把Deepin系统设置为内置可搜索的系统,如果不修改ug_install文件会报“Unrecognized or unsupported Linux”错误,无法安装)

cd /mnt/ugs100/nx100;
sudo ./ug_install
出现
1. UG Installation type. _____________________ [load+configure]
2. SOURCE directory. _______________________[/mnt/ugs100/nx100]
3. BASE directory. ______________________ [/usr/Siemens/ugs100]
4. O.K. to MODIFY system files. _________________________ [yes]
5. License server(s) or a filename. [28000@你的计算机名称

* Enter item(s) to query or change: [continue] (这里输入3回车)

接着更改安装路径到/usr/Siemens/ugs100(其实这里可不用改,我只是为了方便文件管理才改的)
当出现
95) Change dirs. 96) Select required 97) All 98) None 99) Load
* Enter kit or option number(s): [load] 97(这里输入97回车)
当再次出现
95) Change dirs. 96) Select required 97) All 98) None 99) Load
* Enter kit or option number(s): [load] 99(这里输入99回车)
直到安装完成。
九、修改用户环境变量
终端返回到用户主目录
sudo vim .bashrc
在弹出的文本里加入如下内容:(加在最后)
UGII_BASE_DIR=/usr/Siemens/ugs100; export UGII_BASE_DIR
UGII_ROOT_DIR=/usr/Siemens/ugs100/ugii; export UGII_ROOT_DIR
UGS_LICENSE_SERVER=28000@你的计算机名称; export UGS_LICENSE_SERVER
记得保存
十、破解
将破解文件覆盖到相应的文件夹。
cd 你的ssq文件解压目录
sudo cp -r ugs100 /usr/Siemens/
sudo chmod 755 /usr/Siemens
sudo chmod 755 /usr/tmp
十一、创建桌面快捷方式和许可服务器自启动
1、添加UG许可证服务自启动
在/etc下创建文件rc.local,并设置执行权限,终端命令为:
sudo touch /etc/rc.local;
chmod 755 /etc/rc.local
rc.local文件内写入一下内容:
#!/bin/sh -e
/usr/Siemens/PLMLicenseServer/lmgrd -c /usr/Siemens/PLMLicenseServer/splm6.lic
exit 0
2创建动态库链接路径
sudo vim/etc/ld.so.conf
打开的文本中加入libsyss.so路径:
/usr/Siemens/ugs090/ugii/libsyss.so
/usr/Siemens/ugs090/ugii
/etc/ld.so.conf保存
2、创建桌面快捷方式
sudo vim /usr/share/applications/NX10.desktop
文件内添加以下内容
[Desktop Entry]
Categories=Application;Graphics;
Comment=Siemens UG-NX10
Encoding=UTF-8
Exec=/usr/Siemens/ugs100/ugii/ugii
Icon=/usr/Siemens/ugs100/ugii/images/ug_logo_50x50.tif
Name=UG-NX10
StartupNotify=true
Terminal=true
Type=Application
Version=10.0
X-Deepin-Vendor=user-custom
重启计算机让配置文件生效

十二、打开UG后界面定制
改侧边资源条像工具条一样(好像这个一定要改,不然会闪退)
Menu -> Preferences -> User Interface Preferences -> Layout -> Display Resource Bar : As Toolbar

Reply Favorite View the author
All Replies
2 / 2
To page
dlutxu
deepin
2020-02-10 05:01
#21
https://bbs.deepin.org/post/180928
运行会出现的错误及修复
1、运行时无法启动,终端运行提示缺少libXp.so.6文件
1)到 http://ftp.xfree86.or ...

系统为deepin linux 15.11, 根据按照步骤,装好后,包括配置 libXp.so.6, libpng12.so.0. 运行时,控制台提示内存错误,不能打开UG界面。不知什么原因?
Reply View the author
tzf
deepin
2020-02-10 15:23
#22
你好,我安装的时候  第七步  安装服务器   进行不了,
root@tzf-PC:/media/tzf/文件资料/UG_NX10# sudo ./SPLMLicenseServer_v6.4.2_linux_setup.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable.  You must install a VM prior to
running this program.
麻烦指教一下,谢谢了。
Reply View the author
wuwangwocc
deepin
2020-02-24 08:28
#23
https://bbs.deepin.org/post/180928
但是我安装完成后有些小瑕疵,有时候键盘用不了。

能否单独发份我邮箱  [email protected]
Reply View the author
haj100
deepin
2020-03-11 00:51
#24
你好!我安装好了,打开时提示服务没有启动,要怎么解决的?             Starting NX ...   
====================================================
Failed to handle error condition correctly - exiting

NX License Error:  Cannot connect to license server system.
The server(lmgrd) has not been started yet, or SPLM_LICENSE_SERVER is set to the wrong port@host. [ -15 ]

====================================================

Reply View the author
haj100
deepin
2020-03-11 00:53
#25
https://bbs.deepin.org/post/180928
一般来说是许可证服务没启动,按第十一步操作以后记得重启电脑,检查服务启动了没有。我很早就是服务自启 ...

能不能说详细一点的?怎么验证服务是否启动的?
Reply View the author
chdkd
deepin
2020-03-11 01:30
#26
nb啊,这都能用上了
Reply View the author
北冥夜未央
deepin
Ecological co-builder
2020-03-31 01:40
#27
本帖最后由 feixiang_fox 于 2020-3-30 17:43 编辑
https://bbs.deepin.org/post/180928
你好,我安装的时候  第七步  安装服务器   进行不了,
root@tzf-PC:/media/tzf/文件资料/UG_NX10# sudo ./ ...

你这安装有两个问题:1、安装文件的路径不能有中文;2、Java虚拟机没有加入PATH路径(即第九步没做)。
Reply View the author
北冥夜未央
deepin
Ecological co-builder
2020-03-31 01:43
#28
https://bbs.deepin.org/post/180928
你好!我安装好了,打开时提示服务没有启动,要怎么解决的?             Starting NX ...   
============ ...

第十一步没做或者没做成功
Reply View the author
ran
deepin
2020-04-18 09:46
#29
https://bbs.deepin.org/post/180928
能否单独发份我邮箱

你需要什么文件啊?
Reply View the author
frankhe
deepin
2020-04-18 17:33
#30

?x-oss-process=image/resize,w_1492
Reply View the author
frankhe
deepin
2020-04-18 17:35
#31
UG NX 12和COSMOL 5.4都可以在debian系的系统上安装,但是ANSYS我始终无法成功安装
Reply View the author
yuriwin
deepin
2020-05-10 06:38
#32
本帖最后由 yuriwin 于 2020-5-15 12:48 编辑

请教:安装第七步的错误:
designer@OFFICE:~$ sudo ~/Downloads/NX10/SPLMLicenseServer.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable.  You must install a VM prior to
running this program.

后来发现的解决方法:重新安装了java:  sudo apt-get install openjdk-8-jre然后在第八步卡住:
打开/mnt/ugs100/nx100目录下的ug_install文件,文件中搜索“Unrecognized or unsupported Linux”定位到文件的112行,复制108-110行的内容,粘贴到110行后,修改成下面的内容:
elif $( grep -i "deepin " /proc/version 1>$NULL 2>&1) ; then # Its Deepin.
  # Not much to do here, just set X11_DEFS_DIR.
  X11_DEFS_DIR=/usr/share/X11/app-defaults     # X11 app-defaults dir.

接着sudo ./ug_install,一直报错:Unrecognized or unsupported Linux
接着的解决方法是:注意 "deepin " 应该改为 "deepin" ,后引y号前删除一个空格就好了。但是现在卡在无法启动licensen服务了,尝试了很长一段时间放弃了。



Reply View the author
Comments
feixiang_fox
2020-05-12 05:04
说明你修改后没保存成功,这里修改就是为了解决Unrecognized or unsupported Linux报错问题的,UG NX安装文件要检测系统的,Deepin没有加进列表,所以报错
相信
deepin
2020-05-10 06:58
#33
https://bbs.deepin.org/post/180928
UG NX 12和COSMOL 5.4都可以在debian系的系统上安装,但是ANSYS我始终无法成功安装 ...

有详细安装教程吗?NG,NX的?我也是按照安装教程安装,但是始终无法成功。
Reply View the author
Comments
feixiang_fox
2020-05-12 05:05
你是卡哪里了?把报错发上来。这教程是我自己安装的时候试出来的,按这个安装应该不会有什么问题
字甲达宾
deepin
2020-05-18 19:30
#34
这里有几个主目录路径,似乎有些不统一

1*
五、创建文件夹。终端里面搞定
创建目录:
sudo mkdir /usr/Siemens  /usr/Siemens/PLMLicenseServer  /usr/Siemens/ugs100


2*
## 十一、创建桌面快捷方式和许可服务器自启动

1、添加UG许可证服务自启动
在/etc下创建文件rc.local,并设置执行权限,终端命令为:
sudo touch /etc/rc.local;
chmod 755 /etc/rc.local
在rc.local文件内写入以下内容:
#!/bin/sh -e
/usr/local/Siemens/PLMLicenseServer/lmgrd -c /usr/local/Siemens/PLMLicenseServer/splm6.lic
exit 0

Reply View the author
北冥夜未央
deepin
Ecological co-builder
2020-05-19 05:38
#35
本帖最后由 feixiang_fox 于 2020-5-18 21:43 编辑
https://bbs.deepin.org/post/180928
这里有几个主目录路径,似乎有些不统一

1*

两次安装写的教程,确实没统一,改了就好。
说实话,Linux下的UG很难用,还是别折腾了,要用UG,虚拟机走起。

Reply View the author
toby0528
deepin
2020-07-07 02:47
#36
https://bbs.deepin.org/post/180928
你好,我安装的时候  第七步  安装服务器   进行不了,
root@tzf-PC:/media/tzf/文件资料/UG_NX10# sudo ./ ...

应该是Java没装好,建议重新装。
Reply View the author
龙城大李
deepin
2020-07-07 03:56
#37
好帖子,虽然不怎么用这个软件。但是也要支持!!!
Reply View the author
176******23
deepin
2023-09-22 23:11
#38

您好,我按照您给的步骤安装完了,启动报错。

====================================================
Failed to handle error condition correctly - exiting

NX License Error: The desired vendor daemon is down. [ -97 ]

====================================================

Fatal error detected

请问怎么解决

Reply View the author
北冥夜未央
deepin
Ecological co-builder
2023-09-23 03:08
#39
176******23

您好,我按照您给的步骤安装完了,启动报错。

====================================================
Failed to handle error condition correctly - exiting

NX License Error: The desired vendor daemon is down. [ -97 ]

====================================================

Fatal error detected

请问怎么解决

看报错是服务程序有问题,要么没安装好,要么安装好了没启动,重新安装或者排查下服务程序。

这个帖子是15.11上安装写的,V20上行不行不知道,而且所有窗口都是独立的,体验很差,不建议折腾了。

Reply View the author
176******23
deepin
2023-09-25 19:09
#40
北冥夜未央

看报错是服务程序有问题,要么没安装好,要么安装好了没启动,重新安装或者排查下服务程序。

这个帖子是15.11上安装写的,V20上行不行不知道,而且所有窗口都是独立的,体验很差,不建议折腾了。

谢谢您的建议。我用的发行版是debian12,如果体验真像您说的那样差,我还是直接安装虚拟机用windows版吧。

Reply View the author
2 / 2
To page