Code Comments
Programming Forum and web based access to our favorite programming groups.hi.. I have a question about Vine and its related to scheduler that supported by Vine. Can we add support to SGE scheduler ? and how to do that ? and why there are a lot of error that related to WsMDS in Vine 1.0 ? How to configure that service correctly ? Thanks Tonny
Post Follow-up to this messageHi, We are working now on documentation on this part but you can look for example into a project "grms" and into its structure. You can try to add support to SGE based on this example. Please visit our page http://www.vinetoolkit.org for more documentation and for further questions ask our users mail list http://gforge.man.poznan.pl/mailman/listinfo/vine-users For WsMDS please add gssCertConfiguration into Domain.xml inside hostResource where you have wsMdsResource: <gssCertConfiguration proxyFile="/path_to_your_proxy_file/x509up_user"/> Or set attribute of WsMdsResource useGssCertConfiguration to false (by default WsMdsResource has this attribute set to true). In this case WsMds should get a credential from portal. GssCertConfiguration has tree options of configuration of attributes: - proxyFile - applicationCertFile, applicationKeyFile, passphrase - myProxyCredentialName, myProxyPassword, credLifetime Dominik 2008/6/12 <txcom2003@elect-eng.its.ac.id>: > > hi.. > I have a question about Vine and its related to scheduler that supported > by Vine. Can we add support to SGE scheduler ? and how to do that ? > > and why there are a lot of error that related to WsMDS in Vine 1.0 ? How > to configure that service correctly ? > Thanks > > Tonny > > > ________________________________________ _______ > Gridsphere-users mailing list > Gridsphere-users@gridsphere.org > http://lists.gridsphere.org/mailman...ridsphere-users >
Post Follow-up to this messageThank's for your guide. Now I have join vine mailing list. for next session I will submit my comments and questions related to vine there. > Hi, > We are working now on documentation on this part but you can look for > example into a project "grms" and into its structure. You can try to add > support to SGE based on this example. Please visit our page > http://www.vinetoolkit.org for more documentation and for further > questions > ask our users mail list > http://gforge.man.poznan.pl/mailman/listinfo/vine-users > > For WsMDS please add gssCertConfiguration into Domain.xml inside > hostResource where you have wsMdsResource: > > <gssCertConfiguration proxyFile="/path_to_your_proxy_file/x509up_user"/> > > Or set attribute of WsMdsResource useGssCertConfiguration to false (by > default WsMdsResource has this attribute set to true). In this case WsMds > should get a credential from portal. > > GssCertConfiguration has tree options of configuration of attributes: > - proxyFile > - applicationCertFile, applicationKeyFile, passphrase > - myProxyCredentialName, myProxyPassword, credLifetime > > > Dominik > > > 2008/6/12 <txcom2003@elect-eng.its.ac.id>: > > ________________________________________ _______ > Gridsphere-users mailing list > Gridsphere-users@gridsphere.org > http://lists.gridsphere.org/mailman...ridsphere-users >
Post Follow-up to this message> Hi, > We are working now on documentation on this part but you can look for > example into a project "grms" and into its structure. You can try to add > support to SGE based on this example. Please visit our page > http://www.vinetoolkit.org for more documentation and for further > questions > ask our users mail list > http://gforge.man.poznan.pl/mailman/listinfo/vine-users How to download "grms" with svn command ? and where is the url ?
Post Follow-up to this messageIf you have used 'omiieurope' installer directory 'projects' should contain 'grms' Dominik 2008/6/12 <txcom2003@elect-eng.its.ac.id>: > > > How to download "grms" with svn command ? and where is the url ? > > ________________________________________ _______ > Gridsphere-users mailing list > Gridsphere-users@gridsphere.org > http://lists.gridsphere.org/mailman...ridsphere-users >
Post Follow-up to this messageI haven't used omiieurope. When I looked into omiieurope installer directory I didn't see grms. I downloaded and update vine with commands : To download user@host:~$ svn checkout https://gforge.man.poznan.pl/svn/vine/vine/trunk vine To update user@host:~$ cd vine user@host:~/vine$ svn update > If you have used 'omiieurope' installer directory 'projects' should > contain > 'grms' > > Dominik > > > 2008/6/12 <txcom2003@elect-eng.its.ac.id>: > > ________________________________________ _______ > Gridsphere-users mailing list > Gridsphere-users@gridsphere.org > http://lists.gridsphere.org/mailman...ridsphere-users >
Post Follow-up to this messageIf you are using installer 'omiieurope' to install Vine , after the installation in directory '/vine/projects' there should be 'grms'. In directory 'projects' we put all the plugins/extensions to Vine. You can also download 'grms' directly from svn: svn co https://gforge.man.poznan.pl/svn/vine/grms/trunk Dominik 2008/6/13 <txcom2003@elect-eng.its.ac.id>: > I haven't used omiieurope. When I looked into omiieurope installer > directory I didn't see grms. I downloaded and update vine with commands : > > To download > user@host:~$ svn checkout https://gforge.man.poznan.pl/svn/vine/vine/trunk > vine > > To update > user@host:~$ cd vine > user@host:~/vine$ svn update > > > > ________________________________________ _______ > Gridsphere-users mailing list > Gridsphere-users@gridsphere.org > http://lists.gridsphere.org/mailman...ridsphere-users >
Post Follow-up to this messageI guess that grms will be downloaded when we install omiiurope. In my case i installed Tomcat5Gridsphere3GlobusToolkit4. If I just want to add grms to previous vine installation, what should I do ? Is that , download grms by issue command : svn co https://gforge.man.poznan.pl/svn/vine/grms/trunk and ant install enough ? Thanks Tonny > If you are using installer 'omiieurope' to install Vine , after the > installation in directory '/vine/projects' there should be 'grms'. In > directory 'projects' we put all the plugins/extensions to Vine. You can > also > download 'grms' directly from svn: > svn co https://gforge.man.poznan.pl/svn/vine/grms/trunk > > Dominik > > 2008/6/13 <txcom2003@elect-eng.its.ac.id>: > > ________________________________________ _______ > Gridsphere-users mailing list > Gridsphere-users@gridsphere.org > http://lists.gridsphere.org/mailman...ridsphere-users >
Post Follow-up to this messageNo, if you have Vine already installed please add 'grms' entry to application.projects inside file /vine/installers/Tomcat5Gridsphere3GlobusToolkit/build.properties and do "ant install". 'grms' will be downloaded automatically. Dominik > 2008/6/13 <txcom2003@elect-eng.its.ac.id>: > > I guess that grms will be downloaded when we install omiiurope. In my case > i installed Tomcat5Gridsphere3GlobusToolkit4. > > If I just want to add grms to previous vine installation, what should I do > ? > > Is that , download grms by issue command : > svn co https://gforge.man.poznan.pl/svn/vine/grms/trunk > and > ant install > enough ? > > > Thanks > > Tonny > > > > ________________________________________ _______ > Gridsphere-users mailing list > Gridsphere-users@gridsphere.org > http://lists.gridsphere.org/mailman...ridsphere-users >
Post Follow-up to this messageThanks for your explanation. I'll Try it later. Curently I can't update vine due to network connection. > No, if you have Vine already installed please add 'grms' entry to > application.projects inside file > /vine/installers/Tomcat5Gridsphere3GlobusToolkit/build.properties and do > "ant install". 'grms' will be downloaded automatically. > > Dominik > > 2008/6/13 <txcom2003@elect-eng.its.ac.id>: > > ________________________________________ _______ > Gridsphere-users mailing list > Gridsphere-users@gridsphere.org > http://lists.gridsphere.org/mailman...ridsphere-users >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.