Activation/patching task at the end of deployment fails

Geblokkeerd Activation/patching task at the end of deployment fails

Geblokkeerd

  • woensdag 21 mei 2008 22:11
    Moderator
     
     

     

    The activation task ( and potentially the patching task )  may fail if the proxy server is not  specified on the compute nodes.  The activation task and the patching task may need to contact a server in the cloud for which they need a proxy server.

    to set this explicitly you can use the netsh command.

     

    to see if the proxy server is set,

    clusrun  netsh winhttp show proxy

     

    to set the proxy server name explicitly

    clusrun  netsh winhttp set proxy  http://<proxy server name>:<port>

     

    thanks

    -parmita

Alle reacties

  • donderdag 22 mei 2008 8:42
     
     

     

    Another good option is to add a "Run OS Command" task to your Node Template that executes:

    netsh winhttp set proxy http://<proxy server name>:<port>

     

    Rock on,

    Josh