Copy the upgrade file to
/use/local/ess/updateor/use/local/NitroGuardto update each device (ESM, ERC, ACE, ELM, ELS, and ADM).Reboot each device.
Modify the
/etc/NitroGuard/network.conffile to configure the IPv6 address for each device. For ADM, modify the/etc/rc.d/init.d/nitromodefile.Reboot each device.
Re-key each device:
Use the IPv6 address format (https://<IPv6 address>/#/login) to open the Trellix ESM UI.
Navigate to → → .
Click the back button and enter the IPv6 address of the device.
Click Next, enter the password, and then click Next.
Repeat these steps for the other devices.
For ADM, in the
/etc/rc.d/ini.d/nitromodefile find the line that starts withMGTand add the active state and full IPv6 address. There is no separate netmask, use the CIDR notation::/prefixlength. For example:MGT[0]="yes;10.25.115.18;255.255.248.0;0.0.0.0 MGT[0]="yes;2607:8d40:42:3501:1111:ffff:ffff:1448/64"
For ESM, complete the following:
Verify all brokers and seeds and so on have an IPv6 address in the
/etc/snowflex/snowflex.conffile.Add the IPv6 address to the
/etc/tomcat/conf/snowservice.conffile.Restart the service, or reboot.
For ERC, update the datasources with IPv6 addresses and roll out the changes.
For ACE, you have to manually update the datasources to IPv6:
In ESM, verify the current IP address of the datasources:
nquery -d esm -q 'select id, name, ipaddress from ips where ipsid in (<ace datasources ipsid>)'
If the IP address is IPv4, change it to IPv6:
nquery -d esm -q 'update ips set ipaddress="<IPv6>" where ipsid in (<all ace datasources ipsid>)'
For ELM, complete the following:
If ELM storage was previously configured, update the IPv6 address of the storage server in the
/etc/NitroGuard/storage.conffile.Use the following commands to restart the service:
ELMStop ELMStart
Add ELM to ERC.
For ELS, complete the following:
If ELS storage was previously configured, update the IPv6 address of the storage server in the
/etc/NitroGuard/storage.conffile.Use the following commands to restart the service:
ELSStop ELSStart
Upgrade to an IPv6 environment
- Published on Sep 12, 2026
- 2 minute(s) read
Was this article helpful?