Cisco Cisco Prime Central 1.5.2 安装指南

下载
页码 98
Procedure
Step 1
Confirm that the faultmgmt_ 1.5.1.0_backup folder was created.
• If the folder was created, proceed to Step 2.
• If the folder was not created, this indicates that there was a disk space issue and the upgrade was not started. You
can stop here.
Step 2
Stop all Fault Management processes:
su - primeusr
fmctl stop
exit
(As the root user) pkill nco_pad
Step 3
Move the faultmgmt folder to the tmp folder:
su - primeusr
mv ~/faultmgmt /tmp/faultmgmt
Step 4
Move the faultmgmt_ 1.5.1.0_backup folder to the faultmgmt folder:
su - primeusr
mv ~/faultmgmt_1.5.1.0_backup/faultmgmt ~/
Step 5
Change ownership of the faultmgmt folder.
For example:
chown primeusr:ncoadmin -R /opt/primeusr/faultmgmt
Step 6
Restore debackup obtained before the upgrade:
cd .acsi_primeusr/bin
setenv
./de_restoredb -bfile <backupfile_full_path>
Step 7
Open the .cshrc file:
su - primeusr
vi ~/.cshrc
Find the following line and change jre 1.8 to jre 1.7:
setenv JAVA_HOME "$PRIMEFMHOME/utils/${OSTYPE}/jre1.8/"
Step 8
As the root user, start the nco_pad process.
For example:
cd /opt/primeusr/faultmgmt/omnibus/bin
./nco_pad
Step 9
Perform the below mentioned steps:
1
Login to the Prime Central portlet.
2
Remove Fault Management from the Suite Monitoring portlet.
79