On Fri, May 23, 2008 at 4:06 AM, Silviu Popescu <[EMAIL PROTECTED]> wrote:
>
> The container probably started using your hostcert/key so to stop it
> cleanly you need to create a proxy cert file using those hostcert/key like.
> grid-proxy-init -cert /etc/grid-security/hostcert.pem -key
> /etc/grid-security/hostkey.pem .
Yes, and then use Secure Message to present the proxy to the ShutdownService:
$ globus-stop-container -m msg \
-s http://localhost:8080/wsrf/services/ShutdownService
The globus-stop-container command defaults to Secure Transport (which
is disabled), so you have to be explicit about the authentication
protocol and the location of the ShutdownService.
Hope this helps,
Tom