File: jsv_script_interface.3

package info (click to toggle)
gridengine 8.1.9%2Bdfsg-13.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 57,140 kB
  • sloc: ansic: 432,689; java: 87,068; cpp: 31,958; sh: 29,445; jsp: 7,757; perl: 6,336; xml: 5,828; makefile: 4,704; csh: 3,934; ruby: 2,221; tcl: 1,676; lisp: 669; yacc: 519; python: 503; lex: 361; javascript: 200
file content (792 lines) | stat: -rw-r--r-- 25,591 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
'\" t
.\"___INFO__MARK_BEGIN__
.\"
.\" Copyright: 2009 by Sun Microsystems, Inc.
.\"
.\"___INFO__MARK_END__
.\"
.\" Some handy macro definitions [from Tom Christensen's man(1) manual page].
.\"
.de SB		\" small and bold
.if !"\\$1"" \\s-2\\fB\&\\$1\\s0\\fR\\$2 \\$3 \\$4 \\$5
..
.\" "
.de T		\" switch to typewriter font
.ft CW		\" probably want CW if you don't have TA font
..
.\"
.de TY		\" put $1 in typewriter font
.if t .T
.if n ``\c
\\$1\c
.if t .ft P
.if n \&''\c
\\$2
..
.\"
.de M		\" man page reference
\\fI\\$1\\fR\\|(\\$2)\\$3
..
.de MO		\" external man page reference
\\fI\\$1\\fR\\|(\\$2)\\$3
..
.TH JSV_SCRIPT_INTERFACE 3 2013-05-01 "xxRELxx" "xxQS_NAMExx File Formats"
.\"
.SH NAME
jsv_is_param, jsv_get_param, jsv_del_param, jsv_sub_is_param, jsv_sub_get_param, jsv_sub_add_param, jsv_sub_del_param, jsv_is_env, jsv_get_env, jsv_add_env, jsv_mod_env, jsv_del_env, jsv_accept, jsv_correct, jsv_reject, jsv_reject_wait, jsv_show_params, jsv_show_envs, jsv_log_info, jsv_log_warning, jsv_log_error, jsv_main, jsv_logging_enabled \- xxQS_NAMExx Job Submission Verifier Scripting Interface
.\"
.SH SYNOPSIS
.nf
\fBjsv_clear_params\fP();
.fi
.nf
\fBjsv_is_param\fP(\fIparam_name\fP);
.fi
.nf
\fBjsv_get_param\fP(\fIparam_name\fP);
.fi
.nf
\fBjsv_set_param\fP(\fIparam_name\fP, \fIparam_value\fP);
.fi
.nf
\fBjsv_del_param\fP(\fIparam_name\fP);
.fi
.nf
\fBjsv_sub_is_param\fP(\fIparam_name\fP, \fIvariable_name\fP);
.fi
.nf
\fBjsv_sub_get_param\fP(\fIparam_name\fP, \fIvariable_name\fP);
.fi
.nf
\fBjsv_sub_add_param\fP(\fIparam_name\fP, \fIvariable_name\fP, \fIvariable_value\fP);
.fi
.nf
\fBjsv_sub_del_param\fP(\fIparam_name\fP, \fIvariable_name\fP);
.fi
.PP
.nf
\fBjsv_clear_envs\fP();
.fi
.nf
\fBjsv_is_env\fP(\fIvariable_name\fP);
.fi
.nf
\fBjsv_get_env\fP(\fIvariable_name\fP);
.fi
.nf
\fBjsv_add_env\fP(\fIvariable_name\fP, \fIvariable_value\fP);
.fi
.nf
\fBjsv_mod_env\fP(\fIvariable_name\fP, \fIvariable_value\fP);
.fi
.nf
\fBjsv_del_env\fP(\fIvariable_name\fP);
.fi
.PP
.nf
\fBjsv_accept\fP(\fImessage\fP);
.fi
.nf
\fBjsv_correct\fP(\fImessage\fP);
.fi
.nf
\fBjsv_reject\fP(\fImessage\fP);
.fi
.nf
\fBjsv_reject_wait\fP(\fImessage\fP);
.fi
.PP
.nf
\fBjsv_show_params\fP();
.fi
.nf
\fBjsv_show_envs\fP();
.fi
.nf
\fBjsv_log_info\fP(\fImessage\fP);
.fi
.nf
\fBjsv_log_warning\fP(\fImessage\fP);
.fi
.nf
\fBjsv_log_error\fP(\fImessage\fP);
.fi
.PP
.nf
\fBjsv_main\fP();
.fi
.nf
\fBjsv_send_env\fP();
.fi
.nf
\fBjsv_on_start\fP();
.fi
.nf
\fBjsv_on_verify\fP();
.fi
.\"
.SH DESCRIPTION
The functions documented here implement the server side of the JSV protocol as
described in
.M jsv 1
(where "server" applies to both client- and server-side JSVs).
These functions are available in Bourne shell (preferably using
.MO bash 1
for greater efficiency), TCL, Perl, or Python scripts after
sourcing/including the files jsv_inlcude.sh, jsv_include.tcl, JSV.pm,
or JSV.py.
The files and corresponding JSV script templates are located in the directory
.IR $SGE_ROOT/util/resources/jsv .
There is also a Java implementation which has a different structure,
with Javadoc documentation normally in
.IR $SGE_ROOT/doc/javadocs/jjsv ,
and example
files
.I SimpleJsv.java
and
.I jjsv.sh
in
.IR $SGE_ROOT/util/resources/jsv .
.PP
Note that Bourne shell server JSVs are discouraged because any
problems with unintended expansion of job parameters represent a
security hazard (with the qmaster running as the sgeadmin user).  Also
they may be relatively slow, and constitute a bottleneck in
high-throughput clusters.  However, shell JSVs may be faster using
.M bash 1 ,
even compared with a generally faster shell, since fewer external
commands are invoked.
.PP
In the descriptions of routines here, a calling sequence like
.RS
\fBfunction\fP(\fIarg1\fP, \fIarg2\fP)
.RE
should be interpreted for Bourne shell and Tcl scripts as
.RS
\fBfunction\fP \fIarg1\fP \fIarg2\fP
.RE
.\"
.SS "jsv_clear_params()"
This function clears all received job parameters that were stored 
during the last job verification process. 
.\"
.SS "jsv_clear_envs()"
This function clears all received job environment variables that
were stored during the last job verification process.
.\"
.SS "jsv_show_params()"
A call of this function reports all known job parameters to the
counterpart of this script (client or master daemon thread). These
parameters will be reported as info messages and appear
either in the stdout stream of the client or in the message file of 
the master process.
.\"
.SS "jsv_show_envs()"
This function reports all known job environment variables
to the counterpart of this script (client or master daemon thread). 
They will be reported as info messages and appear in the stdout 
stream of the client or in the message file of the master process. 
.\"
.SS "jsv_is_param(\fIparam_name\fP)"
This function returns whether or not a specific job parameter is
available for the job which is currently being verified. Either the 
string \fBtrue\fP or \fBfalse\fP will be returned. The availability/absence
of a job parameter does not mean that the corresponding command line 
switch was used/not used. 
.PP
The values allowed for \fIparam_name\fP are listed below.
Find additional information in 
.M qsub 1
describing the availability and value format. Job parameters written
in capital letters are pseudo parameters. A detailed description for them can
be found in
.M jsv 1 .
Note that
.PP
The following parameters directly reflect arguments of the same name
supplied to the submission command
.RI ( qsub
etc.) or corresponding values specified with
.IR qmon :
.br
.BR A ,
.BR a ,
.BR ar ,
.BR b ,
.BR ckpt ,
.BR dl ,
.BR e ,
.BR h ,
.BR hold_jid ,
.BR hold_jid_ad ,
.BR i ,
.BR j ,
.BR js ,
.BR M ,
.BR m ,
.BR masterq ,
.BR N ,
.BR notify ,
.BR o ,
.BR P ,
.BR p ,
.BR R ,
.BR r ,
.BR S ,
.BR shell ,
.BR tc ,
.BR w
.br
Other parameters are related to the submission command arguments as follows:
.TP
.B ac
The the job context.  The outcome of the evaluation of all
.BR \-ac ,
.BR \-dc ,
and
.B \-sc
options is passed as a parameter with
the name
.BR ac ,
whose value is a comma-separated list of variable/value pairs;
.TP
.BR binding_strategy ,\  binding_type ,\  binding_amount ,\  binding_step ,\  binding_socket ,\  binding_core ,\  binding_exp_n ,\  binding_exp_socket\fIid\fP ,\  binding_exp_core\fIid\fP
The values passed to the
.B \-binding
parameter are passed as multiple parameters to JSV
instances.
.B binding_strategy
represents the strategy to be used and is one of:
.BR linear ,
.B striding
or
.BR explicit .
.B binding_type
is the instance that should do the binding, one of:
.BR env ,
.B set
or
.BR pe .
.B binding_socket
and
.B binding_core
are socket/core values whereas
.B binding_step
is the step size (used only for striding binding).  The length of the
socket/core value list of the explicit binding is reported as
.BR binding_exp_n .
The
.I id
part of
.BI binding_exp_socket id
and
.BI binding_exp_core id
will be replaced by the position of the socket/core pair within the
explicit binding list (0 <=
.I id
< \fBbinding_exp\fI_n\fR).  The first socket/core pair of the explicit
binding will be reported with the parameter names
.B binding_exp_socket0
and
.BR binding_exp_core0 .
Values that do not apply for the specified binding will not be
reported to JSV. E.g.
.B binding_step
will only be reported for the striding binding and all
.B binding_exp_...
values will only be passed if explicit binding was specified.
.TP
.B c_interval
Checkpoint interval, specified as a numeric value with
.BR \-c ;
.TP
.B c_occasion
Checkpoint "occasion_specifier"
.BR \-c .
.BR "" ( n ,
.BR s ,
.BR m ,
or
.BR x )
specified with
.BR \-c ;
.TP
.B cwd
Working directory, possibly specified with
.B \-cwd
or
.BR \-wd ;
.TP
.B display
Reflects the
.B \-display
submit argument and also sets job environment variable DISPLAY to the
same value;
.TP
.B l_hard
.B \-l
or
.B \-hard
followed by
.BR \-l ;
.TP
.B l_soft
.B \-soft
followed by
.BR \-l ;
.TP
.BR pe_name ", " pe_min ", " pe_max
The PE name and range limits specified with
.BR \-pe ;
.TP
.B q_hard
.BR \-q ,
or
.B \-hard
followed by
.BR \-q ;
.TP
.B q_soft
.B \-soft
followed by
.BR \-q .
.PP
See
.M jsv 1
for explanation of the following pseudo parameters:
.BR CLIENT ,
.BR CMDNAME ,
.BR CMDARGS ,
.BR CMDARG\fIi ,
.BR CONTEXT ,
.BR GROUP ,
.BR JOB_ID ,
.BR USER ,
.BR VERSION .
.\"
.SS "jsv_get_param(\fIparam_name\fP)"
This function returns the value of a specific job parameter \fIparam_name\fP. 
.PP
This value is only available if the function \fBjsv_is_param\fP()
returns \fBtrue\fP. Otherwise an empty string is returned.
.PP
Find a list of allowed parameter names in the section for the function \fBjsv_is_param\fP().
.\"
.SS "jsv_set_param(\fIparam_name\fP, \fIparam_value\fP)"
This function changes the job parameter \fIparam_name\fP to the value \fIparam_value\fP.
.PP
If \fIparam_value\fP is an empty string then the corresponding
job parameter will be deleted, similarly to the function \fBjsv_del_param\fP(). 
As a result, the job parameter is not available, as if
the corresponding command line switch was not specified during job submission.
.PP
For boolean parameters that only accept the values \fByes\fP or \fBno\fP it is not
allowed to pass an empty string as \fIparam_value\fI.
.PP
Also for the parameters \fBc\fP and \fBm\fP it is not allowed to use empty strings.
Details can be found in
.M qsub 1 .
.\"
.SS "jsv_del_param(\fIparam_name\fP)"
This function deletes the job parameter \fIparam_name\fP.
.PP
Find a list of allowed parameter names in the section for the function \fBjsv_is_param\fP().
.\"
.SS "jsv_sub_is_param(\fIparam_name\fP, \fIvariable_name\fP)"
Some job parameters are lists that can contain multiple variables 
with an optional value. 
.PP
This function returns \fBtrue\fP if a job's parameters contain the
list-valued \fIparam_name\fP, with \fIvariable_name\fP in the list;
otherwise it returns \fBfalse\fP. \fBfalse\fP might also indicate that
the parameter list itself is not available. Use the function \fBjsv_is_param\fP()
to check if the parameter list is not available.
.PP
The following parameters are list parameters. The second column
describes the corresponding variable names to be used. The third column contains
a dash (\-) if there is no value (\fIvariable_value\fP) allowed with the function
\fBjsv_sub_add_param\fP() or \fBjsv_sub_get_param\fP()
will return always an empty string. A question mark (?) shows that the value is
optional.
.PP
.TS
tab(@),box;
l l l.
\fBparam_name\fP @ \fBdescription of variable_name\fP @ \fBvariable_value\fP
_
ac @ job context variable name @ 
hold_jid @ job identifier @ \-
hold_jid_id @ array job identifier @ \-
l_hard @ complex attribute name @ ?
l_soft @ complex attribute name @ ?
M @ mail address @ \-
masterq @ cluster queue name or @ \-
 @ queue instance name @ 
q_hard @ cluster queue name or @ \-
 @ queue instance name	 @ 
q_soft @ cluster queue name or @ \-
 @ queue instance name @ 
.TE
.\"
.SS "jsv_sub_get_param(\fIparam_name\fP, \fIvariable_name\fP)"
Some job parameters are lists that can contain multiple variables 
with an optional value. 
.PP
This function returns the value of a variable \fIvariable_name\fP
in the parameter list \fIparam_name\fP.
For sub list elements that have no value an empty string will be 
returned.
.PP
Find a list of allowed parameter names (\fIparam_name\fP) and 
variable names (\fIvariable_name\fP) in the section for the 
function \fBjsv_sub_is_param\fP().
.\"
.SS "jsv_sub_add_param(\fIparam_name\fP, \fIvariable_name\fP, \fIvariable_value\fP)"
Some job parameters are lists that can contain multiple variables 
with an optional value. 
.PP
This function either adds a new variable with a new value or it
modifies the value if the variable is already in the list.
\fIvariable_value\fP is optional, and if it is not supplied the
variable has no value.
.PP
Find a list of allowed parameter names (\fIparam_name\fP) and 
variable names (\fIvariable_name\fP) in the section for the 
function \fBjsv_sub_is_param\fP().
.\"
.SS "jsv_sub_del_param(\fIparam_name\fP, \fIvariable_name\fP)"
Some job parameters are lists which can contain multiple variables with
an optional value. 
.PP
This function deletes a variable \fIvariable_name\fP and,
if available, the corresponding value. If \fIvariable_name\fP is not
available in the job parameter then the command will be ignored.
.PP
Find a list of allowed parameter names (\fIparam_name\fP) and 
variable names (\fIvariable_name \fP) in the section for the 
function \fBjsv_sub_is_param\fP().
.\"
.SS "jsv_is_env(\fIvariable_name\fP)"
If the function returns \fBtrue\fP, then the job environment variable with
the name \fIvariable_name\fP exists in the job currently being verified, and
\fBjsv_get_env\fP() can be used to retrieve the value of that variable.
If the function returns \fBfalse\fP, then the job environment variable does not exist.
.\"
.SS "jsv_get_env(\fIvariable_name\fP)"
This function returns the value of a job environment variable
\fIvariable_name\fP.
.PP
This variable has to be passed with the \fIqsub\fP command line switch 
\fB\-v\fP or \fB\-V\fP, and passing of environment variable data to JSV
scripts has to be enabled. Environment variable data are passed when the 
function \fBjsv_send_env\fP() is called in the callback function 
\fBjsv_on_start\fP().
.PP
If the variable does not exist, or if environment variable 
information is not available, then an empty string will be returned. 
.\"
.SS "jsv_add_env(\fIvariable_name\fP, \fIvariable_value\fP)"
This function adds an additional environment variable to the set 
of variables that will exported to the job when it is started.
As a result the \fIvariable_name\fP and \fIvariable_value\fP become 
available, as if 
.B \-v
Or
.B \-V
was specified during job submission.
.PP
\fIvariable_value\fP is optional. If an empty string is passed,
then the variable is defined without a value.
.PP
If \fIvariable_name\fP already exists in the set of job environment 
variables, the corresponding value will be replaced by
\fIvariable_value\fP, as if the function \fBjsv_mod_env\fP() was used. 
If an empty string is passed then the old value will be deleted.
.PP
To delete an environment variable, the function \fBjsv_del_env\fP()
has to be used.
.\"
.SS "jsv_mod_env(\fIvariable_name\fP, \fIvariable_value\fP)"
This function modifies an existing environment variable that is 
in the set of variables which will exported to the job when it 
is started.
As a result, the \fIvariable_name\fP and \fIvariable_value\fP will be
available as if
.B \-v
Or
.B \-V
was specified during job submission.
.PP
\fIvariable_value\fP is optional. If an empty string is passed,
then the variable is defined without a value.
.PP
If \fIvariable_name\fP does not already exist in the set of job 
environment variables, then the corresponding name and value will 
be added as if the function \fBjsv_add_env\fP() was used. 
.PP
To delete a environment variable, use the function \fBjsv_del_env\fP().
.\"
.SS "jsv_del_env(\fIvariable_name\fP)"
This function removes job environment variable \fIvariable_name\fP
from the set of variables that will be exported
to the job when it is started.
.PP
If \fIvariable_name\fP does not already exist in the set of job 
environment variables then the command is ignored.
.PP
To change the value of a variable use the function \fBjsv_mod_env\fP();
to add a new value, call the function \fBjsv_add_env\fP().
.\"
.SS "jsv_accept(\fImessage\fP)"
This function can only be used in \fBjsv_on_verify\fP(). After it has been
called, the function \fBjsv_on_verify\fP() has to return immediately. 
.PP
A call to this function indicates that the job that is 
currently being verified should be accepted as it was initially 
provided. All job  modifications that might have been applied 
in \fBjsv_on_verify\fP() before this function was called, are then ignored.
.PP
Instead of calling \fBjsv_accept\fP() in \fBjsv_on_verify\fP(), the
functions \fBjsv_correct\fP(), \fBjsv_reject\fP() or \fBjsv_reject_wait\fP() can
be called, but only one of these functions can be used at a time.
.\"
.SS "jsv_correct(\fImessage\fP)"
This function can only be used in \fBjsv_on_verify\fP(). After it has been
called, the function \fBjsv_on_verify\fP() has to return immediately. 
.PP
A call to this function indicates that the job that is currently being 
verified has to be modified before it can be accepted. All job parameter 
modifications that were previously applied will be committed
and the job will be accepted. "Accept" in that case means that
the job will either be passed to the next JSV instance for
modification or that it is passed to that component in the master 
daemon that adds it to the master data store when the
last JSV instance has verified the job.
.PP
Instead of calling \fBjsv_correct\fP() in \fBjsv_on_verify\fP(), the
functions \fBjsv_accept\fP(), \fBjsv_reject\fP() or \fBjsv_reject_wait\fP() can
be called, but only one of these functions can be used.
.\"
.SS "jsv_reject(\fImessage\fP)"
This function can only be used in \fBjsv_on_verify\fP(). After it has been
called the function \fBjsv_on_verify\fP() has to return immediately. 
.PP
The job that is currently being verified will be rejected. \fImessage\fP
will be passed to the client application that tried to submit
the job. Commandline clients like \fIqsub\fP will print that message 
to stdout to inform the user that the submission has failed.
.PP
\fBjsv_reject_wait\fP() should be called if the user may try to submit
the job again. \fBjsv_reject_wait\fP() indicates that the verification process
might be successful in the future.
.PP
Instead of calling \fBjsv_reject\fP() in \fBjsv_on_verify\fP(), the
functions \fBjsv_accept()\fP, \fBjsv_correct\fP() or \fBjsv_reject_wait\fP() can
be called, but only one of these functions can be used.
.\"
.SS "jsv_reject_wait(\fImessage\fP)"
This function can only be used in \fBjsv_on_verify\fP(). After it has been
called the function \fBjsv_on_verify\fP() has to return immediately. 
.PP
The job which is currently verified will be rejected. \fImessage\fP
will be passed to the client application, that tries to submit
the job. Commandline clients like \fIqsub\fP will print that message 
to stdout to inform the user that the submission has failed.
.PP
This function should be called if the user who tries to submit the 
job might have a chance to submit the job later. \fBjsv_reject\fP
indicates that the verified job will also be rejected in future.
.PP
Instead of calling \fBjsv_reject_wait\fP() in \fBjsv_on_verify\fP() the
functions \fBjsv_accept\fP(), \fBjsv_correct\fP() or \fBjsv_reject\fP() can 
be called, but only one of these functions can be used.
.\"
.SS "jsv_log_info(\fImessage\fP)"
This function sends an info \fImessage\fP to the client or
master daemon instance that started the JSV script.
.PP
For client JSVs, this means that the command line client will get
the information and print it to the stdout stream. Server JSVs
will print that message as an info message to the master daemon
message file.
.PP
If \fImessage\fP is missing then an empty line will be printed.
.\"
.SS "jsv_log_warning(\fImessage\fP)"
This function sends a warning \fImessage\fP to the client or
master daemon instance that started the JSV script.
.PP
For client JSVs, this means that the command line client will get
the information and print it to the stdout stream. Server JSVs
will print that message as a warning message to the master daemon
message file.
.PP
If \fImessage\fP is missing then an empty line will be printed.
.\"
.SS "jsv_log_error(\fImessage\fP)"
This function sends an error \fImessage\fP to the client or
master daemon instance that started the JSV script.
.PP
For client JSVs, this means that the command line client will get
the information and print it to the stdout stream. Server JSVs
will print that message as an error message to the master daemon
message file.
.PP
If \fImessage\fP is missing then an empty line will be printed.
.\"
.SS "jsv_send_env()"
This function can only be used in \fBjsv_on_start\fP(). If it is used
there, then the job environment information will be available 
in \fBjsv_on_verify\fP() for the next job that is scheduled to be 
verified.
.PP
This function must be called for the functions \fBjsv_show_envs()\fP, 
\fBjsv_is_env\fP(), \fBjsv_get_env\fP(), \fBjsv_add_env\fP() and \fBjsv_mod_env\fP() to
behave correctly. 
.PP
Job environments might become very big (10kB and more). This
will slow down the executing component (submit client or
master daemon thread). For this reason, job environment information 
is not passed to JSV scripts by default.
.PP
Please note also that the data in the job environment can't be
verified by Grid Engine and might therefore contain values which
could be misinterpreted in the script environment
and cause security issues. 
.\"
.SS "jsv_main()"
This function has to be called in the main function in JSV scripts. It implements
the JSV protocol and performs the communication with client and server
components which might start JSV scripts.
.PP    
This function does not return immediately. It returns only when
the "QUIT" command is sent by the client or server component.
.PP
During the communication with client and server components, this
function triggers two callback functions for each job that 
should be verified. First \fBjsv_on_start\fP() and later on \fBjsv_on_verify\fP().
.PP
\fBjsv_on_start\fP() can be used to initialize certain things that might 
be needed for the verification process. \fBjsv_on_verify\fP() does the
verification process itself.
.PP
The function \fBjsv_send_env\fP() can be called in \fBjsv_on_start\fP() so that
the job environment is available in \fBjsv_on_verify\fP(). 
.PP
The following functions can only be used in \fBjsv_on_verify\fP().
Simple job parameters can be accessed/modified with: \fBjsv_is_param\fP, 
\fBjsv_get_param\fP, \fBjsv_set_param\fP and \fBjsv_del_param\fP.
.PP
List based job parameters can be accessed with: \fBjsv_sub_is_param\fP, 
\fBjsv_sub_get_param\fP, \fBjsv_sub_add_param\fP and \fBjsv_sub_del_param\fP.
.PP
If the environment was requested with \fBjsv_send_env\fP() in \fBjsv_on_start\fP() 
then the environment can be accessed/modified with the following
commands: \fBjsv_is_env\fP, \fBjsv_get_env\fP, \fBjsv_add_env\fP, \fBjsv_mod_env\fP 
and \fBjsv_del_env\fP.
.PP
Jobs can be accepted/rejected with the following: \fBjsv_accept\fP, \fBjsv_correct\fP, 
\fBjsv_reject\fP and \fBjsv_reject_wait\fP.
.PP
The following functions send messages to the calling component of a JSV
that will either appear on the stdout stream of the client or in the
master message file. This is especially useful when new JSV scripts 
should be tested: \fPjsv_show_params\fB, \fPjsv_show_envs\fB, \fPjsv_log_info\fB, 
\fPjsv_log_warning\fB and \fPjsv_log_error\fB.
.\"
.SS "jsv_on_start()"
This is a callback function that has to be defined by the creator of a JSV script.
It is called for every job a short time before the verification process of a
job starts.
.PP
Within this function \fBjsv_send_env\fP can be called to request job environment
information for the next job scheduled to be verified.
.\"
.PP
After this function returns \fBjsv_on_verify\fP() will be called. This function does
the verification process itself.
.SS "jsv_on_verify()"
This is a callback function that has to be defined by the creator of a JSV script.
It is called for every job, and when it returns the job will either be accepted
or rejected. Find implementation examples in the directory
.IR $SGE_ROOT/util/resources/jsv .
.PP
The logic of this function completely depends on its creator. The creator
has only to take care that one of the functions \fBjsv_accept\fP(), \fBjsv_reject\fP(), 
\fBjsv_reject_wait\fP() or \fBjsv_correct\fP() is called before the
function returns.
.SS jsv_logging_enabled
Setting this variable to
.B true
produces logging output tracing the JSV protocol, sent to a file of
the form
.BR /tmp/jsv_$$.log .
In the case of shell JSVs, it may be set in the environment of the job
submission to effect logging without modifying the script.
.\"
.\"
.PP
.SH "EXAMPLES"
Find in the table below the returned values for the "*is*" and "*get*" functions when
following job is submitted:
.RS
.nf

qsub -l mem=1G,mem2=200M -l a=lx-amd64 ...

.fi
.TS
tab(@);
l l.
function call @ returned value 
_@_
jsv_is_param(l_hard) @ "true"
jsv_get_param(l_hard) @ "mem=1G,mem2=200M,a=lx-amd64"
jsv_sub_is_param(l_hard,mem) @ "true"
jsv_sub_get_param(l_hard,mem) @ "1G"
jsv_sub_is_param(l_hard,mem3) @ "false"
jsv_sub_get_param(l_hard,mem3) @ ""
jsv_sub_is_param(l_hard,a) @ "true"
jsv_sub_get_param(l_hard,a) @ "lx-amd64"
jsv_sub_is_param(l_hard,arch) @ "false"
jsv_sub_get_param(l_hard,arch) @ ""
.TE
.RE
.\"
.\"
.SH FILES
.nf
Include files:
.I $SGE_ROOT/util/resources/jsv/jsv_include.sh
.I $SGE_ROOT/util/resources/jsv/jsv_include.tcl
.I $SGE_ROOT/util/resources/jsv/JSV.pm
Example files:
.I $SGE_ROOT/util/resources/jsv/jsv.sh
.I $SGE_ROOT/util/resources/jsv/jsv.tcl
.I $SGE_ROOT/util/resources/jsv/jsv.pl
.I $SGE_ROOT/util/resources/jsv/jjsv.sh
.I $SGE_ROOT/util/resources/jsv/SimpleJsv.java
.fi
Debugging log file:
.br
.I /tmp/jsv_$$.log
.\"
.SH BUGS
Complex names seen by the script are not canonicalized, i.e. if the
name and shortcut vary, it is necessary to consider both.
.\"
.SH "SEE ALSO"
.M xxqs_name_sxx_intro 1 ,
.M jsv 1 ,
.M qalter 1 ,
.M qlogin 1 ,
.M qmake 1 ,
.M qrsh 1 ,
.M qsh 1 ,
.M qsub 1 ,
.M qtcsh 1 ,
.\"
.SH "COPYRIGHT"
See
.M xxqs_name_sxx_intro 1
for a full statement of rights and permissions.