Thanks, Michael. and sorry for this novice questions:
 
1) on head node and compute node, I can "rpm -qa|grep". Results showed that 
"compat-libstdc++-33-32-3.2.3-47.3" is the only package not installed on 
compute node. plus, the software was running ok on head node. So I am sure it 
is completely installed on head node. When you said: "copy the required 
packages to image directory", which file(s) do you mean here? do you mean the 
.so file? (it seems all .so files under the directory you mentioned) and how 
can I relate the .so file to each package? 
 
2) hypothically, after copying these files, how can I install on each compute 
node?
 
Thanks for these tedious questions.
 
Huajun

________________________________

From: [EMAIL PROTECTED] on behalf of Michael Edwards
Sent: Wed 5/9/2007 11:25 PM
To: oscar-users@lists.sourceforge.net
Subject: Re: [Oscar-users] help: lib missing on slave nodes



Did you install those packages on the head node?

If so, copy the required packages to the image directory on the head
node (by default this is /var/lib/systemimager/images/oscarimage) and
then do

chroot /var/lib/systemimager/images/oscarimage

Then install the packages as you did on the head node.  You might get
some odd messages because the chroot environment is a bit unexpected
to some programs, but it should work alright.

You also might do something like "rpm -qa | grep libc" on the head
node and the compute nodes.  I am not sure why there would be a
different version on the head and compute nodes, but it looks like
that might be the case.

On 5/9/07, Fan,Huajun <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi All
>
>
>
>
> I have two slave nodes in a cluster running OSCAR5.0. One of the software
> failed with message of can't find libstdc++.so.5 when running on slave
> nodes. This file is under /usr/lib/ directory at master node, but not in
> slave nodes. on slave node, it shows libstdc++.so.6. I am totally new to
> oscar and centos 4.0. is this normal at all?
>
> When I check the vendor's website, it does not require libstdc++.so.5, but
> it requires the following lib:
>   glibc-2.3.4-2.25 (32-bit and 64-bit)
>   hpmpi-2.02.00.03-20060614r.x86_64 (32-bit and 64-bit)
>   libgcc-3.4.6-3 (32-bit and 64-bit)
>   compat-libstdc++-33-32-3.2.3-47.3 (32-bit and 64-bit)
>
> To my limited knowledge, everything slave node needs should be under /home/
> directory. In this case, the master node can run the job no problem, because
> everything the software needs is at /usr/lib/ directory. but slave nodes
> can't access to master node outside of /home directory, my question is then,
> how can I get this software to run on slave node? Can I install library to
> each slave node? (I only got two nodes and both are x86_64). If so, can
> someone help me stepwise? What's the best solution to my case?
>
> Thank you very much for your help.
>
>
> Huajun
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Oscar-users mailing list
> Oscar-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-users
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users


<<winmail.dat>>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to