Migrating UFM Data from an NDR (UFM Enterprise Appliance Gen - 3.0) Setup to a New NDR Setup (UFM XDR Enterprise Appliance - Gen 3.5)
Follow the steps below to extract UFM data from an existing NDR setup (UFM Enterprise Appliance) and restore it on a new NDR setup built from a UFM XDR Enterprise Appliance.
[On the Master Node] Create a backup of the UFM data on the UFM 3.1 Appliance.
ufmapl31 (config) # ufm data backup ufm-backup-tlv-cluster.zip
[On the Master Node] Create a backup] Upload the backup from the UFM 3.1 Appliance to a remote server.
ufmapl31 (config) # ufm data upload ufm-backup-tlv-cluster.zip scp:
//<username>:<password>@<hostname>/tmp/[On the Master Node] Create a backup] Download the backup from the remote server to the new NDR cluster (UFM 3.5 Appliance).
ufmapl35 (config) # ufm data fetch scp:
//<username>:<password>@<hostname>/tmp/ufm-backup-tlv-cluster.zip[On the Master Node] Create a backup] Restore the UFM data to the new NDR cluster (UFM 3.5 Appliance).
ufmapl35 (config) # ufm data restore ufm-backup-tlv-cluster.zip
[On the Master and Standby Nodes] Create a backup] Configure the UFM 3.5 Appliance to run in NDR mode.
ufmapl35 (config) # ib profile --set ndr --force
NoteThis command will immediately reboot the server.
[On the Master Node] Create a backup] Stop the old NDR cluster running on the UFM 3.1 Appliance.
ufmapl31 (config) # no ufm start
[On the Master Node] Create a backup] Start the new NDR cluster on the UFM 3.5 Appliance.
ufmapl35 (config) # ufm start