Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This file, the beginning of which is shown in Listing 12-41, is one of the outputs from ubbgen. All the variables in psappsrv.ubx have been resolved to literal values. This file is then compiled with the Tuxedo tmloadcf utility.
Listing 12-41. Beginning of psappsrv.ubb
########################################################################
#
# This is a skeletal TUXEDO configuration file - "psappsrv.ubb" designed
# to be used for PeopleTools 7.5 app server and the Remote Call mechanism.
# To configure additional resources, machines, servers, services, etc.
# please refer to "ubbconfig" in section 5 of the TUXEDO System Reference
# Manual.
#
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# Oracle does not support modifying UBB files
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
########################################################################
*RESOURCES
IPCKEY 35514 # ( 32768 < IPCKEY < 262143 )
MASTER "GO-FASTER-6"
DOMAINID HCM91SML_35514
MODEL SHM
LDBAL N
...