Obtaining Avaya Aura Device Services network configuration details

Last Updated : Jun 10, 2026 |

Before you begin

Determine the keystore password you want to use when installing Avaya Aura® Device Services Release 10.2.x.

Procedure

Do the following to record server information and then save the output in a safe location:
  1. To obtain the fully qualified host name, run the following command:
    hostname -f
  2. To obtain the IP address and the network mask, run the following command:
    ifconfig -a | grep inet | grep -v 127.0.0.1
  3. To obtain the IP address of the default gateway, run the following command:
    netstat -nrv | grep '^0.0.0.0'
  4. To obtain the DNS search list and DNS server IP address, run the following command:
    cat /etc/resolv.conf
  5. To obtain the NTP server IP address, run the following command:
    cat /etc/ntp.conf | grep "^server"
  6. Log in as the administrator and run the following commands to display the user name and primary group for the administrative account:
    id --user --name
    id --group --name
  7. If you want to use the same keystore password, obtain the existing keystore password by referencing notes from the original installation.

    If you do not want to use the same keystore password, record a new keystore password.

  8. Record the current System Manager enrollment password by referencing notes from the original installation.