Oracle Audio Technologies B31003-01 User Manual

Page 57

Advertising
background image

Installing Oracle Connect on an IBM OS/390 or z/OS Series Platform

Installing and Configuring OracleAS Adapter for IMS/TM 6-9

Move the INSTROOT.USERLIB(ATTDAEMN) and
INSTROOT.USERLIB(ATTSRVR)

members to any active proclib, such as

user.proclib

. ATTDAEMN and ATTSRVR members are run as started tasks.

If you decide to change the name of the ATTSRVR member when you move it to a
general high-level qualifier, then change the name specified in the StartupScript
parameter in the daemon configuration to the new name:

Run INSTROOT.USERLIB(NAVCMD) and enter EDIT DAEMON IRPCDINI at
the prompt.

Change the startupScript parameter from ATTSRVR to the new name for
the server:

<Workspace name="Navigator"

startupScript="NEW_NAME"

serverMode="reusable"

... />

Exit and save the changes.

Change the following line in the ATTDAEMN script to include the IP address and
port of the IBM OS/390 or z/OS platform.

For example, before:

// PARM='-B START IRPCDINI'

After:

// PARM='-B -L ip_address:2252 START IRPCDINI'

Where ip_address is ip address of the computer, 2552 is the default port for
starting the daemon and IRPCDINI is the default daemon configuration.

The ATTDAEMN and ATTSRVR started tasks need permission to use an Open
Edition TCP/IP stack. The owner must be a user with OMVS segment defined and
the OMVS UID=0000000000.

In the security manager, such as RACF, define ATTDAEMN and ATTSRVR with a
started task class and a general profile that enables the following:

Permission to issue master console commands.

START

authority for the ATTSRVR job.

Note:

To define a DSN as APF-authorized, in the SDSF screen

enter the following command:

"/setprog apf,add,dsn=INSTROOT.loadaut,volume=vol002"

Where vol002 is the volume where you installed Oracle Connect
and INSTROOT is the high-level qualifier where Oracle Connect is
installed.

If the site uses SMS, then when defining APF-authorization in the
SDSF screen, enter the following command:

"/setprog apf,add,dsn=INSTROOT.loadaut,SMS"

Ensure that the library is APF-authorized, even after an IPL (restart)
of the computer.

Advertising