A good news!
I I appreciate your kindness.
Regards,
Hawkzone
On 10/9/07, Michael Edwards <[EMAIL PROTECTED]> wrote:
>
> The "tm" module for open mpi is for interaction with PBS or Torque, the
> resource manager which is used by OSCAR by default.
>
> It is possible that the version which we included in 5.0 does not have the
> tm module built into it (though I think it does). This may or may not be a
> problem in practice, but it seems to make the test fail. If you have users
> who want to use openmpi (rather than lam or mpich) than we can certainly
> suggest some hand testing to verify more carefully if the important features
> are working or not.
>
> The other mpi versions will work fine even if openmpi is broken, so
> depending on user demand this may not be a pressing problem.
>
> On 10/9/07, Qian Feng <[EMAIL PROTECTED]> wrote:
> >
> > Please see the content of the openmpitst.err file, it is list as below:
> > -------------------------------------------------------------
> > mpi/openmpi-1.1.1(64):ERROR:102: Tcl command execution failed: if {
> > $have_blcr == 1 && $have_gm == 1 &&
> > [file exists $dir/openmpi-with-blcr-and-gm-$version] } {
> > module load $dir/openmpi-with-blcr-and-gm-$version
> > } elseif { $have_blcr == 0 && $have_gm == 1 &&
> > [file exists $dir/openmpi-with-gm-$version] } {
> > module load $dir/openmpi-with-gm-$version
> > } elseif { $have_blcr == 1 && $have_gm == 0 &&
> > [file exists $dir/openmpi-with-blcr-$version] } {
> > module load $dir/openmpi-with-blcr-$version
> > } elseif { [file exists $dir/openmpi-$version] } {
> > module load $dir/openmpi-$version
> > } else {
> > break
> > }
> >
> >
> > ERROR: Open MPI does not appear to have the tm component!
> > This test script will now abort.
> >
> > --------------------------------------------------------------------
> > the oscarinstall.log files have been packaged and attached.
> >
> > Tonight I have tested it again, there is only one failed/skipped test
> > --- openmpi test.
> >
> > I don't know whether I have provided you enough information to check the
> > wrong configuration. So sorry, I don't find the text output file for the
> > cluster test setup window.
> >
> > Thank you again for your warm-heart guidance.
> >
> > Regards,
> > Hawkzone
> >
> >
> >
> > On 10/8/07, Michael Edwards < [EMAIL PROTECTED]> wrote:
> > >
> > > Both those messages are normal and can generally be ignored. The
> > > first is just letting you know that OSCAR didn't do anything to your mail
> > > server set up, but that we think it should. So it will work like it did
> > > out
> > > of the box. If you use Postfix, then it will do ... something.
> > > I have never used Postfix, so I have no idea what it configures it to
> > > do.
> > >
> > > The second set of messages are just warnings, they are unlikely to be
> > > the source of your problems.
> > >
> > > The attached log file is not very helpful, please do "zip -f
> > > oscarinstall.zip *.log" in the /opt/oscar directory and send the
> > > oscarinstall.zip file.
> > >
> > > Also, please copy and paste the output of the test window into your
> > > email.
> > >
> > > On 10/8/07, Qian Feng <[EMAIL PROTECTED]> wrote:
> > > >
> > > > the oscarinstal.log is attached.
> > > >
> > > > 1. according to the log file, shall I remove the package sendmail?
> > > > ************************************ WARNING
> > > > ************************************
> > > > OSCAR could not set up the configuration for any mailing service on
> > > > the server.
> > > > The current version of the mta-config package in OSCAR only supports
> > > > the Postfix mail transfer agent (MTA).
> > > > It looks like you have another MTA installed (e.g, sendmail or
> > > > exim); as such,
> > > > please be aware that OSCAR will not automatically configure it.
> > > >
> > > > 2. How to solve the problem?
> > > > --> About to run /opt/oscar/packages/opium/scripts/post_install for
> > > > opium
> > > > Could not find template for file switcher.ini
> > > > If this contains distro-specific lines, please create a template!
> > > > image:
> > > > $VAR1 = 'oscarimage';
> > > > ---------------
> > > > Could not find template for file gshadow
> > > > If this contains distro-specific lines, please create a template!
> > > > image:
> > > > $VAR1 = 'oscarimage';
> > > > ---------------
> > > > image:
> > > > $VAR1 = 'oscarimage';
> > > > ---------------
> > > > image:
> > > > $VAR1 = 'oscarimage';
> > > > ---------------
> > > > image:
> > > > $VAR1 = 'oscarimage';
> > > > ---------------
> > > >
> > > > Regards!
> > > > hawkzone
> > > >
> > > > On 10/7/07, Michael Edwards < [EMAIL PROTECTED]> wrote:
> > > > >
> > > > > Copy and past the test output and a compressed oscarinstall.log
> > > > >
> > > > > On 10/7/07, Qian Feng < [EMAIL PROTECTED]> wrote:
> > > > >
> > > > > > Hi:
> > > > > >
> > > > > > I have built up a cluster made up with a centos-4.5-i386headnode
> > > > > > and it's vitual machine in the last 2 days. The virtual machine is
> > > > > > obtained with vmware or linux version. It seems that the cluster is
> > > > > > built ok
> > > > > > and then I ran the test application. There are 3 errors, one for
> > > > > > torque, the
> > > > > > other for maui, and the last for mpi. It's pointed out that in the
> > > > > > first
> > > > > > test only the mpi failed, and the above 3 errors show in the
> > > > > > continued
> > > > > > retest.
> > > > > >
> > > > > > 1 error information for torque: Starting TORQUE Sever:
> > > > > > pbs_server: another server running Coul not start pbs_server, pls
> > > > > > check
> > > > > > configuration and rerun tests. Torque service check: pbs_server
> > > > > > 2 error for maui. Could not start maui, pls check conffiguration
> > > > > > and rerun tests. Maui service check: maui
> > > > > > 3 error for MPI: mpi/openmpi-1.1.1(64):ERROR:102: Tcl comand
> > > > > > execution failed: if ......... (it's a paragraph of codes.), so
> > > > > > Open MPI(via
> > > > > > Torque) failed
> > > > > >
> > > > > > what should I do now? could you give me some advices?
> > > > > > Thanks very much !
> > > > > > hawkzone (china)
> > > > > >
> > > > > >
> > > > > > -------------------------------------------------------------------------
> > > > > > This SF.net email is sponsored by: Splunk Inc.
> > > > > > Still grepping through log files to find problems? Stop.
> > > > > > Now Search log events and configuration files using AJAX and a
> > > > > > browser.
> > > > > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > > > > _______________________________________________
> > > > > > Oscar-users mailing list
> > > > > > Oscar-users@lists.sourceforge.net
> > > > > > https://lists.sourceforge.net/lists/listinfo/oscar-users
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > -------------------------------------------------------------------------
> > > > > This SF.net email is sponsored by: Splunk Inc.
> > > > > Still grepping through log files to find problems? Stop.
> > > > > Now Search log events and configuration files using AJAX and a
> > > > > browser.
> > > > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > > > _______________________________________________
> > > > > Oscar-users mailing list
> > > > > Oscar-users@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/oscar-users
> > > > >
> > > > >
> > > >
> > > >
> > > > -------------------------------------------------------------------------
> > > > This SF.net email is sponsored by: Splunk Inc.
> > > > Still grepping through log files to find problems? Stop.
> > > > Now Search log events and configuration files using AJAX and a
> > > > browser.
> > > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > > _______________________________________________
> > > > Oscar-users mailing list
> > > > Oscar-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/oscar-users
> > > >
> > > >
> > > >
> > >
> > >
> > > -------------------------------------------------------------------------
> > > This SF.net email is sponsored by: Splunk Inc.
> > > Still grepping through log files to find problems? Stop.
> > > Now Search log events and configuration files using AJAX and a
> > > browser.
> > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > _______________________________________________
> > > Oscar-users mailing list
> > > Oscar-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/oscar-users
> > >
> > >
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems? Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > _______________________________________________
> > Oscar-users mailing list
> > Oscar-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/oscar-users
> >
> >
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Oscar-users mailing list
> Oscar-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users