Cisco Cisco Prime Central 1.5.2 Installationsanleitung

Seite von 36
 
3-6
Cisco Prime Central RHEL Operating System Upgrade Guide
Chapter 3      Upgrade RHEL Operating System in Standalone Servers
  Upgrade from RHEL 6.5 to 6.7 in Prime Central Standalone Setup
 fmctl restart
Example
:
fmctl configimpact Prime123 
fmctl restart 
Upgrade from RHEL 6.5 to 6.7 in Prime Central Standalone 
Setup
Note
Follow the procedure mentioned in this section only if you want to continue the upgrade from RHEL 6.5 
to 6.7. All machines should be upgraded to 6.7 using the RHEL inline upgrade procedure.
Step 1
Take a backup of PC Oracle database:
su - primeusr
emdbctl --backup
Step 2
Take a DE Backup from the Fault Management server:
su - primeusr
cd  .acsi_primeusr/bin
setenv
./de_backupdb -bfile <backupfile_full_path>
Example
:
 ./de_backupdb -bfile ~/debackup_28Sep2016
Step 3
Take a backup of below Fault Management database folders:
FM-install-folder/tipv2Components/TCRComponent/cognos/contenstore
FM-install-folder/omnibus/db/NCOMS
Example
:
cp -rf $NCHOME/omnibus/db/NCOMS  /opt/
cp -rf $NCHOME/tipv2Components/TCRComponent/cognos/contentstore  /opt/
Step 4
Disable automatic restart of services.
On Prime Central Server:
 rm -f /etc/rc.d/rc2.d/S95restartpc
 rm -f /etc/rc.d/rc3.d/S95restartpc
 rm -f /etc/rc.d/rc4.d/S95restartpc
 rm -f /etc/rc.d/rc5.d/S95restartpc
 mv /etc/rc.d/init.d/restartpc   /etc/rc.d/init.d/disable_restartpc