Go to the table of contents Go to the previous page Go to the next page
Installing Websense Content Gateway > Requirements for Red Hat Enterprise Linux
Requirements for Red Hat Enterprise Linux
Deployment and Installation Center | Web Security Solutions | Version 7.8.x
 
 
Required libraries in Red Hat Enterprise Linux 6
Required libraries:
During Content Gateway installation, the installer will list missing packages and then exit the installer.
To install the missing packages, the operating system must have a repository of available libraries. The Media repository on the Red Hat Enterprise Linux install DVD is an acceptable source of packages.
After the repository is setup, all of the required dependencies can be automatically resolved by running:
yum install wcg_deps-1-0.noarch.rpm
The above RPM is included in the Content Gateway install tree, at the same level as wcg_install.sh.
Installing on Red Hat Enterprise Linux 6, update 1 and higher
biosdevname
Red Hat Enterprise Linux 6, update 1 introduces biosdevname.
biosdevname is not supported by Content Gateway Version 7.8.x and lower.
What is biosdevname? The Red Hat Enterprise Linux update 6.1 release notes state:
... biosdevname [is an] optional convention for naming network interfaces. biosdevname assigns names to network interfaces based on their physical location. ... biosdevname is disabled by default, except for a limited set of Dell systems.
biosdevname is designed to replace the older, inconsistent "eth#" naming scheme. The new standard will be very helpful when it is fully adopted, however it is not yet fully adopted.
The presence of a single Ethernet device absent the SMIBIOS Slot # and biosdevname field causes the Red Hat Enterprise Linux 6.1 installer and 'udev' to fall back to the preferred eth# device naming for all interfaces.
 
Important 
Upgrading from Red Hat Enterprise Linux 6.0 to 6.1 and higher poses no risk. There was no biosdevname support in Update 6.0 and device names are not altered by the upgrade to 6.1 or higher.
Disabling biosdevname
If while installing Content Gateway the installer finds non-eth# interface names, the installer quits and provides a link to instructions for modifying system startup files.
There are 2 ways to disable biosdevname:
1.
2.
The easiest way to disable biosdevname is to do it during operating system installation. This is the recommend method.
Disabling biosdevname during operating system installation:
When the installer starts, press [TAB] and alter the boot line to add "biosdevname=0" as follows:
Proceed through the rest of the installer as usual.
Disabling biosdevname after operating system installation:
Log on to the operating system and verify that non-eth# names are present.
ifconfig -a
If only "eth#" and "lo" names are present, you are done. No other actions are required.
If there are names like "emb#" or "p#p#" perform the following steps.
1.
2.
3.
a.
b.
If there are multiple "ifcfg-p#p1" interfaces, rename all of them in the order of the lowest "ifcfg-p#" first. For example, if the initial set of interfaces presented by "`ifconfig -a" is:
em1 em2 em3 em4 p1p1 p1p2 p2p1 p2p2
em1 -> eth0
em2 -> eth1
em3 -> eth2
em4 -> eth3
p1p1 -> eth4
p1p2 -> eth5
p2p1 -> eth6
p2p2 -> eth7
c.
4.
a.
b.
5.
rm -f /etc/udev/rules.d/70-persistent-net.rules
6.
a.
b.
biosdevname=0
7.
8.
Installer gives NetworkManager or avahi-daemon error
When Red Hat Enterprise Linux 6 is installed with a GUI, the Content Gateway installer recognizes systems running NetworkManager or avahi-daemon processes and emits an error similar to:
Error: The avahi-daemon service is enabled on this system and must be disabled before Websense Content Gateway v7.7 can be installed.
Please disable the avahi-daemon service with the following commands and restart the Websense Content Gateway installation.
chkconfig --levels 2345 avahi-daemon off
service avahi-daemon stop
 
Warning 
 
To continue, the conflicting NetworkManager and avahi-daemon processes must be stopped.
1.
chkconfig --levels 2345 avahi-daemon off
service avahi-daemon stop
2.
./wch_install.sh
 

Go to the table of contents Go to the previous page Go to the next page
Installing Websense Content Gateway > Requirements for Red Hat Enterprise Linux
Copyright 2016 Forcepoint LLC. All rights reserved.