Previous Topic: Remove Data From the NDTNext Topic: RDT Record


List the NDT

There are different ways you can list the NDT Record.

To list associated applications only, enter:

TSS LIST(NDT) 

In the remaining examples, DATA specifies the particular data type that is listed.

To list subtype records but not session keys, enter:

TSS LIST(NDT) DATA(ALL) 

To list session keys and associated applications, enter:

TSS LIST(NDT) DATA(SESSKEY) 

To list only the basic ACID information (such as name sizes and dates), enter:

TSS LIST(NDT) DATA(NONE) 

To list all records for the given node type (such as LDAP, LINUX, CPF), enter:

TSS LIST(NDT) DATA(LDAP|LINUX|CPF) 

To display all or a specific LDAPNODE definition, enter:

TSS LIST(NDT) LDAPNODE(ALL|testnode)