NoteUpgrade child devices individually or in batches.
In this procedure, C1 refers to the first batch of child devices to be upgraded,
and C2 refers to the second batch of child devices.
|
Procedure
- Select child devices.
- Modify the DNS record to stop sending messages to the selected devices.
- Verify that there are no messages in the Postfix queue.
- On the CLI console, check the Postfix queue.#
postqueue-p
- On the CLI console, check the Postfix queue.
- Modify the settings for the C2 devices.
- To bypass the inline upgrade check, change the iptables on the C2
devices.
# iptables -I OUTPUT -d [parent's IP] -p tcp --dport 5432 -j ACCEPT - Change the IMSVA version for the
C2 devices on the parent database.
# /opt/trend/imss/PostgreSQL/bin/psql imss sa# select * from tb_component_list;# update tb_component_list set app_ver='9.0.0.1549' where ip_addr='[C2's IP]';
Note
The IMSVA version (app_ver) should reflect the version that you recorded in Step 2: Performing Inline Upgrade (substep 4-b).
- To bypass the inline upgrade check, change the iptables on the C2
devices.
- Perform inline upgrade to IMSVA 9.1.

Note
For detailed upgrade procedure, see Upgrading a Single IMSVA. - Perform a test deployment of IMSVA
9.1.
- On the CLI console, restart all IMSVA services:
# /mnt/backup/dry_run.sh
- On the CLI console, restart all IMSVA services:
- Check the build number.
- Go to .
- Under Current Status, check if the application version is 9.1.0.xxxx.
- Complete the inline upgrade.
- To complete the upgrade on all devices, run the following
command:
# /mnt/backup/confirm.sh“yes” - To roll back to IMSVA 9.0, run the following command:
# /mnt/backup/confirm.sh“no”
- To complete the upgrade on all devices, run the following
command:
- Restore the C2 devices.
- Modify the DNS record and start sending messages to the C2 devices.
- Continue upgrading the other child devices until the batch upgrade process is completed .
