Print

Configuring network interface settings

About this task

Use this procedure to configure network interface settings. In this procedure, you must use an explicit IPv4 address or an IPv6 address. Do not use IPv4 mapped or a compatible IPv6 address that combines the IPv4 and IPv6 formats.

Procedure

  1. On the AE Services Management Console main menu, click Networking > Network Configure.
  2. In the Physical IP Address field, type or modify the IP address for each network interface.
  3. In the Netmask field, type an appropriate netmask address for each network interface.
  4. Select the Enable check box for each network interface.
  5. Click Apply Changes.
  6. On the Apply Changes to Network Configure page, click Apply.
  7. Log in to the AE Services Management Console by using the new IP address of the AE Services server.
  8. On the AE Services Management Console main menu, click Networking > AE Services IP (Local IP) and set the new IP addresses for Client Connectivity, Switch Connectivity, and Media Connectivity.
  9. On the command line interface, run the following command:
    /opt/mvap/bin/setAlarmSvcUpgrade.sh
  10. On the AE Services Management Console main menu, click Maintenance > Service Controller.
  11. On the Service Controller page, click Restart AE Server.
  12. Ensure that all the services are in the Running state, and that the connection state to the switches is functional.
    If you cannot access the AE Services Management Console, check the status of the httpd and tomcat processes. If they are not running, start them. For example:
    /usr/bin/systemctl status httpd status
    /usr/bin/systemctl start httpd start
    /usr/bin/systemctl status tomcat status
    /usr/bin/systemctl start tomcat start