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.

Console requirements for UNIX

To run the TrueSight Server Automation Console and the Post-Install Configuration wizard on UNIX, the OS-specific x11 libraries for the supported variants of UNIX are required.

Supported databases

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

Database typeSupported versions
Oracle

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

  • 11g R2
  • 11g R2 RAC
  • 12c
  • 12c RAC
  • 18c
  • 18c RAC
  • 19c
  • 19c RAC

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

Note

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

  • Oracle 11g R2 RAC
  • Oracle 12c
  • Oracle 12c RAC

If you plan to use Oracle version 11.2.0.2 as the database for TrueSight Server Automation, before you install TrueSight Server Automation, you must install the appropriate patch to Oracle 11.2.0.2:

  • Linux and UNIX platforms: Patch 9620994
  • Windows 32 and 64-bit platforms: Oracle 11.2.0.2 Patch 4 (or later) bundle, which contains Patch 9620994.
  1. On the database server, ensure that the ORACLE_HOME variable is set to the 11.2.0.2 installation directory.
  2. Run the command to locate Patch 9620994:
    • Linux and UNIX platforms:
      $ORACLE_HOME/OPatch/opatch lsinventory | grep 9620994
    • Windows:
      %ORACLE_HOME%\OPatch\opatch lsinventory | findstr 9620994

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


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

Note

For SQL Server to support TLS 1.2, certain client components and driver updates are required, as discussed in the following Microsoft article: https://support.microsoft.com/en-us/kb/3135244

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 Open link .

  • 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 typeSpecific 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, TrueSight Server Automation Console, 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

Operating system

Supported version of Perl

Microsoft Windows: versions 2008 R2 SP1, 2012, 2012 R2, 2016, and 2019

Available on demand from Support

Oracle Enterprise Linux: versions 5.5, 6.x, and 7.xAvailable on demand from Support

Red Hat Linux: versions 6.x, and 7.x

Available on demand from Support

SUSE Linux Enterprise Server: versions 11.x and 12.x

Available on demand from Support

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.
  • If you are using Perl in conjunction with the TrueSight Server Automation Console, you must configure the Application Server so it knows the location of Perl, as described in Configuring Perl.
  • 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 here Open link in 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.

Citrix patch requirements

To avoid JVM memory allocation issues, you must install a patch on Citrix Presentation Server 4.5 (32-bit) before installing the RCP client (TrueSight Server Automation Console) on that platform. 
For information on obtaining and applying the patch, see the article on the Citrix Support site: http://support.citrix.com/article/CTX115868.

Solaris 10.0 patch requirements

Solaris 10.0 requires Patch 120460-19 (or later) before you install the RCP client (TrueSight Server Automation Console) on that platform. The patch installs the latest Solaris gnome base libraries that the platform needs for remote display of the TrueSight Server Automation Console using XServer. For information about obtaining and applying the patch, see the Oracle Sun website.

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.

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


Was this page helpful? Yes No Submitting... Thank you

Comments