Cisco Cisco Prime Central 1.3 Installation Guide

Page of 83
The following components (usually installed as part of Red Hat) must be present in the system path:
• /bin/sh
• /bin/tcsh
• gunzip
• perl 5.8.6 or later
• tar
Database Memory
Installation Phase
For the installation phase, the database memory requirements are:
• Swap space: 150 MB
• RAM: At least 4 GB
Runtime Phase
For the runtime phase, the database swap space requirement is two times the size of RAM, up to 32 GB.
Ports and Files
The following ports and files are required:
• Port 1108 must be available for SSH communication between the Prime Central owner and the database owner. The port must
also be open on the embedded database server, if it is installed separately.
• The /etc/hosts file must include the workstation’s local hostname and IP address.
Example of a correct entry in the /etc/hosts file:
127.0.0.1 localhost.localdomain localhost
::1
localhost6.localdomain6 localhost6
IP-address myserver.domain.com myserver
Example of an incorrect entry in the /etc/hosts file (without the server IP address information):
127.0.0.1 localhost.localdomain localhost
::1
localhost6.localdomain6 localhost6
• The hostname --fqdn command must return the hostname with the fully qualified domain name. For example:
sh-nv210-266.cisco.com
• The /etc/nsswitch.conf file must not have NIS or NIS+ for password, group, shadow, or services. For example:
passwd: files
shadow: files
group: files
services: files
14