Hello Community,
today I would like to share my experience of a customer project where we need to migrate a Full HA cluster of two 4400 appliances to new 6200 appliances with distributed management.
Due to the lack of an official solution, I will explain the necessary steps we did to achieve this goal:
- Replicate the installation and config from 4400 Full HA cluster to 6200 Full HA cluster
- output of “show configuration“ to quickly restore basic interface settings and so on
- “migrate export” and “migrate import” to restore database and configuration
- Install new secondary security management server using the same version and Jumbo HF as the primary appliance node A
- Configure a secondary security management server in SmartConsole by following the instructions in the R80.x Security Management Administration Guide in the chapter "Configuring a Secondary Server in SmartConsole"
- Make sure that the management servers are synchronized (View High Availibility Status)
- Execute the following commands on the primary management server appliance node A
- cp_conf fullha del_peer
- cp_conf fullha disable
- Remove secondary appliance node B from the cluster and perform a fresh installation using the same version and Jumbo HF
- Run First Time Wizard without management
- restore basic interface settings from output of “show configuration“
- Add node B to the existing cluster again
- Install security policy
- Change the former installed new secondary security management server to active
- “cpprod_util FwSetActiveManagement 0” on appliance node A
- “cpprod_util FwSetActiveManagement 1” on new management server
- Restart SmartConsole and log in to new management server and make sure that the management servers are synchronized (View High Availibility Status)
- Remove primary appliance node A from the cluster and perform a fresh installation using the same version and Jumbo HF
- Run First Time Wizard without management
- restore basic interface settings from output of “show configuration“
- Promote the active management server to primary
- "$FWDIR/bin/promote_util"
- "cpstop"
- Remove the $FWDIR/conf/mgha* files
- "cpstart"
- Create a new cluster with a different name
- Add appliance node A to the new cluster
- Configure the new cluster in the same way as the original old cluster (open a second SmartConsole session in read-only)
- Install security policy
- Remove appliance node B from the old cluster, re-add it to the new cluster and install the security policy
- Delete the old cluster
- Only after the steps 11. til 13. the old peers of the initial Full HA configuration disappears in the “View High Availibility Status”
for reference purpose the following knowledgebase and checkmates articles were used and point us in the right direction:
sk154033 - How to migrate R80.x standalone management environment to a distributed environment https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...
sk114933 - How to migrate Full HA environment to Distributed environment https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...
sk34495 - Changing the HA status of the Management station from command line https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...
sk114933 - How to promote the Secondary Management server to become the Primary server https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...
sk108902 - Best Practices - Backup on Gaia OS
https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...
CP_R80.40_SecurityManagement_AdminGuide
https://downloads.checkpoint.com/fileserver/SOURCE/direct/ID/96090/FILE/CP_R80.40_SecurityManagement...
How to migrate Full HA R80.30 environment to Distributed R81.10 environment
https://community.checkpoint.com/t5/General-Topics/How-to-migrate-Full-HA-R80-30-environment-to-Dist...