| Q: | I have successfully installed Grid Portlets and now I want to use MyProxy to retrieve credentials. What do I do? |
| A: |
You will need to add a myproxy-resource entry to
|
| Q: | I have successfully installed Grid Portlets, but I don't see any resources available in the File Browser Portlet except for the “Portal” resources. How do I use my Grid FTP resources from this portlet? |
| A: |
You will need to add gridftp-resource entries to
<hardware-resource hostname="peyote.aei.mpg.de"
label="Peyote"
description="Peyote Computing Cluster">
<gridftp-resource/>
<!-- Add other kinds of service resource entries here... -->
</hardware-resource>
See the Grid Portlets Administrator's Guide for more information on how to specify resources. |
| Q: | When I try to use a grid ftp resource from the File Browser Portlet on host with hostname <myhost>, I get the following error:
No file browser supported for gridftp://<myhost>:2811/
|
| A: | If the grid ftp resource in question is running on the same host on which your portal is running, make sure you have only one hardware-resource entry for that host. For example if you have something like this:
<grid-resources>
<!-- Leave this resource definition. -->
<hardware-resource label="Portal"
description="Hosts the GridSphere Portlet Container"
hostname="localhost">
<!-- Secure directory resource -->
<localhost-resource/>
</hardware-resource>
<!-- If <myhost> is the same host is same host as "localhost" above, then
you need to combine the above hardware resource entries. See next example... -->
<hardware-resource label="MyHost"
description="My Grid Ftp Host"
hostname="<myhost>">
<!-- Grid ftp resource -->
<gridftp-resource port="2811"/>
</hardware-resource>
</grid-resources>
Change it to something like this:
<grid-resources>
<!-- Combine the two hardware resource entries above into one -->
<hardware-resource label="Portal"
description="Hosts GridSpehre Portlet Container and other services"
hostname="<myhost>">
<!-- Secure directory resource -->
<localhost-resource/>
<!-- Grid ftp resource -->
<gridftp-resource port="2811"/>
<!-- Plus any other services runnning on the portal host -->
</hardware-resource>
</grid-resources>
See the Grid Portlets Administrator's Guide for more information on how to specify resources. |
| Q: | I have successfully installed Grid Portlets, but I don't see any resources available in the Job Submission Portlet. How can I use this portlet to submit jobs? |
| A: |
You will need to add appropriate job submission resource entries to
<hardware-resource hostname="peyote.aei.mpg.de"
label="Peyote"
description="Peyote Computing Cluster">
<gram-resource/>
<!-- Add other kinds of service resource entries here... -->
</hardware-resource>
See the Grid Portlets Administrator's Guide for more information on how to specify resources. |
| Q: | I'm still having problems. What should I do? | ||
| A: | Please join the mailing lists!
|