After successful installation of Windows azure pack I am trying to install Windows Azure Pack: Web Sites v2 U6.
I am able to install most of the servers to the Website controller. All below servers are in ready state so there is no issue of installation error.
Management server
Front end server
Publication server
File server.
but while adding Worker server, it's added perfectly and start the installation process. At stage when it reach at the installation it seems like it is not getting some connection string. The information is below.
- Start service: rsfilter.
- Service rsfilter is running.
- Configure Idle Pageout feature.
- Completed configuration of Idle Pageout feature.
- Take ownership for file C:\Windows\system32\Drivers\http.sys.
- Configure DWAS Files location to path 'C:\DWASFiles'
- File caching is turned off
- Execute command 'powershell.exe Import-Module NetQoS; $policy = Get-NetQosPolicy -PolicyStore ActiveStore | Where-Object { $_.Name -eq 'udplimit' }; if (!$policy) { New-NetQosPolicy -name 'udplimit' -ThrottleRateActionBitsPerSecond 65536 -IpProtocol UDP -PolicyStore ActiveStore -ea Stop }'
- Setup database connection string for server WAPSQL .
- Setup data service credentials.
- Stop service: WAS.
- Service 'WAS' is stopped.
- Set IPv4 dynamic port range, with starting port 30000, and number of ports 35536.
- Execute command 'netsh.exe int ipv4 set dynamicport tcp start=30000 num=35536'
- Start service: dwassvc.
- Service dwassvc is running.
- WorkerManagementService started. Ready to receive ConnectionString and DataServiceCredentials.
- Waiting for worker connection string. Attempt number is 12.
- Waiting for worker connection string. Attempt number is 24.
- Waiting for worker connection string. Attempt number is 36.
- Waiting for worker connection string. Attempt number is 48.
I also tried to repair Frontend server as mention in on Microsoft forum but it will not help.
Here's Microsoft forum link
Any trick or guideline will be appreciated
Thanks,
Dharmendra