Linux Export Procedure
Export is supported only for FlexNet Embedded Local License Server 2026.06.
The Linux export procedure includes the following steps:
| • | Step 1: Run Export |
| • | Step 2: Verify the Export |
To export the database:
| 1. | Run the following command: |
sudo ./install-systemd.sh --export-database
| 2. | This command stops the service automatically and runs the export. |
To verify the export:
| 1. | Run the following command: |
ls -lh /var/opt/flexnetls/<publisher>/
| 2. | If both of the following files exist, the export was successful. |
flexnetls-h2-1-4-x-migration-source.data
flexnetls_licenses.mv-bak.db
| 3. | You can now proceed to the import step: Linux Import Procedure. |