Symptom
Log in to the OMU portal of the server, choose , and view the server IP address on the page that is displayed. The server IP address is not displayed


Possible Cause
The server IP address has been changed on the server using commands, causing the failure to update the configuration file or failure to make the configuration take effect. Consequently, the IP address cannot be displayed.
Solution
- Log in to the server as the admin user and run the su - root command to switch to the root user.
- Run the cat /home/ivs_omu/bin/IP.xml command to view configuration file information.
<?xml version="1.0" encoding="UTF-8" ?> <Content> <MEDIAIP>192.168.2.101<MEDIAIP> <SIGNALIP>192.168.0.10</SIGNALIP> </Content> - Check whether the service IP address displayed in 2 is correct.
- If no, go to the next step.
- Correct the IP address in the configuration file.
- Run the vi /home/ivs_omu/bin/IP.xml command.
- Press I to make the file editable.
- Correct the service IP address.
- Press Esc.
- Run the :wq command to save the setting and exit.
- Log in to the OMU portal of the server and choose .
- Click Edit, set Business IP to the correct service IP address, and click Save.
