Unable to install iSeries Agent
search cancel

Unable to install iSeries Agent

book

Article ID: 265496

calendar_today

Updated On:

Products

Workload Automation Agent

Issue/Introduction

While trying to install in process, user id got push out and process stopped in middle of installation (few object did not get created) and we are now trying to unistall and install again. But not able to uninstall.

Environment

Release : 11.5, 12.0

Resolution

Clean up the agent install directory and repeat the installation.

Steps to install the agent on iSeries system;

1. Create a iSeries user profile with the following authorities *ALLOBJ, *JOBCTL, and *SPLCTL
2. Install J2SE 8.0 32-bit 
3. Open PASE terminal session
4. Login with the iSeries user profile (created in step 1) to install the agent
5. Change to the directory where the setup.jar file was uploaded
6. Set the JAVA_HOME environment variable (must be set to JDK 1.8):
export JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk80/32bit
7. Start the installation:
java -jar setup.jar

Additional Information