10-29-2008, 07:54 PM
Hello all,
This is one way to install abaqus 6.8-1 in linux distros like centOS-5 and fedora-9. Might also work in debian/ubuntu.
Note: You need valid license and license file from abaqus
1. Prerequisites
Follow distro's documentation to perform these steps.
Install required packages:
a. Java JDK. Sun java preferred.
b. libXp
c. libstdc++5 (compat-libstdc++-33 for centOS)
d. csh
All steps require administrative (root) access, unless specified.
2. Preliminary steps
a. Copy the contents of the CD/DVD to, say, /sourcedir. Make sure that you have rw access.
b. Create installation directory.
3. Install Documentation
It's recommended to stay in the $HOME directory for the entire procedure with root access
First make the 'setup' in the /source executable.
(Making these files executable is most likely not necessary.)
and execute by
Follow instructions and give /tmp as the scratch dir. Instruct to install the doc in
Once the documentation is complete move to the next step.
Note: We use the 'setup' file in the appropriate architecture (linux32/linux64) to perform the license and product installation.
One can also use the install.bin (after making it executable like in step-3) file in the doc or product/..pathto../install.bin directory to install the same. Sometimes it might throw some error because it looks for JVM in the wrong places.
4. Install License
Make 'setup' given in the appropriate architecture folder executable. Using this setup one can install both license and product.
and follow instructions and select 'install license only'.
Give the server details as 27003@YourComputerName.
Instruct to install the doc in /opt/abaqus681
Network installation (most common). Contact you System admin to obtain location of the license server.
If this is a local install
Do not try to start the license server now. Quit the installer.
Copy the license file you bought from abaqus to the /opt/abaqus681/License directory.
5. Install product
First, need to start the license server.Open up a new terminal and as a normal user (NOT as root!)
and make sure that the server is up and running. That is, no errors.. Hopefully.
Run the installer by
Location to be installed: /opt/abaqus681/
if everything works fine then well and good. Logout off root and proceed to next step.
6. Launch the product
Remember that the license server is still running. If you stopped it or a reboot occurred then start the server by the command given in Step-5
and you should get the CAE up and running.
Note: Error such as the one shown below can come up.
SElinux may be preventing the launcher from executing properly. You can turn that off as being root
or use the gui to turn it off. (Gnome) System>Administration>SElinux management. Or it may be listed as security.
If anyone has a better way of addressing this, please post it in this thread.
To stop, just quit the CAE and shutdown the license server by
Of course, you can write shell scripts to automate these process. Good luck.
Hope that helped.
Please leave your comments and corrections.
If you have a different and simpler way to install, please let us know.
Thank you.
This is one way to install abaqus 6.8-1 in linux distros like centOS-5 and fedora-9. Might also work in debian/ubuntu.
Note: You need valid license and license file from abaqus
1. Prerequisites
Follow distro's documentation to perform these steps.
Install required packages:
a. Java JDK. Sun java preferred.
b. libXp
c. libstdc++5 (compat-libstdc++-33 for centOS)
d. csh
All steps require administrative (root) access, unless specified.
2. Preliminary steps
a. Copy the contents of the CD/DVD to, say, /sourcedir. Make sure that you have rw access.
b. Create installation directory.
Code:
mkdir /opt/abaqus6813. Install Documentation
It's recommended to stay in the $HOME directory for the entire procedure with root access
First make the 'setup' in the /source executable.
(Making these files executable is most likely not necessary.)
Code:
chmod a+x /sourcedir/setupCode:
/bin/csh /sourcedir/setup -nosystemchecksFollow instructions and give /tmp as the scratch dir. Instruct to install the doc in
Code:
/opt/abaqus681/Once the documentation is complete move to the next step.
Note: We use the 'setup' file in the appropriate architecture (linux32/linux64) to perform the license and product installation.
One can also use the install.bin (after making it executable like in step-3) file in the doc or product/..pathto../install.bin directory to install the same. Sometimes it might throw some error because it looks for JVM in the wrong places.
4. Install License
Make 'setup' given in the appropriate architecture folder executable. Using this setup one can install both license and product.
Code:
/bin/csh /sourcedir/linux32or64/setup -nosystemchecksand follow instructions and select 'install license only'.
Give the server details as 27003@YourComputerName.
Instruct to install the doc in /opt/abaqus681
Network installation (most common). Contact you System admin to obtain location of the license server.
If this is a local install
Do not try to start the license server now. Quit the installer.
Copy the license file you bought from abaqus to the /opt/abaqus681/License directory.
5. Install product
First, need to start the license server.Open up a new terminal and as a normal user (NOT as root!)
Code:
/opt/abaqus681/License/lmgrd -c /opt/abaqus681/LicenselicenseFileWithProper.Extensionand make sure that the server is up and running. That is, no errors.. Hopefully.
Run the installer by
Code:
/bin/csh /sourcedir/linux32or64/setup -nosystemchecksLocation to be installed: /opt/abaqus681/
if everything works fine then well and good. Logout off root and proceed to next step.
6. Launch the product
Remember that the license server is still running. If you stopped it or a reboot occurred then start the server by the command given in Step-5
Code:
/opt/abaqus681/Command/abaqus caeand you should get the CAE up and running.
Note: Error such as the one shown below can come up.
Quote: /..../Python/Obj/Python.exe: error while loading shared libraries: /...../exec/lbr/libABQUTI_Zlib.so: cannot restore segment prot after reloc: Permission denied
SElinux may be preventing the launcher from executing properly. You can turn that off as being root
Code:
/usr/sbin/setenforce 0If anyone has a better way of addressing this, please post it in this thread.
To stop, just quit the CAE and shutdown the license server by
Code:
/opt/abaqus681/License/lmgdown -c /opt/abaqus681/License/licenseFileWithProper.ExtensionOf course, you can write shell scripts to automate these process. Good luck.
Hope that helped.
Please leave your comments and corrections.
If you have a different and simpler way to install, please let us know.
Thank you.

.