Cisco Cisco Prime Central 1.5.1 安装指南

下载
页码 101
SUITEFW_DISTRIBUTED_INSTALL_TYPE= "Portal",""
• Before starting the Prime Central upgrade from 1.5.0 to 1.5.1, execute the following steps to run the pre-check script:
• Copy the
from PreChecks.tar to "/root" folder.
• Add permissions and execute the below script:
chmod +x preChecks151.sh
./preChecks151.sh
If Prime Central and Database servers are installed separately, ensure to execute this
script on both Prime Central and Database servers.
Note
• Before starting the Prime Central upgrade, ensure that the Perl module File::Path version is 2.08 or greater, if not then
update the Perl module (File::Path) as root user.
Prime Central upgrade fails if File::Path version is less than 2.08.
Update the perl module either by using cpan or by manually downloading tar.gz file
of Perl module and then install. You can check the version of File::Path module by using
the below command:
perl -MFile::Path -le 'print $File::Path::VERSION'
Note
• Stop the Fault Management services before starting the Prime Central upgrade from 1.5.0 to 1.5.1.
This is required to avoid changes in the database during Oracle 12c upgrade. To proceed
with the Fault Management upgrade, make sure to start the Fault Management services
after the upgrade.
Note
Upgrading to Prime Central 1.5.1
Procedure
Step 1
Use one of the following options to connect to the server where you want to upgrade Prime Central:
• VNC (recommended)—See
• X server—For this option, Reflection X is recommended. See
.
Step 2
As the root user, launch a terminal on the server where you want to upgrade Prime Central. (If you logged in as a nonroot
user, use su - to become the root user.)
The C shell (csh) is recommended. To start the C shell, enter:
/bin/csh
If you are using X server, continue to the next step.
72