Hi guys,
I just want to share with the community my findings.. there some VERY critical step in order to fully deploy R80.20 End Point Security Server and also to be able to upgrade EP clients to the latest E81.10 release.
First of all there was a very confusing options in the "Install and Upgrade Guide R80.20" and I have already shared it with the TAC and should be fixed in when you download the R80.20 Install and Upgrade guide or documentation package.
"Advanced Upgrade with Migration EP Security Server"
---------------------------------------------------------------------------
1. Install the correct ISO using the upgrade wizard & latest JHFA
(*If you're installing the EP Security Server on VMware Esxi you can use as guestOS:
2. This is the correct commands in order to properly migrate the DB:
To export the DB
./migrate export -x --include-uepm-msi-files /var/log/<Name of Exported File>
To import the DB
./migrate import -x --include-uepm-msi-files /var/log/<Name of Exported File>
*Note: If you want you can use it:
yes | nohup ./migrate export -x -n --include-uepm-msi-files /var/log/<Name of Exported File>
Flags meaning
-x = export logs with their index
yes | nohup = in order to give the (y) confirmation by the command itself instead of you typing "y" each time
-n = non-interactive mode so you can basically skip the interactive menu
--include-uepm-msi-files = includes all customer's msi files and I think it is a very important flag when you have several software deployment rule
DO NOT USE* --exclude-uepm-postgres-db = It will actually exclude ALL the End Point Server Security policies!!
3. After the import you have to:
Via expert mode on the EP Security Server
- cpstop ; cpstart
- Install the DB (from Smart Console upper left menu --> Install DB)
- Be careful check the rule PAT number or you can encounter issue with EP clients that will connect to the new EP Security Server; I suggest to do a new export the same day of the deploy in order to have same PAT rule number
--If the customer has AM blade active this and the next one are critical steps--
4. Install the AM Engine First:
https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...
5. Install the AM updater:
https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...
(* if you won't do these two steps the EP client will not able to upgrade itself to the new EP client version due to "unable to update AM" when match the Software Deployment Rule)
---------------------------------------------------------------------------
*Also if you have FDE in place and the customer wants to upgrade Windows OS read carefully EP E8X.XX release notes and be sure to check the os upgrade in place procedure via sk "How to upgrade to Windows 10 1607 and above with FDE in-place":
https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...
I hope this can help other people!
Enjoy!
Your CP guy @TheRealDiZ 🙂