Thanks for your answers.
I followed this steps. 1. root@morfeo:/usr/local/condor/condor-7.6.4-x86_64_deb_6.0-updated-stripped# ./condor_install --prefix=/home/globus/condor --local-dir=/usr/local/condor --type=manager,submit,execute --owner=globus 2. root@morfeo:~# nano /etc/profile I put this: #ultimo export export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC export CONDOR_CONFIG=/home/globus/condor/etc/condor_config export CONDOR_HOME=/home/globus/condor export PATH=$PATH:$CONDOR_HOME/bin:$CONDOR_HOME/sbin 3. root@morfeo:~# nano $CONDOR_CONFIG I Change: ## What machine is your central manager? CONDOR_HOST = morfeo ## to specify that each machine has its own UID space. UID_DOMAIN = ups.edu.ec ## to specify that each machine has its own file system. FILESYSTEM_DOMAIN = ups.edu.ec 4. This is the error root@morfeo:~# condor_master root@morfeo:~# condor_status CEDAR:6001:Failed to connect to <192.168.1.6:9618> Error: Couldn't contact the condor_collector on morfeo.ups.edu.ec. Extra Info: the condor_collector is a process that runs on the central manager of your Condor pool and collects the status of all the machines and jobs in the Condor pool. The condor_collector might not be running, it might be refusing to communicate with you, there might be a network problem, or there may be some other problem. Check with your system administrator to fix this problem. If you are the system administrator, check that the condor_collector is running on morfeo.ups.edu.ec, check the HOSTALLOW configuration in your condor_config, and check the MasterLog and CollectorLog files in your log directory for possible clues as to why the condor_collector is not responding. Also see the Troubleshooting section of the manual. Thanks for any help, Regards, Mauricio |