Before using this information, be sure to read the general information under Notices.
This edition applies to IBM Rational Developer for System z Version 8.0.3 (program number 5724-T07) and to all subsequent releases and modifications until otherwise indicated in new editions.
Order publications by phone or fax. IBM Software Manufacturing Solutions takes publication orders between 8 a.m. and 7:00 p.m. eastern standard time (EST). The phone number is (800) 879-2755. The fax number is (800) 445-9269. Send faxes Attn: Publications, 3rd floor.
You can also order publications through your IBM representative or the IBM branch office serving your locality. Publications are not stocked at the address below.
IBM welcomes your comments. You can send your comments by mail to the following address:
When you send information to IBM, you grant IBM a nonexclusive right to use or distribute the information in any way it believes appropriate without incurring any obligation to you.
Note to U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
This document describes how to install the RSE server option of IBM® Rational® Developer for System z® Version 8.0.3 on an Intel Linux host system.
From here on, the following names are used in this manual:
For earlier releases, including IBM Rational Developer for System z, WebSphere® Developer for zSeries® and IBM WebSphere Enterprise Developer, use the installation information found in the documentation included in those releases.
The information in this document applies to all IBM Rational Developer for System z Version 8.0.3 packages including Developer for zEnterprise.
This document is intended for system programmers installing and configuring IBM Rational Developer for System z Version 8.0.3 on an Intel Linux host system.
This document lists in detail the different steps needed to install the RSE server component of Developer for System z. To use this document, you need to be familiar with the Intel Linux host system.
The Remote System Explorer communications server (RSE server) is installed on a remote AIX®, Intel Linux, or Linux on System z system.
The RSE server allows a workstation running Developer for System z to perform the following types of tasks on the connected remote host system:
This document describes how to install, use, and uninstall the RSE server on an Intel Linux host system.
The products listed in this section are all available at the time of publication for this manual. See the IBM Software Lifecycle Web site (http://www.ibm.com/software/support/lifecycle/) to see whether a selected IBM product is still available at the time that you want to use the related Developer for System z function.
The most current listing of prerequisites and corequisites is available in the Developer for System z Prerequisites Guide (SC23-7659). This document is available on the IBM Rational Developer for System z Web site Library page (http://www.ibm.com/software/rational/products/developer/systemz/library/) and supersedes the requirements listed in this document.
One of the following levels must be installed:
Product Name |
---|
Red Hat Enterprise Linux Server 6 |
Red Hat Enterprise Linux Server 5 |
SUSE Linux Enterprise Server 11 |
SUSE Linux Enterprise Server 10 |
To use Remote Systems Explorer (RSE) on Intel Linux, one of the following levels must be installed:
Program Number | Product Name |
---|---|
6207-001 | IBM 32-bit Runtime Environment for Linux on Intel architecture, Java 2 Technology Edition, Version 6 |
6205-001 | IBM 32-bit Runtime Environment for Linux on Intel architecture, Java 2 Technology Edition, Version 5 |
The related product Web site is:
The supported functions of the RSE server on Intel Linux using IBM Rational Developer for System z are the following:
Use IBM Installation Manager to install the RSE server.
Terms used: In the following instructions:
You can run the Installation Manager in either of two ways: using the X Window System or using the silent mode of Installation Manager. These methods are described in the next two subtopics.
tar -xvf rdzrse80.tar
setenv DISPLAY client_system:portwhere client_system is the host name of the client system and port is a valid port. For example:
setenv DISPLAY myclient:0
xhost +server_systemwhere server_system is the host name of the server system. For example:
xhost +myserverThis command tells the X Window System to accept a display stream from the server system.
install
This method uses the silent mode capability of the Installation Manager. For more information about silent mode see the IBM Information Center for the Installation Manager at http://publib.boulder.ibm.com/infocenter/install/v1r4/index.jsp.
tar -xvf rdzrse80.tar
<profile id="IBM Rational Developer for System z Remote Systems Explorer" installLocation="rse_directory"> </profile>where rse_directory is the directory in which you want to install the RSE server.
<profile id="IBM Rational Developer for System z Remote Systems Explorer_1" installLocation="/opt/IBM/RDz80_1"> </profile>where the _1 suffix is used to make the values unique.
<offering profile="IBM Rational Developer for System z Remote Systems Explorer_1" id="com.ibm.rational.rdz.rseserver.v80" version="8.0.3.2011"/>
install --launcher.ini silent-install.ini -acceptLicense
Directories created: Installation Manager creates the following directories:
Use IBM Installation Manager to uninstall the RSE server:
./IBMIM --launcher.ini silent-install.ini -input rse_directory/uninstall/uninstall.xmlwhere rse_directory is the path of the directory where the RSE server is installed. The default installation directory is /opt/IBM/RDz80.
Use IBM Installation Manager to update the RSE server.
tar -xvf rdzrse80.tar
where rdzrse80.tar is the tar file
containing the update information.The process for updating an installed version of the RSE server is similar to the process for installing the server. Follow these steps:
tar -xvf rdzrse80.tar
where rdzrse80.tar is the tar file
containing the update information.<profile id="IBM Rational Developer for System z Remote Systems Explorer" installLocation="/opt/ibm/RDz80"> </profile>
<offering profile="IBM Rational Developer for System z Remote Systems Explorer" id="com.ibm.rational.rdz.rseserver.v80" version="8.0.3.2011"/>
install --launcher.ini silent-install.ini
To allow other users to log in to the system, the system administrator must grant read and execute permissions on the directory where the RSE server is installed and on all the files and subdirectories within that directory.
To grant permissions to the owning user (root) and to all users in the root group, enter the following command at the command line:
chmod -R ug+xr rse_directory
where rse_directory is the path of the directory where the RSE server is installed. The default path is /opt/IBM/RDz80.
To grant permissions to every user on the system, enter the following command at the command line:
chmod -R ugo+xr rse_directory
where rse_directory is the path of the directory where the RSE server is installed. The default path is /opt/IBM/RDz80.
To start the RSE server:
perl ./daemon.pl [port]
where port is the number of the port on which you want the RSE server to listen.
Examples:
perl ./daemon.pl
perl ./daemon.pl 4080
The following example shows what the command line interface looks like when the RSE server is started successfully. The first line is the command to start the server and the second line is output from that command:
# perl ./daemon.pl 4080 Daemon running on: RDzServer.ibm.com, port: 4080
In this example the host name of the system is RDzServer and the port specified is 4080.
You can configure the RSE server to use SSL authentication to provide secure connections between the server and its clients. To configure the RSE server to use SSL authentication follow these steps:
Use the keytool program provided with the Java SDK to generate a key pair (public key and associated private key). For example:
keytool -genkey -alias alias_name -validity 3650 -keystore keystore_name -storepass keystore_password -keypass key_password
where:
In the RSE server install directory, update the ssl.properties file:
daemon_keystore_file=jks_file daemon_keystore_password=jks_passwordwhere:
enable_ssl=true disable_server_ssl=false
The following example shows what the command line interface looks like when the RSE server with SSL is started successfully. The first line is the command to start the server and the subsequent lines are output from that command:
# perl ./daemon.pl 4080 SSL Settings [daemon keystore: /opt/IBM/RDz80SSL/rdzrse.jks] [daemon keystore pw: MyKeystorePassword] [server keystore: /opt/IBM/RDz80SSL/rdzrse.jks] [server keystore pw: MyKeystorePassword] Daemon running on: RDzServer.rtp.raleigh.ibm.com, port: 4080
If you want to concurrently run both secure sessions and nonsecure sessions, you must install a second instance of the RSE server and configure the ssl.properties file in the new installation directory. You cannot use a single instance of the server to run both secure sessions and nonsecure sessions concurrently.
For example, suppose that you have installed the RSE server in the default directory and you have configured it to run nonsecure sessions using the default port 4080. Now you want to install a second instance of the server and configure it to run secure sessions using port 4077. Follow these steps:
daemon_keystore_file=jks_file daemon_keystore_password=jks_password enable_ssl=true disable_server_ssl=false
# perl ./daemon.pl 4077
© Copyright IBM Corporation 2000, 2011.
U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
Programming interfaces: Intended programming interfaces allow the customer to write programs to obtain the services of IBM Rational Developer for System z.
For license inquiries regarding double-byte (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to:
The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you.
This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice.
Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk.
IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you.
Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact:
Such information may be available, subject to appropriate terms and conditions, including in some cases payment of a fee.
The licensed program described in this document and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement, or any equivalent agreement between us.
Any performance data contained herein was determined in a controlled environment. Therefore, the results obtained in other operating environments may vary significantly. Some measurements may have been made on development-level systems and there is no guarantee that these measurements will be the same on generally available systems. Furthermore, some measurements may have been estimated through extrapolation. Actual results may vary. Users of this document should verify the applicable data for their specific environment.
Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements, or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products.
All statements regarding IBM's future direction or intent are subject to change or withdrawal without notice and represent goals and objectives only.
This information is for planning purposes only. The information herein is subject to change before the products described become available.
This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental.
This information contains sample application programs in source language, which illustrate programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM therefore, cannot guarantee or imply reliability, serviceability, or function of these programs. The sample programs are provided "AS IS", without warranty of any kind. IBM shall not be liable for any damages arising out of your use of the sample programs.
Each copy or any portion of these sample programs or any derivative work must include a copyright notice as follows: "© (your company name) (year). © Copyright IBM Corporation 2000, 2011. Portions of this code are derived from IBM Corp. Sample Programs. Copyright IBM Corp. 2000, 2011".
IBM, the IBM logo, and ibm.com® are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at Copyright and trademark information [www.ibm.com/legal/copytrade.shtml].
Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates.
Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both.
Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both.
UNIX is a registered trademark of The Open Group in the United States and other countries.
Other product and service names might be trademarks of IBM or other companies.