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)Localqstart(8B)
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 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)
Hello,
i need to write a message queue "chat server", that should work only localy.
Can anyone please help me with some ideas and peshaps code. I'm studying the UNIX IPC mechanisms right now. So far, i understand how it works but i still cannot get an idea how to write a chat programm...
... (2 Replies)
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)
Hi ,
I am trying to execute one script residing on server B from server A and in automated way but with a trigger.
My main quetion are
1) How I will login to the remote server automatically with user name and password. ( rsh or any other way ?)
2) Once logged in I need to execute... (2 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, I'm new to scripting so, sorry if this is a dumb question. What's the best way to execute a .sh file remotely? I want to log into server "b" from server "a" & run a script. "./scriptname.sh". At this point, all I'm looking to do is a simple ls -la > output.txt within the script to capture... (3 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 IBM RS/6000 44P MODEL 170 server with Aix 5.1
Till the morning server is working fine, i turned off properly but now i tried to start it is showing below error on LED and going down (power off)
E051 >>>E0E0 >>>> E0E1>>>> 种种种种 >>>> 40210014 P1-C1-F1 ccccccc >>>> 40210014 >>>>E043... (3 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)