Initializing SAS Environment Manager Extended Monitoring

Overview of Extended Monitoring Initialization

When you initialize SAS Environment Manager Extended Monitoring, two main categories of actions are performed:
  • initialization of predefined alerts, groups, and configurations to enable you to start using SAS Environment Manager without having to go through a manual setup process
  • initialization of the SAS Environment Manager Data Mart
The initialization process performs both sets of actions. If you are not planning to use the SAS Environment Manager Data Mart, initializing its infrastructure does not impact performance of SAS Environment Manager.
The following setup tasks are performed during the initialization of SAS Environment Manager:
configuration of discovered resources
Resources such as platforms and servers that were added to the SAS Environment Manager inventory during installation are configured so that they can begin collecting metric data.
creation of compatible groups and mixed groups
A set of standard resource groups is created and then populated by resources that were discovered in your environment. After the groups are created, the groups are automatically updated as part of ETL processing.
adjustment of monitoring metrics
The metrics provided by SAS Environment Manager are optimized for monitoring of a SAS environment. The optimization process includes turning data collection on or off for certain metrics and changing sampling intervals for others.
creation of HTTP checks of SAS web applications
These HTTP checks are services that check SAS web applications such as the stored process server to make sure they are operational. The check also generates data such as the length of time the query took.
creation of alerts
The process creates a collection of alerts that signal common operational problems in a SAS environment, such as hardware problems, server issues, and storage issues.
The following tasks are performed for the SAS Environment Manager Data Mart:
preparation of the SAS Environment Manager Data Mart
The initialization process creates infrastructure data sets for the SAS Environment Manager Data Mart.
loading of the Report Center and of reports
The initialization process loads the SAS Environment Manager Service Architecture reports into the SAS Metadata Server. However, unless one or more of the ETL packages are enabled and initialized, the data required to produce the reports is not present and the Report Center is not available from SAS Environment Manager.

SAS Environment Manager Extended Monitoring Steps

To initialize Extended Monitoring:
  1. If you are on an AIX system, you must add the sasevs@saspw account to the Super User role.
    1. Select Managethen selectList Roles.
    2. Select Super User Role.
    3. In the Assigned Users area, select Add to List.
    4. Select the check box for sasevs@saspw in the Users table, click the plus (+) arrow, and then click OK.
  2. On the machine on which SAS Environment Manager is installed, change to the [Levroot]/Web/SASEnvironmentManager/emi-framework/bin directory.
    Note: Directory paths that are provided in this section are UNIX paths, which use a forward slash (/). In Windows environments, replace the forward slash with a backward slash (\).
  3. Validate the framework by issuing the command ./validate.sh –-level 1 (UNIX) or validate.bat --level 1 (Windows).
  4. If you are using UNIX, set the DISPLAY environment variable to an X11 server.
  5. From a command line, issue the command ./emi_init.sh –i (UNIX) or emi_init.bat –i (Windows).
Last updated: February 22, 2018