qstart(8B) PBS qstart(8B)NAME
qstart - start pbs batch job processing at a destination
SYNOPSIS
qstart destination ...
DESCRIPTION
The qstart command directs that a destination should process batch jobs. If the destination is an execution queue, the server will begin
to schedule jobs that reside in the queue for execution. If the destination is a routing queue, the server will begin to route jobs from
that queue.
In order to execute qstart, the user must have PBS Operation or Manager privilege.
OPERANDS
The qstart command accepts one or more destination operands. The operands are one of three forms:
queue
@server
queue@server
If queue is specified, the request is to start that queue at the default server. If the @server form is given, the request is to start all
queues at that server. If a full destination identifier, queue@server, is given, the request is to start the named queue at the named
server.
STANDARD ERROR
The qstart command will write a diagnostic message to standard error for each error occurrence.
EXIT STATUS
Upon successful processing of all the operands presented to the qstart command, the exit status will be a value of zero.
If the qstart command fails to process any operand, the command exits with a value greater than zero.
SEE ALSO pbs_server(8B), qstop(8B), and qmgr(1B)Localqstart(8B)
Check Out this Related Man Page
qstart(8B) PBS qstart(8B)NAME
qstart - start pbs batch job processing at a destination
SYNOPSIS
qstart destination ...
DESCRIPTION
The qstart command directs that a destination should process batch jobs. If the destination is an execution queue, the server will begin
to schedule jobs that reside in the queue for execution. If the destination is a routing queue, the server will begin to route jobs from
that queue.
In order to execute qstart, the user must have PBS Operation or Manager privilege.
OPERANDS
The qstart command accepts one or more destination operands. The operands are one of three forms:
queue
@server
queue@server
If queue is specified, the request is to start that queue at the default server. If the @server form is given, the request is to start all
queues at that server. If a full destination identifier, queue@server, is given, the request is to start the named queue at the named
server.
STANDARD ERROR
The qstart command will write a diagnostic message to standard error for each error occurrence.
EXIT STATUS
Upon successful processing of all the operands presented to the qstart command, the exit status will be a value of zero.
If the qstart command fails to process any operand, the command exits with a value greater than zero.
SEE ALSO pbs_server(8B), qstop(8B), and qmgr(1B)Localqstart(8B)
I use the "rndc start" to start the bind server .
but the server can't be started. it says "connection refused"
I don't know what happened,and how to resolve it.
Would somebody can help me? (2 Replies)
Hi, I have various applications on my unix server and one of them relies on a process that needs to start in order to print however the process is not starting at all. I think the problem lies in the shared memory. Does anyone have the commands to flush the shared memory and can anyone tell me if... (2 Replies)
Hi Folks
I am not a c programmer .But i need help in writing a program which can do this any ideas on how to go about it .
i start a server on the target server where files need to be copied
start-server -port 5006 & ---start the server and listen it on a partcular port
on the source... (2 Replies)
hi all!
I am VB developer and i am trying to automate a process in UNIX for which i request your help.
I want to learn the technique by which we can write batch process in unix server to search for a list of files and to note down files that are missing from the list in the form of a log so... (2 Replies)
Hi,
I want to automate process of making server up and down.
For us making server up and down is just to go to particular directory in user directories (in Unix box) and running start and stop shell script .
We have to run the same things on 5 users on same server .
Can anybody suggest... (1 Reply)
Hi all,
I am new to unix shell scripting and I am trying to append batch number that comes in Trailer record to the detailed record.
TR|20080312|22881 |000000005|20080319|2202
LN|20080312|077777722220 |0000100000017|ABS
LN|20080312|000799439326 |0000709943937|AA
TR|20080313|22897 ... (6 Replies)
Dear all,
Is it possible to view all the cronjobs set under all the userids in a server.
Or view all the cronjobs in the server?
Thanks in anticipation,
Sree. (2 Replies)
Hi to all,
i cant start my x server.
I use putty and xming.
When i type xclock i get no promt back and i must type ctrl+c to get promt again.
start x is giving me:
$ startx
Fatal server error:
PAM authentication failed, cannot start X server.
Perhaps you do not have console... (3 Replies)
Hello,
i was wondering if you could assist me in the following situation:
i am trying to queue a group execution commands (same command but different parameters) submited from an openVMS system to a Unix system (HP UX). The commands should run in sequence; the next starts after prev finish... (5 Replies)
Hi,
I'm at AIX 5.3, I have a print queue named chqprinter, I want to allow access to print only 2 users to that print queue, jobs printed by all other users to above queue should be deleted.
Any idea how to achieve that?
---------- Post updated at 10:33 AM ---------- Previous update was at... (5 Replies)
Hello Friends,
The AT command which we use to schedule one time jobs. How do I see what jobs are submitted to the AT command for any user
Thanks in Advance. (6 Replies)
Hi,
I have a wierd requirement where i need to check for a file transfered to my Server and once it is completed i need to start processing my jobs.
My server is AIX 6.0 and i want to know is there some way in unix i can keep on checking the file and once it is completed successfully i can... (5 Replies)
Hi
I have used the AT command in my shell script to schedule the jobs. Sometimes it works fine but sometimes it throws an error, such as :
at: can't change the owner of your job to you.
I could not find any solution to this issue yet.
If anyone can please provide any pointer what doe this... (3 Replies)