This section explains the maintenance of license management database.
Save the license management database.
Information
About the 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 <file_name>.
/opt/FJSVesflm/bin/esflm backup $BAK_DIR/LM/<file_name>
Restore the license management database.
Information
About the notation in procedure
Directory name | Explanation |
---|---|
$BAK_DIR | Backup destination directory. |
Execute the following command with administrator privileges for the operating system.
The <file_name> is the file name specified when the backup data was created.
/opt/FJSVesflm/bin/esflm restore $BAK_DIR/LM/<file_name>