Activation/patching task at the end of deployment fails

Locked Activation/patching task at the end of deployment fails

Locked

  • 21 พฤษภาคม 2551 22:11
    ผู้ดูแล
     
     

     

    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

ตอบทั้งหมด

  • 22 พฤษภาคม 2551 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