Previous Topic: About the NDT RecordNext Topic: Define Linux Nodes as NDT Node Elements


Define Data to the NDT

To assign a session key to an application, enter:

TSS ADDTO(NDT) PSTKAPPL(application) SESSKEY(session-key)
PSTKAPPL

Specifies the application assigned a session key for PassTicket processing, and allows one application per command that can be a letter, number, or special character.

Range: Up to 8 characters

SESSKEY

Specifies a hexadecimal "password" that is unique to each application defined by a PSTKAPPL keyword. You must supply a SESSKEY with PSTKAPPL.

Range: Up to 16 characters

Example: defining data to the NDT

This example indicates that the session key for KA180987 is A1B2C3:

TSS ADDTO(NDT) PSTKAPPL(KAI80987) SESSKEY(A1B2C3)