Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

PowerExchange Sign-on File Syntax

PowerExchange Sign-on File Syntax

Use the following syntax for the sign-on file statements:
[AUTHGROUP=(
group_id
,COMMANDS=(
command1
,
command2
,...))] USER=(user_ID[@
domain
]       ALLOW={F|N|Y}       [AUTHGROUP=
group_id
]       [IP=
nnnn
.
nnnn
.
nnnn
.
nnnn
]       [TASKCNTRL={D|S}]      )
The following rules and guidelines apply:
  • Maximum statement length is 64 characters.
  • Statements can begin in any column.
  • Statements cannot be continued and must be coded on a single line.
  • You can specify one or more AUTHGROUP or USER statements in a sign-on file.
  • When PowerExchange encounters a USER statement that matches all or part of the user ID, PowerExchange stops reading the sign-on file.
  • Comment lines must begin with
    /*
    , and must be on a separate line from any statements.
  • On a Linux, UNIX, or Windows system, if you do not create specific authorization groups to authorize users to issue pwxcmd and infacmd pwx commands, you must include the following statements in the sign-on file on all target Linux, UNIX, or Windows systems to which users issue commands:
    AUTHGROUP=(ANY,COMMAND=(*)) USER=(*,ALLOW=Y,AUTHGROUP=ANY)
PowerExchange provides a sample sign-on file, in the required location, that you can customize.
The following table describes, by operating system, the name and required location of sign-on file:
Operating System
SIGNON File Name and Location
i5/OS
SIGNON member in the
datalib
/CFG file
Linux, UNIX, and Windows
signon.txt file in the PowerExchange installation directory
z/OS
SIGNON member in RUNLIB to which the DTLSGN DD in the PowerExchange Listener JCL points

0 COMMENTS

We’d like to hear from you!