List All Division Or Other Type Of ACIDs
search cancel

List All Division Or Other Type Of ACIDs

book

Article ID: 19073

calendar_today

Updated On:

Products

Cleanup WEB ADMINISTRATOR FOR TOP SECRET Top Secret Top Secret - LDAP Top Secret - VSE

Issue/Introduction

Is there a way to list all the DIVISION or other TYPEs of ACIDs, including SCA, ZCA, LSCA, VCA, DCA, ZONE, DEPT, PROFILE, GROUP, and USER?

Environment

Release: TOPSEC00200-15-Top Secret-Security
Component:

Resolution

To find all the DIVISION ACIDs, have an SCA issue:

TSS LIST(ACIDS) TYPE(DIVISION) DATA(xxxx) in batch or in a TSSCFILE
where 'xxxx' can be:
NAMES if you want just the name associated
BASIC if you want the basic info displayed
ACIDS if you want the acids in the division
ALL if you want all information
BASIC,ACIDS if you want the basic information and the acids associated with each division.

The TSS LIST(ACIDS) ... command should be issued during off peak hours because this can be very I/O intensive to the security file which can negatively impact performance.

To list another type of ACID, change DIVISION to the ACID TYPE you want to list. Some examples:
TSS LIST(ACIDS) TYPE(SCA) DATA(xxxx) in batch or in a TSSCFILE
TSS LIST(ACIDS) TYPE(ZONE) DATA(xxxx) in batch or in a TSSCFILE