Users Guide

Setting up an SELinux enabled system to receive alerts
About this task
Security-Enhanced Linux (SELinux) is a security module that authorizes or prevents operations in Linux operating systems. When
SELinux is enabled on the system running SupportAssist, alerts (SNMP traps) from remote devices are not received by
SupportAssist. Without receiving alerts, SupportAssist will not be able to identify hardware issues that may occur on remote devices.
Therefore, you must perform the following steps on the system running SupportAssist to allow SupportAssist to receive alerts from
remote devices.
NOTE: SELinux is enabled by default in the following operating systems:
Red Hat Enterprise Linux 6 or 7
CentOS 6 or 7
Oracle Enterprise Linux 6 or 7
Steps
1. Open the terminal window and create a policy le named supportassistpolicy.te.
2. Open the policy le (supportassistpolicy.te) and type the following:
module supportassistpolicy 1.0;
require {
type websm_port_t;
type snmpd_t;
type root_t;
class tcp_socket name_connect;
class dir { write add_name };
class file { write getattr open create };
}
#============= snmpd_t ==============
allow snmpd_t websm_port_t:tcp_socket name_connect;
allow snmpd_t root_t:dir write;
allow snmpd_t root_t:dir add_name;
allow snmpd_t root_t:file { write create open getattr };
3. Save the policy le.
4. Browse to the folder where you saved the policy le.
5. Type checkmodule -M -m -o supportassistpolicy.mod supportassistpolicy.te and press Enter.
6. Type semodule_package -o supportassistpolicy.pp -m supportassistpolicy.mod and press Enter.
7. Type semodule -i supportassistpolicy.pp and press Enter.
Upgrading SupportAssist (Windows)
If SupportAssist is installed on a Windows operating system, you can upgrade from SupportAssist version 1.0.1 or 1.2 to version 1.3.
Prerequisites
Ensure that you have downloaded the latest version of SupportAssist. See Downloading the SupportAssist installation package.
Steps
1. Right-click the SupportAssist installer package and click Run as administrator.
NOTE: Microsoft User Access Control (UAC) requires that the installation is performed with elevated privileges that
are obtained only through the Run as administrator option. If you are logged in to the system as an administrator,
double-click the installer package to install SupportAssist. However, ensure that you acknowledge the Open File -
Security Warning dialog box to proceed.
The Dell SupportAssist - InstallShield Wizard window is displayed.
2. At the This setup will perform an upgrade of 'Dell SupportAssist'. Do you want to continue? prompt, click Yes.
The Preparing to Install page is displayed briey, and then the Welcome to Dell SupportAssist Installer page is displayed.
20