Installing Prerequisite Software
This section describes the software that needs to be installed for each of the supported operating system and application server combinations, including:
Oracle Linux 8.x/9.x or Red Hat Linux 8.x/9.x Operating System
This section describes the software requirements for operating the application using the Oracle Linux or Red Hat Linux application server.
Supported Application Servers
Oracle Linux or Red Hat Enterprise Linux Operating System Running on x86_64 64-bit Architecture
UNIX Administrator User ID
The following user groups and accounts have to be created to install and administer the application:
Note: It is recommended that you change the default values for security reasons.
Throughout this document the administrator user id is often referred to as the “cissys” user ID. You should substitute that with the customer defined user ID when not using the default value. After the initial install, the software should always be managed using that user ID.
By default, the cissys userid is the only one given access to the files installed.
1. Create a group “cisusr” (user group).
2. Create a user “cissys” and a primary group “cisusr”. Set the primary shell for the cissys user to Korn Shell.
The shell scripts use the “>” to overwrite shell functionality. Your operating system may be configured to not allow this functionality by default in the users shell.
To avoid file access permission problems when executing scripts, consider placing the following command into cissys profile script:
set +o noclobber
Security Configuration
Various options exists to secure a system. In this application all files will be created with the minimum permissions required to ensure that group-readable, group-writable and group-executable files will have the correct user groups and to restrict the permissions available to legitimate users. In this way, a low privileged end user cannot directly edit configuration files and thereby bypass application security controls.
The following users and group categories must be defined to implement this security. For demonstration purposes the following users and groups will be used. These users must be created according to industry standards (including password policies). All users should be created with a default umask of 022 to ensure files created during normal operation have the correct permissions.
Replace these users and groups for your installation defaults:
Note: The Oracle Client and WebLogic should be installed as the user who will stop and start the application. For example, if you plan to run the application as the install user these components must belong to cissys.
Oracle Database Client 19c - Runtime Option
Install the Oracle Client as described in the Oracle Client installation documentation. Use the cissys account to install the Oracle Client. If another user installs the Oracle Client, make sure the cissys user ID has the proper execute permissions.
For the cissys user ID, ensure that the environment variable ORACLE_CLIENT_HOME is set up, and that ORACLE_CLIENT_HOME/perl/bin is the first Perl listed in the cissys account's PATH variable.
Oracle Java Development Kit V17 or Later (64-Bit)
At the time of release, obtain the Oracle Java packages from:
https://www.oracle.com/java/technologies/downloads/The Oracle WebLogic Server requires the 64-bit version. The main prerequisite for the web server is the version of Java mentioned above.
For the userid cissys, ensure that the environment variable JAVA_HOME is setup, and that java_home/bin and java_home/lib can be found in cissys’ PATH variable.
Oracle WebLogic Server 14.1.2.x (64-bit)
Oracle WebLogic software can be downloaded from the Oracle website. This application server will run as a 64-bit application.
• Download and install 64-bit Java (as documented above) before installing WebLogic.
• Download and install WebLogic Server 14.1.2.x.
Note: Starting Oracle Utilities Application Framework V4.5.0.0.0, WebLogic native installation is required. Refer to the
Oracle WebLogic Configuration Guide for Oracle Utilities Application Framework (Doc ID 2413918.1) document on
My Oracle Support.
Oracle Service Bus 14.1.2.x
Oracle Service Bus is required for implementations that plan to use middleware implementations of adapters or the generic adapter to process meter reading or device event data.
Oracle Service Bus is NOT required with native implementations of Smart Grid Gateway adapters. See Smart Grid Gateway Implementations in the Oracle Utilities Meter Solution Administrative User Guide for more information.
Note: Oracle Service Bus 14.1.2.x requires Oracle WebLogic Server 14.1.2.x.
Note that Oracle Service Bus must be installed before installing the [Product]. You can download Oracle Service Bus from the
Oracle Fusion Middleware Software Downloads portal.
Oracle SOA Suite 14.1.2.x
Oracle SOA Suite, specifically BPEL Process Manager, is required for implementations that plan to use middleware implementations of adapters or the generic adapter to implement two-way communications for processing meter commands.
SOA Suite is NOT required with native implementations of Smart Grid Gateway adapters. See Smart Grid Gateway Implementations in the Oracle Utilities Meter Solution Administrative User Guide for more information.
Note: Oracle SOA Suite 14.1.2.x requires Oracle WebLogic Server 14.1.2.x.
Note that Oracle SOA Suite must be installed before installing the [Product]. You can download Oracle SOA Suite from the
Oracle Fusion Middleware Software Downloads portal.