Forum
merhaba
lyncfe lyncedge sunucularım kurulu
bunların yanına ayrı bır sunucaya 2008 r2 std kuruldu member server olarak domaıne joın edıldı
sql server 2008 r2 kurulumu yapıldı makalelere gore arcive sunucu kuruldu
sorunsuz sekılde
yannız lyncfe lyncedge lync arcıve sunucuyu yenıden baslatgımda
lyncfe uzerındekı servıslerden bır tanesı start olmuyor
servısın adı
lync server web conferencing compatıbılıyt
arcserver kurmadan once bu servıs çalısıyordu bu sorunu nasıl aşa bilirim
Merhaba,
Sistemdeki servisi yeniden başlatmayı deneyiniz.Sonrasında Event Manager düşen hatalarını bizimle paylaşınız.Ayrıca,tüm Lync kurulu sunucularda IPv6 kapalı olduğundan emin olunuz.
Saygılar,
message qeuing roles kurulunca duzelndı ıpv6 kaldırdım suan bır sorun yok
lyncfe sunucuya kurdum
lync mobile kurulumu yaptım
http://blog.schertz.name/2011/12/deploying-the-lync-2010-mobility-service/
bu makalede bır yer var onu çalıştıramadım sence nasıl calıstıra bılırım kamutu yazıyorum acaba ben bır yerde yannısmı yapıyorum
komuta calıstırmama gerek varmı
Install-CsDatabase –Update –ConfiguredDatabases –SqlServerFqdn sql.schertz.local –ExcludeCollocatedStores
burda sadece fqd ısmını yazıyorum okadar
Merhaba,
Sitede anlatılana bakılırsa sizin bu uygulamayı yapmanız gerekiyor.Sorununuza gelecek olursak bu komutu çalıştıramadım diyorsunuz.Fakat,hata olarak ne aldığınızı yazmamışsınız?Öncelikle bu tür sorunlarda bizlerle aldığınız hataları paylaşmanız gerekiyor.
2.olarak sitedeki makaleye baktım.Bir şey eksik anlatılmış.Ayrıca Lync Mobility Server kurulumuna başlamadan önce IIS 7 altında belirli bir yük altında sistemin tepki süresinin performansını arttırmak için ASP.NET flags ayarını yapmanız gerekiyor.Bunun için yapmanız gereken işlem;
maxConcurrentThreadsPerCPU is set to zero (0).
maxConcurrentRequestsPerCPU is set to zero (0).
ASP.NET process model is set to AutoConfig (for IIS 7.5 only).
HTTP.sys queue limit is set to 1,000 (by default).
Yukarıdaki ayarlar IIS 7.5 altında çalışırken FrontEnd Server tarafında yapmanız gerekenler yukarıdaki ayarlar olacaktır.Bunları yapmak için
Başlat-Çalıştır 'a gelin.Sonra aşağıdaki komutu çalıştırınız.
notepad %SystemRoot%\Microsoft.NET\Framework64\v2.0.50727\Aspnet.config
Aşağıdaki satırı yukarıdaki değerlere göre tekrar düzenleyiniz.
<system.web>
<applicationPool maxConcurrentRequestsPerCPU="<#>" maxConcurrentThreadsPerCPU="0" requestQueueLimit="5000"/>
</system.web>
Sonra kaydediniz.
Ayrıca son olarka aşağıdaki yüklemeyide size uygun sisteme bağlı olarak bileşenleri yükleyiniz.
Server 2008: ServerManagerCMD.exe –Install Web-Dyn-Compression
Server 2008 R2: Import-Module ServerManager; Add-WindowsFeature Web-Dyn-Compression
Saygılarımla,
merhaba dedıklerıne
(2.olarak sitedeki makaleye baktım.Bir şey eksik anlatılmış.Ayrıca Lync Mobility Server kurulumuna başlamadan önce IIS 7 altında belirli bir yük altında sistemin tepki süresinin performansını arttırmak için ASP.NET flags ayarını yapmanız gerekiyor.Bunun için yapmanız gereken işlem;)
maxConcurrentThreadsPerCPU is set to zero (0).
maxConcurrentRequestsPerCPU is set to zero (0).
ASP.NET process model is set to AutoConfig (for IIS 7.5 only).
HTTP.sys queue limit is set to 1,000 (by default).
ISS 7.5 KULLANIYORUM BU AYARLARI YAPMAMA GEREK VARMI 7,5 ÇALIŞIYOR DEMISISINIZ SISTEM OS WİN 2008 R2
o makaleye gore ben sadece o ayarı ve push ayarlarını yapmadım adroind telefon kullanıyorum
push ayarlarınıda yapamaya gerek varmı aşağıdaki işlemide yapmadım
yannız tlf bağlanıyor ama kullanıcıların iletişim bilgileri gozukmuyor mesgul rahatsız etmeyı gıbı
peki sımdı ben makalaye yeni baştanmı uygulamayı yapayım yoksa yapılmayan kısımları yapsam bı sorun teskıl edermı
kamutu bıre bırmı çalıştırcam sadece fqdn degıstırcem sanırım dogrumudur
Install-CsDatabase –Update –ConfiguredDatabases –SqlServerFqdn sql.schertz.local –ExcludeCollocatedStores
Supporting Push Notification
The new Push Notification Cleaning House (PNCH) solution is used for Windows and iOS mobile clients which do not support traditional application backgrounding like the Android client does. Federation services between an on-premises Lync deployment and Office 365’s Lync Online are used as the conduit between Lync and the online Push Notification services for Microsoft.
Configuration
The first step is to define a new Hosting Provider relationship between Lync and Lync Online, if one does not already exist. (Some environments may already have been configured with this to support federated communications with other companies currently using Office 365 Lync Online.)
- Using the Lync Server Management Shell enter the following New-CsHostingProvider cmdlet to create the new identity in the Lync topology.
New-CsHostingProvider –Identity "LyncOnline" –Enabled $true –ProxyFqdn "sipfed.online.lync.com" –VerificationLevel UseSourceVerification
- Even if the previous step was already completed the push.lync.com domain is new and will need to be defined using the New-CsAllowedDomain cmdlet; the comment parameter is optional.
New-CsAllowedDomain –Identity push.lync.com –Comment “Mobile Push Notifications”
By default the push notification are not enabled after deploying the mobility services so both service types must be manually enabled if either devices are to be supported in the environment.
- Using the Set-CsPushNotificationConfiguration cmdlet enable either one or both of the two services.
Set-CsPushNotificationConfiguration –EnableApplePushNotificationService $true –EnableMicrosoftPushNotificationService $true
It is assumed that federation services are already enabled in the Lync environment, but if for some reason it has not been then the following cmdlet can be used to turn on the capability (which requires a properly deployed and configured Edge Server).
Set-CsAccessEdgeConfiguration -AllowFederatedUsers $true
- To verify that federation is working correctly between the two Lync organizations use the Test-CsFederatedPartner cmdlet with the internal Edge FQDN of the on-premises Lync deployment. In order for this cmdlet to work properly the Lync Server Management Shell must be launched with the Run As Administrator option.
Test-CsFederatedPartner –TargetFqdn edge.schertz.local –Domain push.lync.com –ProxyFqdn sipfed.online.lync.com
Merhaba,
Öncelikle makalede belirtildiği gibi Push Notification Cleaning House özelliği için sizin bu ayarları yapmaya ihtiyacınız yoktur.Diğer taraftan ;
Install-CsDatabase –Update –ConfiguredDatabases –SqlServerFqdn sql.schertz.local –ExcludeCollocatedStores
komutunu dediğinizi gibi kullanabilirsiniz.
Son olarak bahsettiğimiz ASP.Net Flag ayarlarını yapmanız gerekiyor.
Saygılarımla,
merhaba bu ayarlarıda yapıcakmıyım genede
FrontEnd Server tarafında yapmanız gerekenler yukarıdaki ayarlar olacaktır.Bunları yapmak için
Başlat-Çalıştır 'a gelin.Sonra aşağıdaki komutu çalıştırınız.
notepad %SystemRoot%\Microsoft.NET\Framework64\v2.0.50727\Aspnet.config
Aşağıdaki satırı yukarıdaki değerlere göre tekrar düzenleyiniz.
<system.web>
<applicationPool maxConcurrentRequestsPerCPU="<#>" maxConcurrentThreadsPerCPU="0" requestQueueLimit="5000"/>
</system.web>
Sonra kaydediniz.
Ayrıca son olarka aşağıdaki yüklemeyide size uygun sisteme bağlı olarak bileşenleri yükleyiniz.
Server 2008: ServerManagerCMD.exe –Install Web-Dyn-Compression
Server 2008 R2: Import-Module ServerManager; Add-WindowsFeature Web-Dyn-Compression
bu hatayı alıyorum ama
Install-CsDatabase –Update –ConfiguredDatabases –SqlServerFqdn efecan.efe.com –ExcludeCollocatedStores
WARNING: No databases were discovered at the specified installation location.
Specify a valid location and then try again.
WARNING: "Install-CsDatabase" processing has completed with warnings. "1"
warnings were recorded during this run.
WARNING: Detailed results can be found at
"C:\Users\administrator.efecan\AppData\Local\Temp\2\Install-CsDatabase-4fe17
885-4014-4a81-a575-2c9255eb515b.html".
Evet.
bu hatayı alıyorum ama
Install-CsDatabase –Update –ConfiguredDatabases –SqlServerFqdn efecan.efe.com –ExcludeCollocatedStores
WARNING: No databases were discovered at the specified installation location.
Specify a valid location and then try again.
WARNING: "Install-CsDatabase" processing has completed with warnings. "1"
warnings were recorded during this run.
WARNING: Detailed results can be found at
"C:\Users\administrator.efecan\AppData\Local\Temp\2\Install-CsDatabase-4fe17
885-4014-4a81-a575-2c9255eb515b.html".
o makaleye gore yapmıştrım ve dedıgım ıkı seyı yapmadım sımdı bu dedıklerını uygulucam
sıfırdanmı uygulayım yoksa yapılması gereknelerımı yapayım
ıss 7,5 ıle demısssınız mobıly kurulum yapılmadan once
Bir şey eksik anlatılmış.Ayrıca Lync Mobility Server kurulumuna başlamadan önce IIS 7 altında belirli bir yük altında sistemin tepki süresinin performansını arttırmak için ASP.NET flags ayarını yapmanız gerekiyor.Bunun için yapmanız gereken işlem;)
Merhaba,
Benim tavsiyem en başta yapmanız gerektiğidir.Ama isterseniz deneybilirsiniz.Fakat tüm risk size ait olacaktır.Çünkü buradan size garanti veremem.
Saygılarımla,
baştan yapayımda eskıyı nasıl kaldırcam mobil tarafında sence
birde OCSArchivingReport.rar loglara bakmak ıcın bu lazımmız lync ıcın varmı sızce
bırde
bu hatayı alıyorum ama
Install-CsDatabase –Update –ConfiguredDatabases –SqlServerFqdn efecan.efe.com –ExcludeCollocatedStores
WARNING: No databases were discovered at the specified installation location.
Specify a valid location and then try again.
WARNING: "Install-CsDatabase" processing has completed with warnings. "1"
warnings were recorded during this run.
WARNING: Detailed results can be found at
"C:\Users\administrator.efecan\AppData\Local\Temp\2\Install-CsDatabase-4fe17
885-4014-4a81-a575-2c9255eb515b.html".
maxConcurrentThreadsPerCPU is set to zero (0).
maxConcurrentRequestsPerCPU is set to zero (0).
ASP.NET process model is set to AutoConfig (for IIS 7.5 only).
HTTP.sys queue limit is set to 1,000 (by default).
bu ayarı ben nerden yapıyorum ıss 7.5 açtım bulamadım nerden tıklıcam
Merhaba,
O ayarların nasıl yapılacağını yazdığım yazının devamını okursanız oradan göreceksinizdir.
Saygılar,
(: haklısın kusura bakama
sql update ederken verdıgı hataya baka bıldınmı sence neden ole hata verıyor
(: haklısın kusura bakama
komutu çalıştırdım bunlar cıktı ben burda ne ayarı yapacam senın verdıgın degerlerımı gırcem buraya
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<runtime>
<legacyUnhandledExceptionPolicy enabled="false" />
<legacyImpersonationPolicy enabled="true"/>
<alwaysFlowImpersonationPolicy enabled="false"/>
<SymbolReadingPolicy enabled="1" />
</runtime>
</configuration>
notepad %SystemRoot%\Microsoft.NET\Framework64\v2.0.50727\Aspnet.config
bu değerler cıktı senın verdıgın degerle yok burda bırde bıse dıcem ben bu ıslemı neden yapıyorun (:
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<runtime>
<legacyUnhandledExceptionPolicy enabled="false" />
<legacyImpersonationPolicy enabled="true"/>
<alwaysFlowImpersonationPolicy enabled="false"/>
<SymbolReadingPolicy enabled="1" />
</runtime>
</configuration>
Merhaba
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<runtime>
<legacyUnhandledExceptionPolicy enabled="false" />
<legacyImpersonationPolicy enabled="true"/>
<alwaysFlowImpersonationPolicy enabled="false"/>
<SymbolReadingPolicy enabled="1" />
</runtime>
</configuration>
Şimdi <configuration> elementinin bir alt elementi olarak yeni bir segment eklemen gerekiyor.
<system.web>
<applicationPool maxConcurrentRequestsPerCPU="<#>" maxConcurrentThreadsPerCPU="0" requestQueueLimit="5000"/>
</system.web>
Bunu <configuration> içine eklemen gerekiyor.
Saygılar,