您的位置:首页 > 运维架构 > Linux

Linux安装UG_NX_8.0

2015-08-27 14:17 447 查看
来源:http://www.xduniverse.com/thread-9460-1-1.html

以及baidu,google

⊙有几点要注意:

1. 操作系统为“RHEL6.0 及以上” 或 “CentOS6.0 及以上” 或 “SuSe Linux Enterprise Desktop 11 sp1 及以上”;

2. 建议“mount -o loop -o map=off ……”命令挂载 iso 镜像,这样镜像中的大小写文件名才会维持原样;

3. 在许可证服务器的启动过程中,必须联外网,否则启动不成功;

4. 建议:不要更改安装路径,这样破解就顺利一些;

5. 计算机名:route

6. 用户名:computer

⊙$su -

#cat /etc/hosts

正确的内容应该如此,关键是其中的 route,这关系着后面的许可证服务器及其配置:

127.0.0.1 route localhost…………

::1 route localhost…………

⊙本次安装在 CentOS 6.3 64 位系统上完成;

⊙将安装文件放置在 /home/computer/setup 路径下:

#mount -o loop -o map=off SIEMENS.NX.8.5.0-LINUX64.iso /home/computer/setup,不过有可能需要解压才能安装 ;

将破解文件放置在“/home/computer/crack”中;

⊙修改 splm5.lic:

将 this_hosts 修改为本机的 route;

⊙切换为 root 账号:

$su -

#cd /home/computer/crack

#cp splm5.lic /root/splm5.lic

#cd /home/computer/setup

#ll

显示内容:

dr-xr-xr-x 5 root root 4096 11 月 4 20:03 docs

-r-xr-xr-x 1 root root 1181278 11 月 4 20:01 getcid

dr-xr-xr-x 3 root root 4096 11 月 4 20:01 nx085

-r-xr-xr-x 1 root root 2501 11 月 4 20:03 README

-r-xr-xr-x 1 root root 13823713 11 月 4 20:03 SPLMLicenseServer_v5.3.1_linux_setup.bin

⊙开始安装许可证服务器:

#./SPLMLicenseServer_v5.3.1_linux_setup.bin

按默认的选项即可,强烈建议别更改;

⊙安装主程序:

#cd nx085

#./ug_install

⊙显示内容:

1. UG Installation type. ______________________ [load+configure]

2. SOURCE directory. _______________[/home/computer/setup/nx085]

3. BASE directory. _______________________________ [/usr/ugs085]

4. O.K. to MODIFY system files. __________________________ [yes]

5. License server(s) or a filename. ______________ [28000@route]

* Enter item(s) to query or change: [continue]

直接回车即可;

如果显示:

1. UG Installation type. ______________________ [load+configure]

2. SOURCE directory. _____________________________________[help]

3. BASE directory. _______________________________ [/usr/ugs085]

4. O.K. to MODIFY system files. __________________________ [yes]

5. License server(s) or a filename. ______________ [28000@route]

* Enter item(s) to query or change: [continue]

那么请检查你的安装文件的大小写(正确的例如:UGII.tar.Z)

⊙显示内容:

95) Change dirs. 96) Select required 97) All 98) None 99) Load

* Enter kit or option number(s): [load]

输入:99

⊙至此,安装完成。现在开始破解。给破解文件加上可执行权限并执行之:

$su

#cd /home/computer/crack

#chmod 755 *

#./SIEMENS.NX.8.5.0.LINUX64.SSQ.run

⊙显示内容:

Verifying archive integrity... All good.

Uncompressing Siemens NX 8.5.0 Linux64 Crack by TeAM SolidSQUAD-SSQ.................................

Siemens NX 8.5.0 LINUX64 Crack by TeAM SolidSQUAD-SSQ

Do you want to find and fix Siemens License Server? [Y/n]:

输入:Y

Do you have a typical License Server installer? If you have not specified custom folder, select Y [Y/n]:

输入:Y

Do you want to fix client installation? [Y/n]:

输入:Y

⊙显示内容(这个不全):

Detecting NX installation folder...

Fixed ./nxplot...

Fixed ./ugii...

Fixed ./nxcae_extras...

Fixed ./catiav5...

Fixed ./nxnastran...

All done! Make sure you started license server and start NX!

至此,破解完成;

⊙切换为 computer 账户并回到其主文件夹:

#su computer

$cd

$gedit ~/.bash_profile

⊙在打开的文件末尾添加如下内容:

export UGII_ROOT_DIR=/usr/ugs085/ugii

export UGS_LICENSE_SERVER=28000@route

保存之

⊙重新启动计算机;

⊙看“资源监视器”中是否存在“lmgrd”及“ugslmd”进程;若两者都存在(一般是不存在的),那最好;

若不存在,执行如下步骤以开启许可证服务器:

确保可以连上互联网(很重要,不然许可证服务器无法启动。在许可证服务器启动成功以后,断开网络也没事)

$cd /usr/Siemens/PLMLicenseServer

$./lmgrd -c splm5.lic

可以根据显示内容,来初步判断是否启动成功;

⊙再看“资源监视器”中是否存在“lmgrd”及“ugslmd”进程;若两者都存在,证明许可证服务器启动成功;

⊙创建一个启动器:

名称:UG.NX.8.5

路径:/usr/ugs085/ugii/ugii

Enjoy :-)

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

1. Red Hat 6.0 or SuSe Linux Enterprise Desktop 11sp1 or higher is required - no free linuxes!

2. Install the ksh and lsb packages with your package manager

3. Copy license file from _SolidSQUAD_ folder to /root/splm5.lic

4. Insert dvd or mount iso

5. Go to terminal, change working dir to dvd root, then type

sudo ./SPLM*

the license server setup starts. Select server directory and point to licfile /root/splm5.lic you created

6. After server setup is complete, type

sudo ./nx085/ug_install

and follow on screen instructions to setup NX software itself

7. Change folder to _SolidSQUAD_ in terminal and type

sudo ./SIEMENS*

to start the crack installer

Answer Y twice if you left your license server folder to Siemens default or answer Y then N and type the absolute folder path to your ugslmd and lmgrd executables

On a client prompt answer Y too

When crack finishes installation, reboot your PC

8. To run NX GUI, define two exports in .bash_profile

export UGII_ROOT_DIR=/usr/ugs085/ugii

export UGS_LICENSE_SERVER=28000@localhost

and create a shortcut to $UGII_ROOT_DIR/ugmenu
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  linux centos UG red hat rhel