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 environments
Using Explorer, create the following backup directory:
$BAK_DIR\LM
Execute the following command. The file specified with fileName is created as a backup file.
$INS_DIR\LM\bin\esflm backup $BAK_DIR\LM\fileName
For Solaris or Linux environments
Create a backup directory:
mkdir -p $BAK_DIR/LM
Execute the following command. The file specified with fileName is created as a backup file.
/opt/FJSVesflm/bin/esflm backup $BAK_DIR/LM/fileName