Users Guide
Table Of Contents
- SupportAssist Enterprise Version 2.0.50 User's Guide
- Overview
- Getting started with SupportAssist Enterprise
- Setting up SupportAssist Enterprise for the local system
- Setting up SupportAssist Enterprise for remote devices
- Evaluating SupportAssist Enterprise
- Download the SupportAssist Enterprise installation package
- Installing or upgrading SupportAssist Enterprise
- Minimum requirements for installing and using SupportAssist Enterprise
- Installing SupportAssist Enterprise
- Upgrading SupportAssist Enterprise
- Migrating to SupportAssist Enterprise
- Using SupportAssist Enterprise without registration
- Register SupportAssist Enterprise
- Set up an SELinux enabled system to receive alerts
- Open the SupportAssist Enterprise user interface
- Log in to SupportAssist Enterprise
- Log out of SupportAssist Enterprise
- Adding devices
- Methods of adding devices
- Device types and applicable devices
- Add a server or hypervisor
- Add an iDRAC
- Add a chassis
- Add a Networking device
- Add a PowerVault storage array
- Add an EqualLogic PS Series storage solution
- Add a Compellent SC Series storage solution
- Add a Fluid File System NAS device
- Add a software
- Add a solution
- Add a virtual machine
- Add a device by duplication
- Managing device discovery rules
- Viewing cases and devices
- Monitoring site health
- Using Extensions
- Types of extensions
- Support for setting up adapter or Remote Collector
- Getting started with adding devices managed by systems management consoles
- Adapters overview
- Set up OpenManage Essentials adapter
- Set up the Microsoft System Center Operations Manager adapter
- Management Packs for inventorying devices managed by Operations Manager
- Set up OpenManage Enterprise adapter
- View the adapter overview pane
- View devices inventoried by the adapter
- Synchronize adapter
- Edit adapter
- Delete adapter
- Approximate time required to assign Credential Profile
- Remote Collectors overview
- Device grouping
- Managing device credentials
- Validating device inventory
- Maintaining SupportAssist Enterprise capability
- Enable or disable monitoring of a device
- Perform deep discovery
- Install or upgrade OMSA by using SupportAssist Enterprise
- Configure SNMP settings by using SupportAssist Enterprise
- View and update the contact information
- View and update parts dispatch information
- Integrate SupportAssist Enterprise with your TechDirect account
- Configure proxy server settings
- Connectivity test
- Test the case creation capability
- Clear the System Event Log
- Automatic update
- Delete a device
- Configuring email notifications
- Configuring collection settings
- Prerequisites for collecting system information
- Enable or disable the automatic collection of system information on case creation
- Enable or disable analytics collections
- Enable or disable the periodic collection of system information from all devices
- Enable or disable the collection of identity information
- Enable or disable the collection of system information
- Enable or disable the automatic upload of collections
- Enable or disable analytics collections
- Viewing collections
- Using SupportAssist Enterprise to collect and send system information
- Understanding maintenance mode
- SupportAssist Enterprise user groups
- Manually configuring SNMP settings
- Manually configuring the alert destination of a server
- Manually configuring the alert destination of a server by using the script file on server running Windows
- Manually configuring the alert destination of a server running Windows
- Manually configuring the alert destination of a server by using the script file on a server running Linux
- Manually configure alert destination of server running Linux
- Manually configure alert destination of iDRAC using the web interface
- Manually configure alert destination of networking device
- Manually configuring the alert destination of a server
- Managing SupportAssist Enterprise alerts in TechDirect
- Other useful information
- Monitoring servers for hardware issues
- Support for automatically installing or upgrading OMSA
- Support for automatically configuring SNMP settings
- Installing patch for SupportAssist Enterprise
- Enable or disable API interface settings
- Signing in to TechDirect
- Deep discovery
- Device correlation
- Association view
- Detection of hardware issues in attached storage devices
- Support for OEM devices
- Install Net-SNMP on a server running Linux
- Configure sudo access for SupportAssist Enterprise on server running Linux
- Ensuring successful communication between the SupportAssist Enterprise application and the SupportAssist server
- Accessing the SupportAssist Enterprise application logs
- Event storm handling
- Accessing the context-sensitive help
- View SupportAssist Enterprise product information
- Uninstalling SupportAssist Enterprise
- Identify series of PowerEdge server
- Troubleshooting
- Installing SupportAssist Enterprise
- SupportAssist Enterprise registration
- Opening the SupportAssist Enterprise user interface
- Logging in to SupportAssist Enterprise
- Unable to add device
- Unable to add adapter
- Unable to add Remote Collector
- Disconnected
- OMSA not installed
- SNMP not configured
- New version of OMSA available
- Unable to configure SNMP
- Unable to verify SNMP configuration
- Unable to install OMSA
- Unable to verify OMSA version
- OMSA not supported
- Unable to reach device
- Unable to gather system information
- Insufficient storage space to gather system information
- Unable to export collection
- Unable to send system information
- Authentication failed
- Clearing System Event Log failed
- Maintenance mode
- Auto update
- Unable to edit device credentials
- Automatic case creation
- Scheduled tasks
- SupportAssist Enterprise services
- Unable to view tool tips in Mozilla Firefox
- Other services
- Security
- Logs
- SupportAssist Enterprise user interface
- SupportAssist Enterprise Registration Wizard
- Login page
- Site Health
- Cases page
- Devices page
- Site Inventory Validation
- Device Groups page
- Manage Device Discovery Rule
- Manage Account Credentials
- Manage Credential Profiles
- Collections page
- Analytics Collections
- Extensions
- Settings
- Network Connectivity Test
- SupportAssist Enterprise test
- Error code appendix
- Other resources
Granting elevated or administrative privileges to
users
About this task
You can grant elevated or administrative privileges to users by adding them to specific user groups on the system where SupportAssist
Enterprise is installed. The user groups to which a user must be added to grant elevated or administrative privileges vary depending on the
operating system where SupportAssist Enterprise is installed.
• If SupportAssist Enterprise is installed on Windows, you can grant elevated or administrative privileges through one of the following
methods:
○ Add the user to the SupportAssistAdmins user group. See Add users to the SupportAssist Enterprise user groups (Windows).
○ Add the user to the Windows Administrators user group.
• If SupportAssist Enterprise is installed on Linux, you can grant elevated or administrative privileges through one of the following
methods:
○ Add the user to the SupportAssistAdmins user group. See Add users to the SupportAssist Enterprise user groups (Linux).
○ Add the user to the Linux root group.
Add users to the SupportAssist Enterprise user
groups – Windows
Prerequisites
Ensure that you are logged in to the server where SupportAssist Enterprise is installed with administrator privileges.
Steps
1. Open the command prompt window.
2. To add an existing user account to a SupportAssist Enterprise user group, use the following syntax: net localgroup
SupportAssist_Enterprise_user_group_name user_name.
For example:
• To add an existing user account (for example, User1) to the SupportAssistAdmins user group, type net localgroup
SupportAssistAdmins User1 and press Enter.
• To add an existing user account (for example, User2) to the SupportAssistUsers user group, type net localgroup
SupportAssistUsers User2 and press Enter.
Add users to the SupportAssist Enterprise user
groups – Linux
Prerequisites
Ensure that you are logged in to the server where SupportAssist Enterprise is installed with root privileges.
Steps
1. Open the terminal window.
2. To create a new user account and add the user account to a SupportAssist Enterprise user group, use the following syntax:
useradd –G SupportAssist_Enterprise_user_group_name User_name
For example:
• To create a new user account (for example, User1) and add it to the SupportAssistAdmins user group, type useradd –G
Supportassistadmins User1 and press Enter.
• To create a new user account (for example, User2) and add it to the SupportAssistUsers user group, type useradd –G
Supportassistusers User2 and press Enter.
124
SupportAssist Enterprise user groups