This section describes how to remove Abaqus FLEXnet licensing or product releases from your computer.
For instructions on how to remove the Dassault Systèmes license server, see “Uninstalling the Dassault Systèmes License Server” in the Dassault Systèmes License Server Installation and Configuration Guide (DSLS.pdf).
The following procedures explain how to remove Abaqus product releases or FLEXnet licensing from Linux platforms.
To remove Abaqus FLEXnet licensing:
This procedure must be performed on the license server host, and you must be logged in as root or the owner of the license server.
Before you can remove the license server and license files, you must terminate the license server using the FLEXnet Licensing tool lmdown (see “lmdown,” Section 3.6.2).
Create a backup of any files you wish to keep, such as your Abaqus license file (typically named abaquslm.lic or simulialm.lic) and the FLEXnet Licensing server debug log file (typically named simulialm.log).
Remove the files using the following procedure:
cd simulia_dir rm -rf License
Remove the license server restart command from the computer's system startup file. Contact your system administrator or platform vendor for information on the system startup file for your computer.
To remove the Abaqus products:
You can remove a release of Abaqus by deleting the release-specific directory and all subordinate files. Your user account must have permission to delete the Abaqus release-specific directory.
Type the command
cd abaqus_dirwhere abaqus_dir is the Abaqus parent directory.
Change the permissions of the directories and files by entering the command
chmod -R 755 6.14-nwhere n refers to the update you wish to delete.
Remove the release or maintenance delivery by typing the command
rm -rf 6.14-nwhere n refers to the update you wish to delete.
Links to the uninstalled Abaqus release will no longer be valid. You can remove an invalid link from the Commands directory by typing the command
rm linkwhere link refers to an invalid link name.
Alternatively, you can remove the entire Commands directory from the Abaqus parent directory (abaqus_dir) by typing the command
rm -rf Commands
You can use the Windows uninstall shortcuts provided, the Add or Remove Programs tool, or the Abaqus silent uninstaller batch files to remove Abaqus products or FLEXnet licensing. The silent uninstallers allow you to automate these tasks from another batch/script file. The silent uninstallers are available only on Windows platforms. You must have Windows Administrator privileges to uninstall Abaqus components.
Both the Windows uninstall shortcuts and the silent uninstaller batch files generate a log file that you can review. The log file indicates whether the uninstall was successful and if you should reboot/restart your computer. This information is shown in the last two lines of the log file. For example,
Uninstall Status: SUCCESS Restart Needed: YES_RECOMMENDEDThe Uninstall Status line will indicate either SUCCESS or INCOMPLETE. The Restart Needed line will indicate either YES_RECOMMENDED, YES_REQUIRED, or NO.
The uninstallers may be unable to remove some files; for example, files that are open in another application. In addition, the uninstallers remove only directories and files that were written by the Abaqus installer. You may want to delete any remaining directories and files manually.
To remove Abaqus FLEXnet licensing:
FLEXnet licensing can be removed in any of the following ways:
From the Start menu, select ProgramsSIMULIA FLEXnet Licensing
Uninstall SIMULIA FLEXnet Licensing.
From the Start menu, select SettingsControl Panel
Add or Remove Programs. Select Abaqus licensing, and click Change or Remove Programs.
To use the FLEXnet licensing silent uninstaller, execute the following batch file from the command line or from another batch/script file:
simulia_dir\License\installation_info\uninstaller\ silent_license_uninstall.bat
simulia_dir\License\installation_info\uninstall_log.logYou should create a backup of any files you wish to keep, such as your Abaqus license file (typically named abaquslm.lic or simulialm.lic) and the FLEXnet Licensing server debug log file (typically named simulialm.log).
To remove the Abaqus products:
Abaqus products can be removed in any of the following ways:
From the Start menu, select ProgramsAbaqus release
Uninstall Abaqus release, where release refers to the Abaqus release.
From the Start menu, select SettingsControl Panel
Add or Remove Programs. Select Abaqus, and click Change or Remove Programs.
To use the Abaqus product silent uninstaller, execute the following batch file from the command line or from another batch/script file:
simulia_dir\abaqus_dir\release\installation_info\uninstaller\ silent_product_uninstall.bat
simulia_dir\abaqus_dir\release\installation_info\uninstall_log.logThe uninstallers remove the Abaqus shortcuts from all user profiles.