This section explains the maintenance of license management database.
Save the license management database.
Information
Notation in Procedure
Directory Name | Explanation |
---|---|
$BAK_DIR | Backup destination directory. |
Create the following backup directories:
mkdir -p $BAK_DIR/LM
Execute the following command to create a backup data with OS Administrator privilege.
The file name of the created backup data is fileName.
/opt/FJSVesflm/bin/esflm backup $BAK_DIR/LM/fileName
Restore the license management database.
Information
Notation in Procedure
Directory Name | Explanation |
---|---|
$BAK_DIR | Backup destination directory. |
Execute the following command with administrator privileges for the operating system.
The fileName is the file name specified when the backup data was created.
/opt/FJSVesflm/bin/esflm restore $BAK_DIR/LM/fileName