Hi Team,
I have downloaded the source code and installed as per the instructions, but I could not get the scheduler binary in the /opt/Icecream path .
I need more details how to configure the scheduler and demon servers which is not clear in the documentation below .
How to install icecream
=======================
cd icecream
./autogen.sh
./configure --prefix=/opt/icecream
make
make install
What would be the next step after make install ? what I see after this is below .
[icecc@l42-up-ecbld-02 icecream]$ cd bin/
[icecc@l42-up-ecbld-02 bin]$ ls
icecc icecc-create-env icecc-test-env icerun
[icecc@l42-up-ecbld-02 bin]$ cd ..
[icecc@l42-up-ecbld-02 icecream]$ pwd
/opt/icecream
[icecc@l42-up-ecbld-02 icecream]$ ls
bin include lib libexec sbin share
[icecc@l42-up-ecbld-02 icecream]$ cd bin/
[icecc@l42-up-ecbld-02 bin]$ ls
icecc icecc-create-env icecc-test-env icerun
[icecc@l42-up-ecbld-02 bin]$ cd ../sbin/
[icecc@l42-up-ecbld-02 sbin]$ ls
iceccd
[icecc@l42-up-ecbld-02 sbin]$
where to start scheduler ?
where to start daemon ?
BR
Ashok G