Date: 1-Aug-2024
File: AIX_Navigator_10.5.0.14_DPack_v1.0.tar.Z
Includes:
-
APM6: Service Update SU_34.5.3
-
WGS_10.5.0.51
-
JOB_SCHEDULER-0.1.16
-
WGS_REST_10.5.0.0
-
AP_AIM-6.0.36
-
AP_IBMMQ-10.4.1
JAVA: IBM JAVA V11.0.23
TOMCAT: V9.0.50
NAVIGATOR: V10.5.0.14
NAVIGATOR UI: V10.5.0.40
NAVXWSM UI: V10.5.0.8
REST API: V10.5.0.7
APWMQ AGENT: V10.5.0 - (6.7.8.5)
WMQ_CM: V10.5.0 - (6.7.0008.05)
EMS_CM: V10.5.0.14
KAFKA_CM: V10.5.0.14
ACE_CM: V10.5.0.14
SOLACE_CM: V10.5.0.14
SCRIPTS: V7.0.10
Prerequisites
Linux System:
- Operating System: AIX 64 bit OS
- CPU: Minimum 8 virtual CPUs
- Memory: Minimum 16GB RAM
- File System: Minimum 5 GB free space
- Recommended Install folder: /opt/nastel
- Required: Dedicated Server Instance
Follow the steps below to get started with setup.
-
USERID:
Create the Linux user ID (UID) and group which will be used to start all Nastel services.
The recommended user and group are nastel:nastel. This can be changed to any preferred user product owner.
The UID and group must own all files and directories under $APIN_HOME. -
LIMITS (Recommended):
Modify /etc/security/limits.conf and add below for your user:
Replace nastel with the user that will start nastel processes.nastel soft nofile 32768
nastel hard nofile 65536
nastel soft nproc 32768
nastel hard nproc 65536 -
SOFTWARE:
Ensure native 'PostgreSQL' is not running, This installation uses its own PostgreSQL database implementation.
The machine on which the install will be done must meet all prerequisites for installation described above.
For more information and to get started, please refer to the URL link:
https://customers.meshiq.com/hc/en-us/categories/360002068774
Setup steps
These steps assume local installation for all related components.
NOTE: You only need the first 3 steps below to get everything configured and up and running.
-
Untar/unzip the AIX_Navigator_xx.x.xx_DPack_vx.x.tar.Z package to the installation path of your choice ...
This package contains the directory "nastel" as a root directory.
SHELL COMMAND:tar -zxvf AIX_Navigator_xx.x.xx_DPack_vx.x.tar.Z
-
REVIEW, VERIFY AND ENABLE/DISABLE LOCAL RUNNING SERVICES:
Change to $APIN_HOME/sbin/ folder and modify file "installed_services.conf"
yes for enabled and no for disabled
syntax: Service_Name=yes (with no spaces) - TO START THE NAVIGATOR SERVICES, AND FOR INITIAL SETUP:
Run the following command from APIN_HOME/sbin/ directory and follow the onscreen instructions.
SHELL COMMAND: cd APIN_HOME/sbin
SHELL COMMAND: ./start.sh all
Press enter key to set the install path automatically.
Note: The first time the ./start.sh all
command is run, you are prompted to specify the untarred/unzipped directory location, after which you will need to re-run the command ./start.sh all
.
YOU HAVE COMPLETED THE INSTALLATION. Please check $APIN_HOME/logs for any errors.
Optional configurations
To run startup scripts from anywhere, it is recommended that you set APIN_HOME and PATH to sbin directory in the user profile.
Copy and paste these two lines toward the end of the user profile file.
export APIN_HOME=/opt/nastel
export PATH=$PATH:$APIN_HOME/sbin
Change /opt/nastel to the path of root directory of the installation.
To set the working path manually, edit APIN_HOME/sbin/apin_env.sh
Change ExistingPath in the following line to reflect the new path:
export APIN_HOME=ExistingPath
Access the user interfaces
To access the Navigator UI from a web browser, use the following address:
http://<serverip>:8080/navigator/
Use the following default login credentials:
User Name: Admin (case sensitive)
Password: admin (case sensitive)
For more information
If you are new to Navigator, to get started it is recommended that you check out this web page:
https://customers.meshiq.com/hc/en-us/categories/360002068774