Library /sys$common/syshlp/les$sdahelp.hlb SHOW, PPI *Conan The Librarian (sorry for the slow response - running on an old VAX) |
SHOW PPI (Just produces a list of PPIs) SHOW PPI ppiname [ /FULL ] SHOW PPI ppiaddress [ /FULL ] SHOW PPI [ /ALL ] [ /FULL ] Displays information about a named PPI or all PPIs. ppiaddress may be an address or a symbol. Use of the /FULL qualifier displays information about the PPI's Ports also. Useful (?) symbols dynamically created LES_TABLE, OWN : pointer to OWN (==Data) block NAME_TBL <ppiname>_OWN <ppiname>_NAME_TBL $base_<ppiname> It might be useful to execute any SHOW PPI command at the beginning of and sda session so that symbols for all ppis' name tables, own tables and bases get defined as symbols. With /FULL, or /PORT=Fred, if any ports and cdbs are found, then a list of CDBs will appear : LES$NETMAN PPI, address: 803C6360, name table address 80248B88 -------------------------------------------------------------- CDBs connected to REGISTRATION port 1 80398BD0 DEVICE_MANAGE 2 8039FA80 MANAGE CDB_1 and CDB_2 are dynamically created with values 80398BD0 and 8039FA80 respectively.
Additional Information (explode) :
|