Instructions for Re-provisioning IP Office 11.1 One-X Portal
Warning: These instructions are intended for use by Avaya Business Partners who are trained and certified for support on the IP Office system, this document must not be shared with others.
Warning. As with all maintenance tasks, appropriate procedures should be in place for backup/recovery in the event of major failure.
Warning: All One-X Portal services will be unavailable for all users during this procedure.
Note: This procedure resets the One-X Portal database to defaults; user’s One-X profiles will be lost.
Procedure:
1. Create a logs archive from Web Control and download for safe keeping. You can do this by logging into https//IPOIPADDRESS:7071, select Logs > Download > Logs Create Archive. Then download the generated One-X Portal logs. *This is not required but usually recommended in case a Product Escalation to Tier 4 is needed.
2. Use an SSH client, [e.g. Putty] to log into the system as the root user.
3. Stop the one-X Portal service. You can use the command: service onexportal stop
*If the service fails to stop, use command: service onexportal forcestop
4. The One-X Portal database will be defaulted by executing the following commands:
cd /var/lib/pgsql/13
mv data data_orig
mv backups backups_orig
then
cd /var/lib/pgsql/9.6
mv data data_orig
mv backups backups_orig
*if the 13 and 9.6 folders do not exist, use cd /var/lib/pgsql/ and then the ls command to determine the command to match. In the case of 11.1.1.1.0 Build 18, it uses both a 13 and 9.6 folder.
(the above commands move the database instead of deleting, which can serve as a backup if required).
Note: It is recommended that the existing One-X Portal logs are deleted by deleting all files under following folder: /opt/Avaya/oneXportal/<version>/apache-tomcat/logs. You can go to cd /opt/Avaya/onexportal/ and use the ls command to verify the One-X version directory.
Example: rm -f /opt/Avaya/oneXportal/11.1.1100_21/apache-tomcat/logs/*
This is the command for One-X Portal 11.1.1.11 Build 21 to remove all One-X logs.
5. Start the One-X Portal service. service onexportal start
6. One-X Portal will now be provisioned; open the One-X Portal Admin login page.
7. After successful login, provision One-X Portal with the IP Office IP address.
8. Select the ‘Advanced Installation’ option so that other configuration items can be setup correctly.
9. The VMPro need not be provisioned, as it gets provisioned automatically.
10. Verify/update the XMPP Domain setting on the IM/Presence tab. It is important for this to be a resolvable name by clients which rely on one-X Portal for IM/Presence.
11. After provisioning, the system will be by default in Centralized CTI Mode. If the solution has many users and nodes it will take a few minutes for the synchronization to complete.
12. Verify that new users are now able to log into One-X Portal