Minimum software requirements


The following sections describe software requirements for installing components of a TrueSight Server Automation system:

Application Server tuning parameters for Linux

Most Linux and Solaris systems have fairly low settings for the number of files that a user can have open, as well as the number of processes that they can run.  These settings should be increased from the default values for the bladmin user. The Application Server startup script will attempt to set an open file and process limit of 8192.  This requires that the operating system configuration be adjusted to allow these values.  For example, in Redhat Linux, you can add the following settings to the /etc/security/limits.conf file.

bladmin - nofile 65536
bladmin - nproc 8192

Restart the application server service to ensure that the new settings are picked up.

RSCD tuning parameters for UNIX

Due to the use of setuid for Impersonation-and-privilege-mapping on the Unix RSCD agent, you might need to either change the configuration of the Pluggable Authentication Modules (PAM) mechanism so that setuid calls can read the limits values for mapped users, or increase these limits for the root user. This might be required if the Application Server is running on the same host as the file server.

Supported databases

The TrueSight Server Automation product supports the following database types and versions:

Database type

Supported versions

Oracle

Enterprise Edition (EE) and Standard Edition (SE):

  • 23c
  • 23c RAC
  • 21c
  • 21c RAC
  • 19c
  • 19c RAC
  • 18c
  • 18c RAC
  • 12c
  • 12c RAC

(not recommended for production setup) Express Edition (XE)

Important

The following databases do not have support for IPv6 in TrueSight Server Automation:

  • Oracle 12c
  • Oracle 12c RAC

Oracle Exadata - Supported on Oracle Enterprise Edition 12c or later (Extreme Performance and High Performance)

(Both on-premises and cloud environments are supported)

Microsoft SQL Server


  • 2022 (EE, SE)
  • 2022 Cluster (EE, SE)
  • 2019 (EE, SE)
  • 2017 (EE, SE)
  • 2016 (EE, SE)
  • 2014 (EE, SE)
  • 2012 (EE, SE)
  • 2012 Cluster (EE,SE)
  • 2012 R2 (EE, SE)

Important

For SQL Server to support TLS 1.2, certain client components and driver updates are required, as discussed inthis Microsoft article.

Data Warehouse requirements

This section describes the requirements for installing and using TrueSight Server Automation - Data Warehouse in your TrueSight Server Automation environment.

  • The version and service pack of TrueSight Server Automation - Data Warehouse used in your environment should be the same or higher than the version and service pack of TrueSight Server Automation that you are using. For a list of TrueSight Server Automation versions supported for use with TrueSight Server Automation - Data Warehouse, see Compatibility matrix.

  • The character set of the schema types for TrueSight Server Automation - Data Warehouse must match the character set of schema types for TrueSight Server Automation. For example, if the TrueSight Server Automation core database uses LATIN-1, the data warehouse must use the same character set or its subset character set. If the TrueSight Server Automation core database uses AL32UTF8, the data warehouse must use the same character set or its subset character set.
  • TrueSight Server Automation - Data Warehouse does not support collation with case-sensitive database schema. If the TrueSight Server Automation database has collation with case-sensitive database schema, the database does not work with TrueSight Server Automation - Data Warehouse.
  • TheTrueSight Server Automation database password should not begin with an equal sign (=). If the password begins with an equal sign, installation of TrueSight Server Automation - Data Warehouse cannot proceed until the password is changed.
  • If you modify the TrueSight Server Automation database details (for example: server name, SID, or password), you must change the TrueSight Server Automation - Data Warehouse site context to use the modified details. To change the site context, use the TrueSight Server Automation - Data Warehouse Console.

Installation requirements

The following sections highlight specific installation requirements.

Requirements for libraries and files when installing on Red Hat Linux using UPI

To install TrueSight Server Automation on Red Hat Linux using the unified product installer (UPI), you must have the following items installed:

File type

Specific details

32-bit library files (.i386 or .i686 extension)

64-bit library file (.x86_64 extension)

libtermcap.so.6 or compat-libtermcap

Red Hat Package Manager (RPM) file

procps

Ensure that you have a recent version of this RPM installed. However, ensure that you are not using version 3.2.8-33.

Requirements for package when installing RSCD Agent on Red Hat Linux

  • For the installation of RSCD Agent on Red Hat Linux (RHEL), the libstdc++ package is required.
  • For the installation of RSCD Agent on RHEL 9, the following packages are required:
    • chkconfig
    • libxcrypt-compat

Requirement for libtermcap when installing the Application Server or Network Shell on Linux

For the installation of several TrueSight Server Automation components on Red Hat Linux (RHEL), the libtermcap library is required. Further details regarding this library depend on the version of RHEL:

Requirement for RHEL 6

In RHEL 6 the package name has changed to compat-libtermcap. To install compat-libtermcap on Red Hat version 6, you can use one of the following commands:

  • If you have YUM installed and configured: yum install compat-libtermcap
  • If you have the RPM package (available from the installation CD): rpm -Uvh compat-libtermcap-2.0.8-49.el6.x86_64.rpm

Requirement for RHEL 7

In RHEL 7, libtermcap is no longer available, and you must create a link to libtinfo instead. Use the following command:

ln -s /lib64/libtinfo.so.5 /lib64/libtermcap.so.2

If libtinfo is not available on your system, obtain it by installing the ncurses-libs package.

Requirement for RPM resource when installing the RSCD agent on SuSE 15

For the installation of an RSCD agent on SuSE 15 platform, the insserv-compat rpm package is required.

Supported version of script programming languages

Installation of Perl module

TrueSight Server Automation provides integrated support for the Perl script programming language. This section lists operating systems and corresponding Perl support.

The TrueSight Server Automation Perl module integrates with libnc, the core library for TrueSight Server Automation, which functions like a network-enabled version of libc. Because of this integration, you can use Perl scripts to perform functions on remote hosts (such as open, read, and write files) as long as those hosts are running RSCD agents.

When you install Network Shell on a platform that can support a TrueSight Server Automation Application Server, the Perl module of TrueSight Server Automation is automatically installed. The TrueSight Server Automation Perl module is compatible with the versions of Perl listed in the following table: 

Supported Perl versions

Note the following considerations for the TrueSight Server Automation Perl module:

  • The NSH.pod file shipped with the TrueSight Server Automation Perl module is incorrectly formatted. This file is not a POD file, but a MAN file. Therefore, you cannot open it using POD type help. You can use the man command to access the help.
  • When you are installing Network Shell, if the installer does not find a supported version of Perl on the server, the installer stores the files needed for the Perl module in the TrueSight Server Automation installation directory. You can use these files to install and configure Perl at a later time.

Supported PowerShell versions

TrueSight Server Automation 8.9.04 and later supports integrated PowerShell script execution for PowerShell 4.0 and later. For information about system requirements for PowerShell 4.0, see herein the Microsoft documentation. 

Patch management requirements for specific platforms

The following sections highlight requirements for implementing patch management on specific platforms.

Linux patch requirements

To run patching jobs, ensure that the libnsl.so.1 package is installed on the RHEL and CentOS targets.

Virtualization support

You can use the Servers workspace in TrueSight Server Automation to manage the virtual infrastructure of the platforms shown in the following table.

Platform

For requirement information, see

VMware vCenter environment

Solaris Zones environment

IBM Frame environment

Microsoft Hyper-V environment

Citrix XenServer

If you are implementing TrueSight Server Automation in a virtual environment, review the requirements and instructions outlined in Setting-up-TrueSight-Server-Automation-for-virtual-environments.

Related topic

Minimum-hardware-requirements


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*