Cisco Cisco Prime Optical 9.6 インストールガイド

ページ / 24
15
Enabling yum Commands on Linux Servers
Note
This section applies only when installing Prime Optical on Linux machines.
To install the required Red Hat Package Manager (RPM) utility for the Linux server and database, you must enable yum 
commands.
To configure yum commands: 
Step 1
Mount the appropriate RHEL ISO file. For example; 
mount -o loop /mnt/redhat/rhel-server-6.2-x86_64-dvd.iso /iso
where /mnt/redhat/rhel-server-6.2-x86_64-dvd.iso is the Red Hat ISO file.
Step 2
Enter the following commands to get the media ID:
cat /iso/.discinfo
Step 3
Create a new file with a .repo extension (for example, local.repo) in the /etc/yum.repos.d directory. 
Step 4
Enter the following command to verify that the local repository has been set up correctly:
yum repolist
Preparing the Environment for a Single-Server Installation 
You must prepare the environment for Prime Optical server and Oracle database installation on the same server.
Before You Begin
Verify the following:
The ping command is included in your path environment variable.
You have identified users and related UNIX groups to run Prime Optical UNIX commands. 
Note
This feature is available only if you choose root user instead of optusr as the Prime Optical user during installation.
Step 1
Log in as the root user. 
(For Solaris only) The C shell (csh) is recommended. To start the C shell, enter the following command:
/bin/csh
Step 2
Enter the following command to verify that the disk directories shown in 
 exist:
ls -l /
Step 3
(For Linux only) Check the content of the /etc/sysconfig/selinux file.
If the file contains SELINUX=enforcing, do the following:
a.
Change the entry to SELINUX=disabled or SELINUX=permissive. 
b.
Reboot the server. 
c.
Disable the server by running one of the following commands:
chkconfig iptables off
 
or
service iptables stop