TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-95
LOADEDFILES Command
LOADEDFILES Command
Use the LOADEDFILES command to display information about the load files that are
being used by the specified process.
OUT list-file
specifies a device or sequential file accessible to the sequential I/O (SIO) facility
that is to receive the output from the command. If you omit this option, TACL writes
the listing to the current OUT file.
If you specify an OUT file that does not exist, TACL creates an EDIT file named
list-file. If you specify an OUT file that already exists, TACL appends the
information to the end of the file.
\node-name
is the name of the system on which the specified process executes.
$Process-name or CPU, PIN
is the name of the process or process pair. Alternatively, use the CPU number and
process identification number of the process.
This information is displayed:
Filename - the fully qualified LOADEDFILE name
If the specified process is a Guardian file, the files are reported using a Guardian
format, for example
\BOMBAY.$SYSTEM.SYS01.ZCRESSRL
If the specified process is OSS then path names are reported using the OSS format,
for example
OSS file: /bin/ksh
Guardian file: /G/system/sys01/zcresrl
Type - the type of loaded file; it can be any one of these types:
N-PROG: a native program (non-PIC).
P-PROG: a native program (PIC)
UC-R: a TNS program (accelerated)
UC: a TNS program (non-accelerated)
UL-R: a TNS User Library (accelerated)
UL: a TNS User Library (accelerated)
LOADEDFILES [ / OUT list-file / ][ \node-name ] &
{ $Process-name | CPU, PIN|}