Cisco Cisco Prime Central 1.5 Guia Da Instalação

Página de 94
Step 2
As the root user, launch a terminal on the server where you want to install Prime Central Fault Management. 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.
If you are using VNC, you are finished; continue to
.
Step 3
Set the DISPLAY variable:
setenv DISPLAY hostname-or-IP-address:0.0
Step 4
Verify that the display is set correctly:
echo $DISPLAY
In the command output, you should see:
hostname-or-IP-address
:0.0
Step 5
If the hosts do not have DNS access, or their hostnames are not registered in the DNS, update the /etc/hosts file on the
server:
IP-address FQDN hostname
For example:
192.168.1.170 fm-server.cisco.com fm-server
Step 6
Save the /etc/hosts file.
Step 7
Run the following tests:
# hostname -a
fm-server
# hostname -f
fm-server.cisco.com
# hostname -i
192.168.1.170
# ipcalc -h 192.168.1.170
HOSTNAME=fm-server.cisco.com
If any of the tests return incorrect results, check the /etc/hosts file for typos. Check also the /etc/sysconfig/network file
and verify that the HOSTNAME entry contains your server's FQDN (fm-server.cisco.com in this example).
Step 8
Move (or remove) all *.log files from the /tmp folder.
Step 9
Before installing Prime Central Fault Management on a RHEL 6.4 server, make sure that the numactl-devel RPM package
is not installed. To uninstall it:
a) Log in as the root user.
b) Enter the following commands:
rpm -ev numactl-devel
rpm -q numactl-devel --qf "%{name}/%{version}/%{release}/%{arch}\n"
Step 10
Verify that the Red Hat RPM packages listed here are installed.
• To verify the RHEL 5 RPM packages, enter:
39