Open main menu

CDOT Wiki β

Changes

Add IPv6 Support to Condor

994 bytes added, 16:42, 5 November 2008
Project News
* Edit a submit file named hello.sub, submit the file to condor (condor_submit hello.sub)
* Run condor_q to check on the status of my job
 
Nov 4, 2008:
* Check the submit job on Ireland machine, it hasn't worked.
* On Korea machine(Fedora 9), run yum install condor -- Can't install, remind me lack of gsoap
** run install gsoap -- Can't install
** manual download gsoap-2.7.9-0.1.I.i386.rpm, then run rpm -i gsoap-2.7.9-0.1.I.i386.rpm -- OK
** yum install condor -- OK
* On China machine(Fedora 8), reconfigure using the command "./configure --disable-glibc-version-check --disable-glibc-full-port", then run make it's ok.
* On China machine, create a condor1 virtual machine for Fedora 9, and install condor on virtual machine
** Solve network problem:
*** 1.Stop firewall
*** 2.Enable ipforward: echo 1 > /proc/sys/net/ipv4/ip_forward
*** 3.run "iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE"
** scp 192.168.122.1:DOWNLOAD/*.gz .
** run yum install csh
** untar the condor source file
** ran ./build_init
** ran ./configure --disable-glibc-version-check ---- ERROR: build_krb5-1.4.3 ERROR: unable to build krb5-1.4.3
1
edit