With a lot of help from some of you, I have finished setting up a
cluster with a head and 4 nodes.  However, when I run step 7 of the
OSCAR 5.1 setup (Complete cluster setup) it finds some errors.  I think
I can deal with some of them, but others are puzzling:

 >  --> Update Wizard Env (as needed)
 >  Use of uninitialized value in scalar assignment at
 >    /opt/oscar/lib/OSCAR/WizardEnv.pm line 181

This has something to do with parsing the command-line arguments
passed to WizardEnv.


 >  Need an explicit source and target
 >  Couldn't push /etc/hosts to all nodes at ./post_install line 43

That line is
system(". /etc/profile.d/c3.sh && cpush /etc/hosts") and carp("Couldn't
     push /etc/hosts to all nodes");
There are a couple of problems there.  The script c3.sh refers to a
directory /opt/c3-4, which doesn't exist.  Also cpush wants an argument
list with at least 2 items.

Also, it appears that /usr/sbin/updateclient has an important role
in cluster maintenance.  It also doesn't exist.

 >  sh: module: line 1: syntax error: unexpected end of file
 >  sh: error importing function definition for `module'

There are lots of these all through every step of the installation.
I got confused by the information that Google gave me.  Can this be
ignored?

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to