qenable(8B) PBS qenable(8B)NAME
qenable - enable input to a pbs destination
SYNOPSIS
qenable destination ...
DESCRIPTION
The qenable command directs that a destination should accept batch jobs.
The qenable command sends a Manage request to the batch server specified by destination. If the command is accepted, the destination will
accept Queue Job requests which specified the queue.
In order to execute qenable, the user must have PBS Operation or Manager privilege.
OPERANDS
The qenable 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 enable that queue at the default server. If the @server form is given, the request is to enable
all the queues at that server. If a full destination identifier, queue@server, is given, the request is to enable the named queue at the
named server.
STANDARD ERROR
The qenable 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 qenable command, the exit status will be a value of zero.
If the qenable command fails to process any operand, the command exits with a value greater than zero.
SEE ALSO pbs_server(8B), qdisable(8B), and qmgr(1B)Localqenable(8B)
Check Out this Related Man Page
qenable(8B) PBS qenable(8B)NAME
qenable - enable input to a pbs destination
SYNOPSIS
qenable destination ...
DESCRIPTION
The qenable command directs that a destination should accept batch jobs.
The qenable command sends a Manage request to the batch server specified by destination. If the command is accepted, the destination will
accept Queue Job requests which specified the queue.
In order to execute qenable, the user must have PBS Operation or Manager privilege.
OPERANDS
The qenable 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 enable that queue at the default server. If the @server form is given, the request is to enable
all the queues at that server. If a full destination identifier, queue@server, is given, the request is to enable the named queue at the
named server.
STANDARD ERROR
The qenable 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 qenable command, the exit status will be a value of zero.
If the qenable command fails to process any operand, the command exits with a value greater than zero.
SEE ALSO pbs_server(8B), qdisable(8B), and qmgr(1B)Local qenable(8B)
I'm now designing a server application which can serve large number of clients' request. I've a question to ask, that is, main process will block when invoke the "accept" function, if a client request comes, main process should be separated into 2 processes by invoking "fork" function, the parent... (4 Replies)
Hi, there
On HP-UX IA server, when calling 'accept' function in my program, the server never wait the client's connection. Each time, it accepted the request from IP address 0.0.0.0 even there is no client's connection. The server program looks like :
main()
{
.
.
.... (4 Replies)
Hello all
im doing this to build batch cp command :
find ../php/ -type f | awk '{print "cp "$1 }'
now I missing the second part of the command that will give me the destination path that is
the same but without the file name , how can I drop the filename with awk so the result will... (2 Replies)
Hi all,
is there any command that i can execute to find out the size of the harddisk and RAM on my server? Because i am not the SA, i do not have access to such infomation. (2 Replies)
Ok. I'm testing a new program component that is supposed to speed up our pipeline on the server. What it does is take in HEAD requests and shuffle them off to a different pipeline that is specially designed to handle HEAD requests quickly. The functionality works but now comes the question: how... (3 Replies)
Hi,
I would like to get the output of below command emailed to me in a windows2003 server.
"bpimagelist -hoursago 24 -U"
I will be using "blat" to email the output of this command.But not sure how the above command is called for in a batch file when executed.
Would appreciate if... (1 Reply)
I have two HP Servers, server A and server B.
When I input who -a | grep $$ command on server A, in the output I get the IP of the machine who is executing the current process.
But when i execute the same command who -a | grep $$ on server B, I get the computer same instead of IP.
Can some one... (4 Replies)
I see suddenly server down,i check everything ok but server down.When i restart server its working fine,but mail server down.I check inodes full 100 %
Please i cant do this perform.anyone know how to inodes 100 % full resolve this issue.
Filesystem Inodes IUsed IFree IUse%... (7 Replies)
I am using the below command to scp the file to destination server ($server).
The ssh keys have been created between the source and destination servers. Still I am getting password authentication after executing the below scp command:
scp $Local_dir/$file_pattern* $username@$server:/$ftp_dir/... (1 Reply)
Hi,
I am running a rsync command from one server to another server. Source server is having user - bfdeploy and destination user is ftcjbd. Though ftcjbd is owner of /ftc/envs/static/includes/vehicles on destination server, it is still giving error "mkstemp - Permission denied". I am not able to... (4 Replies)
I have an opportunity to improve the performance of batch processing that sends out thousands of e-mails per day to inform customers (yes, real people spending money!) that their order has been picked, packed, dispatched or whatever. The logic in the code that notifies them works on blocks of... (4 Replies)