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)Localqenable(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 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)
hi all
i need to transfer files from one server to another,but i have to make up a backup with a datestamp on the destination server beore i move the new files from the source to the destination server.
example
source server destination server
a.sun a.sun
b.sun ... (0 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)
Hi ,
we are writing a shell script to test connection of our destination servers and facing an issue if the destination server doesnt respond. we are using the following command.,
sftp -B /dev/fd/0 <host@servername> << EOF >> file.txt
quit
EOF
---------
The above command hangs for 20min and... (0 Replies)
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)
hi all my problem is i have programmed a server to accept multiple clients through concurrent server approach
https://lh3.googleusercontent.com/-hg-TSMdDj1k/UG5R7iICXaI/AAAAAAAAC5M/23_NnU5kH94/s800/concserver.png
but when i try to execute the binding and connection accept works fine but the... (1 Reply)
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)
Hello Team,
Is there any Linux command / script available so that, I could create a simple 0 byte file in destination server by issuing the command from source server.
If yes, Could you please let me know the possible solutions.
in other words I just want to create a touch file in my home... (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)