How can you make sure that the old logs will be available after updating the Management to version R81.20 using the Advanced Upgrade Method?
Select an option, then click Submit answer.
Reference / correct answer:
Use the migrate_server tool with the option ‘-l’ for the logs and ‘-x’ for the index
Most accepted answer: D. Use the migrate_server tool with the option ‘-l’ for the logs and ‘-x’ for the index
Community votes: D=1
Selected Answer: D A lot of confusion in my head ;-) -l Exports and imports the Check Point logs without log indexes in the $FWDIR/log/ directory. Important: The command can export only closed logs (to which the information is not currently written). If you use this parameter, it can take the command a long time to complete (depends on the number of logs). -x Exports and imports the Check Point logs with their log indexes in the $FWDIR/log/ directory. Important: This parameter only supports Management Servers and Log Servers R80.10 and higher. The command can export only closed logs (to which the information is not currently written). If you use this parameter, it can take the command a long time to complete (depends on the number of logs and indexes). upvoted 3 times