1QRDEL(1) Grid Engine User Commands QRDEL(1)
2
3
4
6 qrdel - delete Grid Engine Advance Reservations (AR)
7
9 qrdel [-f] [-help [-u wc_user_list] wc_ar_list
10
12 Qrdel provides a means for a user/operator/manager to delete one or
13 more Advance Reservations (AR). A manager/operator can delete ARs
14 belonging to any user, while a regular user can only delete his or her
15 own ARs. If a manager wants to delete another user's AR, the manager
16 can specify the AR id. By default, "qrdel wc_ar_name" will delete only
17 the ARs belonging to that user. A manager is able to delete another
18 user's AR via "-u wc_user_list". Jobs referring to an AR tagged for
19 deletion will also be removed. Only if all jobs referring to an AR are
20 removed from the Grid Engine database will the AR also be removed.
21
22 Qrdel deletes ARs in the order in which the AR identifiers are pre‐
23 sented. Find additional information concerning wc_user_list and
24 wc_ar_list in sge_types(1).
25
27 -f Force action for AR. The AR and the jobs using the AR are
28 deleted from the Grid Engine queuing system even if the
29 ge_execd(8) controlling the AR jobs does not respond to the
30 delete request sent by the ge_qmaster(8).
31 Users which have neither Grid Engine manager nor operator status
32 can only use the -f option for their own ARs.
33
34 -help Prints a list of all options.
35
36 -u wc_user_list
37 Deletes only those ARs which were submitted by users specified
38 in the list of usernames. For managers, it is possible to use
39 qrdel -u "*" to delete all ARs for all users. If a manager wants
40 to delete a specific AR for a user, he has to specify the user
41 and the AR id. If no AR is specified, all ARs belonging to that
42 user are deleted.
43
44 wc_ar_list
45 A list of AR id's that should be deleted
46
48 GE_ROOT Specifies the location of the Grid Engine standard con‐
49 figuration files.
50
51 GE_CELL If set, specifies the default Grid Engine cell. To
52 address a Grid Engine cell qrdel uses (in the order of
53 precedence):
54
55 The name of the cell specified in the environment
56 variable GE_CELL, if it is set.
57
58 The name of the default cell, i.e. default.
59
60
61 GE_DEBUG_LEVEL If set, specifies that debug information should be writ‐
62 ten to stderr. In addition the level of detail in which
63 debug information is generated is defined.
64
65 GE_QMASTER_PORT
66 If set, specifies the tcp port on which the ge_qmas‐
67 ter(8) is expected to listen for communication requests.
68 Most installations will use a service map entry for the
69 service "sge_qmaster" instead of defining the port.
70
72 <ge_root>/<cell>/common/act_qmaster
73 Grid Engine master host file
74
76 ge_intro(1), qrstat(1), qrsub(1), qsub(1), ge_qmaster(8), ge_execd(8).
77
79 See ge_intro(1) for a full statement of rights and permissions.
80
81
82
83GE 6.2u5 $Date: 2008/04/07 08:41:45 $ QRDEL(1)