LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing sun grid engine. it shows set ur environment variable.. but i did that (https://www.linuxquestions.org/questions/linux-software-2/installing-sun-grid-engine-it-shows-set-ur-environment-variable-but-i-did-that-827376/)

kalaiselvi 08-20-2010 01:09 AM

installing sun grid engine. it shows set ur environment variable.. but i did that
 
good morning,
i am trying to install sun grid engine. Doing my ME in madurai, Thiagarajar engineering college. while loading files on workstation, it shows set ur environment variable. but i set that variable as sge-root, also checked it with echo command.. can u help me to resolve this

TB0ne 08-21-2010 10:41 AM

Quote:

Originally Posted by kalaiselvi (Post 4072001)
good morning,
i am trying to install sun grid engine. Doing my ME in madurai, Thiagarajar engineering college. while loading files on workstation, it shows set ur environment variable. but i set that variable as sge-root, also checked it with echo command.. can u help me to resolve this

Spell out your words...if you're in college, they should have taught you how to spell by now.

How about details?? WHAT variable isn't set, and what is the exact error message(s) you're getting? Are you setting the variable, then running something as root/sudo? (that starts another shell...meaning the variable isn't set for that shell).

kalaiselvi 08-25-2010 01:46 AM

i created a directory in usr/src with the name sge-root..
within that i created another folder named sge6.1 and extract the 4 tar
files in it...

then i opened the terminal and change the directory to usr/src/sge-root.
then i set the environment variable by typing # SGE_ROOT=sge-root; export
SGE_ROOT...(i set my environment variable as sge-root)... then

gzip -dc sge6.1/sge6.1u2-common.tar.gz | tar xvpf -
gzip -dc sge6.1/sge6.1u2-bin-darwin-x86.tar.gz | tar xvpf -
gzip -dc sge6.1/sge6.1u2-bin-darwin-ppc.tar.gz | tar xvpf -
SGE_ROOT=sge-root; export SGE_ROOT
util/setfileperm.sh $SGE_ROOT

in this line i got the error as
ERROR: please set your $SGE_ROOT environment variable and start the script
again. Exit.

this is the error msg i am getting

edsel.matic 12-22-2010 10:41 PM

Quote:

Originally Posted by kalaiselvi (Post 4076917)
i created a directory in usr/src with the name sge-root..
within that i created another folder named sge6.1 and extract the 4 tar
files in it...

then i opened the terminal and change the directory to usr/src/sge-root.
then i set the environment variable by typing # SGE_ROOT=sge-root; export
SGE_ROOT...(i set my environment variable as sge-root)... then

gzip -dc sge6.1/sge6.1u2-common.tar.gz | tar xvpf -
gzip -dc sge6.1/sge6.1u2-bin-darwin-x86.tar.gz | tar xvpf -
gzip -dc sge6.1/sge6.1u2-bin-darwin-ppc.tar.gz | tar xvpf -
SGE_ROOT=sge-root; export SGE_ROOT
util/setfileperm.sh $SGE_ROOT

in this line i got the error as
ERROR: please set your $SGE_ROOT environment variable and start the script
again. Exit.

this is the error msg i am getting

this is what you do:

# SGE_ROOT=/your/path; export SGE_ROOT
# echo $SGE_ROOT
^^ if done correctly, it will echo your path.

I too am currently configuring Sun Grid Engine on a linux system (CentOS5.5 distro). Let's trade info/questions/accomplishments, shall we?


All times are GMT -5. The time now is 07:38 PM.