# qdel -p jobID
References:
Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
# qdel -p jobID
# qstat --version Version: 4.2.7 Commit: xxxxxxxxxxxxxxxxxxxxxx
# ls -ld /home drwx------ 7 root root 8192 Dec 22 15:13 home
# chmod 755 /home drwxr-xr-x 7 root root 8192 Dec 22 15:13 home
# engine-log-collector INFO: Gathering oVirt Engine information... INFO: Gathering PostgreSQL the oVirt Engine database and log files from localhost... Please provide the REST API password for the admin@internal oVirt Engine user (CTRL+D to skip): About to collect information from 1 hypervisors. Continue? (Y/n): y INFO: Gathering information from selected hypervisors... INFO: collecting information from 192.168.50.56 INFO: finished collecting information from 192.168.50.56 Creating compressed archive...
# engine-log-collector --hosts=*.11,*.15
# engine-log-collector --no-hypervisorsReferences
# vim /etc/ssh/sshd_config
..... ClientAliveInterval 60 .....
# vim ~/.ssh/config
..... ServerAliveInterval 60 .....
# chown username.usergroups myfile.
# chown user.name:usergroups myfile
[epel] ..... ..... mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch [epel-debuginfo] ..... ..... mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=epel-debug-6&arch=$basearch