Following steps mat be followed to configure abaqus2019 after installation
# vi /usr/local/softs/abaqus2019/DassaultSystemes/SimulationServices/V6R2019x/linux_a64/SMA/site/custom_v6.env license_server_type="FLEXNET" abaquslm_license_file="29000@akash3.cc.iitk.ac.in" doc_root="file:///usr/local/softs/abaqus2019/DassaultSystemes/SIMULIA2019doc/English/DSSIMULIA_Established.htm" doc_root_type="htm"
# vi /etc/profile if [ "$EUID" = "0" ]; then pathmunge /usr/sbin pathmunge /usr/local/sbin else pathmunge /usr/local/sbin after pathmunge /usr/sbin after pathmunge /usr/local/softs/abaqus2019/var/DassaultSystemes/SIMULIA/Commands/abaqus after fi export LM_LICENSE_FILE=29000@akash3.cc.iitk.ac.in
If abaqus 2019 does not start properly with GUI, following command may help
# XLIB_SKIP_ARGB_VISUALS=1 /usr/local/softs/abaqus2019/var/DassaultSystemes/SIMULIA/Commands/abaqus cae -mesaDocumentation is available at http://akash2.cc.iitk.ac.in/English/DSSIMULIA_Established.htm