2.842 bytes

Service Hints & Tips

Document ID: ROSN-443SGH

This document is provided to IBM and our Business Partners to help sell and/or service IBM products. It is not to be distributed beyond that audience or used for any other purpose.

Network Station - startup CL program for AS/400

Applicable to: World-Wide

Problem:
Administrators on the AS/400 wishing to AUTOSTART their authentication server for the Network Station login on port 256, have been advised to add the CALL QYTC/QYTCUSVR ('STRTCPSVR') to there startup CL program on the AS/400 server. Then when the system IPL's, the port 256 does not show on netstat.

After some research it was discovered that the QYTCUSVR has an authority of QPGMR, meaning that the startup CL program will have authority to this program. However the QYTCUSVR program calls a QYTCNSLD, which does not have QPGMR authority. Causing the CALL QYTC/QYTCUSVR to fail.

Solution:
To enable the QPGMR access to the QYTCNSLD objects issue the following commands.

These commands will need to be executed on the AS/400 command line so that the startup program will run properly, issue the following two commands: GRTOBJAUT OBJ(QYTC/QYTCNSLD) OBJTYPE(*FILE) USER(QPGMR) AUT(*USE)
GRTOBJAUT OBJ(QYTC/QYTCNSLD) OBJTYPE(*PGM) USER(QPGMR) AUT(*USE)

To view the objects authority, issue the following command WRKOBJ QYTC/QYTCNSLD
Then do an option 5 (display authority) by objects QYTCNSLD *PGM and QYTCNSLD *FILE. APAR# on this problem is: SA78177

Search Keywords

Hint Category

System Administration Tools

Date Created

12-01-99

Last Updated

22-03-99

Revision Date

20-03-2000

Brand

IBM Network Station

Product Family

AS/400 - Network Station

Machine Type

Various

Model

TypeModel

Retain Tip (if applicable)

Reverse Doclinks
and Admin Purposes