1 :Info: list_resources: lr:  1981-01-12  list_resources, lr
 2 
 3 Syntax as a command:  lr {-control_args}
 4 
 5 
 6 Syntax as an active function:  [lr {-control_args}]
 7 
 8 
 9 Function:  lists groups of resources managed by the Resource Control
10 Package (RCP), selected according to criteria specified by the user.
11 
12 
13 Control arguments as a command:
14 -assignments, -asm
15    lists resource assignments.  This cannot be used with the active
16    function.
17 -device STR, -dv STR
18    lists device resources with the name STR.  No other resources are
19    listed.  This cannot be used with the active function.
20 -logical_volume, -lv
21    lists logical volumes that are currently attached.  This cannot be
22    used with the active function.
23 -long, -lg
24    prints all the information known about each resource listed.  If
25    this control argument is not supplied, only the name is printed for
26    each resource listed.  This cannot be used with the active function.
27    -lg has no effect if the -acq control argument has been specified.
28 
29 
30 -mounts, -mts
31    lists resources currently mounted by the process.  This cannot be
32    used with the active function.
33 -reservations, -resv
34    lists only device and volume reservations.  This cannot be used with
35    the active function.
36 
37 
38 Control arguments:
39 -acquisitions, -acq
40    lists resources acquired by the user specified by the -user control
41    argument.  If this control argument is used, -type must also be
42    specified.
43 -awaiting_clear
44    lists those resources that are awaiting manual clearing.
45 -type STR, -tp STR
46    lists resources of the type STR.  See list_resource_types for
47    information on obtaining the names of resource types.
48 
49 
50 -user USER_ID
51    selects a particular user or group of users for whom resource
52    information is to be printed.  This control argument can be used
53    only in conjunction with -acquisitions.  If this control argument
54    is not specified, the User_id of the process invoking
55    list_resources is assumed.  See "List of user_id forms" and "Notes
56    on access restrictions" below.
57 
58 
59 List of user_id forms:
60 Person.Project
61    specifies a particular Person_id and Project_id combination.
62 *.Project
63    specifies all users on a specified project.
64 *.*
65    specifies all users (i.e., all acquired resources are listed).
66 free
67    specifies all resources in the free pool.
68 system
69    specifies all resources in the system pool.
70 **
71    specifies all users plus the free and system pools (i.e., all
72    registered resources will be listed).
73 
74 
75 Notes on access restrictions:  Access to rcp_admin_ is required to
76 obtain information on other users.  Read access to the PDT (Project
77 Definition Table) of a specified project is required to obtain
78 information for that project.
79 
80 
81 Notes:  If this command is invoked without any arguments, all resources
82 assigned and devices attached to the calling process are listed.
83 
84 
85 :hcom:
86 
87 
88 
89 /****^  HISTORY COMMENTS:
90   1) change(2020-05-17,GDixon), approve(2021-02-22,MCR10088),
91      audit(2021-05-27,Swenson), install(2021-05-27,MR12.6g-0056):
92       A) Correct info seg format problems found by verify_info.
93       B) Copy info from MPM Commands manual describing operation
94          as an active function.
95                                                    END HISTORY COMMENTS */
96 
97 
98