Cisco Cisco Prime Central 1.5.2 インストールガイド

ページ / 98
Procedure
Step 1
As the root user, log in to the Prime Performance Manager gateway server and navigate to the
Prime-Performance-Manager-gateway-installation-directory/bin directory.
Step 2
Enter:
./ppm primecentralintegration
Step 3
Enter the appropriate responses at the prompts:
• Database Host—Enter the Prime Central database server hostname or IP address.
• Database SID [primedb]—Enter the Prime Central database service name, which is primedb by default.
• Database User [primedba]—Enter the Prime Central database username, which is primedba by default.
• Database Password [*****]—Enter the Prime Central database user password; for example, Test456@.
• Database Port [1521]—Enter the Prime Central database port number, which is 1521 by default.
Step 4
Restart Prime Performance Manager for the changes to take effect.
Step 5
As the primeusr user, log in to the Prime Central integration layer and restart it:
itgctl stop
itgctl start
Step 6
If you are reintegrating Prime Performance Manager after a previous integration, you must unregister it from Prime Central
before you reintegrate it. See
Step 7
If remote units are connected to the gateway, complete the below steps to enable SSL on remote units:
a) Log into the remote unit.
b) Enable SSL on the unit:
/opt/CSCOppm-unit/bin/ppm ssl enable
Prime Performance Manager:
• Stops the unit.
• Generates RSA private key.
c) When prompted, enter the SSL distinguishing information for the unit:
Country Name (2 letter code) []:
State or Province Name (full name) []:
Locality Name (eg, city) []:
Organization Name (eg, company) []:
Organizational Unit Name (eg, section) []:
Common Name (your hostname) []:
Email Address []:
Certificate Validity (number of days)? [min: 30, default: 365]
Prime Performance Manager generates the server.key, server.crt, and server.csr on the unit /opt/CSCOppm-unit/etc/ssl
directory
:
d) Import the unit certificate to the gateway:
1
Copy the/opt/CSCOppm-unit/etc/ssl/server.crtto a temporary location on the gateway, for example,/tmp/server.crt.
2
Enter the following command to import the unit certificate:
64