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

AUTHGROUP Statement

AUTHGROUP Statement

On Linux, UNIX, and Windows, limits access to specified pwxcmd and infacmd pwx commands to the users in the authorization group.
The AUTHGROUP statement has the following syntax:
AUTHGROUP=(
group_id
,COMMANDS=(
command1
,
command2
,...))
The AUTHGROUP statement has the following parameters:
group_id
Required. Specifies the name of the authorization group that has access to the specified pwxcmd and infacmd pwx commands. This name must match the authorization group name in a corresponding USER statement, which associates one or more user IDs with the authorization group.
COMMANDS=(
command1
,
command2
,...)
Required. Specifies one or more pwxcmd and infacmd pwx commands that users in this authorization group are authorized to run.
To authorize users to run all pwxcmd and infacmd pwx commands, specify an asterisk (*) instead of commands.
The following table describes the commands that you can specify for the PowerExchange Listener:
Command
Corresponds to infacmd pwx Command
Corresponds to pwxcmd Command
CLOSE
CloseListener
close
CLOSEFORCE
CloseForceListener
closeforce
LISTTASK
ListTaskListener
listtask
STOPTASK
StopTaskListener
stoptask
The following table describes the commands that you can specify for PowerExchange Condense:
Command
Corresponds to infacmd pwx Commands
Corresponds to pwxcmd Command
CONDENSE
-
condense
DISPLAYSTATUS
-
displaystatus
FILESWITCH
-
fileswitch
SHUTCOND
-
shutcond
SHUTDOWN
-
shutdown
The following table describes the commands that you can specify for the PowerExchange Logger for Linux, UNIX, and Windows:
Command
Corresponds to infacmd pwx Command
Corresponds to pwxcmd Command
CONDENSE
CondenseLogger
condense
DISPLAYALL
DisplayAllLogger
displayall
DISPLAYCHECKPOINTS
DisplayCheckpointsLogger
displaycheckpoints
DISPLAYCPU
DisplayCPULogger
displaycpu
DISPLAYEVENTS
DisplayEventsLogger
displayevents
DISPLAYMEMORY
DisplayMemoryLogger
displaymemory
DISPLAYRECORDS
DisplayRecordsLogger
displayrecords
DISPLAYSTATUS
DisplayStatusLogger
displaystatus
FILESWITCH
FileSwitchLogger
fileswitch
SHUTCOND
-
shutcond
SHUTDOWN
ShutDownLogger
shutdown
You do not need authorization to run the pwxcmd help and version commands.
Usage Notes:
On Linux, UNIX, and Windows, if you set the first parameter to 2 in the SECURITY statement and you do not include specific AUTHGROUP and USER statements in the sign-on files to control access to pwxcmd and infacmd pwx commands, you must include default AUTHGROUP and USER statements. In the sign-on files on all Linux, UNIX, and Windows systems to which users issue pwxcmd and infacmd pwx commands, include the following default statements:
AUTHGROUP=(ANY,COMMAND=(*)) USER=(*,ALLOW=Y,AUTHGROUP=ANY)

0 COMMENTS

We’d like to hear from you!