|
[Sponsors] |
ANSYS Workbench on "Uncertified" Linux Distros |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 21, 2010, 12:09 |
ia32-libs
|
#21 |
New Member
Join Date: Mar 2010
Posts: 21
Rep Power: 16 |
I've just noticed that you need to make sure that the ia32-libs package is installed as well.
Sorry mechanicaldesign, I've no idea why you're getting SegFaults on CentOS. I'd look at the runwb2 file on line 24 for clues. |
|
April 21, 2010, 13:06 |
Permissions
|
#22 |
New Member
Join Date: Mar 2010
Posts: 21
Rep Power: 16 |
After a new installation in Ubuntu 9.10 Karmic I've noticed DesignModeller only works if the installation directory has write permissions. For example, running "runwb2" as super-user worked but failed as other users.
The ANSYS installer untar's some big files with the owner set to UID 8029 and group set to "staff". I want to set this to root:root but I've seen DesignModeller try to write to the install directory! As such I've now settled on the permissions myuser:mygroup instead for the install directory. Specifically: chown -R myuser:mygroup /ansys_inc chmod -R +w /ansys_inc Last edited by irw; April 22, 2010 at 08:59. Reason: fixing typo |
|
April 21, 2010, 14:41 |
|
#23 |
Member
adminCAE
Join Date: Aug 2009
Location: Timisoara
Posts: 63
Rep Power: 17 |
Hi irw,
I´m glad to see that you know that library ia32. Unfortunately I don´t know from were I can downloaded, or which is her name on CentOS: >yum install ia32 ??? I will apreciate if you can send me the name of my missing library, or to send me how to install it with yum. In this moment I have installed EPEL and RPMforge like repository. Thank you for advice in advance. Best regards.
__________________
Mess with the best die like the rest ... ANSYS is the best !!! |
|
April 26, 2010, 06:41 |
|
#24 |
New Member
Yves Delannoy
Join Date: Feb 2010
Location: Grenoble, France
Posts: 24
Rep Power: 16 |
I'm very glad to see that somebody made it work on Ubuntu Karmic, but for me I still have the problem "Meshing must close" when meshing tries to open the files saved by design modeller.
I followed the indications of the preceding posts, but nothing works on my 32bits distribution. Maybe it works only in 64bits on ubuntu? So, two questions : - irw, did you succeed using the meshing product, or only design modeler? - does anybody have a complete modelling chain (DM + Meshing + any solver and postpro) working on Ubuntu 32bits? |
|
April 26, 2010, 07:23 |
|
#25 |
New Member
Join Date: Mar 2010
Posts: 21
Rep Power: 16 |
Yankee,
Yes, I have DesignModeller, the Meshing Tool and fluent working in 64-bit Ubuntu 9.10 (Karmic). We do not have a post-processing licence here. I can work through the full modelling chain with one exception - when closing DesignModeller, the application hangs AFTER it has saved all the data. So I force Design Modeller to quit and continue without difficulty. |
|
April 26, 2010, 07:36 |
|
#26 |
New Member
Join Date: Mar 2010
Posts: 21
Rep Power: 16 |
Yankee,
I'll have a go at installing it on one of our 32-bit machines today. |
|
April 26, 2010, 13:16 |
Debian Etch 32bit
|
#27 |
New Member
Join Date: Mar 2010
Posts: 21
Rep Power: 16 |
Yankee,
I tried installing workbench on a 32-bit install of Debian Etch. I had to change various directory names in the above instructions (e.g. Linux64 to Linux32, /usr/lib64 to /usr/lib etc.) Other than that the installation process was the same as for the 64-bit version. When I start Workbench the local licence server crashes out with the error "Local server exited or could not read local server port ANSYSLI_LOCAL_PORT". I've checked that my licence configuration in /ansys_inc/shared_files/licensing/ansyslmd.ini is the same as for the other computers on our network. Workbench opens and under licence preferences I can see our FLUENT and DesignModeller licences, but they are not present in workbench. Any ideas? |
|
April 27, 2010, 10:23 |
|
#28 |
Member
Basharat
Join Date: Feb 2010
Posts: 37
Rep Power: 16 |
dear friend.. !
i have run workbench also.. it runs fine.. but i have only problem with my flexlm.. as you know already... my workbench window is running even i dont have flexlm running. you see your email address.. i have sent jpegs of my workbench.. you can see there. but solve my flexlm problem also.. i m wonder how your flexlm is running in lic admin.............. ))) Martinnnnnnnnnnn |
|
April 27, 2010, 12:24 |
|
#29 |
New Member
Yves Delannoy
Join Date: Feb 2010
Location: Grenoble, France
Posts: 24
Rep Power: 16 |
Hello irw,
There was no special concern for me about licenses on my 32bit systems. But I find it amazing that you use a local license server on your 32bit machine if you already have one on a 64bit server: try to simply specify the 64bit machine, with the server already running, as your license server in ansyslmd.ini (or alternatively with the tool anslic_admin, that you can also use to check the license status) |
|
April 27, 2010, 12:39 |
|
#30 |
New Member
Join Date: Mar 2010
Posts: 21
Rep Power: 16 |
Yankee,
I am using the same _remote_ licence server for the 32bit machine as I am for the 64bit machine. I have specified the remove machine in ansyslmd.ini and according diagnostics from anslic_admin the server is up and running. However, I still get a licensing error message when I run workbench on 32bit Debian Etch. Last edited by irw; April 27, 2010 at 13:04. |
|
April 27, 2010, 16:00 |
|
#31 |
Member
Basharat
Join Date: Feb 2010
Posts: 37
Rep Power: 16 |
Dear irw .!
the same error i have facing.. stil my server is also up and running but there is still flexlm not running... is your flexlm is running? rgds Maratin |
|
April 28, 2010, 05:18 |
|
#32 |
New Member
Join Date: Mar 2010
Posts: 21
Rep Power: 16 |
Flexlm ('lmgrd') is running on our remote server. Our remote server is 32bit. It is accessible from other 64-bit machines running fluent and workbench. lmgrd is not running on the local 32-bit machine.
From the 32-bit machine I have tried the following commands: arch -> i686 uname -i -> i386 uname -m -> i686 From a 64-bit machine I have tried the following commands: arch -> x86_64 uname -i -> x86_64 uname -m -> x86_64 |
|
April 28, 2010, 05:29 |
|
#33 |
Member
Basharat
Join Date: Feb 2010
Posts: 37
Rep Power: 16 |
dear friend.
I m not getting you so much proper.. can you tell me about your OS platforms.... if you have 32 bit flexlm is runing there. then is there valid license? and if you have another 64 bit then whats there on it? i m concerned with license file..... ))) cheers Martin |
|
April 28, 2010, 05:55 |
|
#34 |
New Member
Join Date: Mar 2010
Posts: 21
Rep Power: 16 |
Maybe our licence is restricted to 64-bit only?
|
|
May 12, 2010, 12:51 |
ANSYS 12.1 on Debian etch amd64
|
#35 |
New Member
Gilles Filippini
Join Date: May 2010
Posts: 2
Rep Power: 0 |
Hi,
Thanks to this thread I'm now able to run ANSYS 12.1 on Debian etch amd64. I've made a local debian package, which introduces extra-complexity :/ 1- uname wrapper to put somewhere in the PATH (this is for the amd64 arch only; ia32 arch requires an extra conversion i686 -> i386): Code:
#!/bin/sh if [ "$1" = "-i" ]; then /bin/uname -m else /bin/uname "$@" fi 3- Postinstall: rename the workbench script (<ansys_root>/v121/aisol/workbench) to workbench.real and install this wrapper as workbench: Code:
#!/bin/sh MALLOC_CHECK_=0 LC_NUMERIC=C exec $0.real "$@" 1- During the Debian package build into a cowbuilder chroot, the silent install produces these error messages below. It's because the user used for the build (pbuser) doesn't have a $HOME. I don't know yet how critical these errors are... Code:
3- And at each run, this error message on the standard output: Code:
Workbench Error: error connecting to Albion Thanks everybody for sharing your experiences It's a PITA these tools aren't supported on (one of) the most widely used Linux desktop distro (Debian and derivatives). Last edited by pini; May 18, 2010 at 05:14. Reason: English |
|
May 12, 2010, 15:29 |
|
#36 |
Member
Basharat
Join Date: Feb 2010
Posts: 37
Rep Power: 16 |
hello friend... i m still waiting about my flexlm...
its not running over redhat.. or centos. can you tell me how did you run your felxlm ? |
|
May 13, 2010, 04:58 |
FlexLM
|
#37 |
New Member
Join Date: Mar 2010
Posts: 21
Rep Power: 16 |
elbasharat, FlexLM runs under any Linux. You should refer to the licensing manual if you can't get that working. I followed the install instructions and it worked fine in Debian, Ubuntu and RedHat on both 64bit and 32bit.
|
|
May 13, 2010, 05:12 |
|
#38 |
Member
Basharat
Join Date: Feb 2010
Posts: 37
Rep Power: 16 |
dear. friend.
I have lic generatos for 11 and versions 12 and even for version 12.1. they work also in linux but they dont work with flexlm. I have tried this many times. but always i dont get anything. can you tell me how did you follow your procedure of installation over redhat or centos. ??? |
|
May 18, 2010, 09:18 |
|
#39 |
New Member
Gilles Filippini
Join Date: May 2010
Posts: 2
Rep Power: 0 |
@elbasharat:
Please be much more specific with your question because it's impossible to answer with the current detail level. Thanks, |
|
May 18, 2010, 16:28 |
|
#40 |
Member
Basharat
Join Date: Feb 2010
Posts: 37
Rep Power: 16 |
dear All friends... !
eventually I have run ansys 12.1 linux .........))))))))))))))))))))))))))))))))))))))) ))))))))))))))) alll products are working fine.. Rgds Martin |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
LINUX Experts: Help with installing ANSYS workbench | faisal_durr | ANSYS | 1 | May 30, 2014 09:07 |
Ansys workbench problem | Jonny6001 | ANSYS | 2 | September 30, 2010 13:59 |
How can I start the ANSYS 12 workbench in LINUX | Ardisia | ANSYS | 3 | September 7, 2010 01:19 |
ANSYS Workbench on Linux | CPUcruncher | ANSYS | 4 | July 11, 2010 10:19 |
ANSYS Workbench on "Certified" linux distro | mechanicaldesign | CFX | 0 | April 16, 2010 02:56 |