Installing Reflection for the Web Security Proxy Server on OpenVMS
Technical Note 2204
Last Reviewed 17-May-2007
Applies To
Reflection for the Web version 9.5
Summary
This technical note describes installing and configuring the optional Security Proxy Server in an OpenVMS environment.
Installing Java Runtime Environment
The Security Proxy Server requires a Java 2-compliant Java Virtual Machine (JVM). To verify Java is present, enter the command JAVA -VERSION. Example:
$ JAVA -VERSION
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition
Classic VM (build 1.4.2-2, 04/12/2004-23:29, native threads, jit)
If Java is not installed, download and install HP’s Java (JTE or JRE) for your OpenVMS version from http://www.hp.com/java/.
Installing the Security Proxy Server
Follow these steps to install the Security Proxy Server software.
Note: You need to be logged in as SYSTEM to perform this installation.
- In your product distribution, locate the file rwebproxy.zip:
- If you downloaded RWeb95.100war.zip from the Attachmate Download Library, rwebproxy.zip is located in the unzipped install\nonautomated directory.
- On CD media, rwebproxy.zip is located in the non-windows\install\nonautomated directory.
- On your OpenVMS system, create a directory in which you can install the Security Proxy Server. This directory must be on an ODS-5 volume.
- Copy the rwebproxy.zip file from step 1 to the installation directory you created in step 2.
- Unzip the file in the installation directory. Note: To obtain an Unzip utility for OpenVMS, go to http://h71000.www7.hp.com/openvms/freeware/freeware.html.
$ UNZIP :== $SYS$COMMON:[UNZIP]UNZIP.ALPHA_EXE
$ UNZIP RWEBPROXY.ZIP
Archive: SYS$COMMON:[RWEB_SECURITY_PROXY]RWEBPROXY.ZIP;1
creating: [.conf]
inflating: [.conf]dh1024.dhp
inflating: [.conf]dh2048.dhp
inflating: [.conf]dh512.dhp
etc.
- In the [.BIN] subdirectory of your installation, create a DCL script file named SECURITYPROXY.COM containing the following:
Configuring the Security Proxy Server
If you have the X Window System available on your OpenVMS system, you can use the X Windows Method. Otherwise, use the Non-X Method.
X Windows Method
Follow these steps to configure the Security Proxy Server using X Windows.
- In the [.BIN] subdirectory of your installation, create a DCL script file named SECURITYWIZARD.COM to launch the Security Wizard.
- In an X11 terminal session window (such as DECterm), run the script you created to start the Security Wizard.
- Use the Security Wizard to create a new server.properties file in the [.CONF] subdirectory of your installation:
- On the Status tab, click New.
- Select the root directory of your Security Proxy installation (from step 2 of Installing the Security Proxy Server).
- When prompted, enter the fully qualified host name of your OpenVMS server (for example, vmshost.acme.com).
- Use the Security Wizard to generate a new Security Proxy certificate:
- Click the Proxy Security Certificates tab and click Generate.
- Fill in all the fields and click Generate.
Tip: Use the fully qualified server name for both the Friendly name and the Common name.
- Import the certificate from the Reflection for the Web Management Server:
- Click the Trusted Certificates tab and click Import.
- Select "From server."
- Enter the server name, port number, and context of your Management Server, and a Friendly name.
- Click Save and Exit.
- Import the Security Proxy public key into the Management Server:
- In a web browser, open the Administrative WebStation of your Reflection for the Web Management Server. For example, http://myrwebmgmtserver.acme.com/rweb/AdminStart.html.
- Click Security Setup > Security Proxy tab.
- Under “Import Settings from Reflection Security Proxy,” in the “Security proxy server name” edit field, enter the fully qualified name of your OpenVMS machine (for example, vmshost.acme.com).
- Click “Import Settings.”
- Verify that the settings are correct.
- To manually start the Security Proxy Server on OpenVMS, change to the [.BIN] subdirectory of your installation and enter @SECURITYPROXY.
Non-X Method
Follow these steps to configure the Security Proxy Server if you do not have the X Window System (Xwindows) available on your OpenVMS system.
- Create the server.properties and certificate files on a Windows system and upload them to the OpenVMS installation:
- On a Windows system, temporarily install the Security Proxy Server. You can select just the proxy from the installation options.
- When prompted for the server name and common name, enter the fully qualified name of your OpenVMS machine (for example, vmshost.acme.com) in each field.
- After installation is complete, copy all the generated certificates from the Windows system (keystores\*.pfx) to the equivalent directory on the OpenVMS machine.
- Copy the properties file (conf\server.properties) to the equivalent directory on the OpenVMS machine.
- To manually start the Security Proxy Server on OpenVMS, change to the [.BIN] subdirectory of your installation and enter @SECURITYPROXY.
- Import the Security Proxy public key into the Management Server:
- In a web browser, open the Administrative WebStation of your Reflection for the Web Management Server. For example, http://myrwebmgmtserver.acme.com/rweb/AdminStart.html.
- Click Security Setup > Security Proxy tab.
- Under “Import Settings from Reflection Security Proxy,” in the “Security proxy server name” edit field, enter the fully qualified name of your OpenVMS machine (for example, vmshost.acme.com).
- Click “Import Settings.”
- Verify that the settings are correct.
Related Technical Notes
| 0200 |
Using the Attachmate Download Library (FAQ) |
| 1320 |
Configuring the Security Proxy in a Windows Environment |
| 1557 |
Reflection for the Web Security Proxy Server Performance Factors |
| 1812 |
Setting Up the Reflection for the Web Security Proxy Server in UNIX, Linux, or Mac OS X |
| 9988 |
Reflection for the Web Technical Notes |