Wednesday, April 25, 2012

Deleting Queue and Nodes in Torque in real-time

Deleting Queue on Torque in real time cannot be easier. I'm assuming that you have made the necessary configuration to ensure that the queue has at least 1 default queue

Deleting Queue

Just fire the command
# qmgr -c "delete queue myclusterqueue"

The queue and its corresponding queue attributes will be removed from the Torque

Similarly deleting computing resources in Torque is real-time is very

# qmgr -c "delete node compute01"

No comments: