Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

qstart(8b) [v7 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) Local qstart(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) Local qstart(8B)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Search Files In Unix Servers

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)
Discussion started by: varsai123
2 Replies

2. UNIX for Advanced & Expert Users

can not start x server.

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)
Discussion started by: ttoni
3 Replies

3. UNIX for Advanced & Expert Users

UNIX Queue command execution

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)
Discussion started by: wede23
5 Replies

4. Windows & DOS: Issues & Discussions

How to start a vbs from a windows batch file?

Morning, I'm trying to execute a vbs from a .bat file. Can someone tell me what the difference is between these statements: start c:\lib\runit.vbc c:\lib\runit.vbs When I run the batch with the 'start' parameter it doesn't seem to do anything. (1 Reply)
Discussion started by: Grueben
1 Replies

5. Shell Programming and Scripting

ssh - running remote command not exiting

Hi, i have a shellscript, where in i need to connect to different server start these three jobs and exit from the server and start the same three jobs on local server. ssh user@remotehost 'bash -s' << EOF ${GETT_HOME}/bin/start1 & sleep 10 ${GETT_HOME}/bin/start2 & sleep 10... (1 Reply)
Discussion started by: swapnabhargav
1 Replies

6. Shell Programming and Scripting

Check the file processed Completion

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)
Discussion started by: prasson_ibm
5 Replies

7. UNIX for Advanced & Expert Users

AT command Error

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)
Discussion started by: MD21
3 Replies

8. AIX

Question on r-queue from vmstat out

On our prod system we found sometime runqueue goes back to 0 as below. Whereas on test server even with very very less work the r-queue never dropped to 0. Under what conditions r-queue drops to 0? Does it mean something unusual? EG: kthr memory page faults ... (1 Reply)
Discussion started by: aixusrsys
1 Replies