Back up the license management database.
In the case of cluster operation, perform the backup on the primary node. If the shared disk is not mounted, mount and back it up.
For Windows
Using Explorer, create the following backup directory:
$BAK_DIR\LM
Execute the following command. The file specified with <fileName> will be created as a backup file.
$INS_DIR\LM\bin\esflm backup $BAK_DIR\LM\<fileName>
For Solaris/Linux
Create a backup directory:
mkdir -p $BAK_DIR/LM
Execute the following command. The file specified with <fileName> will be created as a backup file.
/opt/FJSVesflm/bin/esflm backup $BAK_DIR/LM/<fileName>