[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] condor master start at system reboot



3ks!
After doing what you said, the condor still can't start when system reboot. So I tried "service condor.boot start", it replies "can't find enviroment variable CONDOR_CONFIG", which I have already set in /etc/profile. This time I add the export CONDOR_CONFIG into the condor.boot and it works!
Maybe I have a wrong understanding about the sequence of loading the system enviroment variables in /etc/profile and starting the process under /etc/rc5.d?
 
2009-05-21

杨海龙
中德软件研究所
北京航空航天大学
电话:(86-10)82315908   
电子邮件:hailong.yang@xxxxxxxxxxxxxxx
地址:北京海淀区学院路37号,北航大学新主楼G座413房间

发件人: zhaokun
发送时间: 2009-05-21  19:55:54
收件人: Condor-Users Mail List
抄送:
主题: Re: [Condor-users] condor master start at system reboot
Hi Condor-Users Mail List, 
I think we should talk about this question in Linux Howto mail list,not in condor mail list.
   1 modify MASTER macro in condor.boot 
   2  cp condor.boot /etc/init.d
   3    chkconfig --add condor.boot     //add to auto start
   4    chkconfig --list condor.boot    // show auto start config
   5    service condor.boot start/stop       // start/stop service manully
man chkconfig to find more help.
------------------  
   zhaokun
   Beijing Hotsim Technology Co.,Ltd
   2009-05-21
-------------------------------------------------------------
From:hailong.yang1115 hailong.yang1115@xxxxxxxxx
Date:2009-05-21 18:56:03
To:condor-users condor-users@xxxxxxxxxxx
cc: 
Title:[Condor-users] condor master start at system reboot
Hi,
I want my condor central manager to start when I reboot the system. I changed the MASTER mcro to the path of my condor installment in condor.boot, added the condor.boot into /etc/init.d and made symbol link pointing to the condor.boot in /etc/rc5.d. But when I restart the system, condor didn't start itself, I still have to start it manully. Any help?
My system:CentOS release 5.2 (Final) 
Condor version: condor-7.2.1
run level: 5
2009-05-21 
杨海龙
中德软件研究所
北京航空航天大学
电话:(86-10)82315908    
电子邮件:hailong.yang@xxxxxxxxxxxxxxx
地址:北京海淀区学院路37号,北航大学新主楼G座413房间
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at: 
https://lists.cs.wisc.edu/archive/condor-users/
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at: 
https://lists.cs.wisc.edu/archive/condor-users/