Supply new IP or Hostname to Variphy

At times one may have the need to assign a new IP address or hostname to the Variphy application server(s). This document outlines the steps to take to ensure all components can continue to communicate with each other.

First, it is imperative that you perform a snapshot of your VM before any changes are made.

Linux : SSH into your Variphy server and run configure-host-settings

Run through the setup wizard and assign the new hostname and IP address where asked. Server will reboot and write the new IP and/or hostname settings.

Considerations

CDR Database

If the database resides on a separate and dedicated server and also received a new IP or hostname you must complete the following steps:

  • Browse to the Variphy application as a System Administrator user
  • Select Settings > System > Database Servers
  • Edit the database server needing modification
  • Enter the new IP or Hostname of the SQL server currently in use inside the Server Host field.
  • User Login and Password should not be modified unless that has changed too.

CUCM CDR

If you are sending CUCM call data to the Variphy instance, you must go into each of your CUCM Publishers to adjust the destination of it’s CDR files.

Browse to Cisco Unified Serviceability under the Navigation drop-down and log in with an Admin account.

Browse to Tools > CDR Management

You must delete the existing entry pointing to the old Variphy server IP/Hostname and add a new Billing Application Server with the new details.

CUBE CDR

SSH into each of your configured CUBEs and modify the FTP source listed under the gw-accounting file and issue the negate command of the primary ftp statement.

Enable
Config terminal
Gw-accounting file
No primary ftp old_ip_address/cdr username variphyftp
Primary ftp new_ip_address/cdr username variphyftp password existing_password_for ftp_user

Please follow this article for the exact syntax of establishing an FTP connection from a CUBE to the Variphy server.

SAML SSO

If you are using SAML SSO as an Authentication method you will need to rebuild your SSO configuration and enter the new ACS URLs into your respective Identity Provider application SSO instruction can be found here.

HTTPS Certificates

If you are using the, non-wildcard, CA signed certificate you will need to create a new CSR and re-issue a new TLS Certificate into the java keytool as the old one would have the incorrect IP and hostnames. Certificate creation instructions can be found here.

Updated on March 1, 2024

Was this article helpful?

Related Articles