DELL Version 5.3 User Manual

Page of 500
Secure Connections: SSL & HTTPS | Getting Started with Dell OpenManage Network Manager
43
<session-config>
<session-timeout>30</session-timeout>
</session-config>
The portal.properties file is in /portal/portal-impl/classes. The property 
containing the session timeout (in minutes) is:
session.timeout=30
Install on Linux
To run Dell OpenManage Network Manager in Linux, rather than Windows, follow the steps 
below. Make sure you configure your host as described in Linux Installation Best Practices on page 
34, too.
Installation
1
Install your Linux distribution (here CentOS) on the server, choosing Basic Server when 
prompted to select software. CentOS should be the only repository selected. Choose 
Customize Later to decline further customizing the installation.
Updates and Modification:
2
Once installation and initial reboot are complete, login as root
3
Disable the firewall, and configure the network interface card with a static IP address.
setup
By default the Network Interface Card (NIC) is not active during boot, configure it to be 
active and reboot:
nano /etc/sysconfig/networking/devices/ifcfg-eth0
Change ONBOOT=no to ONBOOT=yes
reboot
4
Once reboot is complete, login as root update the system:
yum update -y
5
Linux (CentOS) installs MySQL libraries by default, this interferes with Dell OpenManage 
Network Manager since it installs its own version. Remove mysql-libs from the system:
yum remove mysql-libs -y
6
Dell OpenManage Network Manager needs the compatibility libraries installed and reboot:
yum install compat-libstdc++-33.x86_64 -y
reboot