It is also possible to use WebAdmin to start UTM applications. The prerequisite for this is the file transfer product openFT (Version 10 or higher).
To be able to use the file transfer functions, it is necessary to make certain settings in WebAdmin. These are specified in the file openft_config.cmd
or openft_config.sh
which can be found in the directory <WebAdmin-InstallationDirectory>/UtmWebAdmin/app/config
.
If a WinAdmin installation is already present on the same computer on which WebAdmin is installed and if this WinAdmin configuration is set up to use openFT, you can also copy the file openft_config.cmd
or openft_config.sh
respectively from the WinAdmin directory <WinAdmin-InstallationDirectory>/config
into the above WebAdmin directory.
Otherwise you will need to open the file in a text editor and edit it accordingly. WebAdmin basically uses the Java interface of openFT. For this WebAdmin needs to know the location of the two JAR libraries openFTapi.jar
and openFT.jar
of openFT in the file system.
The following entries must be specified:
- OPENFT_JAVA_PATH
Specify the full path of thejava
subdirectory in the openFT installation directory.
- OPENFT_API_JAR_PATH
Specify the full path to theopenFTapi.jar
openFT file.
This file is usually located in thejava
subdirectory of the openFT installation directory.
- OPENFT_JAR_PATH
Specify the full path to theopenFT.jar
openFT file.
This file is usually located in thejava
subdirectory of the openFT installation directory.
openFT must be installed both on the WebAdmin host and on the server running the UTM application. In addition, openFT must be configured on both sides in such a way that the partner computer is known on the opposite side. For further details, please refer to the openFT documentation.
WebAdmin relies to a great extent on openFT's capabilities for follow-up processing. When an application is started, for instance, a dummy file is transferred to the server and, following the transfer, a start procedure is initiated. For this to be possible, openFT must allow follow-up processing on all servers. The 'Inbound follow-up processing allowed' option must be activated in the admission set for this.
The dummy files cannot be deleted on servers with Unix/Linux or Windows systems. WebAdmin generates the following files in the work directories listed below:
WinAdminStartApplication<n>
(Unix/Linux systems) or
WinAdminStartApplication<n>.cmd
(Windows systems)
where <n>
is the ID number of the corresponding UTM application.
WebAdmin may address the file transfer partner via its ID, password or account number, or by means of the transfer admission of an FTAC profile (File Transfer Access Control). The corresponding web pages contain a 'Use FTAC profile' check box which allows you to select the required addressing mode. If user ID and password are to be used, the multi-user variant of openFT must be installed on Windows servers, as only this variant supports access with a user ID and password.
Compared to access via user ID and password, the use of FTAC profiles provides better protection for the server systems by separating the file transfer admission from the logon/login authorization as well as through the user and partner system-specific assignment of access rights. Flexible grading of the access rights linked to an FTAC profile is also possible.
The following operating system-dependent syntax rules and restrictions apply to the access data:
System | Parameter | Description |
---|---|---|
BS2000 | User ID | 1 - 8 alphanumeric characters |
Account | 0 - 8 alphanumeric characters | |
Password | 1 - 8 character long C-string (in the form <pass> or '<pass>' or C'<pass>')or1 - 16 character long X-string (in the form X'<hexpass>') | |
Transfer admission | 8 - 32 alphanumeric characters (in the form <admission>) or | |
Unix | User ID | 1 - 32 characters |
Account | Not used | |
Password | Alphanumeric characters (maximum length is system-dependent) | |
Transfer admission | 8 - 16 characters | |
Windows | User ID | 1 - 36 characters (in the form <userid> or possibly with leading domain name in the form <domain>/<userid>) |
Account | Not used | |
Password | 8 - 32 characters | |
Transfer admission | 8 - 32 characters |