Cisco Cisco Prime Unified Provisioning Manager 9.0 Installation Guide

Page of 54
46
 
Changing Your PIN
Provisioning Manager enables you to easily change your phone and voice mail personal identification numbers. If you change 
your PIN, your PIN is updated in Unified Communications Manager and Unity Connection. 
To change your PIN: 
Step 1
Choose User Settings > PIN
Step 2
In the PIN Type drop-down list, choose the type of PIN you want to change.
Step 3
In the PIN and Confirm PIN fields, enter your new PIN and confirm it. 
Step 4
Click Save
7  
Managing Provisioning Manager
The following sections describe Provisioning Manager management activities:
Backing Up Provisioning Manager
To back up Provisioning Manager:
Step 1
Stop Apache, JBoss, and NICE services by entering the following commands: 
ps -aef | grep startcupm 
ps -aef | grep nice
 
kill
 
startcupm-process-id
kill
 
nice-process-id
Step 2
Enter the following command to navigate to the /opt/postgres/9.0/bin directory: 
cd /opt/postgres/9.0/bin
Step 3
Enter the following command: 
./pg_dumpall -o -U 
pmadmin
 /mnt/bak
where 
pmadmin
 is the PostgreSQL user ID and /mnt is the directory where the backup file named bak will be created.
Step 4
Enter the following commands to restart Apache, JBoss, and NICE services: 
nohup /opt/cupm/sep/build/bin/startcupm.sh > /opt/cupm/sep/logs/jboss.log 2>&1 &
nohup /opt/cupm/sep/build/bin/nice.sh NICE:01 > /opt/cupm/sep/logs/nice.log 2>&1 &