Difference between revisions of "installing Security Management on Red Hat Enterprise Linux 5"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Created page with " '''Before you install Security Management on Red Hat Enterprise Linux 5:''' '''1. Install the sharutils-4.6.1-2 package''' a) Make sure that you have the sharutils-4.6.1-2 ...")
 
Line 4: Line 4:
 
'''1. Install the sharutils-4.6.1-2 package'''
 
'''1. Install the sharutils-4.6.1-2 package'''
  
a) Make sure that you have the sharutils-4.6.1-2 package installed by running: rpm -qa | grep sharutils-4.6.1-2
+
a) Make sure that you have the sharutils-4.6.1-2 package installed by running:  
 +
rpm -qa | grep sharutils-4.6.1-2
  
b) If the package is not already installed, install it by running: rpm –i sharutils-4.6.1-2.i386.rpm
+
b) If the package is not already installed, install it by running:  
 +
rpm –i sharutils-4.6.1-2.i386.rpm
  
 
This package can be found on CD 3 of RHEL 5.
 
This package can be found on CD 3 of RHEL 5.
Line 12: Line 14:
 
'''2. Install the compat-libstdc++-33-3.2.3-61 package'''
 
'''2. Install the compat-libstdc++-33-3.2.3-61 package'''
  
a) Make sure that you have the compat-libstdc++-33-3.2.3-61 package by running: rpm –qa | grep compat-libstdc++-33-3.2.3-61
+
a) Make sure that you have the compat-libstdc++-33-3.2.3-61 package by running:  
 +
rpm –qa | grep compat-libstdc++-33-3.2.3-61
  
b) If the package is not already installed, install it by running: rpm –i compat-libstdc++-33-3.2.3-61.i386.rpm
+
b) If the package is not already installed, install it by running:  
 +
rpm –i compat-libstdc++-33-3.2.3-61.i386.rpm
  
 
This package can be found on CD 2 of RHEL 5.
 
This package can be found on CD 2 of RHEL 5.

Revision as of 21:39, 3 September 2013

Before you install Security Management on Red Hat Enterprise Linux 5:

1. Install the sharutils-4.6.1-2 package

a) Make sure that you have the sharutils-4.6.1-2 package installed by running:

rpm -qa | grep sharutils-4.6.1-2

b) If the package is not already installed, install it by running:

rpm –i sharutils-4.6.1-2.i386.rpm

This package can be found on CD 3 of RHEL 5.

2. Install the compat-libstdc++-33-3.2.3-61 package

a) Make sure that you have the compat-libstdc++-33-3.2.3-61 package by running:

rpm –qa | grep compat-libstdc++-33-3.2.3-61

b) If the package is not already installed, install it by running:

rpm –i compat-libstdc++-33-3.2.3-61.i386.rpm

This package can be found on CD 2 of RHEL 5.

3. Disable SeLinux

a) Make sure that SeLinux is disabled by running: getenforce

b) If SeLinux is enabled, disable it by setting SELINUX=disabled in the /etc/selinux/config file and rebooting the computer.