When issuing the command TSS LIST(SDT) to get a list of record types and their details in the system, the following error occurs:
TSS0431E You must specify a SDT record type with this command.
- When listing the SDT, a record entry, such as CALENDAR, is required. For example:
TSS LIST(SDT) CALENDAR(ALL)
Will show all the CALENDAR records defined in the SDT.
To list a specific calendar that has been defined, use:
TSS LIST(SDT) CALENDAR(cal)
Where 'cal' is the name of the CALENDAR defined to the SDT.
- Here are the different record entries in the SDT and what they are used for:
CALENDAR - Controls access to calendars.
EIM PROFILE (EIMPROF) - Specifies information that is used by EIM to connect to an EIM domain.
KERBLINK - Defines and map foreign principal names to Top Secret user IDs.
KEYSMSTR - Specifies encryption keys.
MAP (MAPREC) - Controls access to the MAP record that is associated with an OTRAN or PPT resource. MAP records support Screen Level Protection (SLP).
MASK (MASKREC) - Controls access to a MASK record that is associated with the FCT.
REALM - Defines REALM definitions to the local and foreign environments.
RLP (RECORD) - Provides Record Level Protection (RLP) for the FCT.
SELECT - Controls access to a SELECT record that is associated with an FCT PPT or OTRAN resource.
TIME (TIMEREC) - Controls access to the TIME record that is associated with any resource.
- Here are sample TSS LIST commands for each of the above:
TSS LIST(SDT) CALENDAR(ALL)
TSS LIST(SDT) EIMPROF(ALL)
TSS LIST(SDT) KERBLINK(ALL)
TSS LIST(SDT) KEYSMSTR(xxx) where 'xxx' is the specific keysmstr value specified on the:
TSS ADD(SDT) KEYSMSTR(xxx) DCENCRY(cccccccccccccccc) KEYMASK|KEYENCRY
You can not specify ALL for this LIST command.
TSS LIST(SDT) MAPREC(ALL)
TSS LIST(SDT) MASKREC(ALL)
TSS LIST(SDT) REALM(ALL)
TSS LIST(SDT) RECORD(ALL)
TSS LIST(SDT) SELECT(ALL)
TSS LIST(SDT) TIMEREC(ALL)