Windows Azure Pack - VMM failed to deploy service through F5 Load Balancer

I use server 2012 R2 (Windows Azure Pack) to deploy 2-tier service ( VMM -> Library -> Create Service Template -> Select two tier application -> Add F5 Load balancer -> Use connector to link NIC to Server Connection
and link Client Connection to VM network   ). I was able to set up F5 Load balancer (virtual appliance) on Hyper V. I checked  VMM Orchestrator was able to create VIP pool and member correctly on F5 Appliance. I get the following
error. I'm not sure how to resolve, If anyone experience this issue before, please let me know how to fix it. I copied the error log below. Thank you
Error (22042)
The service XXXXXXX was not successfully deployed. Review the event log to determine the cause and corrective actions.
Recommended Action
The deployment can be restarted by retrying the job.
Error (21426)
Execution of DataCenterManager.LB::AddLBVIP on the configuration provider a1af2238-5665-454a-8560-64fafbfe3385 failed. Detailed exception: Microsoft.SystemCenter.DataCenterManager.LB.LBConnectionFailedException: There is an error in XML document (246, 74).
---> F5Networks.Protocols.iControl.iControlException: There is an error in XML document (246, 74).
Recommended Action
Check the documentation for the configuration provider or contact the publisher support.
Error (22725)
VMM received computer name vmmBN6 for VM vmmBN6.domain.com. Expected computer name is vmmBN6.domain.com.
Recommended Action
Ensure that the VM has joined the right domain or workgroup and then retry the operation.
Error (20400)
1 parallel subtasks failed during execution.
Error (20400)
1 parallel subtasks failed during execution.
Error (21952)
Application deployment failed for one or more tiers or application hosts in the service XXXXXXXXX. Check job logs to get more information on the failed operation.
Recommended Action
Check error messages and retry the operation if needed.
Thanks

Hi Ryankorock,
Sorry to revive an old post but is there any update on compatibility? We are running SCVMM 2012 R2 Build 3.2.7768.0 with an F5 BIG-IP
running "11.6.0 Build 0.0.401 Final". We see the exact same error 
Error (21426)
Execution of DataCenterManager.LB::AddLBVIP on the configuration provider a1af2238-5665-454a-8560-64fafbfe3385 failed. Detailed exception: Microsoft.SystemCenter.DataCenterManager.LB.LBConnectionFailedException: There is an error in XML document (246,
74). ---> F5Networks.Protocols.iControl.iControlException: There is an error in XML document (246, 74).
The plugin creates everything on the F5, pools, nodes, and virtual server. We have tried with and without a health probe with no luck.

Similar Messages

  • Windows Azure Pack setup - 500 Internal Server Error - failed to configure databases and services

    Hi,
    I am trying to setup the Windows Azure pack to use the site to configure the Service bus 1.1 installation. When I try to configure the Windows Azure Pack I get the following error:
    Admin Authentication Site
    500 Internal Server Error - Failed to configure databases and services: Object reference not set to an instance of an object.
    I'm not sure where the logs are to see what is causing this error. I have tried running as admin, running as a different user with no luck.
    thanks,
    Georgi
    Georgi

    Here's what I'm getting for this error:
    Log Name:      Microsoft-WindowsAzurePack-MgmtSvc-ConfigSite/Operational
    Source:        Microsoft-WindowsAzurePack-MgmtSvc-ConfigSite
    Date:          3/27/2014 12:52:03 PM
    Event ID:      103
    Task Category: (65431)
    Level:         Error
    Keywords:      None
    User:          CLINICALSYSTEMS\Administrator
    Computer:      SERVER-PC.clinicalsystems.com
    Description:
    ##### Application_Error: Exception=System.Web.HttpException (0x80004005): Failed to configure databases and services: Object reference not set to an instance of an object. ---> System.Management.Automation.CmdletInvocationException: Object reference not
    set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.AddUserToGroup(GroupPrincipal group, UserPrincipal user)
       at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.ConfigureDefaultTrusts()
       at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.ConfigureClaimSecurity(Hashtable settings)
       at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.ConfigureCore(Hashtable settings)
       at Microsoft.WindowsAzure.Config.PowerShell.Configurer.FeatureConfigurer.Configure(Hashtable settings)
       at Microsoft.WindowsAzure.Server.PowerShell.Common.BaseCmdlet.ProcessRecord()
       at System.Management.Automation.CommandProcessor.ProcessRecord()
       --- End of inner exception stack trace ---
       at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
       at Microsoft.MgmtSvc.Config.Controllers.PowerShell.PSClient.RunCommand(Command command)
       at Microsoft.MgmtSvc.Config.Controllers.PowerShell.ConfigurationPSClient.InitializeFeature(String name, Hashtable settings)
       at Microsoft.MgmtSvc.Config.Controllers.ConfigurationController.<>c__DisplayClass3.<ConfigureFeature>b__0()
       at System.Threading.Tasks.Task`1.InnerInvoke()
       at System.Threading.Tasks.Task.Execute()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.MgmtSvc.Config.Controllers.ConfigurationController.<ConfigureFeature>d__5.MoveNext()
       at Microsoft.MgmtSvc.Config.Controllers.ConfigurationController.<ConfigureFeature>d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at lambda_method(Closure , Task )
       at System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3f.<BeginInvokeAsynchronousActionMethod>b__3e(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
       at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.HttpApplication.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar).
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-WindowsAzurePack-MgmtSvc-ConfigSite" Guid="{1F742CC8-BDAA-56B6-A4B8-49F946D19CD1}" />
    <EventID>103</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>65431</Task>
    <Opcode>0</Opcode>
    <Keywords>0x0</Keywords>
    <TimeCreated SystemTime="2014-03-27T16:52:03.223741300Z" />
    <EventRecordID>111</EventRecordID>
    <Correlation />
    <Execution ProcessID="8068" ThreadID="7680" />
    <Channel>Microsoft-WindowsAzurePack-MgmtSvc-ConfigSite/Operational</Channel>
    <Computer>SERVER-PC.clinicalsystems.com</Computer>
    <Security UserID="S-1-5-21-3021050346-1670805799-1320812125-500" />
    </System>
    <EventData>
    <Data Name="exceptionInfo">System.Web.HttpException (0x80004005): Failed to configure databases and services: Object reference not set to an instance of an object. ---&gt; System.Management.Automation.CmdletInvocationException: Object reference not set to an instance of an object. ---&gt; System.NullReferenceException: Object reference not set to an instance of an object.
    at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.AddUserToGroup(GroupPrincipal group, UserPrincipal user)
    at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.ConfigureDefaultTrusts()
    at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.ConfigureClaimSecurity(Hashtable settings)
    at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.ConfigureCore(Hashtable settings)
    at Microsoft.WindowsAzure.Config.PowerShell.Configurer.FeatureConfigurer.Configure(Hashtable settings)
    at Microsoft.WindowsAzure.Server.PowerShell.Common.BaseCmdlet.ProcessRecord()
    at System.Management.Automation.CommandProcessor.ProcessRecord()
    --- End of inner exception stack trace ---
    at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
    at Microsoft.MgmtSvc.Config.Controllers.PowerShell.PSClient.RunCommand(Command command)
    at Microsoft.MgmtSvc.Config.Controllers.PowerShell.ConfigurationPSClient.InitializeFeature(String name, Hashtable settings)
    at Microsoft.MgmtSvc.Config.Controllers.ConfigurationController.&lt;&gt;c__DisplayClass3.&lt;ConfigureFeature&gt;b__0()
    at System.Threading.Tasks.Task`1.InnerInvoke()
    at System.Threading.Tasks.Task.Execute()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at Microsoft.MgmtSvc.Config.Controllers.ConfigurationController.&lt;ConfigureFeature&gt;d__5.MoveNext()
    at Microsoft.MgmtSvc.Config.Controllers.ConfigurationController.&lt;ConfigureFeature&gt;d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at lambda_method(Closure , Task )
    at System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult)
    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass3f.&lt;BeginInvokeAsynchronousActionMethod&gt;b__3e(IAsyncResult asyncResult)
    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass37.&lt;&gt;c__DisplayClass39.&lt;BeginInvokeActionMethodWithFilters&gt;b__33()
    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass4f.&lt;InvokeActionMethodFilterAsynchronously&gt;b__49()
    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass37.&lt;BeginInvokeActionMethodWithFilters&gt;b__36(IAsyncResult asyncResult)
    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass25.&lt;&gt;c__DisplayClass2a.&lt;BeginInvokeAction&gt;b__20()
    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass25.&lt;BeginInvokeAction&gt;b__22(IAsyncResult asyncResult)
    at System.Web.Mvc.Controller.&lt;&gt;c__DisplayClass1d.&lt;BeginExecuteCore&gt;b__18(IAsyncResult asyncResult)
    at System.Web.Mvc.Async.AsyncResultWrapper.&lt;&gt;c__DisplayClass4.&lt;MakeVoidDelegate&gt;b__3(IAsyncResult ar)
    at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
    at System.Web.Mvc.Async.AsyncResultWrapper.&lt;&gt;c__DisplayClass4.&lt;MakeVoidDelegate&gt;b__3(IAsyncResult ar)
    at System.Web.Mvc.MvcHandler.&lt;&gt;c__DisplayClass8.&lt;BeginProcessRequest&gt;b__3(IAsyncResult asyncResult)
    at System.Web.Mvc.Async.AsyncResultWrapper.&lt;&gt;c__DisplayClass4.&lt;MakeVoidDelegate&gt;b__3(IAsyncResult ar)
    at System.Web.HttpApplication.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar)</Data>
    </EventData>
    </Event>
    Kori Francis Lead Software Developer Clinical Support Systems, Inc.

  • Does windows azure service management APIs work for windows azure pack setup as well ?

    Does Service Management REST APIs(http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx) for Azure work with
    Windows Azure Pack as well ?

    Hi,
    Windows Azure Pack is basically a proof of concept.
    So, it will not have all the features that Windows Azure has in the cloud.
    Some services such as Cloud services & storage services are not available.
    for some available API support:
    If you found this post useful, Please "Mark as Answer" and "Vote
    as Helpful".
    Best Regards, Tuan Khalib

  • Windows Azure Pack - Server returned HTTP response code: 500 error while accessing the public tenant API

    Hi,
    We are facing the following error while trying to access the given Windows Azure Pack Public tenant API to query the virtual machines list along with network adaper details - 
    java.io.IOException: Server returned HTTP response code: 500 for URL: https://<hostname>:30006/<subscription-id>/services/systemcenter/vmm/VirtualMachines?$expand=VirtualNetworkAdapters&$top=10000&$skip=0
    The response is proper when we access the following URL - 
    https://<hostname>:30006/<subscription-id>/services/systemcenter/vmm/VirtualMachines
    Only on adding the $expand=VirtualNetworkAdapters, url parameter we are getting the above error.
    Where can we check for the error logs on the Azure Pack server ? We checked for the logs using Windows Event Viewer but did not find any for the public tenant API.
    What should be the cause for such an error and how can we fix this to get the proper data?
    Thanks in advance.

    Yes, we tried this, $top=10&$skip=0 works for the following url
    https://<hostname>:30006/<subscription-id>/services/systemcenter/vmm/VirtualMachines?$top=10&$skip=0
    It is only when we add $expand=VirtualNetworkAdapters,
    the server returns the mentioned error response - 
    URL for which the server returns the 500 error -
    https://<hostname>:30006/<subscription-id>/services/systemcenter/vmm/VirtualMachines?$expand=VirtualNetworkAdapters&$top=10&$skip=0
    Can
    you point to the error logs for Windows Azure Pack and SPF ?

  • Upgrading Windows Azure Pack Websites from Update 4 to Update 6 SQL Schema Update Issues

    I'm running into this nasty bug with Windows Azure Pack Websites v2 Update 6 when I monitor the Microsoft\Windows\WebSitesUpdate Event Log:
    The upgrade action 'UpgradeDatabase' has failed. Error: Microsoft.Web.Hosting.WebHostingException: An error occurred executing script 'C:\Program Files\IIS\Microsoft Web Sites\Scripts\Update\0031.sql'. ---> Microsoft.Web.Hosting.WebHostingException: An error occurred executing script 'C:\Program Files\IIS\Microsoft Web Sites\Scripts\Update\0031.sql'. ---> Microsoft.SqlServer.Management.Common.ExecutionFailureException: An exception occurred while executing a Transact-SQL statement or batch. ---> System.Data.SqlClient.SqlException: Online index operations can only be performed in Enterprise edition of SQL Server.
    at Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSql(ExecuteTSqlAction action, Object execObject, DataSet fillDataSet, Boolean catchException)
    at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType)
    --- End of inner exception stack trace ---
    at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType)
    at Microsoft.Web.Hosting.RetryPolicy.ExecuteAction[R](Func`1 action, SqlExceptionMapper mapper)
    --- End of inner exception stack trace ---
    at Microsoft.Web.Hosting.RetryPolicy.ExecuteAction[R](Func`1 action, SqlExceptionMapper mapper)
    at Microsoft.Web.Hosting.SqlHelper.ExecuteScript(Server server, String scriptName, String sqlContent)
    --- End of inner exception stack trace ---
    at Microsoft.Web.Hosting.SqlHelper.ExecuteScript(Server server, String scriptName, String sqlContent)
    at Microsoft.Web.Hosting.Common.DatabaseUpdate.PerformTransactionalAction(Server server)
    at Microsoft.Web.Hosting.Common.DatabaseManager.PerformActions(Server server, IEnumerable`1 actions)
    at Microsoft.Web.Hosting.Common.DatabaseManager.ExecuteUpgradeActions(List`1 updateActions)
    at Microsoft.Web.Hosting.Common.DatabaseManager.UpgradeDatabase(InstallationResourcePaths paths)
    at Microsoft.Web.Hosting.UpgradeManager.UpgradeDatabaseInPlace()
    at Microsoft.Web.Hosting.Utilities.DatabaseUpdater.UpgradeHostingDatabase()
    at Microsoft.Web.Hosting.Utilities.DatabaseUpdater.DoHostingUpgradeWithLease()
    at Microsoft.Web.Hosting.Setup.Tasks.UpdateTasks.UpgradeDatabase(String scriptsLocation)
    at Microsoft.Web.Hosting.UpdateService.UpdateManager.DoWork(Object unused)
    It seems like the SQL script used to upgrade from Update 4 to Update 6 used a SQL Server Enterprise edition only feature and it's causing the update to fail on the controller. Is there an ETA from MSFT to resolve this issue?
    All posted advice may not be all that accurate. As always, test it in a lab before you try my advice! Best of all, the documentation is your friend.

    Hi,
    This is indeed an issue with the current bits for Windows Azure Pack WebSites Update 6. Thanks for reporting it, and apologies for the inconvenience.
    Can you please send email to the address kranthim at <our-company-name>.com? We will help you fix your deployment, while we fix the issue and update the public bits.
    Thanks,
    Kranthi.

  • Windows Azure Pack

    I am getting error in installation of Windows Azure Pack 
    please see the error given below 
    Web Sites service (Installed )
    Management Server (Web Sites REST API)
    500 Internal Server Error - Failed to configure databases and services: Timeout waiting for server ot type Management.
     File Server
    500 Internal Server Error - Failed to configure databases and services: Timeout waiting for server ot type FileServer.
    Date: 09-06-2014 00:40:55, Level: Verbose, Server HOSTING, Message: Machine 'hosting.satyam.nsdns.in' has the ownership of the controller.
    Date: 09-06-2014 00:40:56, Level: Info, Server HOSTING, Message: Running operation 'AddWebFarm'
    Date: 09-06-2014 00:40:57, Level: Info, Server satyam.nsdns.in, Message: Running operation 'AddServer'
    Date: 09-06-2014 00:40:57, Level: Info, Server HOSTING, Message: Running operation 'AddWebFarm'
    Date: 09-06-2014 00:40:57, Level: Info, Server satyam.nsdns.in, Message: Running operation 'FileServerQueryState (7.7.10699.8)'
    Date: 09-06-2014 00:40:57, Level: Info, Server HOSTING, Message: Running operation 'ManagementServerAddWebFarm (7.7.10699.8)'
    Date: 09-06-2014 00:40:57, Level: Info, Server satyam.nsdns.in, Message: Running operation 'CheckCloudId (7.7.10699.8)'
    Date: 09-06-2014 00:40:57, Level: Warning, Server HOSTING, Message: Web farm 'ManagementServers' has no load balancing integration configured or it is not in the correct format.
    Date: 09-06-2014 00:40:57, Level: Info, Server hosting.satyam.nsdns.in, Message: Running operation 'AddServer'
    Date: 09-06-2014 00:40:57, Level: Info, Server HOSTING, Message: Running operation 'AddWebFarm'
    Date: 09-06-2014 00:40:57, Level: Info, Server HOSTING, Message: Running operation 'ManagementServerAddServer (7.7.10699.8)' {Server=Microsoft.Web.Farm.ServerContext}
    Date: 09-06-2014 00:40:57, Level: Info, Server HOSTING, Message: Running operation 'PublisherAddWebFarm (7.7.10699.8)'
    Date: 09-06-2014 00:40:57, Level: Warning, Server HOSTING, Message: Web farm 'PublisherServers' has no load balancing integration configured or it is not in the correct format.
    Date: 09-06-2014 00:40:57, Level: Warning, Server HOSTING, Message: Web farm 'ManagementServers' has no load balancing integration configured or it is not in the correct format.
    Date: 09-06-2014 00:40:58, Level: Info, Server HOSTING, Message: Running operation 'AddWebFarm'
    Date: 09-06-2014 00:40:58, Level: Info, Server hosting.satyam.nsdns.in, Message: Running operation 'ManagementServerQueryState (7.7.10699.8)'
    Date: 09-06-2014 00:40:58, Level: Info, Server HOSTING, Message: Running operation 'FrontEndAddWebFarm (7.7.10699.8)'
    Date: 09-06-2014 00:40:58, Level: Warning, Server HOSTING, Message: Web farm 'FrontEndServers' has no load balancing integration configured or it is not in the correct format.
    Date: 09-06-2014 00:40:58, Level: Info, Server HOSTING, Message: Running operation 'AddWebFarm'
    Date: 09-06-2014 00:40:58, Level: Info, Server hosting.satyam.nsdns.in, Message: Running operation 'CheckCloudId (7.7.10699.8)'
    Date: 09-06-2014 00:40:59, Level: Error, Server hosting.satyam.nsdns.in, Message: Failed to run operation 'CheckCloudId (7.7.10699.8)'. Operation failed to complete. Server hosting.satyam.nsdns.in does not belong to web farm ManagementServers with cloud
    ID 5F50A1B3-171A-42E2-BCBA-62C324C79707, therefore no further operation will be performed.
    Date: 09-06-2014 00:40:59, Level: Error, Server satyam.nsdns.in, Message: Failed to run operation 'CheckCloudId (7.7.10699.8)'. Operation failed to complete. Server satyam.nsdns.in does not belong to web farm FileServers with cloud ID 5F50A1B3-171A-42E2-BCBA-62C324C79707,
    therefore no further operation will be performed.
    Date: 09-06-2014 00:41:00, Level: Error, Server hosting.satyam.nsdns.in, Message: Failed to run operation 'AddServer'. Operation failed to complete. Server hosting.satyam.nsdns.in does not belong to web farm ManagementServers with cloud ID 5F50A1B3-171A-42E2-BCBA-62C324C79707,
    therefore no further operation will be performed.
    Date: 09-06-2014 00:41:00, Level: Error, Server satyam.nsdns.in, Message: Failed to run operation 'AddServer'. Operation failed to complete. Server satyam.nsdns.in does not belong to web farm FileServers with cloud ID 5F50A1B3-171A-42E2-BCBA-62C324C79707,
    therefore no further operation will be performed.

    I have same error:
    status Management Server (Web Sites REST API)
    500 Internal Server Error - Failed to configure databases and services: Value cannot be null. Parameter name: value
    • status File Server
    500 Internal Server Error - Failed to configure databases and services: Value cannot be null. Parameter name: value
    Configuration events:
    •Date: 6/12/2014 3:51:38 PM, Level: Verbose, Server U1-SITES-CN1, Message: Machine 'u1-sites-cn1.my.fqdn' has the ownership of the controller.
    •Date: 6/12/2014 3:51:38 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'AddWebFarm'
    •Date: 6/12/2014 3:51:38 PM, Level: Info, Server u1-sites-fs1.my.fqdn, Message: Running operation 'AddServer'
    •Date: 6/12/2014 3:51:38 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'AddWebFarm'
    •Date: 6/12/2014 3:51:38 PM, Level: Info, Server u1-sites-fs1.my.fqdn, Message: Running operation 'FileServerQueryState (7.7.10699.8)'
    •Date: 6/12/2014 3:51:38 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'ManagementServerAddWebFarm (7.7.10699.8)'
    •Date: 6/12/2014 3:51:38 PM, Level: Warning, Server U1-SITES-CN1, Message: Web farm 'ManagementServers' has no load balancing integration configured or it is not in the correct format.
    •Date: 6/12/2014 3:51:38 PM, Level: Info, Server u1-sites-mn1.my.fqdn, Message: Running operation 'AddServer'
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'AddWebFarm'
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'ManagementServerAddServer (7.7.10699.8)' {Server=Microsoft.Web.Farm.ServerContext}
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'PublisherAddWebFarm (7.7.10699.8)'
    •Date: 6/12/2014 3:51:39 PM, Level: Warning, Server U1-SITES-CN1, Message: Web farm 'PublisherServers' has no load balancing integration configured or it is not in the correct format.
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'AddWebFarm'
    •Date: 6/12/2014 3:51:39 PM, Level: Warning, Server U1-SITES-CN1, Message: Web farm 'ManagementServers' has no load balancing integration configured or it is not in the correct format.
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'FrontEndAddWebFarm (7.7.10699.8)'
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server u1-sites-fs1.my.fqdn, Message: Running operation 'CheckCloudId (7.7.10699.8)'
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server u1-sites-mn1.my.fqdn, Message: Running operation 'ManagementServerQueryState (7.7.10699.8)'
    •Date: 6/12/2014 3:51:39 PM, Level: Warning, Server U1-SITES-CN1, Message: Web farm 'FrontEndServers' has no load balancing integration configured or it is not in the correct format.
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'AddWebFarm'
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server u1-sites-mn1.my.fqdn, Message: Running operation 'CheckCloudId (7.7.10699.8)'
    •Date: 6/12/2014 3:51:39 PM, Level: Error, Server u1-sites-mn1.my.fqdn, Message: Failed to run operation 'CheckCloudId (7.7.10699.8)'. Operation failed to complete. Server u1-sites-mn1.my.fqdn does not belong to web farm ManagementServers with cloud ID CE870136-AEDA-4787-883A-AFF24B99EC98, therefore no further operation will be performed.
    •Date: 6/12/2014 3:51:39 PM, Level: Error, Server u1-sites-mn1.my.fqdn, Message: Failed to run operation 'AddServer'. Operation failed to complete. Server u1-sites-mn1.my.fqdn does not belong to web farm ManagementServers with cloud ID CE870136-AEDA-4787-883A-AFF24B99EC98, therefore no further operation will be performed.
    •Date: 6/12/2014 3:51:39 PM, Level: Error, Server u1-sites-fs1.my.fqdn, Message: Failed to run operation 'CheckCloudId (7.7.10699.8)'. Operation failed to complete. Server u1-sites-fs1.my.fqdn does not belong to web farm FileServers with cloud ID BF8AAF68-9447-41E3-9B23-7B46D1F6BF0C, therefore no further operation will be performed.
    •Date: 6/12/2014 3:51:39 PM, Level: Error, Server u1-sites-fs1.my.fqdn, Message: Failed to run operation 'AddServer'. Operation failed to complete. Server u1-sites-fs1.my.fqdn does not belong to web farm FileServers with cloud ID BF8AAF68-9447-41E3-9B23-7B46D1F6BF0C, therefore no further operation will be performed.
    I have tried use WebPi 4.6 (http://social.msdn.microsoft.com/Forums/windowsazure/en-US/a2af8c20-7994-4fe5-92a6-b80e595c674e/are-fsrm-binaries-really-required-for-wap-web-sites-v2-worker-roles?forum=windowsazurepack) but got same error.
    With Powershell a I have non-informative errors:
    PS C:\Windows\system32> New-WebSitesServer -Name u1-sites-mn1 -ServerType ManagementServer
    New-WebSitesServer : Value cannot be null.
    Parameter name: value
    At line:1 char:1
    + New-WebSitesServer -Name u1-sites-mn1 -ServerType ManagementServer
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [New-WebSitesServer], ArgumentNullException
    + FullyQualifiedErrorId : System.ArgumentNullException,Microsoft.Web.Hosting.PowerShell.NewServerCommand

  • Error installing windows azure pack; websites v2

    When installing windows azure pack: websites v2 gives the error.  All dependencies are installed successfully on windows 2012 R2. Other windows azure pack express  installed successfully in another machine.  when I try install WAP websites
    v2 on another windows 2012 R2 gives the error.  The log file follows:
    === Verbose logging started: 1/2/2014  2:05:55  Build type: SHIP UNICODE 5.00.9600.00  Calling process: C:\Windows\system32\inetsrv\InetMgr.exe ===
    MSI (c) (34:94) [02:05:55:521]: Resetting cached policy values
    MSI (c) (34:94) [02:05:55:521]: Machine policy value 'Debug' is 0
    MSI (c) (34:94) [02:05:55:521]: ******* RunEngine:
               ******* Product: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\WebSitesFeed.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (34:94) [02:05:55:521]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (34:94) [02:05:55:521]: Grabbed execution mutex.
    MSI (c) (34:94) [02:05:56:099]: Cloaking enabled.
    MSI (c) (34:94) [02:05:56:099]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (34:94) [02:05:56:115]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (A4:24) [02:05:56:271]: Running installation inside multi-package transaction C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\WebSitesFeed.msi
    MSI (s) (A4:24) [02:05:56:271]: Grabbed execution mutex.
    MSI (s) (A4:64) [02:05:56:302]: Resetting cached policy values
    MSI (s) (A4:64) [02:05:56:302]: Machine policy value 'Debug' is 0
    MSI (s) (A4:64) [02:05:56:302]: ******* RunEngine:
               ******* Product: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\WebSitesFeed.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (A4:64) [02:05:56:412]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (A4:64) [02:05:56:505]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (s) (A4:64) [02:05:56:599]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (A4:64) [02:05:56:662]: MSCOREE not loaded loading copy from system32
    MSI (s) (A4:64) [02:05:58:005]: End dialog not enabled
    MSI (s) (A4:64) [02:05:58:021]: Original package ==> C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\WebSitesFeed.msi
    MSI (s) (A4:64) [02:05:58:021]: Package we're running from ==> C:\Windows\Installer\fd7dc.msi
    MSI (s) (A4:64) [02:05:58:021]: APPCOMPAT: Uninstall Flags override found.
    MSI (s) (A4:64) [02:05:58:021]: APPCOMPAT: Uninstall VersionNT override found.
    MSI (s) (A4:64) [02:05:58:021]: APPCOMPAT: Uninstall ServicePackLevel override found.
    MSI (s) (A4:64) [02:05:58:130]: APPCOMPAT: looking for appcompat database entry with ProductCode '{7DE9D988-C892-43A6-884B-74A5008D6018}'.
    MSI (s) (A4:64) [02:05:58:177]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (A4:64) [02:05:58:849]: Machine policy value 'DisablePatch' is 0
    MSI (s) (A4:64) [02:05:58:849]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (A4:64) [02:05:58:849]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (A4:64) [02:05:58:849]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (A4:64) [02:05:58:880]: APPCOMPAT: looking for appcompat database entry with ProductCode '{7DE9D988-C892-43A6-884B-74A5008D6018}'.
    MSI (s) (A4:64) [02:05:58:880]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (A4:64) [02:05:58:880]: Transforms are not secure.
    MSI (s) (A4:64) [02:05:58:880]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\logs\install\2014-01-02T02.05.44\WebSitesFeed.txt'.
    MSI (s) (A4:64) [02:05:58:880]: Command Line: WEBSITES_FEED=http://go.microsoft.com/?linkid=9837345 FEED_HASH=826363D220C6EF0D8DBF36FA63172A339D16C268 FEED_FILE_NAME=WebSites0.9.0.xml WEBSITES_UPGRADE_ACTIONS=None ACTION=INSTALL REBOOT=ReallySuppress CURRENTDIRECTORY=C:\Windows\system32
    CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=2868
    MSI (s) (A4:64) [02:05:58:880]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{F8DA307E-FEA1-4E30-8764-A09F1C1B8271}'.
    MSI (s) (A4:64) [02:05:58:880]: Product Code passed to Engine.Initialize:           '{7DE9D988-C892-43A6-884B-74A5008D6018}'
    MSI (s) (A4:64) [02:05:58:880]: Product Code from property table before transforms: '{7DE9D988-C892-43A6-884B-74A5008D6018}'
    MSI (s) (A4:64) [02:05:58:880]: Product Code from property table after transforms:  '{7DE9D988-C892-43A6-884B-74A5008D6018}'
    MSI (s) (A4:64) [02:05:58:880]: Product registered: entering maintenance mode
    MSI (s) (A4:64) [02:05:58:880]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
    MSI (s) (A4:64) [02:05:58:880]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '2'. Its new value: '1'.
    MSI (s) (A4:64) [02:05:58:880]: Product {7DE9D988-C892-43A6-884B-74A5008D6018} is admin assigned: LocalSystem owns the publish key.
    MSI (s) (A4:64) [02:05:58:880]: Product {7DE9D988-C892-43A6-884B-74A5008D6018} is managed.
    MSI (s) (A4:64) [02:05:58:880]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (A4:64) [02:05:58:880]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
    MSI (s) (A4:64) [02:05:58:880]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
    MSI (s) (A4:64) [02:05:58:896]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2
    MSI (s) (A4:64) [02:05:58:896]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (A4:64) [02:05:58:896]: Specifed source is already in a list.
    MSI (s) (A4:64) [02:05:58:896]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (A4:64) [02:05:58:896]: Machine policy value 'DisableBrowse' is 0
    MSI (s) (A4:64) [02:05:58:896]: Machine policy value 'AllowLockdownBrowse' is 0
    MSI (s) (A4:64) [02:05:58:896]: Adding new sources is allowed.
    MSI (s) (A4:64) [02:05:58:896]: Package name retrieved from configuration data: 'WebSitesFeed.msi'
    MSI (s) (A4:64) [02:05:58:896]: Note: 1: 2205 2:  3: Error
    MSI (s) (A4:64) [02:05:58:912]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (A4:64) [02:05:58:912]: Machine policy value 'DisableMsi' is 1
    MSI (s) (A4:64) [02:05:58:912]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (A4:64) [02:05:58:912]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (A4:64) [02:05:58:912]: Product {7DE9D988-C892-43A6-884B-74A5008D6018} is admin assigned: LocalSystem owns the publish key.
    MSI (s) (A4:64) [02:05:58:912]: Product {7DE9D988-C892-43A6-884B-74A5008D6018} is managed.
    MSI (s) (A4:64) [02:05:58:912]: Running product '{7DE9D988-C892-43A6-884B-74A5008D6018}' with elevated privileges: Product is assigned.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding WEBSITES_FEED property. Its value is 'http://go.microsoft.com/?linkid=9837345'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding FEED_HASH property. Its value is '826363D220C6EF0D8DBF36FA63172A339D16C268'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding FEED_FILE_NAME property. Its value is 'WebSites0.9.0.xml'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Modifying WEBSITES_UPGRADE_ACTIONS property. Its current value is 'CreateOrUpdateFeed'. Its new value: 'None'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding REBOOT property. Its value is 'ReallySuppress'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Windows\system32'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '2868'.
    MSI (s) (A4:64) [02:05:58:912]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (A4:64) [02:05:59:084]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '511fc0c519f6f7459d8de9cdea06010a'.
    MSI (s) (A4:64) [02:05:59:084]: RESTART MANAGER: Session opened.
    MSI (s) (A4:64) [02:05:59:084]: TRANSFORMS property is now:
    MSI (s) (A4:64) [02:05:59:084]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
    MSI (s) (A4:64) [02:05:59:084]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '300'.
    MSI (s) (A4:64) [02:05:59:084]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming
    MSI (s) (A4:64) [02:05:59:084]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Favorites
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Documents
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Local
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Pictures
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Desktop
    MSI (s) (A4:64) [02:05:59:115]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (A4:64) [02:05:59:115]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (A4:64) [02:05:59:115]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (A4:64) [02:05:59:115]: MSI_LUA: Setting AdminUser property to 1 because the product is already installed managed and per-machine
    MSI (s) (A4:64) [02:05:59:115]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (A4:64) [02:05:59:115]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Windows User'.
    MSI (s) (A4:64) [02:05:59:115]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'.
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\fd7dc.msi'.
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\WebSitesFeed.msi'.
    MSI (s) (A4:64) [02:05:59:115]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (A4:64) [02:05:59:115]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
    MSI (s) (A4:64) [02:05:59:115]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (A4:64) [02:05:59:115]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (A4:64) [02:05:59:115]: Machine policy value 'DisableRollback' is 0
    MSI (s) (A4:64) [02:05:59:115]: User policy value 'DisableRollback' is 0
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 1/2/2014  2:05:59 ===
    MSI (s) (A4:64) [02:05:59:115]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (s) (A4:64) [02:05:59:146]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes.
    MSI (s) (A4:64) [02:05:59:146]: Doing action: INSTALL
    Action start 2:05:59: INSTALL.
    MSI (s) (A4:64) [02:05:59:177]: Running ExecuteSequence
    MSI (s) (A4:64) [02:05:59:177]: Doing action: AppSearch
    Action start 2:05:59: AppSearch.
    MSI (s) (A4:64) [02:05:59:177]: PROPERTY CHANGE: Adding IISINSTALLPATH property. Its value is 'C:\Windows\system32\inetsrv'.
    MSI (s) (A4:64) [02:05:59:177]: PROPERTY CHANGE: Adding IISMAJORVERSION property. Its value is '#8'.
    MSI (s) (A4:64) [02:05:59:177]: PROPERTY CHANGE: Adding IISMINORVERSION property. Its value is '#5'.
    MSI (s) (A4:64) [02:05:59:177]: PROPERTY CHANGE: Adding IISCOREWEBENGINEINSTALLED property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:177]: PROPERTY CHANGE: Adding IISW3SVCINSTALLED property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:177]: PROPERTY CHANGE: Adding IISMANAGEMENTCONSOLEINSTALLED property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding IISNETFXEXTENSIBILITYINSTALLED property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding IISASPNET property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IISADMIN 3: 2
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding IISREMOTECHANNELINSTALLED property. Its value is 'Microsoft.Web.Management.Remoting.HttpChannel, Microsoft.Web.Management.Remoting, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding NETFRAMEWORK20 property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding NETFRAMEWORK20_SP_LEVEL property. Its value is '#2'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding NETFRAMEWORK35_SP_LEVEL property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding POWERSHELLINSTALLED property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding WINDOWSUPDATE_START_TYPE property. Its value is '#3'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding WINDOWSEDITION property. Its value is 'ServerDatacenter'.
    MSI (s) (A4:64) [02:05:59:193]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WebPlatformInstaller\3 3: 2
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding WEBPI4INSTALLED property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding SAVED_WEBSITES_FEED property. Its value is 'http://go.microsoft.com/?linkid=9837345'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding SAVED_FEED_HASH property. Its value is '826363D220C6EF0D8DBF36FA63172A339D16C268'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding SAVED_FEED_FILE_NAME property. Its value is 'WebSites0.9.0.xml'.
    MSI (s) (A4:64) [02:05:59:209]: PROPERTY CHANGE: Adding WEBPICMD property. Its value is 'C:\Program Files\Microsoft\Web Platform Installer\webpicmd.exe'.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: FindRelatedProducts
    Action ended 2:05:59: AppSearch. Return value 1.
    MSI (s) (A4:64) [02:05:59:209]: Skipping FindRelatedProducts action: not run in maintenance mode
    Action start 2:05:59: FindRelatedProducts.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: LaunchConditions
    Action ended 2:05:59: FindRelatedProducts. Return value 0.
    Action start 2:05:59: LaunchConditions.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: SetFEED_FILE_NAME
    Action ended 2:05:59: LaunchConditions. Return value 1.
    Action start 2:05:59: SetFEED_FILE_NAME.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: SetFEED_HASH
    Action ended 2:05:59: SetFEED_FILE_NAME. Return value 1.
    Action start 2:05:59: SetFEED_HASH.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: SetWEBSITES_FEED
    Action ended 2:05:59: SetFEED_HASH. Return value 1.
    Action start 2:05:59: SetWEBSITES_FEED.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: ValidateProductID
    Action ended 2:05:59: SetWEBSITES_FEED. Return value 1.
    Action start 2:05:59: ValidateProductID.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: CostInitialize
    Action ended 2:05:59: ValidateProductID. Return value 1.
    MSI (s) (A4:64) [02:05:59:209]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (s) (A4:64) [02:05:59:224]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
    MSI (s) (A4:64) [02:05:59:224]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2205 2:  3: Patch
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2205 2:  3: __MsiPatchFileList
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2205 2:  3: Patch
    Action start 2:05:59: CostInitialize.
    MSI (s) (A4:64) [02:05:59:224]: Doing action: FileCost
    Action ended 2:05:59: CostInitialize. Return value 1.
    MSI (s) (A4:64) [02:05:59:240]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (A4:64) [02:05:59:240]: Note: 1: 2205 2:  3: Class
    MSI (s) (A4:64) [02:05:59:240]: Note: 1: 2205 2:  3: Extension
    MSI (s) (A4:64) [02:05:59:240]: Note: 1: 2205 2:  3: TypeLib
    Action start 2:05:59: FileCost.
    MSI (s) (A4:64) [02:05:59:240]: Doing action: CostFinalize
    Action ended 2:05:59: FileCost. Return value 1.
    MSI (s) (A4:64) [02:05:59:240]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
    MSI (s) (A4:64) [02:05:59:240]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (s) (A4:64) [02:05:59:240]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (s) (A4:64) [02:05:59:240]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (s) (A4:64) [02:05:59:240]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (s) (A4:64) [02:05:59:240]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (A4:64) [02:05:59:240]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_`
    = `Component`.`Component` AND `MsiAssembly`.`Component_` = ?
    MSI (s) (A4:64) [02:05:59:240]: PROPERTY CHANGE: Adding DIR_WebSitesFeed property. Its value is 'C:\Program Files\IIS\Microsoft Web Sites\Feed'.
    MSI (s) (A4:64) [02:05:59:255]: Note: 1: 2205 2:  3: Patch
    MSI (s) (A4:64) [02:05:59:255]: Note: 1: 2205 2:  3: Condition
    MSI (s) (A4:64) [02:05:59:255]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
    MSI (s) (A4:64) [02:05:59:255]: PROPERTY CHANGE: Adding DIR_IIS property. Its value is 'C:\Program Files\IIS\'.
    MSI (s) (A4:64) [02:05:59:255]: PROPERTY CHANGE: Adding DIR_WebSites property. Its value is 'C:\Program Files\IIS\Microsoft Web Sites\'.
    MSI (s) (A4:64) [02:05:59:255]: PROPERTY CHANGE: Modifying DIR_WebSitesFeed property. Its current value is 'C:\Program Files\IIS\Microsoft Web Sites\Feed'. Its new value: 'C:\Program Files\IIS\Microsoft Web Sites\Feed\'.
    MSI (s) (A4:64) [02:05:59:255]: Target path resolution complete. Dumping Directory table...
    MSI (s) (A4:64) [02:05:59:255]: Note: target paths subject to change (via custom actions or browsing)
    MSI (s) (A4:64) [02:05:59:255]: Dir (target): Key: TARGETDIR , Object: C:\
    MSI (s) (A4:64) [02:05:59:255]: Dir (target): Key: WindowsFolder , Object: C:\Windows\
    MSI (s) (A4:64) [02:05:59:255]: Dir (target): Key: ProgramFiles64Folder , Object: C:\Program Files\
    MSI (s) (A4:64) [02:05:59:255]: Dir (target): Key: DIR_IIS , Object: C:\Program Files\IIS\
    MSI (s) (A4:64) [02:05:59:255]: Dir (target): Key: DIR_WebSites , Object: C:\Program Files\IIS\Microsoft Web Sites\
    MSI (s) (A4:64) [02:05:59:255]: Dir (target): Key: DIR_WebSitesFeed , Object: C:\Program Files\IIS\Microsoft Web Sites\Feed\
    MSI (s) (A4:64) [02:05:59:255]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
    Action start 2:05:59: CostFinalize.
    MSI (s) (A4:64) [02:05:59:255]: Doing action: MigrateFeatureStates
    Action ended 2:05:59: CostFinalize. Return value 1.
    MSI (s) (A4:64) [02:05:59:255]: Skipping MigrateFeatureStates action: not run in maintenance mode
    Action start 2:05:59: MigrateFeatureStates.
    MSI (s) (A4:64) [02:05:59:255]: Doing action: InstallValidate
    Action ended 2:05:59: MigrateFeatureStates. Return value 0.
    MSI (s) (A4:64) [02:05:59:255]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '511fc0c519f6f7459d8de9cdea06010a'.
    MSI (s) (A4:64) [02:05:59:271]: Feature: CommonFeature; Installed: Local;   Request: Null;   Action: Null
    MSI (s) (A4:64) [02:05:59:271]: Component: C_DiscoverabilityKey; Installed: Local;   Request: Null;   Action: Null
    MSI (s) (A4:64) [02:05:59:271]: Component: C_WebSitesSetupHelper.ps1; Installed: Local;   Request: Null;   Action: Null
    MSI (s) (A4:64) [02:05:59:271]: Component: C_WebSitesSetupHelperWrapper.ps1; Installed: Local;   Request: Null;   Action: Null
    MSI (s) (A4:64) [02:05:59:271]: Component: __C_DiscoverabilityKey65; Installed: Null;   Request: Null;   Action: Null
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Extension
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Font
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Class
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Icon
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: TypeLib
    Action start 2:05:59: InstallValidate.
    MSI (s) (A4:64) [02:05:59:271]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Extension
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Font
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Class
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Icon
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: TypeLib
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2727 2: 
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: FilesInUse
    MSI (s) (A4:64) [02:05:59:287]: Note: 1: 2727 2: 
    MSI (s) (A4:64) [02:05:59:287]: Doing action: InstallInitialize
    Action ended 2:05:59: InstallValidate. Return value 1.
    MSI (s) (A4:64) [02:05:59:287]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (A4:64) [02:05:59:287]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (A4:64) [02:05:59:287]: BeginTransaction: Locking Server
    MSI (s) (A4:64) [02:05:59:302]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (s) (A4:64) [02:05:59:302]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (A4:64) [02:05:59:302]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (s) (A4:64) [02:05:59:302]: Server not locked: locking for product {7DE9D988-C892-43A6-884B-74A5008D6018}
    Action start 2:05:59: InstallInitialize.
    MSI (s) (A4:64) [02:05:59:552]: Doing action: RemoveExistingProducts
    Action ended 2:05:59: InstallInitialize. Return value 1.
    MSI (s) (A4:64) [02:05:59:552]: Skipping RemoveExistingProducts action: current configuration is maintenance mode or an uninstall
    Action start 2:05:59: RemoveExistingProducts.
    MSI (s) (A4:64) [02:05:59:552]: Doing action: ProcessComponents
    Action ended 2:05:59: RemoveExistingProducts. Return value 0.
    Action start 2:05:59: ProcessComponents.
    MSI (s) (A4:64) [02:05:59:552]: Doing action: UnpublishFeatures
    Action ended 2:05:59: ProcessComponents. Return value 1.
    Action start 2:05:59: UnpublishFeatures.
    MSI (s) (A4:64) [02:05:59:552]: Doing action: RemoveRegistryValues
    Action ended 2:05:59: UnpublishFeatures. Return value 1.
    Action start 2:05:59: RemoveRegistryValues.
    MSI (s) (A4:64) [02:05:59:552]: Doing action: RemoveFiles
    Action ended 2:05:59: RemoveRegistryValues. Return value 1.
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2205 2:  3: RemoveFile
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2205 2:  3: RemoveFile
    Action start 2:05:59: RemoveFiles.
    MSI (s) (A4:64) [02:05:59:552]: Doing action: InstallFiles
    Action ended 2:05:59: RemoveFiles. Return value 0.
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2205 2:  3: Patch
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2228 2:  3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence`
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2205 2:  3: Error
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2205 2:  3: MsiSFCBypass
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2228 2:  3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2228 2:  3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
    Action start 2:05:59: InstallFiles.
    MSI (s) (A4:64) [02:05:59:568]: Skipping action: CA_SET_PROPERTY_UPDATE_OFFLINE_FEED (condition is false)
    MSI (s) (A4:64) [02:05:59:568]: Skipping action: CA_UPDATE_OFFLINE_FEED (condition is false)
    MSI (s) (A4:64) [02:05:59:568]: Doing action: WriteRegistryValues
    Action ended 2:05:59: InstallFiles. Return value 1.
    Action start 2:05:59: WriteRegistryValues.
    MSI (s) (A4:64) [02:05:59:584]: Doing action: RegisterUser
    Action ended 2:05:59: WriteRegistryValues. Return value 1.
    Action start 2:05:59: RegisterUser.
    MSI (s) (A4:64) [02:05:59:584]: Doing action: RegisterProduct
    Action ended 2:05:59: RegisterUser. Return value 0.
    Action start 2:05:59: RegisterProduct.
    MSI (s) (A4:64) [02:05:59:599]: Doing action: PublishFeatures
    Action ended 2:05:59: RegisterProduct. Return value 1.
    Action start 2:05:59: PublishFeatures.
    MSI (s) (A4:64) [02:05:59:599]: Doing action: PublishProduct
    Action ended 2:05:59: PublishFeatures. Return value 1.
    Action start 2:05:59: PublishProduct.
    MSI (s) (A4:64) [02:05:59:599]: Resolving source.
    MSI (s) (A4:64) [02:05:59:599]: Resolving source to launched-from source.
    MSI (s) (A4:64) [02:05:59:599]: Setting launched-from source as last-used.
    MSI (s) (A4:64) [02:05:59:599]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\'.
    MSI (s) (A4:64) [02:05:59:599]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\'.
    MSI (s) (A4:64) [02:05:59:599]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{7DE9D988-C892-43A6-884B-74A5008D6018}'.
    MSI (s) (A4:64) [02:05:59:599]: SOURCEDIR ==> C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\
    MSI (s) (A4:64) [02:05:59:599]: SOURCEDIR product ==> {7DE9D988-C892-43A6-884B-74A5008D6018}
    MSI (s) (A4:64) [02:05:59:599]: Determining source type
    MSI (s) (A4:64) [02:05:59:599]: Source type from package 'WebSitesFeed.msi': 2
    MSI (s) (A4:64) [02:05:59:599]: Source path resolution complete. Dumping Directory table...
    MSI (s) (A4:64) [02:05:59:599]: Dir (source): Key: TARGETDIR , Object: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\ , LongSubPath:
     , ShortSubPath:
    MSI (s) (A4:64) [02:05:59:599]: Dir (source): Key: WindowsFolder , Object: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\ , LongSubPath:
     , ShortSubPath:
    MSI (s) (A4:64) [02:05:59:599]: Dir (source): Key: ProgramFiles64Folder , Object: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\ ,
    LongSubPath: x64\ , ShortSubPath:
    MSI (s) (A4:64) [02:05:59:599]: Dir (source): Key: DIR_IIS , Object: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\ , LongSubPath:
    x64\IIS\ , ShortSubPath:
    MSI (s) (A4:64) [02:05:59:599]: Dir (source): Key: DIR_WebSites , Object: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\ , LongSubPath:
    x64\IIS\Microsoft Web Sites\ , ShortSubPath: x64\IIS\f-y7bkar\
    MSI (s) (A4:64) [02:05:59:615]: Dir (source): Key: DIR_WebSitesFeed , Object: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\ , LongSubPath:
    x64\IIS\Microsoft Web Sites\Feed\ , ShortSubPath: x64\IIS\f-y7bkar\Feed\
    MSI (s) (A4:64) [02:05:59:615]: Doing action: InstallFinalize
    Action ended 2:05:59: PublishProduct. Return value 1.
    MSI (s) (A4:64) [02:05:59:630]: Running Script: C:\Windows\Installer\MSI963B.tmp
    MSI (s) (A4:64) [02:05:59:630]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
    MSI (s) (A4:64) [02:05:59:662]: Note: 1: 2265 2:  3: -2147287035
    MSI (s) (A4:64) [02:05:59:662]: Machine policy value 'DisableRollback' is 0
    MSI (s) (A4:64) [02:05:59:677]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (A4:64) [02:05:59:677]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1143083200,LangId=1033,Platform=589824,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
    Action start 2:05:59: InstallFinalize.
    MSI (s) (A4:64) [02:05:59:677]: Executing op: ProductInfo(ProductKey={7DE9D988-C892-43A6-884B-74A5008D6018},ProductName=Web Sites Local Feed,PackageName=WebSitesFeed.msi,Language=1033,Version=117778466,Assignment=1,ObsoleteArg=0,,,PackageCode={F8DA307E-FEA1-4E30-8764-A09F1C1B8271},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
    MSI (s) (A4:64) [02:05:59:677]: Executing op: DialogInfo(Type=0,Argument=1033)
    MSI (s) (A4:64) [02:05:59:677]: Executing op: DialogInfo(Type=1,Argument=Web Sites Local Feed)
    MSI (s) (A4:64) [02:05:59:677]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
    MSI (s) (A4:64) [02:05:59:693]: Executing op: SetBaseline(Baseline=0,)
    MSI (s) (A4:64) [02:05:59:693]: Executing op: SetBaseline(Baseline=1,)
    MSI (s) (A4:64) [02:05:59:693]: Executing op: ActionStart(Name=RegisterProduct,Description=Registering product,Template=[1])
    MSI (s) (A4:64) [02:05:59:693]: Executing op: UpdateEstimatedSize(EstimatedSize=0)
    MSI (s) (A4:64) [02:05:59:709]: Executing op: ProductCPDisplayInfoRegister()
    MSI (s) (A4:64) [02:05:59:724]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,)
    MSI (s) (A4:64) [02:05:59:724]: Executing op: CleanupConfigData()
    MSI (s) (A4:64) [02:05:59:724]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=1,Remove=0)
    MSI (s) (A4:64) [02:05:59:724]: Executing op: SourceListRegisterLastUsed(SourceProduct={7DE9D988-C892-43A6-884B-74A5008D6018},LastUsedSource=C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\)
    MSI (s) (A4:64) [02:05:59:724]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (A4:64) [02:05:59:724]: Specifed source is already in a list.
    MSI (s) (A4:64) [02:05:59:724]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (A4:64) [02:05:59:724]: Adding new sources is allowed.
    MSI (s) (A4:64) [02:05:59:724]: Set LastUsedSource to: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\.
    MSI (s) (A4:64) [02:05:59:724]: Set LastUsedType to: n.
    MSI (s) (A4:64) [02:05:59:724]: Set LastUsedIndex to: 1.
    MSI (s) (A4:64) [02:05:59:724]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
    MSI (s) (A4:64) [02:05:59:771]: Note: 1: 2265 2:  3: -2147287035
    MSI (s) (A4:64) [02:05:59:771]: User policy value 'DisableRollback' is 0
    MSI (s) (A4:64) [02:05:59:771]: Machine policy value 'DisableRollback' is 0
    MSI (s) (A4:64) [02:05:59:802]: Note: 1: 2265 2:  3: -2147287035
    MSI (s) (A4:64) [02:05:59:865]: Note: 1: 2318 2: 
    MSI (s) (A4:64) [02:05:59:865]: No System Restore sequence number for this installation.
    MSI (s) (A4:64) [02:05:59:865]: Unlocking Server
    MSI (s) (A4:64) [02:05:59:974]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
    Action ended 2:05:59: InstallFinalize. Return value 1.
    Action ended 2:05:59: INSTALL. Return value 1.
    MSI (s) (A4:64) [02:05:59:974]: Note: 1: 1728
    MSI (s) (A4:64) [02:05:59:974]: Note: 1: 2205 2:  3: Error
    MSI (s) (A4:64) [02:05:59:974]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1728
    MSI (s) (A4:64) [02:05:59:974]: Note: 1: 2205 2:  3: Error
    MSI (s) (A4:64) [02:05:59:974]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
    MSI (s) (A4:64) [02:05:59:974]: Product: Web Sites Local Feed -- Configuration completed successfully.
    MSI (s) (A4:64) [02:05:59:974]: Windows Installer reconfigured the product. Product Name: Web Sites Local Feed. Product Version: 7.5.10274.0. Product Language: 1033. Manufacturer: Microsoft Corporation. Reconfiguration success or error status: 0.
    MSI (s) (A4:64) [02:06:00:084]: Deferring clean up of packages/files, if any exist
    MSI (s) (A4:64) [02:06:00:084]: MainEngineThread is returning 0
    MSI (s) (A4:24) [02:06:00:084]: RESTART MANAGER: Session closed.
    MSI (s) (A4:24) [02:06:00:084]: No System Restore sequence number for this installation.
    === Logging stopped: 1/2/2014  2:05:59 ===
    MSI (s) (A4:24) [02:06:00:084]: User policy value 'DisableRollback' is 0
    MSI (s) (A4:24) [02:06:00:084]: Machine policy value 'DisableRollback' is 0
    MSI (s) (A4:24) [02:06:00:084]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (A4:24) [02:06:00:084]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (A4:24) [02:06:00:099]: Note: 1: 2265 2:  3: -2147287035
    MSI (s) (A4:24) [02:06:00:099]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (A4:24) [02:06:00:099]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (34:94) [02:06:00:099]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (34:94) [02:06:00:099]: MainEngineThread is returning 0
    === Verbose logging stopped: 1/2/2014  2:06:00 ===
    Please help me to sort out this problem.

    Please check in the log files from the following path: %ProgramFiles%\IIS\Microsoft Web Sites\Logs
    HostingPrimaryControllerBootstrapper_v2 entry from the feed will execute a couple of powershell scripts after installing WebsitesFeed.msi. The output of this commands are saved in the Logs folder.

  • What is Windows Azure Pack

    Hi Friends,
    I'm a .NET Developer and stated computing on Windows Azure.
    I'm curious upon Azure API - where I could able to Create - Configure windows azure virtual machines using azure api & .net code.
    Now I'm looking towards billing & usage information, after going through couple of blogs & posts its is found that API related to billing and usage can not be done, but some told  using enterprise azure portal login - and some are talking about
    Window Azure Pack.
    I also tried in installing Windows DataCenter - and installed Windows Azure Pack but couldn't get any idea.
    Could any one can tell me what is enterprise azure login & what is Windows Azure pack.
    Is there any way I can get information about usage and billing to windows azure.
    Thanks in advance. @Phaneendra

    Hi,
    As a supplemental material, here is an article about how to use the Windows Azure Pack Service Management API:
    Using the Windows Azure Pack Service Management API Sample Managed Client Library
    http://social.technet.microsoft.com/wiki/contents/articles/24443.using-the-windows-azure-pack-service-management-api-sample-managed-client-library.aspx
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Azure: "Cloud Services" for VM - Load Balancing, yes, and other things?

    I'm trying to get a handle on the significance of the cloud service
    (that is created when a new VM is created). I understand that a group of
    VMs need to belong to the same cloud service in order to participate in
    Load Balancing. I can't see any other reason to group VMs into a single
    Cloud Service. On the other hand it seems like overkill to create a
    cloud service for each VM.
    Are there any advantages/reasons to adding a group of VMs to Cloud Service other than Load Balancing?

    Hi,
    If you made a group VMs as a cloud service, you can configure them and manage them by yourself, you could select Linux or Windows Server VMs and either compose the VM images in the cloud or upload a VHD you’re previously
    created using Hyper-V, You can capture a VM and add it your image gallery for easy reuse. you also could run a product like Active Directory or SQL Server or SharePoint Server successfully, etc...
    I suggest you have a look at following article. (create VM as cloud service belong to IaaS)
    #http://davidpallmann.blogspot.in/2012/07/windows-azure-is-3-lane-highway-how-to.html
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Microsoft SQL Server Express LocalDB / Windows Azure Powershell install fail - SQL writer failed to start

    I'm trying to install Windows Azure PowerShell on my Windows 7 SP1 Enterprise laptop. As a prerequisite, it needs to install Microsoft SQL Server 2012 Express LocalDB, I but keep receiving an error:
    Service 'SQL Server VSS Writer' (SQLWriter) failed to start. Verify that you have
    sufficient privileges to start system services.
    The service that it tries to use by default is the Local Service. I verified that it has log on as a service privileges and even did a restart. Same error.
    any ideas?
    Cross posted in Windows
    Azure

    Hi ,
    According to your description, when you install SQL Server 2012 Local DB , it encounter the error about SQLWriter. We need to verify if you invoke SQLLOcalDB.msi directly, and check
    MSSQL service is running and other service’s status.In addition, you can go to event viewer and check the error logs for analysis.
    There is a similar issue about Service SQL Server VSS Writer and troubleshooting SQL Server 2012 Express LocalDB, you can review the following article.
    http://blog.andreloker.de/post/2008/07/17/SQL-Server-hotfix-KB948109-fails-with-error-1920.aspx#!
    http://social.technet.microsoft.com/wiki/contents/articles/4609.troubleshoot-sql-server-2012-express-localdb.aspx
    Thanks,
    Sofiya Li
    Your Name
    TechNet Community Support

  • Oracle service bus, endpoint load balancing

    I was create configuration like this (dot instead of whitespace):
    ............................______osb1
    Client ---- Apache LB
    ...........................\______osb2
    Apache Load Balancer (Apache LB) have "Round-robin" load balancing algorithm
    Servers "osb1" and "osb2" are in the cluster.
    Proxy Service (PS) route to Business Service (BS).
    BS have two endpoints (EP1, EP2). Load balancing algorithm in properties of BS is "none".
    When i send request to Apache LB then i get info from like this order: EP1, EP2, EP1, EP2...
    Why load balancing beetween endpoints working instead get info from endpoint which is first in endpoint's list ?
    Edited by: 915814 on 19.07.2012 13:10
    i was check via tcpdump. Packets going beetween nodes, but messages going only to first node. This i can see in Dashboard at Service Health tab in business service properties. So "none" in Load Balancing algorithm is work.

    Hi Adel,
    Customization file will be the best solution for your problem. You may generate a environment specific customization file. To know more, please refer -
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/consolehelp/customization.html#wp1129087
    Simplest solution would be to generate a customization file and replace the existing URI's with the required one's using replace all option of textpad. Run this customization file at target environment, after importing the OSB configuration.
    Regards,
    Anuj

  • Error installing Service Provider Foundation- pre-requisite for configuring Windows Azure Pack

    We are trying to setup lab at our premises to get hands on with WAP and explore.
    We are able to install all the pre-requisite software’s except the "Service Provider Foundation (SPF)" component. Using SPF we are trying to configure the WAP that is installed successfully.
    Software installed on Target machine-
    Win Server 2012 OS.
    Server roles enabled on host-Hyper-V,IIS, WSUS, File and storage services.
    SQl Server W2k12-sp1-Standard edition in mixed authentication mode.
    SCVMM.
    WAP.
    Issue description:-
    We try to run the 'Orchestatorsetup.exe' with both Local admin/domain admin account. Pre-requisite check during the installation of SPF is successful.
    When we select "Install” button, Setup.exe is getting terminated halfway through abruptly.
    We tried to analyze the attached error log file extract.
    [061C:0F60][2014-12-02T12:30:03.146+05:30]: Applying package: Id.Setup.msi, action: Install, path: C:\ProgramData\Package Cache\{69344E86-7183-4384-A230-499E9914BE14}v7.2.1902.0\Microsoft.SystemCenter.Foundation.Setup.msi, arguments: ' INSTALLLOCATION="C:\inetpub"
    SCVMMCHECKED="1" SCDPMCHECKED="0" SCOMCHECKED="0" SCSMCHECKED="0" WEBSITE_NAME="SPF" PORT_NUMBER="8090" SPECIFY_CERTIFICATE="0" CERTIFICATE_STORE="My" CERTIFICATE_SERIAL="1714309174975BA5442B9ADF17FB6657"
    USE_SSL="1" SCVMM_APPPOOL_NAME="VMM" SCVMM_DIRECTORY_NAME="VMM" SCVMM_USERNAME_VALUE="NETWORK SERVICE" SCVMM_DOMAIN_VALUE="NT AUTHORITY" SCVMM_PASSWORD_VALUE="" SCADMIN_APPPOOL_NAME="Admin"
    SCADMIN_DIRECTORY_NAME="Admin" SCADMIN_USERNAME_VALUE="NETWORK SERVICE" SCADMIN_DOMAIN_VALUE="NT AUTHORITY" SCADMIN_PASSWORD_VALUE="" SCPROVIDER_APPPOOL_NAME="Provider" SCPROVIDER_DIRECTORY_NAME="Provider"
    SCPROVIDER_USERNAME_VALUE="NETWORK SERVICE" SCPROVIDER_DOMAIN_VALUE="NT AUTHORITY" SCPROVIDER_PASSWORD_VALUE="" SCUSAGE_APPPOOL_NAME="Usage" SCUSAGE_DIRECTORY_NAME="Usage" SCUSAGE_USERNAME_VALUE="NETWORK
    SERVICE" SCUSAGE_DOMAIN_VALUE="NT AUTHORITY" SCUSAGE_PASSWORD_VALUE="" SCDPM_APPPOOL_NAME="DPM" SCDPM_DIRECTORY_NAME="DPM" SCDPM_USERNAME_VALUE="NETWORK SERVICE" SCDPM_DOMAIN_VALUE="NT AUTHORITY"
    SCDPM_PASSWORD_VALUE="" DATABASE_SERVER="localhost" DATABASE_PORT="1433" DATABASE_EXISTS="False" DATABASE_NAME="SCSPFDB" DPM_SECURITYGROUPUSERS="WAPLABS\vmmadmin" VMM_SECURITYGROUPUSERS="WAPLABS\vmmadmin"
    ADMIN_SECURITYGROUPUSERS="WAPLABS\vmmadmin" PROVIDER_SECURITYGROUPUSERS="WAPLABS\vmmadmin" USAGE_SECURITYGROUPUSERS="WAPLABS\vmmadmin" ARPSYSTEMCOMPONENT ="1"'
    [061C:0F60][2014-12-02T12:30:24.948+05:30]: Error 0x80070643: Failed to install MSI package.
    [061C:0F60][2014-12-02T12:30:24.949+05:30]: Error 0x80070643: Failed to execute MSI package.
    [18C0:17D4][2014-12-02T12:30:24.950+05:30]: Error 0x80070643: Failed to configure per-machine MSI package.
    [18C0:17D4][2014-12-02T12:30:24.952+05:30]: Error 0x80070643: Failed to execute MSI package.
    [061C:0F60][2014-12-02T12:30:24.952+05:30]: Removing cached package: {69344E86-7183-4384-A230-499E9914BE14}v7.2.1902.0, from path: C:\ProgramData\Package Cache\{69344E86-7183-4384-A230-499E9914BE14}v7.2.1902.0\
    [18C0:17D4][2014-12-02T12:30:24.957+05:30]: EverestBootstrapperApplication_ExecuteComplete
    [18C0:17D4][2014-12-02T12:30:24.958+05:30]: MSI execution completed
    [18C0:17D4][2014-12-02T12:30:24.963+05:30]: Installation finished
    Workaround tried:-
    1. As per the TechNet MS site changing the time zone to Pacific/London time zone. Tried it but issue persists.
    2. Tried to run the setup.exe using domain account and local admin account.
    Any help appreciated much..

    UAC was turned off and installation was tried using local admin account. The error log suggested it was failing to create a firewall exception rule for 8090/UDP port. Windows Firewall service was enabled. SPF got installed successfully. 
    Thanks Darryl for helping us break the deadlock :)

  • Windows Azure Pack for Windows Server shows Service Bus services as down

    Hi,
    I got 3 servers with Service Bus 1.1 and WAP working as a "cluster" with loadbalancer.
    When going to SB on the admin site it shows services running on 1 server only instead of 3. 
    If I restart the server it switches to one of ther other two.
    Loadbalancer is Cisco and it's configured correctly. Any idea what it could be?
    It should show all 3 as running?
    Thank you in advance.

    Hi Ryankorock,
    Sorry to revive an old post but is there any update on compatibility? We are running SCVMM 2012 R2 Build 3.2.7768.0 with an F5 BIG-IP
    running "11.6.0 Build 0.0.401 Final". We see the exact same error 
    Error (21426)
    Execution of DataCenterManager.LB::AddLBVIP on the configuration provider a1af2238-5665-454a-8560-64fafbfe3385 failed. Detailed exception: Microsoft.SystemCenter.DataCenterManager.LB.LBConnectionFailedException: There is an error in XML document (246,
    74). ---> F5Networks.Protocols.iControl.iControlException: There is an error in XML document (246, 74).
    The plugin creates everything on the F5, pools, nodes, and virtual server. We have tried with and without a health probe with no luck.

  • Is VMware supported for use with the Windows Azure Pack for Windows Server?

    We are exploring the possibility of WAP as the front-end for a VMware cloud, and wondering if 1) this is supported 2) what limitations we may encounter and 3) what happens if we add Hyper-V to the mix alongside VMware.
    Any thoughts or links to official guidance in this area?

    This is an interesting question, and I must be honest and say I haven't tested it (yet).
    The requirement is of course that your VMware envornment must be managed by vCenter-->SCVMM. 
    By using the native features (VM templates, traditional virtual networks etc), I think you should be just fine.
    However, if you are looking for network virtualization scenarios, console access and so on, Hyper-V should be hypervisor to support all of this. 
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • ACE 4710 multiple services running on load balanced Servers

    Our Exchange 2010 hub servers run multiple services/ports:  smtp, www, pop3,135, 143, https, 993, 995, 6001,6002,6003,60200,60201,8400, and 8402
    what is the best way of balancing these servers so that if only one of the services failed on a server, it would switch only the failed service to remaining servers.
    At present I only use an smtp probe, so as log as that sevrice is running the server is marked good. It seems to me the setup could get quite complicated so any responses welcome.

    Jorge,
    Please see config below
    logging enable
    logging buffered 5
    logging monitor 5
    access-list ALL line 10 extended permit ip any any
    access-list ALL line 18 extended permit icmp any any
    ip domain-name simplot.com.au
    ip name-server 172.16.7.210
    ip name-server 172.16.5.228
    probe icmp icmp
    interval 7
    faildetect 2
    passdetect interval 30
    passdetect count 2
    receive 5
    probe tcp tcp25
    port 25
    interval 20
    passdetect interval 60
    passdetect count 2
    open 1
    rserver host chihub73
    description hub73
    ip address 172.16.6.196
    inservice
    rserver host chihub74
    description hub74
    ip address 172.16.6.197
    inservice
    serverfarm host Exchange
    description DSI servers
    failaction purge
    probe tcp25
    fail-on-all
    rserver chihub73
    inservice
    rserver chihub74
    inservice
    sticky ip-netmask 255.255.255.255 address source Sticky
    serverfarm Exchange
    class-map type management match-any EXCH
    201 match protocol snmp any
    202 match protocol https any
    203 match protocol telnet any
    204 match protocol icmp any
    class-map match-any EXCH_vip
    2 match virtual-address 172.16.93.2 tcp eq smtp
    3 match virtual-address 172.16.93.2 tcp eq www
    4 match virtual-address 172.16.93.2 tcp eq pop3
    5 match virtual-address 172.16.93.2 tcp eq 135
    6 match virtual-address 172.16.93.2 tcp eq 143
    7 match virtual-address 172.16.93.2 tcp eq https
    8 match virtual-address 172.16.93.2 tcp eq 993
    9 match virtual-address 172.16.93.2 tcp eq 995
    10 match virtual-address 172.16.93.2 tcp eq 6001
    11 match virtual-address 172.16.93.2 tcp eq 6002
    12 match virtual-address 172.16.93.2 tcp eq 6003
    13 match virtual-address 172.16.93.2 tcp eq 60200
    14 match virtual-address 172.16.93.2 tcp eq 60201
    15 match virtual-address 172.16.93.2 tcp eq 8400
    16 match virtual-address 172.16.93.2 tcp eq 8402
    policy-map type management first-match EXCHANGE
    class EXCH
    permit
    policy-map type loadbalance first-match ldap-slb
    class class-default
    sticky-serverfarm Sticky
    policy-map multi-match multi-vips
    class EXCH_vip
    loadbalance vip inservice
    loadbalance policy ldap-slb
    loadbalance vip icmp-reply
    nat dynamic 6 vlan 93
    interface vlan 93
    description client server vlan
    ip address 172.16.93.4 255.255.255.0
    peer ip address 172.16.93.1 255.255.255.0
    access-group input ALL
    nat-pool 6 172.16.93.8 172.16.93.20 netmask 255.255.255.0 pat
    service-policy input EXCHANGE
    service-policy input multi-vips
    no shutdown
    ip route 0.0.0.0 0.0.0.0 172.16.93.254
    snmp-server contact "Comms team"
    snmp-server location "Chifley park CR"
    snmp-server community OVSimplot group Network-Monitor
    snmp-server trap-source vlan 93

Maybe you are looking for

  • Family Sharing: Can it be used to back up multiple phones to the same iCloud account?

    With the Family Sharing feature of iOS8 & Yosemite, is it possible to back up multiple iPhones automatically to one iCloud account? My family needs a way to automatically back up their iPhones. It would get really costly and otherwise problematic to

  • CD/DVD drive won't work!

    I've been having problems with the optical drive on my iMac. This evening I tried to put a disc in, and it simply wouldn't acknowledge the disc. It wouldn't even suck the disc in... it just didn't do anything at all. I searched these forums, and foun

  • Left table data Right table multiple returns

    Hello all and thank you for taking the time to help. I have a left table and right table I am querying from 2 remote hosts. The information in the left table is unique and has everything I need except for 2 fields; the information in the right table

  • I want to install the same 30 apps on 40 iPads.

    Hi! I want to install the same 30 apps on 40 iPads. Some of them cost money but I have iTunes cards. Each device has its own unique appleID. I am in Sweden so I cannot use the volume purchase program. Do I do this app by app or is there a way to do i

  • CCM 2.0

    Hi, We are using SRM 5.0 SP 7, CCM 2.0 SP 7 and SAP_ABA 7.0 SP10 We are trying to transfer product master data from SRM to CCM. The data is getting successfully transferred from SRM to XI and SMXB_MONI in XI server shows successfully message but we a