WEBOPT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 33: Line 33:
This enables both the generation of RACF Pass Tickets and the use of extended APPLDATA('RACF-INITSTATS(DAILY)') to limit history updates for RACF logins.
This enables both the generation of RACF Pass Tickets and the use of extended APPLDATA('RACF-INITSTATS(DAILY)') to limit history updates for RACF logins.
The APPL name is set to the value of the Model 204 RACF Control Group name, which can be found by issuing the following command:
The APPL name is set to the value of the Model 204 RACF Control Group name, which can be found by issuing the following command:
<p class="code">
<p class="code">AUTHCTL VIEW</p>
AUTHCTL VIEW
</p>




[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 03:09, 1 September 2013

Miscellaneous Janus Web options

Summary

Default value
0
Parameter type
System
Where set
User 0 resettable
Related products
Janus Web Server
Introduced
Before Sirius Mods 6.5

Description

The WEBOPT parameter is a standard Model 204 bitmask-type parameter introduced in Sirius Mods version 6.5. The X'01' setting causes RACF calls to be performed in a special RACF subtask.

In cases where Janus Web Server is deployed and RACF handles login validation, the RACF call load for login-protected web pages can get very high. Since these calls often involve synchronous I/Os that stop the Model 204 main task, they are generally not very good for Model 204 performance. However, if you set the WEBOPT system parameter to X'01', these calls are done in a subtask, reducing their impact on Online performance dramatically.

X'01'
RACF Calls are performed in a special RACF subtask.
X'02'
Set the RACF Control Group Name as the APPL parameter for RACF verify calls. Note: this parameter only takes effect if the X'01' bit is also set.

When WEBOPT includes the X'03' bits, the RACF Control Group name will be set as the APPL parameter. This enables both the generation of RACF Pass Tickets and the use of extended APPLDATA('RACF-INITSTATS(DAILY)') to limit history updates for RACF logins. The APPL name is set to the value of the Model 204 RACF Control Group name, which can be found by issuing the following command:

AUTHCTL VIEW