# qmove queue_name job_id
For example
# qmove pulasan_queue 1234
For more information, remember to look at qmove man pages
Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
# qmove queue_name job_id
# qmove pulasan_queue 1234
Options | Description |
qstat -i | Display jobs that are non-running in alternative format |
qstat -r | Display jobs that are running |
qstat -n | In addition to basic information, it also provide information of nodes allocated to the job listed. |
qstat -u users(s) | Display jobs of a user or users |
qstat -Q | Status of queues |
qstat -Q -f | Full status of queues in the alternative format |
qstat -q | Status of queues in the alternative format |
qstat -B | Batch server status |
qstat -B -f | Full batch server status including configuration |
$ type -a icc icc is /opt/intel/composerxe-2011.2.137/bin/intel64/iccTo check the type of file the executable is categorised ie alias, keyword, function, builtin, file,you can use the command
$ type -t icc file
Host * ControlMaster auto ControlPath ~/.ssh/master-%r@%h:%pControlMaster auto Tries to start a master if there is no existing connection or it will use an existing master connection. ControlPath is the location socket for the ssh processes to communicate among themselves. The %r, %h and %p are replaced with your user name, the host to which you're connecting and the port number—only ssh sessions from the same user to the same host on the same port can or should share a TCP connection, so each group of multiplexed ssh processes needs a separate socket.
........... debug1: setting up multiplex master socket debug1: channel 0: new [client-session] ...........
.................... debug1: auto-mux: Trying existing master ...................
# useradd -D
GROUP=100 HOME=/home INACTIVE=-1 EXPIRE= SHELL=/bin/bash SKEL=/etc/skel CREATE_MAIL_SPOOL=yes
# rpm -ivh http://linuxdownload.adobe.com /adobe-release/adobe-release-i386-1.0-1.noarch.rpm
# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
# rpm -ivh http://linuxdownload.adobe.com/ adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
# yum update
# yum install flash-plugin nspluginwrapper curl
# yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
./configure --enable-grace-home=/opt/grace \ --with-extra-incpath=/usr/local/include:/opt/include \ --with-extra-ldpath=/usr/local/lib:/opt/lib --prefix=/usr/local
--enable-grace-home=DIR define Grace home dir [PREFIX/grace]
--with-extra-incpath=PATH define extra include path (dir1:dir2:...) [none]
--with-extra-ldpath=PATH define extra ld path (dir1:dir2:...) [none]
make
make tests
make install
make links
# qmgr -c "unset queue default_queue acl_users"where -c = execute single command and exit qmgr.
# qmgr -c "p s"
# shutdown -h 10:00 "Scheduled Maintenance. Expected downtime at 10am"
# shutdown -h +20 "We need to power down to do an emergency repair"