网站要实名认证,网站建设 简易合同,昆明网站开发公司,淘宝官网电脑版如何安装Linux版FLOW-3D及注意事项安装Linux版的flow3d流程#xff1a;1、复制flow3d安装CD盘中unix文件夹到Linux系统桌面#xff1b;(或从CD中直接安装也可以)2、从terminal进入unix文件夹#xff1b;3、./install或./install_flow3d4、提示是否接受license协议#xff0…如何安装Linux版FLOW-3D及注意事项安装Linux版的flow3d流程1、复制flow3d安装CD盘中unix文件夹到Linux系统桌面(或从CD中直接安装也可以)2、从terminal进入unix文件夹3、./install或./install_flow3d4、提示是否接受license协议回答yes5、提示输入安装路径FLOW3D/v9.4/6、提示选择下列Linux操作系统1. 32-bit RHEL 3 or above2. 32-bit SUSE 9 or above (client only)3. 64-bit RHEL 3 or above4. 64-bit SUSE 9 or above (client only)5. None of the above -- exitPlease enter a number from 1 to 5:根据自己具体情况选择(如果系统是CentOS版本可以选择1或者3)7、提示选择flow3d的安装类型1. FLOW-3D 9.4 and Flexlm License Server - Client/Server Installation2. FLOW-3D 9.4 only - Client Installation3. Flexlm license server only - Server Installation4. None of the above -- exitPlease enter a number from 1 to 4:根据自己需要选择(一般选择1)8、选择完后自动安装软件并检查系统的兼容性判断所需要的库文件是否都已经安装如果缺少库文件会自动提示所缺的库文件。Checking system compatibilityshared library libqwt5.so.1 not foundshared library libifcore.so.5 not foundshared library libifport.so.5 not foundshared library libimf.so not foundshared library libQtXml.so.4 not foundshared library libQtOpenGL.so.4 not foundshared library libQtGui.so.4 not foundshared library libQtCore.so.4 not foundshared library libirc.so not foundSome require shared libraries were not found in your system.FLOW-3D will use the libraries bundled with this installationTo resolve the missing libraries on your system, the LD_LIBRARY_PATHenvironment variable has been appended in the flow3dvars.sh and flow3dvars.cshfiles to include the libraries included with FLOW-3D. The libraries includedwith FLOW-3D provide maximum compatibility but may not be the latest availablefor your system. If you choose to resolve these libraries by installing theappropriate package, comment out the corresponding setting in flow3dvars.shand/or flow3dvars.csh and source them to refresh the LD_LIBRARY_PATH environmentvariable.如果缺少库文件时需要执行下面指令source FLOW3D/v9.4/local/flow3dvars.sh 或者source FLOW3D/v9.4/local/flow3dvars.csh9、现在可以进入flow3d安装目录的licenses文件夹cd FLOW3D/v9.4/licenses启动license server./lmgrd -c flow3d.lic -l flow3d.log 查看lmgrd的启动状态./lmstat./lmutil lmdiag -c flow3d.lic如果出现下面提示说明lmgrd启动成功了License server status: 27000flow3dLicense file(s) on flow3d: FLOW3D/v9.4/licenses/flow3d.lic:flow3d: license server UP (MASTER) v11.6Vendor daemon status (on flow3d):F3DTKNUX: UP v11.6如果出现下面提示说明lmgrd没有正常启动License server status: 27000flow3dLicense file(s) on flow3d: FLOW3D/v9.4/licenses/flow3d.lic:flow3d: license server UP (MASTER) v11.6Vendor daemon status (on flow3d):F3DTKNUX: The desired vendor daemon is down. (-97,121)(注FLEXLM -97The desired vendor daemon is down. )如果没有正常启动需要检查下面内容1、license是否是有效license如已经过期请更新2、license中的hostname是否正确可以输入指令hostname来确认3、dongle是否和license中的flexid相匹配4、系统时间是否在license的授权时间范围内如时间不对请调整系统时间10、进入flow3d安装目录的local文件夹cd FLOW3D/v9.4/local启动flow3d./flow3d如果此时出现error while loading shared libraries:libqwt5.so.1: cannot open shared object file: No such file or directory则需要执行分享库文件指令source FLOW3D/v9.4/local/flow3dvars.sh这样再./flow3d就可以正常运行了可以使用ssh等字符界面远程启动flow3d程序也可以通过sshwin32等图形界面远程启动flow3d程序。