Appliance: Converting to Prefer IPv6

After the upgrade, you can convert your ESM appliance to a pure IPv6 network configuration and convert ESM to prefer using IPv6, or convert the appliance to a dual stack configuration.

Note: You will need to re-register any connectors that are registered on the appliance after you complete the conversion. The IPv4 IP address will change to a host name and the ArcSight Manager certificate will be regenerated.

To convert an appliance to use IPv6:

  1. As user root or arcsight, stop all services:

    /etc/init.d/arcsight_services stop all
  2. As user root or arcsight, confirm that all services are stopped:

    /etc/init.d/arcsight_services status all
  3. As user root, run the network configuration script and select IPv6 or Dual Stack to change the operating system:

    /opt/arcsight/services/bin/scripts/nw_reconfig.py
  4. Reboot the system.
  5. As user root, edit the /etc/hosts file and comment out the line that contains an IPv4 address to a hostname mapping, if present.
  6. As user root, stop the Manager service:

    /etc/init.d/arcsight_services stop manager
  7. As user arcsight, run managersetup again:

    /opt/arcsight/manager/bin/arcsight managersetup
  8. Change the preferred IP protocol to IPv6 and change the host name to the host name of the appliance's IPv6 address.
  9. Regenerate the ArcSight Manager certificate.
  10. As user root, start the ArcSight Manager:

    /etc/init.d/arcsight_services start all