Check Point Certified Security Expert (CCSE) R81 — Question 158
How to can you make sure that the old logs will be available after updating the Management to version R81.10 using the Advanced Upgrade Method?
Answer options
- A. Use the WebUI -> Maintenance > System Backup and store the backup on a remote FTP server
- B. The logs will be included running $FWDIR/scripts/migrate_server export -v R81.10
- C. Use the WebUI to save a snapshot before updating the Management -> Maintenance > Snapshot Management
- D. Use the migrate_server tool with the option '-l' for the logs and '-x' for the index
Correct answer: D
Explanation
The correct answer is D because using the migrate_server tool with the specified options ensures that both logs and indexing information are preserved during the upgrade. Option A does not specifically address log preservation, while option B does not use the appropriate method for retaining logs. Option C, while useful for creating a snapshot, does not guarantee that logs will be accessible post-upgrade.