In addition to the above do take into account that the installer for the Integration Services (IFW) component on RedHat Linux (release 6.5 64-bit) only supports GUI based installs. The same statement is valid for the SOI Spectrum Connector (version 2.0.0.244 at least). Unfortunately this is not documented as such.
When trying to install without GUI support in Linux the command will return the following:
Lauching installer....
Graphical installers are not supported by the VM. The console mode will be used instead...
=====================================
Installer User Interface Mode Not Supported
The installer cannot run in this UI mode. To specify the interface mode, use the -i command line option followed
by the UI mode identifier. The valid UI Modes identifiers are GUI, Console, or Silent.
=====================================
Confusing can be that the command suggests to use other command line options, like Console or Silent. Running the installer with console returns a similar message. Running it with silent does return without an error message, but no install will have taken place.
To be able to run any GUI driven Linux command the presence of the X Window System (X11) is required on the Linux server. In order to obtain the ability to interact with an X11 GUI remotely, the following steps could be followed:
- Ensure that the foundational X11 packages are installed
- Ensure that OpenSSH server is configured to forward X11 connections
- Configure a local X11 server on the workstation (like Xming on Windows)
- Configure the ssh application to forward X11 requests
- Test with a sample application
- Configure authentication if user changes are needed
Although this works fine on a "normal" Windows system that has the appropriate access to the target server, this may not work just as easy, or not at all, due to restrictions, when working over a Citrix environment.
Vincent_B