Copy the Ironstream Integration Components rpm file to the system where it will be installed.
Run the Linux rpm command:
For an Intel platform Linux:
rpm --upgrade /tmp/IronstreamIntegrationComponents-7-4.x86_64.rpm
For Power Linux:
rpm --upgrade /tmp/IronstreamIntegrationComponents-7-4.ppc64le.rpm
where /tmp is the directory where the rpm file was saved.
After the rpm command is run, the vp400conf service will start, which allows access to the browser- based Configuration Tool. (Refer to the “Configuring Ironstream Integration Components” chapter in the Administration Guide.)
If the Ironstream Integration Components processes on the Linux server are to run as the root user, then skip this step. To run the Ironstream Integration Components processes as a non-root user, follow these instructions:
Log into the Linux server as the root user.
Make sure all Ironstream Integration Components processes are stopped by issuing these commands:
/opt/OV/vp400/bin/vp400sv -stop service vp400conf stop
If the user name that will be used to run the Ironstream Integration Components processes already exists, run this command:
/opt/OV/vp400/bin/configure_ev400_user.sh username
where username is the user name that exists for running the server processes.
Note: The username must be part of a Linux user group with the same name as the username. That group will be given group ownership of Ironstream Integration Components directories and files.
If the user name that will be used to run the Ironstream Integration Components processes does not exist, and you want the configure script to create the user using the Linux useradd command, run this command:
/opt/OV/vp400/bin/configure_ev400_user.sh username -createuser
which will create the user ID username using the useradd command and will also create a group with the same username.
Restart the server processes with these commands:
Service vp400 start service vp400conf start
The user name for the Ironstream Integration Components processes is stored in the
/etc/opt/OV/share/conf/vp400 directory in the rc.config file. To change the user for the Ironstream Integration Components processes at a later date, repeat the steps in this section.