Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Vine Toolkit with SGE
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

Report this thread to moderator Post Follow-up to this message
Old Post
txcom2003@elect-eng.its.ac.id
06-12-08 10:23 AM


Re: Vine Toolkit with SGE
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>:

>
> 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
>


Report this thread to moderator Post Follow-up to this message
Old Post
Dominik Tarnawczyk
06-13-08 01:05 AM


Re: Vine Toolkit with SGE
Thank'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
>

Report this thread to moderator Post Follow-up to this message
Old Post
txcom2003@elect-eng.its.ac.id
06-13-08 01:05 AM


Re: Vine Toolkit with SGE
> 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 ?

Report this thread to moderator Post Follow-up to this message
Old Post
txcom2003@elect-eng.its.ac.id
06-13-08 01:05 AM


Re: Vine Toolkit with SGE
If 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
>


Report this thread to moderator Post Follow-up to this message
Old Post
Dominik Tarnawczyk
06-13-08 10:36 AM


Re: Vine Toolkit with SGE
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

> 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
>

Report this thread to moderator Post Follow-up to this message
Old Post
txcom2003@elect-eng.its.ac.id
06-13-08 10:36 AM


Re: Vine Toolkit with SGE
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>:

> 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
>


Report this thread to moderator Post Follow-up to this message
Old Post
Dominik Tarnawczyk
06-13-08 10:36 AM


Re: Vine Toolkit with SGE
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

> 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
>

Report this thread to moderator Post Follow-up to this message
Old Post
txcom2003@elect-eng.its.ac.id
06-13-08 10:36 AM


Re: Vine Toolkit with SGE
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>:

>
> 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
>


Report this thread to moderator Post Follow-up to this message
Old Post
Dominik Tarnawczyk
06-13-08 10:36 AM


Re: Vine Toolkit with SGE
Thanks 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
>

Report this thread to moderator Post Follow-up to this message
Old Post
txcom2003@elect-eng.its.ac.id
06-13-08 02:05 PM


Sponsored Links




Last Thread Next Thread Next
Pages (2): [1] 2 »
Search this forum -> 
Post New Thread

GridSphere archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 10:59 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.