10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I would like to run a script, as root, which will eventually set up cron job for a non privilege user. Please advice. (9 Replies)
Discussion started by: atanubanerji
9 Replies
2. Shell Programming and Scripting
Hi, I have implement queue but it take last element instead of fist element
#!/usr/bin/perl -w
print "Enter page Access";
chomp ($item = <STDIN>);
my @queue = split /\s+/, $item;
print "Enter a page frame";
$frame = <STDIN>;
if ( $frame >= 3 )
{
$fifo = pop @queue;
print... (1 Reply)
Discussion started by: guidely
1 Replies
3. Shell Programming and Scripting
Hello all.
I need some help modifying the following script:
#!/bin/bash
#PBS -l nodes=1:ppn=8,walltime=48:00:00,os=centos53computeA
## To submit type: qsub x.sh
# If not an interactive job (i.e. -I), then cd into the directory where
# I typed qsub.
if ; then
if ; then
cd... (3 Replies)
Discussion started by: marcozd
3 Replies
4. AIX
Guy's
This is the Queue of the printer ...
>lpstat -pTOPPRINTER
Queue Dev Status Job Files User PP % Blks Cp Rnk
------- ----- --------- --- ------------------ ---------- ---- -- ----- --- ---
TOPPRIN @TOPP DOWN
QUEUED ... (1 Reply)
Discussion started by: ITHelper
1 Replies
5. Programming
Hi all,
I need help about message queues, i have a server-client program that communicates each other via msg queue, firstly server opens its msg queue and waits for msg then client opens server msg queue and its own msg queue(for receiving msg from server,clients sends msg to server msg... (7 Replies)
Discussion started by: SaTYR
7 Replies
6. UNIX for Dummies Questions & Answers
My cronjob triggers the script late by 6 minutes.
/var/cron/log shows that it got triggered at the right time then where can I track, the late starting of the script.
Is there some queue mechanism, some log?
This happens sometimes, not daily. but it affects me, whenever it happens.
Logging... (1 Reply)
Discussion started by: pksingh2
1 Replies
7. UNIX for Dummies Questions & Answers
I have an HP-UX system that has remote print queues created on it. We're having trouble with the data so I stopped the queue from sending its data to the recieving server. I typed "lpstat -o<queue> " and I see two print jobs listed c_91428.1 and c_91429.1 but when I go to the /usr/spool/<queue>... (2 Replies)
Discussion started by: HVHS_CJR
2 Replies
8. IP Networking
I am sending and retriving the message to the queue
the problem is
after retrieving the message can i see what is there in my message queue.
(actually in my application i am encountring some garbage value)
so i want to retieve this garbage value and also want to know its size
how... (0 Replies)
Discussion started by: ramneek
0 Replies
9. UNIX for Dummies Questions & Answers
I have a problem with a print queue that keeps going down on me every couple of days. When it happens I run an 'enable' and all is fine for a few more days.
Can anyone can tell me where to start looking to debug this problem as i am new to UNIX
Thanx (1 Reply)
Discussion started by: carell
1 Replies
10. Programming
Is there any way one can delete , say , a particular message from a message queue on system V? (2 Replies)
Discussion started by: satansfury
2 Replies
condor_prio(1) General Commands Manual condor_prio(1)
Name
condor_prio change - priority of jobs in the Condor queue
Synopsis
condor_prio -p priority+ value- value[-n schedd_name] cluster | cluster.process | username | -a
condor_prio-p priority+ value- value[-pool pool_name-n schedd_name] cluster | cluster.process | username | -a
Description
condor_priochanges the priority of one or more jobs in the Condor queue. If the job identification is given by cluster.process, con-
dor_prioattempts to change the priority of the single job with job ClassAd attributes ClusterId and ProcId . If described by cluster,
condor_prioattempts to change the priority of all processes with the given ClusterId job ClassAd attribute. If usernameis specified, con-
dor_prioattempts to change priority of all jobs belonging to that user. For -a, condor_prioattempts to change priority of all jobs in the
queue.
The user must set a new priority with the -poption, or specify a priority adjustment. The priority of a job can be any integer, with higher
numbers corresponding to greater priority. For adjustment of the current priority, + valueincreases the priority by the amount given with
value. - valuedecreases the priority by the amount given with value.
Only the owner of a job or the super user can change the priority.
The priority changed by condor_priois only used when comparing to the priority jobs owned by the same user and submitted from the same
machine.
Options
-n schedd_name
Change priority of jobs queued at the specified condor_scheddin the local pool.
-pool pool_name-n schedd_name
Change priority of jobs queued at the specified condor_scheddin the specified pool.
Exit Status
condor_priowill exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.
Author
Condor Team, University of Wisconsin-Madison
Copyright
Copyright (C) 1990-2012 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved.
Licensed under the Apache License, Version 2.0.
See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu
September 2012 condor_prio(1)