Pre-requisites:
Steps to be performed:
1. Create the New target PulseOne VM
2. Perform the below configurations via CLI
- Assign Management and External IP
Note: These will be replaced with values from backup config file. You can use different IPs or same IPs as in the backup |
Command:
Pulse One > network interface management --ip <IP ADDRESS> --netmask <NETMASK> --gateway <GATEWAY>
Pulse One > network interface external --ip <IP ADDRESS> --netmask <NETMASK> --gateway <GATEWAY>
- Assign DNS IP’s (NOTE: This will be replaced from the backup config file)
Command:
Pulse One > network dns --primary <IP ADDRESS> --secondary <IP ADDRESS>
- Add SMTP, NTP configurations
Command:
Pulse One > smtp set --sender <EMAIL ADDRESS> --server <SERVER ADDRESS>
Pulse One > ntp server <SERVER ADDRESS> --enable
- Perform system provision (NOTE: You can use the same P1 Domain name as of the previous PulseOne VM)
Command:
Pulse One > system provision P1 DOMAIN NAME --admin-username <USERNAME> --admin-email <EMAIL ADDRESS>
- Perform services restart and services status check
Command:
Pulse One > services restart
Pulse One > services status
3. Import the backup using 'system backup import' command.
Command:
Pulse One > system backup import -i external
4. Perform services restart and services status check
Command:
Pulse One > services restart
Pulse One > services status
After backup restore, the CLI as well as GUI login credentials are restored to the ones mentioned in the backup config.
Note: Installed License will also be saved while exporting the backup config. |