2013-09-24 37 views
2

我想從Azure HPC示例項目中禁用SOA。我已按照http://msdn.microsoft.com/en-us/library/hh674347(v=vs.85).aspx 中的說明刪除了行config.EnableSOA,這會導致hpcbootstrapepr失敗,並且hpc作業調度程序無法正常啓動。HPC啓動綁定器 - 錯誤 - 禁用SOA運行時 - ETW清單安裝

如果我重新執行E:\ plugins \ HpcHeadNode \ HPCPack \ bin \ hpcbootstrapper.exe,作業調度程序安裝將會完成,我可以執行MPI作業。

我只想使用MSMPI,並儘可能小的部署。 (目前大約56MB)

使用SDK 1.8和最新的AppConfigure項目從http://code.msdn.microsoft.com/windowsazure/Windows-Azure-HPC-7d75eb26

9/24/2013 10:22:05 PM: Executing command: D:\Windows\System32\wevtutil.exe im E:\plugins\HpcHeadNode\HPCPack\bin\RuntimeEvents.man /rf:E:\plugins\HpcHeadNode\HPCPack\bin\BrokerBase.dll /mf:E:\plugins\HpcHeadNode\HPCPack\bin\BrokerBase.dll /pf:E:\plugins\HpcHeadNode\HPCPack\bin\BrokerBase.dll 
9/24/2013 10:22:05 PM: Unhandled exception: Soa runtime ETW manifest installation failed with exit code 2. 
Output: 

Error: 
The system cannot find the file specified. 


9/24/2013 10:22:05 PM: at HPCBootStrapper.Utils.ExecuteCommandInternal(String cmdPath, String cmdArgs, String actionDesc, Int32 errorToIgnore, Int32 retryErrorCode, Int32 retryTimes, Int32 retryIntervalMs, Int32 procTimeoutMs) 
    at HPCBootStrapper.HpcSoa.InstallETWManifests() 
    at HPCBootStrapper.HpcSoa.ConfigureSoa(List`1 modules) 
    at HPCBootStrapper.HpcBootStrapper.BootStrap(List`1 modules) 
    at HPCBootStrapper.HpcBootStrapper.Main(String[] args) 

此重新執行解析: https://stackoverflow.com/questions/16690643/windows-azure-hpc-scheduler-sample-no-such-host-is-known/18987644#18987644

回答