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

RE: [Condor-users] condor installation...



Dear Bruce,

Not a expert myself just learning but by default condor tries to install
to /opt/condor which is usually part of the root file system. It looks
like you are probably out of space on the root partition.

I would run "rpm -ivh condor-6.6.6-linux-x86-glibc23-dynamic-1.i386.rpm
--prefix=/usr/condor

To install condor to /usr/condor or some other file system that has more
of the 10GB disk allocated to it.

Hope that helps ;-)

Best regards,
Roy.

-----Original Message-----
From: bruce [mailto:bedouglas@xxxxxxxxxxxxx] 
Sent: 06 October 2004 20:12
To: 'Condor-Users Mail List'
Subject: RE: [Condor-users] condor installation...


hi...

carey... not being a linux (rh8) guru... can someone tell me what i need
to do to resolve the following issue/msg????

i did a rpm condor....

[root@lserver3 rpm]# rpm -ivh
condor-6.6.6-linux-x86-glibc23-dynamic-1.i386.rpm
Preparing...                ###########################################
[100%]
        installing package condor-6.6.6-1 needs 102MB on the /
filesystem [root@lserver3 rpm]#

do i need to enter some command??!!

the machine should have enough (10G) drive on it to be used as a test
machine...

thanks...

-bruce...




-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx]On Behalf Of Carey Kireyev
Sent: Wednesday, October 06, 2004 9:01 AM
To: Condor-Users Mail List
Subject: Re: [Condor-users] condor installation...


Hi Bruce,

here's a simple cheat sheet.

You'll have one machine in your (2-machine) pool that will be the
Central Manager. All the other machines in the pool (including the
central manager itself) can either submit and/or execute jobs (depending
how they're configured). All machines report to the central manager
machine, which in turn matches machines with jobs.

To install:

So pick a central manager  machine (let's call it
"central-manager.mydomain.org") and do:
1) Download (fomr our website) and untar condor tarball
2) cd condor-x.x.x
3) ./condor_configure --install
4) set CONDOR_CONFIG to the value indiciated by condor_configure, (e.g.
`pwd`/etc/condor_config)
5) Start the master:
	condor_master
6) At this point you should have  a one-node pool, you can verify with
	condor_status

On other machine(s), do:
1) Download (fomr our website) and untar condor tarball
2) cd condor-x.x.x

this step is different:
3) ./condor_configure --install --type=submit,execute
--central-manager=central-manager.mydomain.org

4) set CONDOR_CONFIG to the value indiciated by condor_configure, (e.g.
`pwd`/etc/condor_config)
5) Start the master:
	condor_master
6) Run condor_status (give it a few seconds after step 5), you should
see this machine and the cetnral manager in the pool.

Carey Kireyev
Condor Team



On Wed, 2004-10-06 at 09:58, bruce wrote:
> hi...
>
> i'm getting ready to try an install of condor. in reviewing the docs, 
> i'm waaaay out of my comfort zone with the linux admin.. or at least 
> i'm confused!!!
>
> is there somebody i can talk to for a few mins to get the ball 
> rolling.
>
> i'd like to start small, ie create a condor master with a condor 
> client machine. the machines will be linux.
>
> basically, i could use a 'cheat sheet' that outlines a basic 
> structure/process for getting the two machines up/running, so i can
actually
> see if condor works for me!!
>
> in all honesty, i probably only need 10-15 mins of actually talking to

> someone.
>
> thanks
>
> -bruce
>
>
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx 
> http://lists.cs.wisc.edu/mailman/listinfo/condor-users

_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
http://lists.cs.wisc.edu/mailman/listinfo/condor-users

_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
http://lists.cs.wisc.edu/mailman/listinfo/condor-users