初步安装Condor

本文详细介绍了在CentOS系统中安装Condor集群管理软件的步骤,包括创建用户和组、解压安装包、配置安装路径、修改配置文件以及设置环境变量,最终成功设置为manager, submit, execute节点。" 68942734,433912,Windows环境下CAS服务器配置指南,"['单点登录', 'CAS', '服务器配置', 'windows', 'web服务器']

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 1. 准备
 [root@node1 /]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
::1             localhost6.localdomain6 localhost6
192.168.227.128   node1.xjtu.edu.cn node1
192.168.227.129   node2.xjtu.edu.cn node2


[root@node1 /]# groupadd condor
[root@node1 /]# useradd -g condor condor
[root@node1 /]# passwd condor


 在/root安装,安装在/root/program/condor_install, 本地目录为/root/program/local
 [root@node1 ~]# pwd
/root
[root@node1 ~]# mkdir program
[root@node1 ~]# mkdir program/condor_install
[root@node1 ~]# mkdir program/local




2. 解压,安装
[root@node1 ~]# tar -zxvf condor-7.8.0-x86_rhap_5-stripped.tar.gz
[root@node1 ~]# ll condor-7.8.0-x86_rhap_5-stripped
total 60
drwxr-xr-x 2 root root 4096 May  8 22:16 bin
lrwxrwxrwx 1 root root   23 Jun  1 21:04 condor_configure -> ./sbin/condor_configure
lrwxrwxrwx 1 root root   21 Jun  1 21:04 condor_install -> ./sbin/condor_install
-rw-r--r-- 1 root root  245 May  8 21:49 DOC
drwxr-xr-x 5 root root 4096 May  8 22:11 etc
drwxr-xr-x 3 root root 4096 May  8 22:11 examples
drwxr-xr-x 3 root root 4096 May  8 22:11 include
-rw-r--r-- 1 root root  202 May  8 21:49 INSTALL
drwxr-xr-x 4 root root 4096 May  8 22:16 lib
drwxr-xr-x 3 root root 4096 May  8 22:16 libexec
-rw-r--r-- 1 root root 9723 May  8 21:48 LICENSE-2.0.txt
drwxr-xr-x 3 root root 4096 May  8 22:11 man
-rw-r--r-- 1 root root 1654 May  8 21:49 README
drwxr-xr-x 2 root root 4096 May  8 22:16 sbin
drwxr-xr-x 4 root root 4096 May  8 22:11 src


//condor被安装到/root/program/condor_install
[root@node1 condor-7.8.0-x86_rhap_5-stripped]# ./condor_install --prefix=/root/program/condor_install/ --local=/root/program/local --type=manager,submit,execute


3. 配置
[root@node1 etc]# pwd
/root/program/condor_install/etc
[root@node1 etc]# vi condor_config   //修改ALLOW_WRITE
##  You must set this to something else before Condor will run.
##  This most simple option is:
    ALLOW_WRITE = *


设置环境变量
[root@node1 etc]# vi /etc/profile
export PATH=/root/program/condor_install/bin:/root/program/condor_install/sbin:$PATH
export CONDOR_CONFIG=/root/program/condor_install/etc/condor_config
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值