Under z/OS 2.2, the CA Spool web interface runs as a native CGI gateway program under the z/OS Apache HTTP server. This server is part of the z/OS 2.2 base product.
Note: For information to configure the z/OS HTTP server, see the IBM Redpaper IBM HTTP Server on z/OS: Migrating from Domino-powered to Apache-powered.
To install the CA Spool web interface on z/OS 2.2, follow this process:
Step 1: Review and Verify the Assumptions
If your environment uses a different value, specify that value instead as you perform the steps that follow.
Step 2: Install the Apache HTTP Server
cd /cai/caspool
mkdir websrv
cd /usr/lpp/IHSA/V8R5/.31bit
Use these parameters to run the installer program:
For example:
./bin/install_ihs /cai/caspool/websrv 8081
Step 3: Confirm That the Apache HTTP Server Is Installed Correctly
cd /cai/caspool/websrv
apachectl -v
apachectl configtest
# bin/apachectl -v Server version: IBM_HTTP_Server/8.5.5.2 (Unix) Server built: Jul 11 2014 18:07:04 # bin/apachectl configtest Syntax OK
Step 4: Configure the Apache Server to Work with CA Spool Web Interface
# SAF (RACF) authorization # ------------------------ # SAF authentication is provided by the mod_authnz_saf # module. The mod_authz_default and mod_auth_basic modules # provide basic authentication and authorization support # which is needed in mod_authnz_saf configurations. LoadModule authnz_saf_module modules/mod_authnz_saf.so # ============================================================ # CA Spool Web Interface # ------------------------------------------------------------ <Location /caspool/> AuthName "CA Spool" AuthType Basic AuthBasicProvider saf # CA Spool requires an authorized user Require valid-user SAFRunAs %%CLIENT%% # No translation by default for location /caspool/ CharsetSourceEnc IBM-1047 CharsetDefault ISO8859-1 </Location> # CA Spool help is in EBCDIC <Location /caspool/help/EN_US/> CharsetSourceEnc IBM-1047 CharsetDefault ISO8859-1 </Location> # # Map URIs to directories ScriptAlias /caspool/esfhweb /cai/caspool/esfhweb ScriptAliasMatch /caspool/ESF* /cai/esfhweb Alias /caspool/castyles.css /cai/caspool/castyles.css Alias /caspool/images /cai/caspool/images Alias /caspool/swap /cai/caspool/swap # ============================================================
Step 5: Create a Started Task to Run the z/OS HTTP Apache Server
Step 6: Start and Stop the z/OS HTTP Apache Server
STC51452 00000094 IHS is active. Use jobname CAIQWEBx for MVS commands.
Remember the assigned jobname CAIQWEBx.
For example:
http://**HostName**:**port**/caspool/esfhweb
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|