This topic provides information about configuring the iSeries binaries on the remote host. Before enabling monitoring of ASP, Interface, Message Queue, History Log, Scheduled Jobs, and Job Queue monitor types, ensure that these binaries are configured on the remote host.
Log into the iSeries system.
Delete the BMC_TSIM library that exists due to previous installations of the KM by using the followingcommand:
DLTLIB BMC_TSIM
Create the BMC_TSIM library on the iSeries system by using the following command:
CRTLIB BMC_TSIM
Create SAVF_4100 save file under the BMC_TSIM library using the following command:
CRTSAVF FILE(BMC_TSIM/SAVF_4100) TEXT('Contains BMC PGMs to be called remotely')
Copy the SAVF_4100 save file from %patrol_home%\akn directory to the iSeries system in the BMC_TSIM library by using the FTP utility in binary mode. The steps to copy the file are as follows:
Open command prompt and navigate to the %patrol_home%\akn directory.
Enter ftp<iSeries hostname> command where <iSeries hostname> is the name of your iSeries system.
Connect to the iSeries system by providing credentials
Change mode to binary by using the bicommand
Navigate to BMC_TSIM library on iSeries system using the following command: cd BMC_TSIM
Copy the SAVF_4100 save file using the following command: mput SAVF_4100
End the FTP session by entering the following command: bye
Copy the BMC_TSIM_4_1_00.qsh file from %patrol_home%\akn directory to the iSeries system in the /tmp directory by using the FTP utility in ASCII mode. The steps to copy the file are as follows:
Open command prompt and navigate to the %patrol_home%\akn directory.
Enter ftp <iSeries hostname> command where <iSeries hostname> is the name of your iSeries system.
Connect to the iSeries system by providing credentials
Navigate to /tmp directory on iSeries system using the following command: cd /tmp
Copy the BMC_TSIM_4_1_00.qsh file using the following command: mput BMC_TSIM_4_1_00.qsh
End the FTP session by entering the following command: bye
Login to the iSeries system.
Open QSHELL on iSeries system using qsh command.
On qsh prompt, navigate to the IFS path /tmp where the BMC_TSIM_4_1_00.qsh script is copied. Use the following command:
cd /tmp
Ensure that /usr/bin path is set in the environment variable PATH.
To verify, enter the following command:
echo $PATH
If the environment variable PATH is not set, use the following command to set the PATH:
export PATH=$PATH:/usr/bin
(% style="line-height: 1.42857;" %)
Execute the BMC_TSIM_4_1_00.qsh script. The script can be used as follows:
./BMC_TSIM_4_1_00.qsh
The configuration is complete when the script execution ends.